.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,238,248;--color-primary-1:167,197,232;--color-primary-2:79,139,209;--color-primary-3:40,70,105;--color-primary-4:12,21,31;--color-secondary-0:255,242,230;--color-secondary-1:247,169,159;--color-secondary-2:242,112,95;--color-secondary-3:145,67,57;--color-secondary-4:48,22,19;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:poppins;--paragraphs-font-family:poppins; }@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(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { position:relative;display:none; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #nRRy1wVF4TlAnD5QNcmQsdJwFQnhaHQy { border-width: 0; border-radius: 0; }#nRRy1wVF4TlAnD5QNcmQsdJwFQnhaHQy > .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; }#nRRy1wVF4TlAnD5QNcmQsdJwFQnhaHQy > .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.3125rem;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; }#bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { position:relative;display:block; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #Kw2v7UExERmruJXytguqnIIhfJTT4T0Q { background-color: transparent; background-image: none; }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .row .container > .video-iframe-container { display: none; }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .row > .video-iframe-container { display: none; }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .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); }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q { border-width: 0; border-radius: 0; }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .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; }#Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .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:6.125rem;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:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { position:relative;display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { background-color: transparent; background-image: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { border-width: 0; border-radius: 0; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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:block; }#wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { 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:10.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { background-color: transparent; background-image: none; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container > .video-iframe-container { display: none; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row > .video-iframe-container { display: none; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .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); }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { border-width: 0; border-radius: 0; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#eSVV1CTp30dvHUFSfbuQH0esMLJwcWTM { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.92480625rem;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; }
#sNnQbNNWfeSd20rn5ktDTLglA10nm4Uf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:4.63125rem;display:block; }
#gplcSXd6R1D3Tpfm5wJTa0vvSf1pk9rK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.19140625rem;left:0rem;height:1.625rem;display:block; }
#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { position:relative;display:block; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { background-color: transparent; background-image: none; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container > .video-iframe-container { display: none; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row > .video-iframe-container { display: none; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .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); }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { border-width: 0; border-radius: 0; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .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; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:115.625rem;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:block; }#I2XoPT6WgzVwwRDefCOzAxN1cF3xOpiS { box-sizing:content-box;height:81.625rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:8.0625rem;left:1.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.4);display:block; }
#PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9c3a2a0-c2e2-4943-b29c-1e8fa3099b6d/UI_Murao_SMART_BLANC_Chambre_Plancher.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:1.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0;display:block; }#PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU.adaptive-delivery-prevent-bg, #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU.lazyload, #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU.lazyloading { background-image: none; }
#B2EfrxtX3iQRpS0zoVdHfWIt95sSmstV { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AOAi8lXw8uX5d8mVu6J0DkwZinNsWLER { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.625rem;left:2.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zCZhseIuSIdIVsdpzKI6tzRTr2zGfAk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.5rem;left:2.8125rem;height:2.6rem;display:block; }
#FpmTrXaE74wtNUpNQKzSxD253o6KGkd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:47.18958568573rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:50.752083778381rem;left:2.8125rem;height:14.5625rem;display:block; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:40.402083396912rem;left:2.8125rem;height:4.525rem;display:block; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#TuXH8ZJKmXs3SvHpM0PTcnof1aUATBG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.499996185302rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#UMJH8y7dbz6iowUNbCVEGXy9PsS84cIT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.25rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.1875rem;left:2.8125rem;height:5.825rem;display:block; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#L3SNhDSQKJflRiSQdXqXBUrck1PJZLdn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:79.125rem;left:2.8125rem;display:block; }
#iwPwnvSB3JGlETwuunsLIzobCcJRdr6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtLdl0Bn5Flk2Tb7KDmq3I15apero8RN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:84.0625rem;left:2.8125rem;display:block; }
#MXvmOB23GBWcPkWsP6yEv3PE4xTKBpv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gf05zi2WX0bhERoE7h1KDIdn5u08WiSs { box-sizing:content-box;height:112.5rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:1.5104141235351rem;left:26.510417938233rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.4);display:block; }
#RInLo3mtIosT5Rve7lm1JNyZRna50dsR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:108.25rem;left:27.8125rem;display:block; }
#AiwZniDnosTT15zzQKzmJpzz8J5rRH3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKzxGfawViuD3SL8LN0s9MsbI8Re0oX1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:103.3125rem;left:27.8125rem;display:block; }
#Kzxtm6gsueqspS1HC4qByW20Dz1sUvxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32rem;left:27.8125rem;height:7.125rem;display:block; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#qDMfVGzHPr6MH028TaxJguiyBbZlHn3l { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.0625rem;left:27.8125rem;height:1.3rem;font-style:normal;display:block; }
#PJXDDXtOvA4Nen5AGTxtt16vIiiqXL3a { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:60.4375rem;left:27.5rem;height:1.3rem;font-style:normal;display:block; }
#GigDM1BgWlcIt7suLJ5Sz91ylRWANOzq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.375rem;left:27.8125rem;height:3.9rem;display:block; }
#qIfADXAJk2VTxFT95GRElhcJWReqQks1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.379159927368rem;left:27.8125rem;height:1.3rem;font-style:normal;display:block; }
#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.352076530456rem;left:27.5rem;height:;display:block; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#koDEJhxc97MdwmKQlGURTaGqTb2bceCz { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/824b1884-9dba-46ae-afff-e59211e51597/UIMURAOPREMIUMNOIRPAYSAGE1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.99999713897706rem;left:26.510417938233rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0;display:block; }#koDEJhxc97MdwmKQlGURTaGqTb2bceCz.adaptive-delivery-prevent-bg, #koDEJhxc97MdwmKQlGURTaGqTb2bceCz.lazyload, #koDEJhxc97MdwmKQlGURTaGqTb2bceCz.lazyloading { background-image: none; }
#kDGpE7iZSC3ONqKz2DndBEHSMAJLGL61 { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.1875rem;left:27.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JBhrnymGeCymhClGP1IGb1PiH2G9Ggy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.625rem;left:27.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HGDUUk8AecdEdwVF3TbngmO4vCw8ZL8B { box-sizing:content-box;height:112.6875rem;width:21.875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:1.0625rem;left:51.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.4);display:block; }
#OoNgT9zQNS2Up0u0THFpTbaF9kxkLZoJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:108.18749713898rem;left:52.8125rem;display:block; }
#ZI5OOJ8dtOoIUhmGoCA2DGx04Lvi4vtm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmo4OzU6TGT9T05EmVltbDBuqBb3sypB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:103.49999713898rem;left:52.8125rem;display:block; }
#CWzGevfQ3saHOdkxVQhLRBEblTCoifCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:46.27082824707rem;left:52.8125rem;height:7.125rem;display:block; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#SgF1M2RDOaaAIORgHbF5tMLeoUAr9CLt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:45.293746948243rem;left:52.90625rem;height:1.3rem;font-style:normal;display:block; }
#I4umfqliikdbzylmS8dcs0kbCw49NZ1g { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:30.9375rem;left:52.8125rem;height:;display:block; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#qkJAsxe2vAmk7bL0t0AFtaUiHppGyqTG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:23.1875rem;left:52.8125rem;height:2.6rem;display:block; }
#fkGXLgL5PH1I8OSZJF35RcQITxcZ9Lg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:28rem;left:52.8125rem;height:1.3rem;font-style:normal;display:block; }
#ihKMA7pimoF3zBoGQFIzkswpE0aqy2Ja { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:20.625rem;left:52.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mU8K2GQTQHxpJ24gFX2QVd3QGokzUWzw { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.1875rem;left:52.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1717d0f1-74c8-4bc6-adf6-18b1c904e974/TAKAONOIR2_FACE_AMBIANCESALONH.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:51.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0;display:block; }#GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa.adaptive-delivery-prevent-bg, #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa.lazyload, #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa.lazyloading { background-image: none; }
#W8Vra4X0WBR1NLnhTPrxeSymZA0x23u7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:79.087493896488rem;left:52.8125rem;height:1.3rem;font-style:normal;display:block; }
#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:81.4375rem;left:52.8125rem;height:7.125rem;display:block; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#A9geDREuk19SWkhJ44NC7y3tZ9g2G5xx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:65.5rem;left:2.8125rem;height:1.3rem;font-style:normal;display:block; }
#minMVQ4NTWA2zvbXm0xzEd1cycHlBtAz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:67.375rem;left:2.8125rem;height:7.4375rem;display:block; }#minMVQ4NTWA2zvbXm0xzEd1cycHlBtAz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#minMVQ4NTWA2zvbXm0xzEd1cycHlBtAz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
#TkkRIye1h7gX28ucfh3vnSlU0hAmJ9Nv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:62.4375rem;left:27.5rem;height:14.5625rem;display:block; }#TkkRIye1h7gX28ucfh3vnSlU0hAmJ9Nv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TkkRIye1h7gX28ucfh3vnSlU0hAmJ9Nv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#unddOM8RUhTFF97vQGUeyuVw2fscW2B7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:78.5rem;left:27.8125rem;height:1.3rem;font-style:normal;display:block; }
#O0gVdbb3hoZvL4DdW0q5NrEN1Dq2FnZe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:80.739579200744rem;left:27.8125rem;height:5.5125rem;display:block; }#O0gVdbb3hoZvL4DdW0q5NrEN1Dq2FnZe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O0gVdbb3hoZvL4DdW0q5NrEN1Dq2FnZe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#LhFTFOU3VSwAWz0x7wyCDHIoSD1CgIci { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:88.5625rem;left:27.8125rem;height:1.3rem;font-style:normal;display:block; }
#nHTnZdeZ3L7Ihal8hLOBPqhV0APX9O4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:90.25rem;left:27.8125rem;height:11.3375rem;display:block; }#nHTnZdeZ3L7Ihal8hLOBPqhV0APX9O4Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nHTnZdeZ3L7Ihal8hLOBPqhV0APX9O4Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#fiIpV7pGvESNTT5aNodHyRyLR1iZHi91 { box-sizing:content-box;height:22.1875rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:91.625rem;left:1.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.4);display:block; }
#bZs2rW9sgxF6d7rW8Vbiq55dVTyOlPCw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:103.71354293823rem;left:3.34375rem;height:7.3125rem;font-style:normal;display:block; }
#O7TLfnMTTznaHJG2aDMfiAoRX5DmP4vV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:55.079162597656rem;left:52.8125rem;height:1.3rem;font-style:normal;display:block; }
#RXiDKaTo1e34MsgceSUQmzXygLifqvpf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:58.05207824707rem;left:52.8125rem;height:17.475rem;display:block; }#RXiDKaTo1e34MsgceSUQmzXygLifqvpf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RXiDKaTo1e34MsgceSUQmzXygLifqvpf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#m5IHtZmao9rCCLHNRpH0zeQaLuUZDtnc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:92.2947845459rem;left:52.8125rem;height:6.5rem;font-style:normal;display:block; }
#Iw3JnEQxqBDllAnBSqZFJTr1E0mTGSBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:94.044792175294rem;left:3.34375rem;height:8.2875rem;font-style:normal;display:block; }
#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq { position:relative;display:block; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq { background-color: transparent; background-image: none; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .row .container > .video-iframe-container { display: none; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .row > .video-iframe-container { display: none; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .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); }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq { border-width: 0; border-radius: 0; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .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; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:90.625rem;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:block; }#TxZprKgJqZJCigpqfsgwxbEv1CAlNVi2 { box-sizing:content-box;height:82.5rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:1.1875rem;left:1.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.4);display:block; }
#RZXBETwAgz6QIimSMVcGLtvkHzr0xo0f { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:77.5625rem;left:3.125rem;display:block; }
#VOdcnUIUi76N1QB1WAaiRynde6OsLlAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8GOKmyNtyyXyMABdqg1Q7tTuLcia1qy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:72.875rem;left:3.125rem;display:block; }
#OHUGGtU1FQgJ8BF6AFXJ3gzowENF1dWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doW5mBZS9xv8mLKkWw1LstqQQfUVuAt5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:53.1875rem;left:3.125rem;height:7.4375rem;display:block; }#doW5mBZS9xv8mLKkWw1LstqQQfUVuAt5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#doW5mBZS9xv8mLKkWw1LstqQQfUVuAt5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#TO0BDa5PBSK0s6bZiI9aqiGqGFTTV4IT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:51.25rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#fe3EUxDVBloRL565OSh3UatBivzLt5fn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.75rem;left:3.125rem;height:2.6rem;display:block; }#fe3EUxDVBloRL565OSh3UatBivzLt5fn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fe3EUxDVBloRL565OSh3UatBivzLt5fn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#eKk6FTpb3w41ZNs9i3syWVbieTKeA4Q7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:44.8125rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#h2fOFMgrDBHdhQTCG3Je5UZ7ck9TpoUl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.9375rem;left:3.125rem;height:2.6rem;display:block; }
#ZPBuTpOe6UvFfT41qzoonMIRsswdsDm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.6875rem;left:3.125rem;height:1.3rem;font-style:normal;display:block; }
#xRruqJ53ipA2FcLZaaOVwRkGJcVFI2SH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.5625rem;left:3.125rem;height:8.425rem;display:block; }#xRruqJ53ipA2FcLZaaOVwRkGJcVFI2SH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xRruqJ53ipA2FcLZaaOVwRkGJcVFI2SH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
#gz6WTBenPLCI450mthPJrBTcFyi4FG1x { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/04cde81b-b2f0-4abc-b901-f62c150079a4/shogun.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.1875rem;left:1.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.4);border-bottom:0;display:block; }#gz6WTBenPLCI450mthPJrBTcFyi4FG1x.adaptive-delivery-prevent-bg, #gz6WTBenPLCI450mthPJrBTcFyi4FG1x.lazyload, #gz6WTBenPLCI450mthPJrBTcFyi4FG1x.lazyloading { background-image: none; }
#UzCv03pLFhJglNM5nXi6TCsMRqlHDHef { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JzpGME20Q7VtXUXfP5Ba4aJvRksX4D4J { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KoXhot7S5J7JMROFqpc0VvwQRvT7XGHB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.25rem;width:21.875rem;top:3.9375rem;left:26.9375rem;display:block; }
#aSSxgpkZGMEnRTKRE6UiRfWMOvmTf01s { box-sizing:content-box;height:21.6875rem;width:21.875rem;position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;top:19.5rem;left:26.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KxeN17qtG25MJz9ulXcEPSGbfaGTy3gG { color:rgba(var(--color-secondary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.5625rem;left:28.1875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byPaZyvsD68mh7buUXhcs0OuEnX2kKzH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.4375rem;left:28.1875rem;height:5.2rem;display:block; }
#ovSlczC5APUQFQ9mBrPBJTviLR12s2Wf { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:34.6875rem;left:28.1875rem;display:block; }
#D2g4zzsQXMIvit3l2rxbOqfXqaaULSZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfvK8qTXxXSURhaPUWcTe5Sv95A0ZEVV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:62.5625rem;left:3.125rem;height:3.9rem;display:block; }
#TFCnium55JiwZ76PCgXwZV8xf59xS5e6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:68.375rem;left:3.125rem;height:1.95rem;display:block; }
#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row .container { background-color: transparent; background-image: none; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row .container > .video-iframe-container { display: none; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row > .video-iframe-container { display: none; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .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); }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row .container { border-width: 0; border-radius: 0; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#XBOgX913zhlC5NU5D1P6A4fCtUN5M13i { color:#333333;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.25rem;height:11.7rem;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; }
#sQ7engBbgs01ra4ezLgPQcA4TytVPbBA { position:absolute;display:block;z-index:15002;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:9.75rem;width:10rem;top:22.0625rem;left:11.3125rem;overflow:hidden;display:block; }
#kbCsPaoGxPW2nso7vlSaFsmrQiJfTBfl { position:absolute;display:block;z-index:15003;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:10rem;width:10rem;top:21.9375rem;left:0rem;overflow:hidden;display:block; }
#LN3rhkePxQXJBFG16pA3sxBpNXFmVTbq { position:absolute;display:block;z-index:15004;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:28.1875rem;width:50rem;top:3.6875rem;left:25rem;overflow:hidden;display:block; }
#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp { position:relative;display:block; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp { background-color: transparent; background-image: none; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .row .container > .video-iframe-container { display: none; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .row > .video-iframe-container { display: none; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .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); }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp { border-width: 0; border-radius: 0; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .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; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;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:block; }#ROhQTJXXDMZrx1TB1fHUXCiJRSyismZQ { color:#91ba8b;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.25rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cIHvAiPvfg05VQIommLqtgotLhcXo1Xx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:26.6875rem;height:13.625rem;display:block; }#cIHvAiPvfg05VQIommLqtgotLhcXo1Xx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cIHvAiPvfg05VQIommLqtgotLhcXo1Xx li:before{  }
#gTyuSpVFLm2TkEHa1sJky8eeeTGQQ7RB { position:absolute;display:block;z-index:15003;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:26.5rem;width:18.75rem;top:4.71875rem;left:53.125rem;overflow:hidden;display:block; }
#JPg7mk4Sp22wmVxypZnNVU7rsKW0EVOr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:25.8125rem;left:27.8125rem;display:block; }
#DWxoxZ3Kuiw255XWgMz5kGW155ynpK1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGcVyRphoUMttfp54Rh0yQybxd00eHOV { position:relative;display:block; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV { background-color: transparent; background-image: none; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .row .container > .video-iframe-container { display: none; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .row > .video-iframe-container { display: none; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .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); }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV { border-width: 0; border-radius: 0; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .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; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38rem;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:block; }#gzRyERAQo11f5kOOTg5Jaf2yGsTzPfea { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:16.875rem;top:7.875rem;left:1.25rem;overflow:hidden;display:block; }
#o249LGKFCPiHfDy07Blkhcsw6J6mbLLw { color:#333333;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.25rem;height:2.92480625rem;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; }
#JugHkDKv9Ad8EVlJxfvomtBo56JeP47s { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.4375rem;left:26.6875rem;height:15.25rem;display:block; }#JugHkDKv9Ad8EVlJxfvomtBo56JeP47s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JugHkDKv9Ad8EVlJxfvomtBo56JeP47s li:before{  }
#bAxsxeeW4l7crWViEPSbPZw5MRsZTaLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:26.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTBaqF5whJLpuSMw9R5gaeQSsbU4afcm { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:28.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { display:block; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #nRRy1wVF4TlAnD5QNcmQsdJwFQnhaHQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { display:block; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { top:0rem;left:0rem;width:47.75rem;height:6.6054166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 { display:block; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSVV1CTp30dvHUFSfbuQH0esMLJwcWTM { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnQbNNWfeSd20rn5ktDTLglA10nm4Uf { top:7.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gplcSXd6R1D3Tpfm5wJTa0vvSf1pk9rK { top:14.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { display:block; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2XoPT6WgzVwwRDefCOzAxN1cF3xOpiS { top:8.0625rem;left:0rem;width:21.875rem;height:81.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU { top:1rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2EfrxtX3iQRpS0zoVdHfWIt95sSmstV { top:18.1875rem;left:0rem;width:19.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOAi8lXw8uX5d8mVu6J0DkwZinNsWLER { top:20.625rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZhseIuSIdIVsdpzKI6tzRTr2zGfAk2 { top:23.5rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpmTrXaE74wtNUpNQKzSxD253o6KGkd8 { top:47.1875rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 { top:50.75rem;left:0rem;width:19.375rem;height:15.8125rem;font-size:1rem;display:block; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD { top:40.375rem;left:0rem;width:19.375rem;height:4.5rem;font-size:1rem;display:block; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #TuXH8ZJKmXs3SvHpM0PTcnof1aUATBG5 { top:38.4375rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMJH8y7dbz6iowUNbCVEGXy9PsS84cIT { top:27.25rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 { top:29.1875rem;left:0rem;width:19.375rem;height:7.125rem;font-size:1rem;display:block; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #L3SNhDSQKJflRiSQdXqXBUrck1PJZLdn { width:19.375rem;height:3.4375rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPwnvSB3JGlETwuunsLIzobCcJRdr6A { display:block; }
 }@media only screen and (max-width: 763px) { #GtLdl0Bn5Flk2Tb7KDmq3I15apero8RN { width:19.375rem;height:3.4375rem;top:84.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXvmOB23GBWcPkWsP6yEv3PE4xTKBpv5 { display:block; }
 }@media only screen and (max-width: 763px) { #gf05zi2WX0bhERoE7h1KDIdn5u08WiSs { top:1.5rem;left:9.75rem;width:21.875rem;height:112.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RInLo3mtIosT5Rve7lm1JNyZRna50dsR { width:19.375rem;height:3.4375rem;top:108.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiwZniDnosTT15zzQKzmJpzz8J5rRH3s { display:block; }
 }@media only screen and (max-width: 763px) { #ZKzxGfawViuD3SL8LN0s9MsbI8Re0oX1 { width:19.375rem;height:3.4375rem;top:103.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzxtm6gsueqspS1HC4qByW20Dz1sUvxk { display:block; }
 }@media only screen and (max-width: 763px) { #TVnCCVBR9lR4CLIF1qICF4bihV54eUmg { top:32rem;left:12.375rem;width:19.375rem;height:8.375rem;font-size:1rem;display:block; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qDMfVGzHPr6MH028TaxJguiyBbZlHn3l { top:30.0625rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJXDDXtOvA4Nen5AGTxtt16vIiiqXL3a { top:60.4375rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigDM1BgWlcIt7suLJ5Sz91ylRWANOzq { top:23.375rem;left:12.375rem;width:19.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfADXAJk2VTxFT95GRElhcJWReqQks1 { top:42.375rem;left:13rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA { top:46.3125rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #koDEJhxc97MdwmKQlGURTaGqTb2bceCz { top:0.9375rem;left:9.75rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDGpE7iZSC3ONqKz2DndBEHSMAJLGL61 { top:18.1875rem;left:12.375rem;width:19.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhrnymGeCymhClGP1IGb1PiH2G9Ggy4 { top:20.625rem;left:12.375rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGDUUk8AecdEdwVF3TbngmO4vCw8ZL8B { top:1.0625rem;left:25.625rem;width:21.875rem;height:112.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoNgT9zQNS2Up0u0THFpTbaF9kxkLZoJ { width:19.375rem;height:3.4375rem;top:108.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5OOJ8dtOoIUhmGoCA2DGx04Lvi4vtm { display:block; }
 }@media only screen and (max-width: 763px) { #gmo4OzU6TGT9T05EmVltbDBuqBb3sypB { width:19.375rem;height:3.4375rem;top:103.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWzGevfQ3saHOdkxVQhLRBEblTCoifCX { display:block; }
 }@media only screen and (max-width: 763px) { #Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX { top:46.25rem;left:28.25rem;width:19.375rem;height:7.125rem;font-size:1rem;display:block; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #SgF1M2RDOaaAIORgHbF5tMLeoUAr9CLt { top:45.25rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4umfqliikdbzylmS8dcs0kbCw49NZ1g { top:30.9375rem;left:28.0625rem;width:19.5625rem;height:;font-size:1rem;display:block; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qkJAsxe2vAmk7bL0t0AFtaUiHppGyqTG { top:23.1875rem;left:28.25rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkGXLgL5PH1I8OSZJF35RcQITxcZ9Lg2 { top:28rem;left:28.25rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKMA7pimoF3zBoGQFIzkswpE0aqy2Ja { top:20.625rem;left:28.25rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8K2GQTQHxpJ24gFX2QVd3QGokzUWzw { top:18.1875rem;left:28.25rem;width:19.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa { top:1rem;left:25.625rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Vra4X0WBR1NLnhTPrxeSymZA0x23u7 { top:79.0625rem;left:28.25rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7gty6G2dipDaHOgZtOcTduO0QiKdNa { top:81.4375rem;left:28.25rem;width:19.375rem;height:;font-size:1rem;display:block; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #A9geDREuk19SWkhJ44NC7y3tZ9g2G5xx { top:65.4375rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #minMVQ4NTWA2zvbXm0xzEd1cycHlBtAz { top:67.375rem;left:0rem;width:19.375rem;height:;font-size:1rem;display:block; }#minMVQ4NTWA2zvbXm0xzEd1cycHlBtAz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #TkkRIye1h7gX28ucfh3vnSlU0hAmJ9Nv { top:62.4375rem;left:12.375rem;width:19.375rem;height:14.5625rem;font-size:1rem;display:block; }#TkkRIye1h7gX28ucfh3vnSlU0hAmJ9Nv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #unddOM8RUhTFF97vQGUeyuVw2fscW2B7 { top:78.4375rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0gVdbb3hoZvL4DdW0q5NrEN1Dq2FnZe { top:80.6875rem;left:12.375rem;width:19.375rem;height:6.8125rem;font-size:1rem;display:block; }#O0gVdbb3hoZvL4DdW0q5NrEN1Dq2FnZe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #LhFTFOU3VSwAWz0x7wyCDHIoSD1CgIci { top:88.5625rem;left:12.375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHTnZdeZ3L7Ihal8hLOBPqhV0APX9O4Q { top:90.25rem;left:12.375rem;width:19.375rem;height:;font-size:1rem;display:block; }#nHTnZdeZ3L7Ihal8hLOBPqhV0APX9O4Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #fiIpV7pGvESNTT5aNodHyRyLR1iZHi91 { top:91.625rem;left:0rem;width:21.875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZs2rW9sgxF6d7rW8Vbiq55dVTyOlPCw { top:103.6875rem;left:0rem;width:18.3125rem;height:8.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TLfnMTTznaHJG2aDMfiAoRX5DmP4vV { top:55.0625rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXiDKaTo1e34MsgceSUQmzXygLifqvpf { top:58rem;left:28.25rem;width:19.375rem;height:;font-size:1rem;display:block; }#RXiDKaTo1e34MsgceSUQmzXygLifqvpf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #m5IHtZmao9rCCLHNRpH0zeQaLuUZDtnc { top:92.25rem;left:28.25rem;width:19.375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw3JnEQxqBDllAnBSqZFJTr1E0mTGSBQ { top:94rem;left:0rem;width:18.3125rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq { display:block; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZprKgJqZJCigpqfsgwxbEv1CAlNVi2 { top:1.1875rem;left:0rem;width:21.875rem;height:82.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXBETwAgz6QIimSMVcGLtvkHzr0xo0f { width:19.375rem;height:3.4375rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOdcnUIUi76N1QB1WAaiRynde6OsLlAM { display:block; }
 }@media only screen and (max-width: 763px) { #r8GOKmyNtyyXyMABdqg1Q7tTuLcia1qy { width:19.375rem;height:3.4375rem;top:72.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHUGGtU1FQgJ8BF6AFXJ3gzowENF1dWC { display:block; }
 }@media only screen and (max-width: 763px) { #doW5mBZS9xv8mLKkWw1LstqQQfUVuAt5 { top:53.1875rem;left:0rem;width:19.375rem;height:7.4375rem;font-size:1rem;display:block; }#doW5mBZS9xv8mLKkWw1LstqQQfUVuAt5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #TO0BDa5PBSK0s6bZiI9aqiGqGFTTV4IT { top:51.25rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe3EUxDVBloRL565OSh3UatBivzLt5fn { top:46.75rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }#fe3EUxDVBloRL565OSh3UatBivzLt5fn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #eKk6FTpb3w41ZNs9i3syWVbieTKeA4Q7 { top:44.8125rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2fOFMgrDBHdhQTCG3Je5UZ7ck9TpoUl { top:26.9375rem;left:0rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPBuTpOe6UvFfT41qzoonMIRsswdsDm8 { top:32.6875rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRruqJ53ipA2FcLZaaOVwRkGJcVFI2SH { top:34.5625rem;left:0rem;width:19.375rem;height:8.375rem;font-size:1rem;display:block; }#xRruqJ53ipA2FcLZaaOVwRkGJcVFI2SH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #gz6WTBenPLCI450mthPJrBTcFyi4FG1x { top:1.1875rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzCv03pLFhJglNM5nXi6TCsMRqlHDHef { top:18.375rem;left:0rem;width:19.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzpGME20Q7VtXUXfP5Ba4aJvRksX4D4J { top:20.8125rem;left:0rem;width:19.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoXhot7S5J7JMROFqpc0VvwQRvT7XGHB { top:3.9375rem;left:9.875rem;width:21.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSSxgpkZGMEnRTKRE6UiRfWMOvmTf01s { top:19.5rem;left:9.875rem;width:21.875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxeN17qtG25MJz9ulXcEPSGbfaGTy3gG { top:22.5625rem;left:12.375rem;width:19.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byPaZyvsD68mh7buUXhcs0OuEnX2kKzH { top:26.4375rem;left:12.375rem;width:19.375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovSlczC5APUQFQ9mBrPBJTviLR12s2Wf { width:19.375rem;height:3.4375rem;top:34.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2g4zzsQXMIvit3l2rxbOqfXqaaULSZB { display:block; }
 }@media only screen and (max-width: 763px) { #wfvK8qTXxXSURhaPUWcTe5Sv95A0ZEVV { top:62.5625rem;left:0rem;width:19.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCnium55JiwZ76PCgXwZV8xf59xS5e6 { top:68.375rem;left:0rem;width:19.375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP { display:block; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBOgX913zhlC5NU5D1P6A4fCtUN5M13i { top:3.6875rem;left:0rem;width:21.875rem;height:11.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ7engBbgs01ra4ezLgPQcA4TytVPbBA { top:22.0625rem;left:0rem;width:10rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbCsPaoGxPW2nso7vlSaFsmrQiJfTBfl { top:21.9375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN3rhkePxQXJBFG16pA3sxBpNXFmVTbq { top:3.6875rem;left:0rem;width:47.75rem;height:26.9190625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp { display:block; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROhQTJXXDMZrx1TB1fHUXCiJRSyismZQ { top:5.0625rem;left:0rem;width:21.875rem;height:14.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHvAiPvfg05VQIommLqtgotLhcXo1Xx { top:5.0625rem;left:10.125rem;width:21.625rem;height:;font-size:1.0625rem;display:block; }#cIHvAiPvfg05VQIommLqtgotLhcXo1Xx li:before{  }
 }@media only screen and (max-width: 763px) { #gTyuSpVFLm2TkEHa1sJky8eeeTGQQ7RB { top:4.6875rem;left:28.875rem;width:18.75rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPg7mk4Sp22wmVxypZnNVU7rsKW0EVOr { width:19.375rem;height:3.4375rem;top:25.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWxoxZ3Kuiw255XWgMz5kGW155ynpK1R { display:block; }
 }@media only screen and (max-width: 763px) { #UGcVyRphoUMttfp54Rh0yQybxd00eHOV { display:block; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzRyERAQo11f5kOOTg5Jaf2yGsTzPfea { top:7.875rem;left:0rem;width:16.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o249LGKFCPiHfDy07Blkhcsw6J6mbLLw { top:3.3125rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JugHkDKv9Ad8EVlJxfvomtBo56JeP47s { top:16.4375rem;left:4.4375rem;width:43.3125rem;height:16.875rem;font-size:1.0625rem;display:block; }#JugHkDKv9Ad8EVlJxfvomtBo56JeP47s li:before{  }
 }@media only screen and (max-width: 763px) { #bAxsxeeW4l7crWViEPSbPZw5MRsZTaLJ { top:7.875rem;left:4.4375rem;width:43.3125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBaqF5whJLpuSMw9R5gaeQSsbU4afcm { top:0.9375rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { display:block; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #nRRy1wVF4TlAnD5QNcmQsdJwFQnhaHQy > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { display:none; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #Kw2v7UExERmruJXytguqnIIhfJTT4T0Q > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { background-color: transparent; background-image: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { width:20rem;height:9.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { width:20rem;height:2.5rem;top:4.4246291498088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 { display:block; }#xlRI2GNIXW1geXQeiAL8kSVTx8Oh0kF3 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSVV1CTp30dvHUFSfbuQH0esMLJwcWTM { width:17.5rem;height:4.55rem;top:2.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnQbNNWfeSd20rn5ktDTLglA10nm4Uf { width:17.5rem;height:16.575rem;top:8.296875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gplcSXd6R1D3Tpfm5wJTa0vvSf1pk9rK { width:17.5rem;height:7.3125rem;top:26.1171875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLi727DBtWboM6HbpTIOoXD56dPbo8tB { display:block; }#ZLi727DBtWboM6HbpTIOoXD56dPbo8tB > .row .container { width:20rem;height:356.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2XoPT6WgzVwwRDefCOzAxN1cF3xOpiS { width:19.875rem;height:93.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnuksTTZTbEmd6fTFNwFu1lIXceFpOXU { width:19.875rem;height:14.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2EfrxtX3iQRpS0zoVdHfWIt95sSmstV { width:17.5rem;height:2.4375rem;top:20.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOAi8lXw8uX5d8mVu6J0DkwZinNsWLER { width:17.5rem;height:1.625rem;top:22.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZhseIuSIdIVsdpzKI6tzRTr2zGfAk2 { width:17.5rem;height:2.6rem;top:25.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpmTrXaE74wtNUpNQKzSxD253o6KGkd8 { width:17.5rem;height:2.6rem;top:53.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 { width:17.5rem;height:15.8625rem;top:56.875rem;left:1.25rem;font-size:1rem;display:block; }#doxpiGJqOs17Q3mka6UrPyU33xEzFxI4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD { width:17.5rem;height:5.825rem;top:45.4375rem;left:1.25rem;font-size:1rem;display:block; }#JiUR6ZmK8SDVnTUXCl88d9wiRn36IGxD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #TuXH8ZJKmXs3SvHpM0PTcnof1aUATBG5 { width:17.5rem;height:1.3rem;top:43.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMJH8y7dbz6iowUNbCVEGXy9PsS84cIT { width:17.5rem;height:1.3rem;top:29.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 { width:17.5rem;height:9.725rem;top:32.0625rem;left:1.25rem;font-size:1rem;display:block; }#m1WTsMFvAc25awdyo2lIK6Kc0SdJPnV9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #L3SNhDSQKJflRiSQdXqXBUrck1PJZLdn { width:17.5rem;height:3.4375rem;top:86.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPwnvSB3JGlETwuunsLIzobCcJRdr6A { display:block; }
 }@media only screen and (max-width: 763px) { #GtLdl0Bn5Flk2Tb7KDmq3I15apero8RN { width:17.5rem;height:3.4375rem;top:90.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXvmOB23GBWcPkWsP6yEv3PE4xTKBpv5 { display:block; }
 }@media only screen and (max-width: 763px) { #gf05zi2WX0bhERoE7h1KDIdn5u08WiSs { width:19.9375rem;height:114rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RInLo3mtIosT5Rve7lm1JNyZRna50dsR { width:17.5rem;height:3.4375rem;top:207.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiwZniDnosTT15zzQKzmJpzz8J5rRH3s { display:block; }
 }@media only screen and (max-width: 763px) { #ZKzxGfawViuD3SL8LN0s9MsbI8Re0oX1 { width:17.5rem;height:3.4375rem;top:202.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzxtm6gsueqspS1HC4qByW20Dz1sUvxk { display:block; }
 }@media only screen and (max-width: 763px) { #TVnCCVBR9lR4CLIF1qICF4bihV54eUmg { width:17.5rem;height:8.425rem;top:130.125rem;left:1.25rem;font-size:1rem;display:block; }#TVnCCVBR9lR4CLIF1qICF4bihV54eUmg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qDMfVGzHPr6MH028TaxJguiyBbZlHn3l { width:17.5rem;height:1.3rem;top:128.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJXDDXtOvA4Nen5AGTxtt16vIiiqXL3a { width:17.5rem;height:1.3rem;top:156.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigDM1BgWlcIt7suLJ5Sz91ylRWANOzq { width:17.5rem;height:5.2rem;top:121.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfADXAJk2VTxFT95GRElhcJWReqQks1 { width:17.5rem;height:2.6rem;top:139.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA { width:17.5rem;height:13.2625rem;top:142.625rem;left:1.25rem;font-size:1rem;display:block; }#KBtgxzv7r60v3J1e7cQSxzbLNohKzsaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #koDEJhxc97MdwmKQlGURTaGqTb2bceCz { width:19.875rem;height:14.8125rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDGpE7iZSC3ONqKz2DndBEHSMAJLGL61 { width:17.5rem;height:2.4375rem;top:116.25rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhrnymGeCymhClGP1IGb1PiH2G9Ggy4 { width:17.5rem;height:1.625rem;top:118.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGDUUk8AecdEdwVF3TbngmO4vCw8ZL8B { width:20.125rem;height:114.5rem;top:239.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoNgT9zQNS2Up0u0THFpTbaF9kxkLZoJ { width:17.5rem;height:3.4375rem;top:350rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5OOJ8dtOoIUhmGoCA2DGx04Lvi4vtm { display:block; }
 }@media only screen and (max-width: 763px) { #gmo4OzU6TGT9T05EmVltbDBuqBb3sypB { width:17.5rem;height:3.4375rem;top:345.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWzGevfQ3saHOdkxVQhLRBEblTCoifCX { display:block; }
 }@media only screen and (max-width: 763px) { #Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX { width:17.5rem;height:8.425rem;top:286.6875rem;left:1.3125rem;font-size:1rem;display:block; }#Waco8IPrBD97I6qmA2H8lDQmT5tsSLXX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #SgF1M2RDOaaAIORgHbF5tMLeoUAr9CLt { width:17.5rem;height:1.3rem;top:285.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4umfqliikdbzylmS8dcs0kbCw49NZ1g { width:17.5rem;height:13.2625rem;top:271.25rem;left:1.25rem;font-size:1rem;display:block; }#I4umfqliikdbzylmS8dcs0kbCw49NZ1g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #qkJAsxe2vAmk7bL0t0AFtaUiHppGyqTG { width:17.5rem;height:3.9rem;top:263.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkGXLgL5PH1I8OSZJF35RcQITxcZ9Lg2 { width:17.5rem;height:2.6rem;top:267.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKMA7pimoF3zBoGQFIzkswpE0aqy2Ja { width:17.5rem;height:1.625rem;top:260.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8K2GQTQHxpJ24gFX2QVd3QGokzUWzw { width:17.5rem;height:2.4375rem;top:257.75rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIRk2VdfJFLG1sIXC2dLMdTK8i4LcMa { width:19.875rem;height:14.8125rem;top:240.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Vra4X0WBR1NLnhTPrxeSymZA0x23u7 { width:17.5rem;height:2.6rem;top:322.36250972748rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7gty6G2dipDaHOgZtOcTduO0QiKdNa { width:17.5rem;height:9.725rem;top:325.25001049042rem;left:1.25rem;font-size:1rem;display:block; }#KL7gty6G2dipDaHOgZtOcTduO0QiKdNa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #A9geDREuk19SWkhJ44NC7y3tZ9g2G5xx { width:19.375rem;height:1.3rem;top:72.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #minMVQ4NTWA2zvbXm0xzEd1cycHlBtAz { width:19.375rem;height:8.7375rem;top:74.8125rem;left:0.625rem;font-size:1rem;display:block; }#minMVQ4NTWA2zvbXm0xzEd1cycHlBtAz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af78f81487e71c79a95deda385bc4e980ff3a986.svg); }
 }@media only screen and (max-width: 763px) { #TkkRIye1h7gX28ucfh3vnSlU0hAmJ9Nv { width:18.625rem;height:17.1625rem;top:158.75rem;left:0.6875rem;font-size:1rem;display:block; }#TkkRIye1h7gX28ucfh3vnSlU0hAmJ9Nv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #unddOM8RUhTFF97vQGUeyuVw2fscW2B7 { width:19.375rem;height:1.3rem;top:176.4375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0gVdbb3hoZvL4DdW0q5NrEN1Dq2FnZe { width:19.375rem;height:6.8125rem;top:179rem;left:0.5625rem;font-size:1rem;display:block; }#O0gVdbb3hoZvL4DdW0q5NrEN1Dq2FnZe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #LhFTFOU3VSwAWz0x7wyCDHIoSD1CgIci { width:19.375rem;height:1.3rem;top:187.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHTnZdeZ3L7Ihal8hLOBPqhV0APX9O4Q { width:19.375rem;height:11.3375rem;top:189.875rem;left:0.625rem;font-size:1rem;display:block; }#nHTnZdeZ3L7Ihal8hLOBPqhV0APX9O4Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #fiIpV7pGvESNTT5aNodHyRyLR1iZHi91 { width:19.875rem;height:22.1875rem;top:214.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZs2rW9sgxF6d7rW8Vbiq55dVTyOlPCw { width:17.875rem;height:9.50625rem;top:226.75rem;left:1.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TLfnMTTznaHJG2aDMfiAoRX5DmP4vV { width:19.375rem;height:1.3rem;top:296.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXiDKaTo1e34MsgceSUQmzXygLifqvpf { width:18.625rem;height:22.675rem;top:298.5625rem;left:1.25rem;font-size:1rem;display:block; }#RXiDKaTo1e34MsgceSUQmzXygLifqvpf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #m5IHtZmao9rCCLHNRpH0zeQaLuUZDtnc { width:18.9375rem;height:7.8rem;top:335.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw3JnEQxqBDllAnBSqZFJTr1E0mTGSBQ { width:17.75rem;height:9.66875rem;top:217.1875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq { display:block; }#DF1Ha6y5BDkT17dGNmOiIKh0Ne1kJOlq > .row .container { width:20rem;height:127.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZprKgJqZJCigpqfsgwxbEv1CAlNVi2 { width:19.875rem;height:89.6875rem;top:5.7499713897705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXBETwAgz6QIimSMVcGLtvkHzr0xo0f { width:17.5rem;height:3.4375rem;top:85.187492370606rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOdcnUIUi76N1QB1WAaiRynde6OsLlAM { display:block; }
 }@media only screen and (max-width: 763px) { #r8GOKmyNtyyXyMABdqg1Q7tTuLcia1qy { width:17.5rem;height:3.4375rem;top:80.499992370606rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHUGGtU1FQgJ8BF6AFXJ3gzowENF1dWC { display:block; }
 }@media only screen and (max-width: 763px) { #doW5mBZS9xv8mLKkWw1LstqQQfUVuAt5 { width:17.5rem;height:8.7375rem;top:60.8125rem;left:1.25rem;font-size:1rem;display:block; }#doW5mBZS9xv8mLKkWw1LstqQQfUVuAt5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #TO0BDa5PBSK0s6bZiI9aqiGqGFTTV4IT { width:17.5rem;height:1.3rem;top:58.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe3EUxDVBloRL565OSh3UatBivzLt5fn { width:17.5rem;height:2.6rem;top:54.375rem;left:1.25rem;font-size:1rem;display:block; }#fe3EUxDVBloRL565OSh3UatBivzLt5fn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #eKk6FTpb3w41ZNs9i3syWVbieTKeA4Q7 { width:17.5rem;height:1.3rem;top:52.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2fOFMgrDBHdhQTCG3Je5UZ7ck9TpoUl { width:17.5rem;height:3.9rem;top:31.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPBuTpOe6UvFfT41qzoonMIRsswdsDm8 { width:17.5rem;height:1.3rem;top:37.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRruqJ53ipA2FcLZaaOVwRkGJcVFI2SH { width:17.5rem;height:11.025rem;top:39.125rem;left:1.25rem;font-size:1rem;display:block; }#xRruqJ53ipA2FcLZaaOVwRkGJcVFI2SH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1f5147491d8b2216b7dd59afab260cfb8aa41ab.svg); }
 }@media only screen and (max-width: 763px) { #gz6WTBenPLCI450mthPJrBTcFyi4FG1x { width:19.875rem;height:14.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzCv03pLFhJglNM5nXi6TCsMRqlHDHef { width:17.5rem;height:4.875rem;top:18.4375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzpGME20Q7VtXUXfP5Ba4aJvRksX4D4J { width:17.5rem;height:4.875rem;top:25.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoXhot7S5J7JMROFqpc0VvwQRvT7XGHB { height:11.2rem;width:20rem;top:92.35416625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSSxgpkZGMEnRTKRE6UiRfWMOvmTf01s { width:20rem;height:21.6875rem;top:104.80416625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxeN17qtG25MJz9ulXcEPSGbfaGTy3gG { width:17.5rem;height:2.4375rem;top:107.86666625rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byPaZyvsD68mh7buUXhcs0OuEnX2kKzH { width:17.5rem;height:7.8rem;top:111.74166625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovSlczC5APUQFQ9mBrPBJTviLR12s2Wf { width:17.5rem;height:3.4375rem;top:119.99166625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2g4zzsQXMIvit3l2rxbOqfXqaaULSZB { display:block; }
 }@media only screen and (max-width: 763px) { #wfvK8qTXxXSURhaPUWcTe5Sv95A0ZEVV { width:17.5rem;height:5.2rem;top:70.187492370606rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCnium55JiwZ76PCgXwZV8xf59xS5e6 { width:17.5rem;height:2.925rem;top:75.999992370606rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP { display:block; }#Ul5zOXvAiDKgw6vIOoPkxW8HGfoDI0fP > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBOgX913zhlC5NU5D1P6A4fCtUN5M13i { width:20rem;height:9.1rem;top:5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQ7engBbgs01ra4ezLgPQcA4TytVPbBA { width:9.375rem;height:9.125rem;top:16.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbCsPaoGxPW2nso7vlSaFsmrQiJfTBfl { width:9.375rem;height:9.375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN3rhkePxQXJBFG16pA3sxBpNXFmVTbq { width:20rem;height:11.2744375rem;top:23.9716796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp { display:block; }#mXp03ADDXCpygfTE4Cs0Wc7NTTKJtCbp > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROhQTJXXDMZrx1TB1fHUXCiJRSyismZQ { width:17.5rem;height:11.375rem;top:1.8955078125rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHvAiPvfg05VQIommLqtgotLhcXo1Xx { width:17.5rem;height:17.2rem;top:13.96875rem;left:1.25rem;font-size:1.0625rem;display:block; }#cIHvAiPvfg05VQIommLqtgotLhcXo1Xx li:before{  }
 }@media only screen and (max-width: 763px) { #gTyuSpVFLm2TkEHa1sJky8eeeTGQQ7RB { width:18.75rem;height:26.5rem;top:37.7890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPg7mk4Sp22wmVxypZnNVU7rsKW0EVOr { width:19.375rem;height:3.4375rem;top:32.7265625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWxoxZ3Kuiw255XWgMz5kGW155ynpK1R { display:block; }
 }@media only screen and (max-width: 763px) { #UGcVyRphoUMttfp54Rh0yQybxd00eHOV { display:block; }#UGcVyRphoUMttfp54Rh0yQybxd00eHOV > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzRyERAQo11f5kOOTg5Jaf2yGsTzPfea { width:17.5rem;height:14.25rem;top:6.2734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o249LGKFCPiHfDy07Blkhcsw6J6mbLLw { width:17.5rem;height:2.275rem;top:3.0625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JugHkDKv9Ad8EVlJxfvomtBo56JeP47s { width:17.5rem;height:31.0125rem;top:34.3359375rem;left:1.25rem;font-size:1.0625rem;display:block; }#JugHkDKv9Ad8EVlJxfvomtBo56JeP47s li:before{  }
 }@media only screen and (max-width: 763px) { #bAxsxeeW4l7crWViEPSbPZw5MRsZTaLJ { width:17.5rem;height:10.2375rem;top:22.0859375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBaqF5whJLpuSMw9R5gaeQSsbU4afcm { width:18.75rem;height:0.0625rem;top:1.25rem;left:0.625rem;display:block; }
 }