.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:254,241,218;--color-primary-1:253,214,143;--color-primary-2:251,186,69;--color-primary-3:250,169,22;--color-primary-4:50,37,14;--color-secondary-0:243,236,243;--color-secondary-1:220,197,218;--color-secondary-2:196,158,193;--color-secondary-3:118,95,116;--color-secondary-4:89,37,84;--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); }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 { background-color:rgba(var(--color-tertiary-4),0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row .container { background-color: transparent; background-image: none; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row .container > .video-iframe-container { display: none; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row > .video-iframe-container { display: none; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .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); }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row .container { border-width: 0; border-radius: 0; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wvtrzuc9upE4X079TzGi4L0k0kMOHbk3 { background-color:transparent;background-image:none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:6.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1rem;left:21.875rem;display:block; }
#habpeNFHwLoqaaJvx6CQK13ZBeCiKlBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNH80CZMXVPQ0SUEKU4AeOO1N609oLQN { background-color:transparent;background-image:none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:6.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:30.4375rem;display:block; }
#GEluQbdNlt2T92t8wINiphwHWayTx9UJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGtXNEAg4h7EPPtu6nPBgTb6AiKTwucB { background-color:transparent;background-image:none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:6.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1rem;left:40.6875rem;display:block; }
#XIOFTUQf70rVv3WlRN8vuWVDVoxySrTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRrnIDyLBn8aaVZoMlGW8btGyT8hAIvr { background-color:transparent;background-image:none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:6.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1rem;left:46.875rem;display:block; }
#BrAR4wydwrk0JAApdQos7Ce1uf9eOT1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzM1zVP26zb33PBENXocJW1wFtuNrlH8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.59375rem;left:64.625rem;display:block; }
#csvSPo1DFVTdRazI3nNrJiqPH8hGodHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qSbyX6TV8iURJrExuU7M30zJIhrndo3l { 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:3.375rem;width:7.3125rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#gZO0Fu30cgCTt4ORiilSVTLyvMeLXC4f { 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:1.625rem;width:1.625rem;top:1.4375rem;left:31.625rem;overflow:hidden;display:block; }
#qKqWKLUnu3xwHaCtnIhkrdANqJlEbmNa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:1.5625rem;left:22.875rem;overflow:hidden;display:block; }
#tdiPlMRByKDnwiBXV9FeFc846MTS3WTs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:1.3125rem;left:41.625rem;overflow:hidden;display:block; }
#E17OTwVK013exf7bGgQ0Bf0srlWz6htA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:1.4375rem;left:47.875rem;overflow:hidden;display:block; }
#WEvTHUqE9iZFRTtTK2wIn5IT6xABGMT3 { background-color:transparent;background-image:none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:6.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:14rem;display:block; }
#PZGpQrBvXJoOo7dXgLT1iXs8NqXmHggu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HU6EffRAeBciQpPnRhCJPZxbbOVTETLn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:1.5625rem;left:15.4375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#241623;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#uiPqzoK03Qzysqn1DTQA2AhuwdXFqnXF { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:10rem;left:17.25rem;height:7.1996875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DgTXMlmuzMi3G3sGm3zAxupHvgBHrihE { color:rgba(var(--color-tertiary-0),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:10.125rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6efJ984Axlb8skuOiIibXcJuvZDyTyx { color:rgba(var(--color-tertiary-0),0.6);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.5rem;left:7.3125rem;height:6.8232375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kq8RQ4bvM0si281WSKfbG6h8wresr7pq { color:rgba(var(--color-tertiary-0),0.6);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5rem;left:49rem;height:6.8232375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6plxC2WJTJa8M42sNbGTpmuyuPML97G { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3745rem;height:2.3120125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.625rem;left:53.1865234375rem;display:block; }
#RU1Zu2P7OVaB3MtbaKP4zLNmbrVqWcmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nnehn4bokpaIenPbTatt3mT37yw2mQoH { box-sizing:content-box;height:1.75rem;width:7.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:43.6875rem;left:1.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#uZLKyVq8UscrTTCPTRTZGS4lG10USSCl { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:43.6875rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#zeBmL3orSOv9PqRSKglOkGkwpDs1TATv { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:43.9375rem;left:2.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgyqSJuk6OhJv71wXJUqCOGlxT8cyrzy { color:rgba(var(--color-secondary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:46.75rem;left:0rem;height:4.8994125rem;display:block; }
#ZJ5SD2oDbwX9omUnAfmgx97ygrvbtG5Z { box-sizing:content-box;height:14.375rem;width:17.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.0625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Vf1ZEdA3h64397Sry7dSCAcD1tETainu { box-sizing:content-box;height:14.375rem;width:17.8125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.0625rem;left:19.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cFBpJMWkMTTwebTVIOGCWLLUPy180rRy { color:rgba(var(--color-tertiary-4),0.4);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:56.375rem;left:2.5625rem;height:7.347625rem;font-style:normal;display:block; }
#NyQK5ycp2ZhkgJ4NzURh9R3HaHMaoJmK { color:rgba(var(--color-tertiary-4),0.4);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:56.375rem;left:21.625rem;height:7.347625rem;font-style:normal;display:block; }
#feNlBlvGDxUPd1yoXAgFPtIbZ3QW2aw6 { box-sizing:content-box;height:14.375rem;width:17.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.0625rem;left:38.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cuHJGSCVlJy0QAOUT6LI51gd180z1JTi { color:rgba(var(--color-tertiary-4),0.4);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:56.5rem;left:40.6875rem;height:8.57225rem;font-style:normal;display:block; }
#beaRm6RmxwCULJFBu2tVh2yADISqtqO0 { box-sizing:content-box;height:14.375rem;width:17.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.0625rem;left:57.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#U3TNfZS9JgINIQ2NE9L8N7Nvqw8dpNni { color:rgba(var(--color-tertiary-4),0.4);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:56.5rem;left:59.75rem;height:7.347625rem;font-style:normal;display:block; }
#A5p6OXLqTP1EtCUicJXNsBoLRPaUxmAq { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:43.9375rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbB6ZqTg2h6HNvGCIShoaIXqhHDpWDIa { color:rgba(var(--color-secondary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:70.4375rem;left:23.1875rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kt0kcJAuyTOEGiP0Xs5N2TTZzPptrMlk { background-color:transparent;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:70.0625rem;left:62.6875rem;display:block; }
#gRN6vTpxxXFryDbw7XXArb6OyFCgII4Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#miHrUWKffpTaA2kLkqUKwfVGdDLZs9Sq { 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:32.9375rem;width:36.875rem;top:21.3125rem;left:19.0625rem;overflow:hidden;display:block; }
#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #241623, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #241623, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #241623, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #241623, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#241623', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#241623', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #241623, rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row .container { background-color: transparent; background-image: none; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row .container > .video-iframe-container { display: none; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row > .video-iframe-container { display: none; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .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); }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row .container { border-width: 0; border-radius: 0; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#IGAAaqT5nf3CCf1qCJWTIkI4XqVEgvlQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:10.75rem;left:0rem;height:7.349125rem;display:block; }
#wIl37LgRonsOEdWrG0Werg8TUFvXXsni { box-sizing:content-box;height:1.75rem;width:6.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:1.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#prCUgyLyw3xp3enFIKRAetUzaoFNIWQz { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCwNordVwthcyzOGZPrDBxrqmAsRLPWq { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Af8cDW2sLT2ERZ7zTmEu2rdelr9xJ4NS { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnWcLDqGsxbrnzzurAlQzMVI2TCSFkzW { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.75rem;left:31.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NANvqZ46XzTGkkMfDxkQqUNO7T5dCeVn { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BglzLdnneqgJ1TPdLJPzq9qmPWm3SAmx { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:31.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g1N0Brz5WgOcAGzha8Q90v9PgwimpEhS { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0625rem;left:31.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S0bneBEPhGTZKVg2LKnKxNPCUvgXgot4 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.9375rem;left:31.25rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqsUarHQGWCfXpnaJ8CdEPrbyKTv1SoC { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.4873046875rem;left:31.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GkgxvSBQ4SducldJaz8qhDaWeFknddcU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row .container { background-color: transparent; background-image: none; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row .container > .video-iframe-container { display: none; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row > .video-iframe-container { display: none; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .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); }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row .container { border-width: 0; border-radius: 0; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#ax8hMAXmFAkMW1pOl7b2172B2uqJWsMR { box-sizing:content-box;height:16.875rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:56.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#w30VpIRl1r8KOn7Z9GcV2crTFOEIPUk1 { box-sizing:content-box;height:16.875rem;width:17.8125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:37.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#i3mvM65chFIsNevt1pCq0ESkLfH3u9Dm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:15.65625rem;left:59.375rem;height:7.3125rem;font-style:normal;display:block; }
#hRlMSkt2eKWcgoCsPwHp38DfQNK6cEZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:15.859375rem;left:40.28125rem;height:8.53125rem;font-style:normal;display:block; }
#TDKibsqLoe8L6gaG46sibeVUogJ65C79 { box-sizing:content-box;height:0.0625rem;width:0.9375rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17rem;left:55.4375rem;display:block; }
#xtyAWue274O0Uk6aTNZevTvTVs6aWs2e { box-sizing:content-box;height:16.875rem;width:17.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:18.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#p50mfc6LfCGq02pyQEm7Fl4dK5zXTaia { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.875rem;height:10.96875rem;font-style:normal;display:block; }
#LBPflEQKya87d7DGLJXHtoIHqlfUeTTw { box-sizing:content-box;height:0.0625rem;width:0.9375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17rem;left:36.6875rem;display:block; }
#xDXuHvIo86hA7DwN1eUt0SQt4pc45Aoz { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.375rem;left:38.375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#b2dT7KSMmJkPnDCr4gThbmP6SuLGu9No { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:12.625rem;left:38.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZgyhRrTsCZElRVEcEb8tZe9Q4Mzv8nl { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.375rem;left:57.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#lPZIuAJzurgWr3JTNxI9wn2qDOKTRu83 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:12.625rem;left:57.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AenQCGRc5UQZrJ3mWeBCnbQQVskEUz0x { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:6.625rem;left:0rem;height:2.44970625rem;display:block; }
#lzi6e5MlqFvhX31XM9rSudvJGt7v1TpJ { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.375rem;left:19.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#tV2W3ex3FDAgB8QNcdrnldxqTHqxLLM3 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:12.625rem;left:20.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOaS5SRIWMwF2pUJDzupJrCmf4FyOf38 { box-sizing:content-box;height:16.75rem;width:17.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#uF1mTcB7w9ByvBGt9x1izpeIU69v0ZyE { box-sizing:content-box;height:0.0625rem;width:0.9375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17rem;left:17.9375rem;display:block; }
#Dzbg8qACcb3ZFn1TlVC68kHEgyiayq3q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2.5rem;height:8.53125rem;font-style:normal;display:block; }
#OOFfC7mDIs5CEDsSWE5yZGqTdJWxo8ve { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X6nHf4DqV7Wmrfv8JVizuF0bZgDJQOrH { box-sizing:content-box;height:1.75rem;width:10.625rem;position:absolute;display:block;z-index:15025;background-color:#241623;background-image:none;top:2.375rem;left:1.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#tilB8eaeCHezeL4wJuWN43iEmbbSrToU { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.375rem;left:0.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#IwgQgpCVNFmo9ZTz31JWaTfHhDtc1J2M { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.625rem;left:1rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7oXXOiOvnGGrryfELToW15MdKyr6inz { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15026;background-color:#241623;background-image:none;top:2.375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#hCZHFikI2P1w4A8z24kck3AMROfQqJGD { color:rgba(var(--color-tertiary-0),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeygVivrGIiOHSwLZSRCXX41d7TIS2n6 { color:#120911;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:31.3125rem;left:9.3125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rl6TDPWSqH0dD2SkTA80MZpbVIRFEarx { background-color:transparent;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.233375rem;height:2.2338875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.875rem;left:52.8125rem;display:block; }
#xQXMhPwhUglErCcmQerkUq9Vbx9e939x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #241623);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #241623);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #241623);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #241623);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#241623' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#241623' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #241623);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row .container { background-color: transparent; background-image: none; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row .container > .video-iframe-container { display: none; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row > .video-iframe-container { display: none; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .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); }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row .container { border-width: 0; border-radius: 0; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#cgpIWHrIQrmTgCJekEVdNilU11aR6Aar { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:10.5rem;left:0rem;height:4.8994125rem;font-style:normal;display:block; }
#E6Uthw44VXMMLr0GwvAHEmhS5DLTvId9 { box-sizing:content-box;height:1.75rem;width:6.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.25rem;left:1.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#lrUbiHIRt6vKRxp7ivebE0LIa4XWX2c3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5rem;left:2.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMhaAgBvc1H3Bme5wLAPbp9RZtiUb0a8 { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#rJGA4FnBOMQZqFQDi2eioAruc3QlFSeH { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KChElFiAVwPpgpb3uw47wvPJOgVbTPAZ { color:rgba(var(--color-tertiary-0),0.5);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.7003173828125rem;left:37.5rem;height:6.499rem;font-style:normal;display:block; }
#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241623;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; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row .container { background-color: transparent; background-image: none; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row .container > .video-iframe-container { display: none; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row > .video-iframe-container { display: none; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .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); }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row .container { border-width: 0; border-radius: 0; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#k8xNkpeuvp6uI5B74OhM9V3qwQm691Ja { box-sizing:content-box;height:44.25rem;width:24.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.12)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-size:auto !important;top:5.5rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OzaMXJ6GxPKM62QBgpdR5hWGAesVwdGT { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.5625rem;left:4.15625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKBPH1MwPwEcEcfsTqutkPZ7XxF00DRa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:14.5rem;left:4rem;height:4.19983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSDhGHQzzumGD7NTcJ67dgeELbhfCt7N { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:17.9375rem;left:4.375rem;height:1.224975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arD5NvI8LVBh97ikhWks3VhqLnTufbo5 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:22.2822265625rem;left:3.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#arD5NvI8LVBh97ikhWks3VhqLnTufbo5 li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#arD5NvI8LVBh97ikhWks3VhqLnTufbo5 li:before{  }
#cFPC3fv7agGF5SclmvxlH4dML0JDd9cr { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.625rem;left:2.125rem;display:block; }
#ilZPdsGT8B4wtIoGbx8FBd4fBET06Fpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMDbVq49msv76IOe6BOJc4DJBnbrEbqZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:5.5rem;left:10.5625rem;overflow:hidden;display:block; }
#a8uggolATxiUqJx2S3A3Q3O3egZXdRAE { box-sizing:content-box;height:44.25rem;width:24.25rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.3));background-size:auto !important;top:5.5rem;left:25.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aRNaOGTI5i33kBRzaSaEKSaBBBV7e9t0 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.625rem;left:27.125rem;display:block; }
#mcqOHLWF9C8KDWlMZeD6oQ26hKUKlcLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVrOttlTzTiIxTcLrg05NT0InqOeTUL7 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:22.2822265625rem;left:28.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#LVrOttlTzTiIxTcLrg05NT0InqOeTUL7 li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#LVrOttlTzTiIxTcLrg05NT0InqOeTUL7 li:before{  }
#LHIkc7TpRdl1ZRz9y8wagXazuslseeak { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:17.9375rem;left:29.75rem;height:1.224975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wObCS8BuKIIXa4OA2bMbcESoqJGvzJWp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:14.5rem;left:29.375rem;height:4.19983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOw4reQHZ217dChPHTt1vXXK1RIeIhLG { color:rgba(var(--color-secondary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:11.5625rem;left:28.1875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAoyazuKg8KfVCmhET4Ti39WRHDinyxK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:5.5rem;left:35.5625rem;overflow:hidden;display:block; }
#iMbOzgSB4WoqumxGrT7i01EQUED54CeU { box-sizing:content-box;height:44.25rem;width:24.25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.12)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.12));background-size:auto !important;top:5.5rem;left:50.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UTTmv6oclBXQZZZGPHhzu5zTGzemOkkr { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.625rem;left:52.5rem;display:block; }
#BwyFCgSRkf7UL2ON7IPgZN1KATx46SuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghC8HnZI2bcnDym5y4wusTkZG5qvSqpf { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:22.2822265625rem;left:53.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ghC8HnZI2bcnDym5y4wusTkZG5qvSqpf li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ghC8HnZI2bcnDym5y4wusTkZG5qvSqpf li:before{  }
#pPvEDNEJ2VtkXp8emME2QUHKnBBcq5fO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:17.9375rem;left:55.125rem;height:1.224975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DXf7HUBpTXGDNOH8V8rf4nTLSpEOyuMa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:14.5rem;left:54.75rem;height:4.19983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqHooBdrA3wGHScTsTevu4qcizkN0ivm { color:rgba(var(--color-secondary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:11.5625rem;left:54.9375rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJXN2Hsbvti8u0mGQM6JGJIiUZcZ2KwF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:5.5rem;left:60.9375rem;overflow:hidden;display:block; }
#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#241623', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#241623', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row .container { background-color: transparent; background-image: none; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row .container > .video-iframe-container { display: none; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row > .video-iframe-container { display: none; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .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); }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row .container { border-width: 0; border-radius: 0; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#FeA77cwbChtocPmBzOZKch0GTqDMT4Qk { box-sizing:content-box;height:1.75rem;width:16.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.8121337890625rem;left:1.68701171875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#kIP9Hsbv2SV1GyetDAieIpsISodkAv3x { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.587890625rem;left:12.3125rem;height:2.44970625rem;font-style:normal;display:block; }
#CVGqV1pwxfd3eUXu4oU79HxpBPfJt1ZS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;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:7.0623779296875rem;left:2.562255859375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksln9mw9boyuXw02DGUcmXrDrQZWxGuh { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.8125rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#OvaIoMAaqeEMG2fobduP1N268cUxncME { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-form-header {  }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#4a2147;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.375rem;height:3.25rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.1875rem;overflow:hidden;font-style:normal;float:none; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-container:first-of-type{padding-top:0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-container:last-of-type{padding-bottom:0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:19.036865234375rem;left:42.8125rem; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.375rem;display:block;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 {display:block;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:19.036865234375rem;left:42.8125rem; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #LsS3QbmZa7Ma4dP6gkSbxioiQF8g5e0C { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #TJvCWgOAMioMG7ihZTSIc9p8Mql7IZxu { position:relative;display:none; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #ZZmk5g1DW7P00zlzCXlQ9s71wcTPFM4t { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #nJ4E4rOuMrWbcHyn2wLlxLaCpJJJm2tn { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #NR2LoBKUH3IFkwreLsRRNyFLSpQIgoCN { position:relative;display:none; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #FGbBDxETzKNecFLhI2cInqVAG3OiJmv3 { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #zL2SbxwFM1lZ08335rA7GSTaLgcVA5K8 { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #T0Jgml55cSNIJXuUG6Je307zkJ1yl4nm { position:relative;display:none; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #TRGXZekxp1VdTE8O4bdCzM8rDHOxExTO { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #Z5FUf0Jfplcfb3M1S4zpq6dP9JeQAOt0 { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #veFWaTKBFyikc6zsgC8Rsq7Kr4CQmHXs { position:relative;display:none; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #yGpnXFqALMSb1PoTyBTfTel326g42TdR { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #lrteP0kUw5d0sFPrhoZ2Rb94aU0gIbbu { position:relative; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #C1COdpEuxPM1NB0OtEwhsOLTmTW1vTTI { position:relative; }
#UcAhcuHGLXqAhScMOMiLIJofMfNJBemc { box-sizing:content-box;height:28.3125rem;width:29.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.8125rem;left:41.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vZCUFuTBTNeS1B92NiS9HcATVgedFJOe { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.5rem;width:8.5rem;top:13.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#nW8Ao2WRnOZFA9FoQWbsKPhgsCZJHoTO { color:#241b16;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:16.587890625rem;left:47.9375rem;height:2.44970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZW1LUiwXKdeCaGVW5vQFAump3tT7kvT1 { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24rem;left:4.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#ErWBhViE0rTxatIv02ul4GqNakoy05RL { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:24.25rem;left:5.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QribV57M4EA2BUO67LNxwDDfi9XoREP1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.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:24.25rem;left:8rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fK4lOEyPTiouhobH3To5onxT2ud967NU { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:28.125rem;left:4.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#mmIitT211vgyqXldra5F51Ui6xnxcmxu { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.375rem;left:5.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sk18P4wiKpnStNPJFI8Xb2u5R0eEysEP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.375rem;left:8rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVdi5XDFEp2Mool7GuyvBp0zKZfleNgc { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:32.875rem;left:4.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#zzf2ZluF54QZJ0k4u7qOrsQUwo5hlqKh { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:33.125rem;left:5.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Th3UrCBzQCXPGpMxS6p8gLHsRPUumQ4n { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.125rem;left:8rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RkbKJOXz76HrRaD6CVL0gHKWxR9hyfOe { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:38.3125rem;left:4.9375rem;height:2.79980625rem;font-style:normal;display:block; }
#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bf24e1ea-490a-4f34-aa6f-4fe07e80b2f8/manbg.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh.adaptive-delivery-prevent-bg, #c0rqivwrKPIAKVkigyORvuDvBQUAOgMh.lazyload, #c0rqivwrKPIAKVkigyORvuDvBQUAOgMh.lazyloading { background-image: none; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container { background-color: transparent; background-image: none; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container > .video-iframe-container { display: none; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row > .video-iframe-container { display: none; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .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); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container { border-width: 0; border-radius: 0; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:block; }#O5Wc3diZ6OWdPkEmMGygZQ2smh3mGHhr { box-sizing:content-box;height:1.75rem;width:10.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.75rem;left:1.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#nPxCI1DHrXPM8HQQaLRgIPaMAytXI7bF { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:2.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fE63ROOegzQ7GSRBgkloUJqk28caTMvr { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.75rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#ReEf2f9eDiTpL6PKwu7mKDKPFRyGu0oW { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8rem;left:0.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tpd1lE8AD1dDoiIQZnwIGa5UQ9wBtrrz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:11.3125rem;left:0rem;height:2.0996125rem;font-style:normal;display:block; }
#M6D2SWaXJGbXuH3Rp3veXEOMuJkIDCXU { color:rgba(var(--color-tertiary-4),0.6);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.15234375rem;left:0rem;height:18.4453125rem;font-style:normal;overflow:hidden;display:block; }#M6D2SWaXJGbXuH3Rp3veXEOMuJkIDCXU li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#M6D2SWaXJGbXuH3Rp3veXEOMuJkIDCXU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9c1cd449-956b-4095-baee-dca14601b874/nail.svg); }
#yEuUqBrEo05SmdSgfLlXcpQh28FcsZye { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:7.75rem;left:41.25rem;height:7.1996875rem;font-style:normal;display:block; }
#F9iKyLLrnVPo6r8JiLpytdoCQPk2oT68 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:17.650390625rem;left:41.25rem;height:13.47070625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pUKnLSgLN9HmDc5OiRbHCADEQ2h5Vvd2 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:39.6875rem;left:41.25rem;height:1.224975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UT6TTREPMBbf9bWmqpf9Kq6pViWqTrXc { box-sizing:content-box;height:1.75rem;width:7.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;top:42rem;left:41.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#n8tf2tX3iHJHPcdlQ9lNwfgS37eC0VFF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:42.4375rem;left:42rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CziuO9Vel8lPIweoQvB5vtfwlKQfD7N4 { box-sizing:content-box;height:1.75rem;width:11.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:42rem;left:49.5625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#cZhGPD3Hkc1J4ByZ27CV15t86FSretP4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:42.4375rem;left:50.3125rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FgtooHDahQaec7lMNyOu6t86XDWw8LmG { box-sizing:content-box;height:1.75rem;width:4.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;top:42rem;left:61.3125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#d4ApXJdSmDqv18qalQ9m1ft05faUabr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:42.4375rem;left:62.0625rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dCCEaXWZm2E5stgQfVsrhoz2sVvQi1qt { box-sizing:content-box;height:1.75rem;width:9rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:44.375rem;left:41.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#bNrOgiAnpx2BP4gaBUl2lWgmK9a9zkol { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:44.8125rem;left:42rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fyviyhIiuAM1Dh4FP0wtvxHnD9PJhrxU { box-sizing:content-box;height:1.75rem;width:4.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:44.375rem;left:50.875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#nb6ppk4u6gbINa8HTV9K6b4EmrD1oqCx { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:44.8125rem;left:51.625rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#miWGFIxWTw0B1ikpAd7JDzWoBhpG539O { box-sizing:content-box;height:1.75rem;width:9.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:44.375rem;left:56.1875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#ySlQgyTsIU0M08dVOsTwBbcPRLCCsUdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:44.8125rem;left:56.9375rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EWwrC1W10w96eJ6TqGialbm3klEH11at { color:rgba(var(--color-tertiary-0),0.88);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:48.1611328125rem;left:41.25rem;height:6.12305rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#liroE4i2g9FnuUnsmBINiiRL3wS6rCbU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HaoEgZT9FueXx8ST0oPSyqwzFdoeMmHa { color:rgba(var(--color-tertiary-4),0.6);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:44.375rem;left:0rem;height:9.847625rem;font-style:normal;overflow:hidden;display:block; }#HaoEgZT9FueXx8ST0oPSyqwzFdoeMmHa li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#HaoEgZT9FueXx8ST0oPSyqwzFdoeMmHa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9c1cd449-956b-4095-baee-dca14601b874/nail.svg); }
#wHaoplb7CEL1TM9FHAI8W3KOQk3e77kd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:37.6494140625rem;left:0rem;height:4.19921875rem;font-style:normal;display:block; }
#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row .container { background-color: transparent; background-image: none; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row .container > .video-iframe-container { display: none; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row > .video-iframe-container { display: none; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .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); }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row .container { border-width: 0; border-radius: 0; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#duvxZoSmDImHJTEI4mpNbTVHPaDVpuTN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:8.625rem;left:11rem;height:1.5rem;font-style:normal;display:block; }
#JqmqToxuSmiMAMGeiecmEbTQkG0sanbr { background-color:#241623;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.25rem;left:53.625rem;display:block; }
#zdieXItQFXV6LUHXm1SZLlZQDdHVxEGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#241623', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#241623', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #241623, rgba(var(--color-secondary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row .container { background-color: transparent; background-image: none; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row .container > .video-iframe-container { display: none; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row > .video-iframe-container { display: none; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .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); }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row .container { border-width: 0; border-radius: 0; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#ZV8q44BmaUm8FNpXUiNDLfa8AOlCyTOn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.8125rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#gvBLoHI03g3xbSpP1uRCvBXUbzawsV5y { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:25.75rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkzdprxGJRHaJR1HdEKyAaMESbryW5KG { background-color:transparent;background-image:none;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:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:1.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:6.5625rem;left:70.375rem;display:block; }
#C53RJWSraEp6LiSUKlGcPJkDpWEbIJHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8EboZ7lW4x1oeOel0lq8Fa0lpuOVna8 { background-color:transparent;background-image:none;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:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.5625rem;left:62.9375rem;display:block; }
#JKd8AUv6zkvOI8zLx5UseKcFenNkZ73h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 { display:block; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvtrzuc9upE4X079TzGi4L0k0kMOHbk3 { width:7.3125rem;height:6.25rem;top:1rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #habpeNFHwLoqaaJvx6CQK13ZBeCiKlBM { display:block; }
 }@media only screen and (max-width: 763px) { #uNH80CZMXVPQ0SUEKU4AeOO1N609oLQN { width:9rem;height:6.25rem;top:1rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEluQbdNlt2T92t8wINiphwHWayTx9UJ { display:block; }
 }@media only screen and (max-width: 763px) { #EGtXNEAg4h7EPPtu6nPBgTb6AiKTwucB { width:4.9375rem;height:6.25rem;top:1rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIOFTUQf70rVv3WlRN8vuWVDVoxySrTN { display:block; }
 }@media only screen and (max-width: 763px) { #FRrnIDyLBn8aaVZoMlGW8btGyT8hAIvr { width:6.3125rem;height:6.25rem;top:1rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrAR4wydwrk0JAApdQos7Ce1uf9eOT1k { display:block; }
 }@media only screen and (max-width: 763px) { #kzM1zVP26zb33PBENXocJW1wFtuNrlH8 { width:10.375rem;height:2.3125rem;top:2.5625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csvSPo1DFVTdRazI3nNrJiqPH8hGodHX { display:block; }
 }@media only screen and (max-width: 763px) { #qSbyX6TV8iURJrExuU7M30zJIhrndo3l { top:1.875rem;left:0rem;width:7.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZO0Fu30cgCTt4ORiilSVTLyvMeLXC4f { top:1.4375rem;left:18rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKqWKLUnu3xwHaCtnIhkrdANqJlEbmNa { top:1.5625rem;left:9.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdiPlMRByKDnwiBXV9FeFc846MTS3WTs { top:1.3125rem;left:28rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17OTwVK013exf7bGgQ0Bf0srlWz6htA { top:1.4375rem;left:34.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEvTHUqE9iZFRTtTK2wIn5IT6xABGMT3 { width:7.3125rem;height:6.25rem;top:1rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZGpQrBvXJoOo7dXgLT1iXs8NqXmHggu { display:block; }
 }@media only screen and (max-width: 763px) { #HU6EffRAeBciQpPnRhCJPZxbbOVTETLn { top:1.5625rem;left:1.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiPqzoK03Qzysqn1DTQA2AhuwdXFqnXF { top:10rem;left:3.625rem;width:38.75rem;height:7.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgTXMlmuzMi3G3sGm3zAxupHvgBHrihE { top:17.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6efJ984Axlb8skuOiIibXcJuvZDyTyx { top:26.5rem;left:0rem;width:18.375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8RQ4bvM0si281WSKfbG6h8wresr7pq { top:26.5rem;left:29rem;width:18.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6plxC2WJTJa8M42sNbGTpmuyuPML97G { width:10.3125rem;height:2.25rem;top:35.625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1Zu2P7OVaB3MtbaKP4zLNmbrVqWcmi { display:block; }
 }@media only screen and (max-width: 763px) { #Nnehn4bokpaIenPbTatt3mT37yw2mQoH { top:43.6875rem;left:0rem;width:7.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZLKyVq8UscrTTCPTRTZGS4lG10USSCl { top:43.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBmL3orSOv9PqRSKglOkGkwpDs1TATv { top:43.9375rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyqSJuk6OhJv71wXJUqCOGlxT8cyrzy { top:46.75rem;left:0rem;width:40.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5SD2oDbwX9omUnAfmgx97ygrvbtG5Z { top:53.0625rem;left:0rem;width:17.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1ZEdA3h64397Sry7dSCAcD1tETainu { top:53.0625rem;left:5.4375rem;width:17.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFBpJMWkMTTwebTVIOGCWLLUPy180rRy { top:56.375rem;left:0rem;width:12.5rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyQK5ycp2ZhkgJ4NzURh9R3HaHMaoJmK { top:56.375rem;left:8rem;width:12.5rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feNlBlvGDxUPd1yoXAgFPtIbZ3QW2aw6 { top:53.0625rem;left:24.5rem;width:17.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuHJGSCVlJy0QAOUT6LI51gd180z1JTi { top:56.5rem;left:27.0625rem;width:12.5rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beaRm6RmxwCULJFBu2tVh2yADISqtqO0 { top:53.0625rem;left:29.9375rem;width:17.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3TNfZS9JgINIQ2NE9L8N7Nvqw8dpNni { top:56.5rem;left:35.25rem;width:12.5rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5p6OXLqTP1EtCUicJXNsBoLRPaUxmAq { top:43.9375rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbB6ZqTg2h6HNvGCIShoaIXqhHDpWDIa { top:70.4375rem;left:7.375rem;width:40.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0kcJAuyTOEGiP0Xs5N2TTZzPptrMlk { width:12.3125rem;height:2.3125rem;top:70.0625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRN6vTpxxXFryDbw7XXArb6OyFCgII4Q { display:block; }
 }@media only screen and (max-width: 763px) { #miHrUWKffpTaA2kLkqUKwfVGdDLZs9Sq { top:21.3125rem;left:5.4375rem;width:36.875rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V { display:block; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGAAaqT5nf3CCf1qCJWTIkI4XqVEgvlQ { top:10.75rem;left:0rem;width:24.6875rem;height:7.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIl37LgRonsOEdWrG0Werg8TUFvXXsni { top:6.5rem;left:0rem;width:6.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prCUgyLyw3xp3enFIKRAetUzaoFNIWQz { top:6.75rem;left:0rem;width:4.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCwNordVwthcyzOGZPrDBxrqmAsRLPWq { top:6.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af8cDW2sLT2ERZ7zTmEu2rdelr9xJ4NS { top:6.75rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnWcLDqGsxbrnzzurAlQzMVI2TCSFkzW { top:10.6875rem;left:0rem;width:38.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NANvqZ46XzTGkkMfDxkQqUNO7T5dCeVn { top:14.625rem;left:0rem;width:38.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BglzLdnneqgJ1TPdLJPzq9qmPWm3SAmx { top:17.1875rem;left:0rem;width:38.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1N0Brz5WgOcAGzha8Q90v9PgwimpEhS { top:21.0625rem;left:0rem;width:38.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0bneBEPhGTZKVg2LKnKxNPCUvgXgot4 { top:24.9375rem;left:0rem;width:38.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqsUarHQGWCfXpnaJ8CdEPrbyKTv1SoC { top:27.4375rem;left:0rem;width:38.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgxvSBQ4SducldJaz8qhDaWeFknddcU { display:block; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax8hMAXmFAkMW1pOl7b2172B2uqJWsMR { top:11.625rem;left:29.8125rem;width:17.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30VpIRl1r8KOn7Z9GcV2crTFOEIPUk1 { top:11.625rem;left:17.875rem;width:17.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mvM65chFIsNevt1pCq0ESkLfH3u9Dm { top:15.625rem;left:35.25rem;width:12.5rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlMSkt2eKWcgoCsPwHp38DfQNK6cEZJ { top:15.8125rem;left:23.3125rem;width:12.5rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDKibsqLoe8L6gaG46sibeVUogJ65C79 { top:17rem;left:34.875rem;width:0.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtyAWue274O0Uk6aTNZevTvTVs6aWs2e { top:11.625rem;left:5.9375rem;width:17.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p50mfc6LfCGq02pyQEm7Fl4dK5zXTaia { top:15.6875rem;left:11.375rem;width:12.5rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBPflEQKya87d7DGLJXHtoIHqlfUeTTw { top:17rem;left:22.9375rem;width:0.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDXuHvIo86hA7DwN1eUt0SQt4pc45Aoz { top:12.375rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2dT7KSMmJkPnDCr4gThbmP6SuLGu9No { top:12.625rem;left:23.875rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgyhRrTsCZElRVEcEb8tZe9Q4Mzv8nl { top:12.375rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPZIuAJzurgWr3JTNxI9wn2qDOKTRu83 { top:12.625rem;left:35.8125rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AenQCGRc5UQZrJ3mWeBCnbQQVskEUz0x { top:6.625rem;left:0rem;width:36.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzi6e5MlqFvhX31XM9rSudvJGt7v1TpJ { top:12.375rem;left:11.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV2W3ex3FDAgB8QNcdrnldxqTHqxLLM3 { top:12.625rem;left:11.9375rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOaS5SRIWMwF2pUJDzupJrCmf4FyOf38 { top:11.625rem;left:0rem;width:17.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF1mTcB7w9ByvBGt9x1izpeIU69v0ZyE { top:17rem;left:11rem;width:0.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzbg8qACcb3ZFn1TlVC68kHEgyiayq3q { top:15.625rem;left:0rem;width:12.5rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFfC7mDIs5CEDsSWE5yZGqTdJWxo8ve { top:2.625rem;left:0rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6nHf4DqV7Wmrfv8JVizuF0bZgDJQOrH { top:2.375rem;left:0rem;width:10.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tilB8eaeCHezeL4wJuWN43iEmbbSrToU { top:12.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwgQgpCVNFmo9ZTz31JWaTfHhDtc1J2M { top:12.625rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7oXXOiOvnGGrryfELToW15MdKyr6inz { top:2.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCZHFikI2P1w4A8z24kck3AMROfQqJGD { top:2.625rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeygVivrGIiOHSwLZSRCXX41d7TIS2n6 { top:31.3125rem;left:0rem;width:43.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl6TDPWSqH0dD2SkTA80MZpbVIRFEarx { width:12.1875rem;height:2.1875rem;top:30.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQXMhPwhUglErCcmQerkUq9Vbx9e939x { display:block; }
 }@media only screen and (max-width: 763px) { #W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq { display:block; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgpIWHrIQrmTgCJekEVdNilU11aR6Aar { top:10.5rem;left:0rem;width:31.0625rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Uthw44VXMMLr0GwvAHEmhS5DLTvId9 { top:6.25rem;left:0rem;width:6.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrUbiHIRt6vKRxp7ivebE0LIa4XWX2c3 { top:6.5rem;left:0rem;width:5.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMhaAgBvc1H3Bme5wLAPbp9RZtiUb0a8 { top:6.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJGA4FnBOMQZqFQDi2eioAruc3QlFSeH { top:6.5rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChElFiAVwPpgpb3uw47wvPJOgVbTPAZ { top:9.6875rem;left:0rem;width:36.875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDkugD9HsGevhaaEWk163Z7WVgIFK8K { display:block; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8xNkpeuvp6uI5B74OhM9V3qwQm691Ja { top:5.5rem;left:0rem;width:24.25rem;height:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaMXJ6GxPKM62QBgpdR5hWGAesVwdGT { top:11.5625rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKBPH1MwPwEcEcfsTqutkPZ7XxF00DRa { top:14.4375rem;left:0rem;width:16.625rem;height:4.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSDhGHQzzumGD7NTcJ67dgeELbhfCt7N { top:17.9375rem;left:0rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arD5NvI8LVBh97ikhWks3VhqLnTufbo5 { top:22.25rem;left:0rem;width:17.8125rem;height:;font-size:0.875rem;display:block; }#arD5NvI8LVBh97ikhWks3VhqLnTufbo5 li:before{  }
 }@media only screen and (max-width: 763px) { #cFPC3fv7agGF5SclmvxlH4dML0JDd9cr { width:20.75rem;height:3.0625rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilZPdsGT8B4wtIoGbx8FBd4fBET06Fpr { display:block; }
 }@media only screen and (max-width: 763px) { #TMDbVq49msv76IOe6BOJc4DJBnbrEbqZ { top:5.5rem;left:6rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uggolATxiUqJx2S3A3Q3O3egZXdRAE { top:5.5rem;left:7.5rem;width:24.25rem;height:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRNaOGTI5i33kBRzaSaEKSaBBBV7e9t0 { width:20.75rem;height:3.0625rem;top:44.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcqOHLWF9C8KDWlMZeD6oQ26hKUKlcLV { display:block; }
 }@media only screen and (max-width: 763px) { #LVrOttlTzTiIxTcLrg05NT0InqOeTUL7 { top:22.25rem;left:13.9375rem;width:17.8125rem;height:;font-size:0.875rem;display:block; }#LVrOttlTzTiIxTcLrg05NT0InqOeTUL7 li:before{  }
 }@media only screen and (max-width: 763px) { #LHIkc7TpRdl1ZRz9y8wagXazuslseeak { top:17.9375rem;left:15.0625rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wObCS8BuKIIXa4OA2bMbcESoqJGvzJWp { top:14.4375rem;left:15.125rem;width:16.625rem;height:4.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOw4reQHZ217dChPHTt1vXXK1RIeIhLG { top:11.5625rem;left:13.125rem;width:18.625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAoyazuKg8KfVCmhET4Ti39WRHDinyxK { top:5.5rem;left:21.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMbOzgSB4WoqumxGrT7i01EQUED54CeU { top:5.5rem;left:23.375rem;width:24.25rem;height:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTmv6oclBXQZZZGPHhzu5zTGzemOkkr { width:20.75rem;height:3.0625rem;top:44.625rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwyFCgSRkf7UL2ON7IPgZN1KATx46SuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ghC8HnZI2bcnDym5y4wusTkZG5qvSqpf { top:22.25rem;left:29.8125rem;width:17.8125rem;height:;font-size:0.875rem;display:block; }#ghC8HnZI2bcnDym5y4wusTkZG5qvSqpf li:before{  }
 }@media only screen and (max-width: 763px) { #pPvEDNEJ2VtkXp8emME2QUHKnBBcq5fO { top:17.9375rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXf7HUBpTXGDNOH8V8rf4nTLSpEOyuMa { top:14.4375rem;left:31rem;width:16.625rem;height:4.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHooBdrA3wGHScTsTevu4qcizkN0ivm { top:11.5625rem;left:30.9375rem;width:16.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXN2Hsbvti8u0mGQM6JGJIiUZcZ2KwF { top:5.5rem;left:38.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC { display:block; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeA77cwbChtocPmBzOZKch0GTqDMT4Qk { top:6.75rem;left:0rem;width:16.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIP9Hsbv2SV1GyetDAieIpsISodkAv3x { top:16.5625rem;left:5.5rem;width:16.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVGqV1pwxfd3eUXu4oU79HxpBPfJt1ZS { top:7rem;left:0rem;width:14.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksln9mw9boyuXw02DGUcmXrDrQZWxGuh { top:6.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvaIoMAaqeEMG2fobduP1N268cUxncME { top:7.0625rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-regular-label { width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-text { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-textarea { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-select { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-button { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-checkbox-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5  { width:24.375rem;height:auto;top:19rem;left:20.875rem; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .radio-container { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 {display:block;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 { width:24.375rem;height:auto;top:19rem;left:20.875rem; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #LsS3QbmZa7Ma4dP6gkSbxioiQF8g5e0C {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #TJvCWgOAMioMG7ihZTSIc9p8Mql7IZxu {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #ZZmk5g1DW7P00zlzCXlQ9s71wcTPFM4t {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #nJ4E4rOuMrWbcHyn2wLlxLaCpJJJm2tn {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #NR2LoBKUH3IFkwreLsRRNyFLSpQIgoCN {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #FGbBDxETzKNecFLhI2cInqVAG3OiJmv3 {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #zL2SbxwFM1lZ08335rA7GSTaLgcVA5K8 {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #T0Jgml55cSNIJXuUG6Je307zkJ1yl4nm {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #TRGXZekxp1VdTE8O4bdCzM8rDHOxExTO {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #Z5FUf0Jfplcfb3M1S4zpq6dP9JeQAOt0 {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #veFWaTKBFyikc6zsgC8Rsq7Kr4CQmHXs {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #yGpnXFqALMSb1PoTyBTfTel326g42TdR {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #lrteP0kUw5d0sFPrhoZ2Rb94aU0gIbbu {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #C1COdpEuxPM1NB0OtEwhsOLTmTW1vTTI {  }
 }@media only screen and (max-width: 763px) { #UcAhcuHGLXqAhScMOMiLIJofMfNJBemc { top:13.8125rem;left:18.5rem;width:29.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZCUFuTBTNeS1B92NiS9HcATVgedFJOe { top:13.5625rem;left:0rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8Ao2WRnOZFA9FoQWbsKPhgsCZJHoTO { top:16.5625rem;left:27.5rem;width:16.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1LUiwXKdeCaGVW5vQFAump3tT7kvT1 { top:24rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErWBhViE0rTxatIv02ul4GqNakoy05RL { top:24.25rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QribV57M4EA2BUO67LNxwDDfi9XoREP1 { top:24.25rem;left:0.5rem;width:23.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4lOEyPTiouhobH3To5onxT2ud967NU { top:28.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmIitT211vgyqXldra5F51Ui6xnxcmxu { top:28.375rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk18P4wiKpnStNPJFI8Xb2u5R0eEysEP { top:28.3125rem;left:0.5625rem;width:23.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVdi5XDFEp2Mool7GuyvBp0zKZfleNgc { top:32.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzf2ZluF54QZJ0k4u7qOrsQUwo5hlqKh { top:33.125rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3UrCBzQCXPGpMxS6p8gLHsRPUumQ4n { top:33.125rem;left:1.1875rem;width:22.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkbKJOXz76HrRaD6CVL0gHKWxR9hyfOe { top:38.3125rem;left:0rem;width:29.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0rqivwrKPIAKVkigyORvuDvBQUAOgMh { display:block; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5Wc3diZ6OWdPkEmMGygZQ2smh3mGHhr { top:7.75rem;left:0rem;width:10.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPxCI1DHrXPM8HQQaLRgIPaMAytXI7bF { top:8rem;left:0rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE63ROOegzQ7GSRBgkloUJqk28caTMvr { top:7.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReEf2f9eDiTpL6PKwu7mKDKPFRyGu0oW { top:8rem;left:0rem;width:0.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpd1lE8AD1dDoiIQZnwIGa5UQ9wBtrrz { top:11.3125rem;left:0rem;width:24.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6D2SWaXJGbXuH3Rp3veXEOMuJkIDCXU { top:16.125rem;left:0rem;width:28.5625rem;height:18.4375rem;font-size:0.875rem;display:block; }#M6D2SWaXJGbXuH3Rp3veXEOMuJkIDCXU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9c1cd449-956b-4095-baee-dca14601b874/nail.svg); }
 }@media only screen and (max-width: 763px) { #yEuUqBrEo05SmdSgfLlXcpQh28FcsZye { top:7.75rem;left:23.875rem;width:12.125rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9iKyLLrnVPo6r8JiLpytdoCQPk2oT68 { top:17.625rem;left:23.625rem;width:24.125rem;height:13.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUKnLSgLN9HmDc5OiRbHCADEQ2h5Vvd2 { top:39.6875rem;left:23.625rem;width:24.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6TTREPMBbf9bWmqpf9Kq6pViWqTrXc { top:42rem;left:23.875rem;width:7.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tf2tX3iHJHPcdlQ9lNwfgS37eC0VFF { top:42.4375rem;left:23.875rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CziuO9Vel8lPIweoQvB5vtfwlKQfD7N4 { top:42rem;left:29.125rem;width:11.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhGPD3Hkc1J4ByZ27CV15t86FSretP4 { top:42.4375rem;left:29.875rem;width:9.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtooHDahQaec7lMNyOu6t86XDWw8LmG { top:42rem;left:40.875rem;width:4.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ApXJdSmDqv18qalQ9m1ft05faUabr3 { top:42.4375rem;left:41.625rem;width:3.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCCEaXWZm2E5stgQfVsrhoz2sVvQi1qt { top:44.375rem;left:23.875rem;width:9rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNrOgiAnpx2BP4gaBUl2lWgmK9a9zkol { top:44.8125rem;left:23.875rem;width:7.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyviyhIiuAM1Dh4FP0wtvxHnD9PJhrxU { top:44.375rem;left:30.4375rem;width:4.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb6ppk4u6gbINa8HTV9K6b4EmrD1oqCx { top:44.8125rem;left:31.1875rem;width:3.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWGFIxWTw0B1ikpAd7JDzWoBhpG539O { top:44.375rem;left:35.75rem;width:9.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySlQgyTsIU0M08dVOsTwBbcPRLCCsUdJ { top:44.8125rem;left:36.5rem;width:7.6875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWwrC1W10w96eJ6TqGialbm3klEH11at { top:48.125rem;left:21.0625rem;width:26.6875rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liroE4i2g9FnuUnsmBINiiRL3wS6rCbU { display:none; }
 }@media only screen and (max-width: 763px) { #HaoEgZT9FueXx8ST0oPSyqwzFdoeMmHa { top:44.375rem;left:0rem;width:25.9375rem;height:9.875rem;font-size:0.875rem;display:block; }#HaoEgZT9FueXx8ST0oPSyqwzFdoeMmHa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9c1cd449-956b-4095-baee-dca14601b874/nail.svg); }
 }@media only screen and (max-width: 763px) { #wHaoplb7CEL1TM9FHAI8W3KOQk3e77kd { top:37.625rem;left:0rem;width:24.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH { display:block; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duvxZoSmDImHJTEI4mpNbTVHPaDVpuTN { top:8.625rem;left:0rem;width:40.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqmqToxuSmiMAMGeiecmEbTQkG0sanbr { width:10.375rem;height:2.3125rem;top:8.25rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdieXItQFXV6LUHXm1SZLlZQDdHVxEGx { display:block; }
 }@media only screen and (max-width: 763px) { #AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba { display:block; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV8q44BmaUm8FNpXUiNDLfa8AOlCyTOn { top:5.5rem;left:0rem;width:6.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvBLoHI03g3xbSpP1uRCvBXUbzawsV5y { top:6.8125rem;left:0.9375rem;width:22.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkzdprxGJRHaJR1HdEKyAaMESbryW5KG { width:4.625rem;height:1.375rem;top:6.5625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53RJWSraEp6LiSUKlGcPJkDpWEbIJHB { display:block; }
 }@media only screen and (max-width: 763px) { #D8EboZ7lW4x1oeOel0lq8Fa0lpuOVna8 { width:7.5rem;height:1.375rem;top:6.5625rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKd8AUv6zkvOI8zLx5UseKcFenNkZ73h { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VJ5n8GNGfy8OccfL59sqkdUD16rDptc3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvtrzuc9upE4X079TzGi4L0k0kMOHbk3 { width:5rem;height:2.3125rem;top:1.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #habpeNFHwLoqaaJvx6CQK13ZBeCiKlBM { display:block; }
 }@media only screen and (max-width: 763px) { #uNH80CZMXVPQ0SUEKU4AeOO1N609oLQN { width:6.125rem;height:2.3125rem;top:4.8125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEluQbdNlt2T92t8wINiphwHWayTx9UJ { display:block; }
 }@media only screen and (max-width: 763px) { #EGtXNEAg4h7EPPtu6nPBgTb6AiKTwucB { width:4.625rem;height:2.3125rem;top:8.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIOFTUQf70rVv3WlRN8vuWVDVoxySrTN { display:block; }
 }@media only screen and (max-width: 763px) { #FRrnIDyLBn8aaVZoMlGW8btGyT8hAIvr { width:4.8125rem;height:2.3125rem;top:11.9375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrAR4wydwrk0JAApdQos7Ce1uf9eOT1k { display:block; }
 }@media only screen and (max-width: 763px) { #kzM1zVP26zb33PBENXocJW1wFtuNrlH8 { width:7.9375rem;height:2.1875rem;top:1rem;left:12.0625rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #csvSPo1DFVTdRazI3nNrJiqPH8hGodHX { display:block; }
 }@media only screen and (max-width: 763px) { #qSbyX6TV8iURJrExuU7M30zJIhrndo3l { width:6.5625rem;height:3rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZO0Fu30cgCTt4ORiilSVTLyvMeLXC4f { width:1.625rem;height:1.625rem;top:37.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKqWKLUnu3xwHaCtnIhkrdANqJlEbmNa { width:1.625rem;height:1.625rem;top:34.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdiPlMRByKDnwiBXV9FeFc846MTS3WTs { width:1.625rem;height:1.625rem;top:40.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E17OTwVK013exf7bGgQ0Bf0srlWz6htA { width:1.625rem;height:1.625rem;top:43.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEvTHUqE9iZFRTtTK2wIn5IT6xABGMT3 { width:7.3125rem;height:6.25rem;top:1rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZGpQrBvXJoOo7dXgLT1iXs8NqXmHggu { display:block; }
 }@media only screen and (max-width: 763px) { #HU6EffRAeBciQpPnRhCJPZxbbOVTETLn { width:1.625rem;height:1.625rem;top:1.5625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:116.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiPqzoK03Qzysqn1DTQA2AhuwdXFqnXF { width:18.8125rem;height:7.0121875rem;top:19.80517578125rem;left:0.59375rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DgTXMlmuzMi3G3sGm3zAxupHvgBHrihE { width:18.375rem;height:2.25rem;top:5.8125rem;left:0.8125rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6efJ984Axlb8skuOiIibXcJuvZDyTyx { width:17.875rem;height:6.8232375rem;top:30.9375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8RQ4bvM0si281WSKfbG6h8wresr7pq { width:17.875rem;height:7.96044375rem;top:39.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6plxC2WJTJa8M42sNbGTpmuyuPML97G { width:10.3125rem;height:2.25rem;top:26.7548828125rem;left:4.84375rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RU1Zu2P7OVaB3MtbaKP4zLNmbrVqWcmi { display:block; }
 }@media only screen and (max-width: 763px) { #Nnehn4bokpaIenPbTatt3mT37yw2mQoH { width:7.9375rem;height:1.75rem;top:49.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZLKyVq8UscrTTCPTRTZGS4lG10USSCl { width:1.75rem;height:1.75rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBmL3orSOv9PqRSKglOkGkwpDs1TATv { width:6.25rem;height:1.29980625rem;top:49.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyqSJuk6OhJv71wXJUqCOGlxT8cyrzy { width:19.75rem;height:4.5rem;top:53.875rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5SD2oDbwX9omUnAfmgx97ygrvbtG5Z { width:20rem;height:10.9375rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1ZEdA3h64397Sry7dSCAcD1tETainu { width:20rem;height:10.9375rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFBpJMWkMTTwebTVIOGCWLLUPy180rRy { width:16.0625rem;height:6.12305rem;top:62.2197265625rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyQK5ycp2ZhkgJ4NzURh9R3HaHMaoJmK { width:16.0625rem;height:6.12305rem;top:74.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feNlBlvGDxUPd1yoXAgFPtIbZ3QW2aw6 { width:20rem;height:10.9375rem;top:84.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuHJGSCVlJy0QAOUT6LI51gd180z1JTi { width:16.0625rem;height:6.12305rem;top:86.625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beaRm6RmxwCULJFBu2tVh2yADISqtqO0 { width:20rem;height:10.9375rem;top:96.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3TNfZS9JgINIQ2NE9L8N7Nvqw8dpNni { width:16.0625rem;height:4.8984375rem;top:99.39453125rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5p6OXLqTP1EtCUicJXNsBoLRPaUxmAq { width:0.8125rem;height:1.29980625rem;top:49.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbB6ZqTg2h6HNvGCIShoaIXqhHDpWDIa { width:17.4375rem;height:4.048825rem;top:109.25rem;left:1.3125rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kt0kcJAuyTOEGiP0Xs5N2TTZzPptrMlk { width:12.3125rem;height:2.3125rem;top:114.125rem;left:3.875rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gRN6vTpxxXFryDbw7XXArb6OyFCgII4Q { display:block; }
 }@media only screen and (max-width: 763px) { #miHrUWKffpTaA2kLkqUKwfVGdDLZs9Sq { width:16.625rem;height:14.8125rem;top:9.1796875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V { display:block; }#x2MbhTtIsffVDNU8GCKW3WdhEMUEgA8V > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGAAaqT5nf3CCf1qCJWTIkI4XqVEgvlQ { width:18.3125rem;height:5.39978125rem;top:7.25rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wIl37LgRonsOEdWrG0Werg8TUFvXXsni { width:6.125rem;height:1.75rem;top:4.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prCUgyLyw3xp3enFIKRAetUzaoFNIWQz { width:4.9375rem;height:1.29980625rem;top:4.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCwNordVwthcyzOGZPrDBxrqmAsRLPWq { width:1.75rem;height:1.75rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af8cDW2sLT2ERZ7zTmEu2rdelr9xJ4NS { width:0.8125rem;height:1.29980625rem;top:4.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnWcLDqGsxbrnzzurAlQzMVI2TCSFkzW { width:19.5rem;height:3.41161875rem;top:14.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NANvqZ46XzTGkkMfDxkQqUNO7T5dCeVn { width:19.5rem;height:2.2744125rem;top:20.34814453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BglzLdnneqgJ1TPdLJPzq9qmPWm3SAmx { width:19.5rem;height:4.548825rem;top:25.1220703125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1N0Brz5WgOcAGzha8Q90v9PgwimpEhS { width:19.5rem;height:4.548825rem;top:32.169921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0bneBEPhGTZKVg2LKnKxNPCUvgXgot4 { width:19.5rem;height:2.2744125rem;top:39.2177734375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqsUarHQGWCfXpnaJ8CdEPrbyKTv1SoC { width:19.5rem;height:4.548825rem;top:43.99169921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgxvSBQ4SducldJaz8qhDaWeFknddcU { display:block; }#GkgxvSBQ4SducldJaz8qhDaWeFknddcU > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax8hMAXmFAkMW1pOl7b2172B2uqJWsMR { width:17.8125rem;height:13.125rem;top:53.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30VpIRl1r8KOn7Z9GcV2crTFOEIPUk1 { width:17.8125rem;height:13.125rem;top:38.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mvM65chFIsNevt1pCq0ESkLfH3u9Dm { width:12.5rem;height:5.6860375rem;top:57.125rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlMSkt2eKWcgoCsPwHp38DfQNK6cEZJ { width:12.5rem;height:6.82325rem;top:42rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDKibsqLoe8L6gaG46sibeVUogJ65C79 { width:0.9375rem;height:0.0625rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtyAWue274O0Uk6aTNZevTvTVs6aWs2e { width:17.8125rem;height:13.125rem;top:24.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p50mfc6LfCGq02pyQEm7Fl4dK5zXTaia { width:12.5rem;height:9.097625rem;top:26.8125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBPflEQKya87d7DGLJXHtoIHqlfUeTTw { width:0.9375rem;height:0.0625rem;top:57.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDXuHvIo86hA7DwN1eUt0SQt4pc45Aoz { width:1.75rem;height:1.75rem;top:39.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2dT7KSMmJkPnDCr4gThbmP6SuLGu9No { width:0.8125rem;height:1.29980625rem;top:39.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgyhRrTsCZElRVEcEb8tZe9Q4Mzv8nl { width:1.75rem;height:1.75rem;top:54.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPZIuAJzurgWr3JTNxI9wn2qDOKTRu83 { width:0.8125rem;height:1.29980625rem;top:54.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AenQCGRc5UQZrJ3mWeBCnbQQVskEUz0x { width:20rem;height:1.950075rem;top:4.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lzi6e5MlqFvhX31XM9rSudvJGt7v1TpJ { width:1.75rem;height:1.75rem;top:25.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV2W3ex3FDAgB8QNcdrnldxqTHqxLLM3 { width:0.8125rem;height:1.29980625rem;top:25.3125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOaS5SRIWMwF2pUJDzupJrCmf4FyOf38 { width:17.8125rem;height:13.125rem;top:9.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF1mTcB7w9ByvBGt9x1izpeIU69v0ZyE { width:0.9375rem;height:0.0625rem;top:35.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzbg8qACcb3ZFn1TlVC68kHEgyiayq3q { width:12.5rem;height:6.82325rem;top:13.025390625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFfC7mDIs5CEDsSWE5yZGqTdJWxo8ve { width:8.875rem;height:1.29980625rem;top:2.75rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6nHf4DqV7Wmrfv8JVizuF0bZgDJQOrH { width:10.625rem;height:1.75rem;top:2.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tilB8eaeCHezeL4wJuWN43iEmbbSrToU { width:1.75rem;height:1.75rem;top:10.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwgQgpCVNFmo9ZTz31JWaTfHhDtc1J2M { width:0.8125rem;height:1.29980625rem;top:10.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7oXXOiOvnGGrryfELToW15MdKyr6inz { width:1.75rem;height:1.75rem;top:2.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCZHFikI2P1w4A8z24kck3AMROfQqJGD { width:0.8125rem;height:1.29980625rem;top:2.75rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeygVivrGIiOHSwLZSRCXX41d7TIS2n6 { width:16.625rem;height:3.41161875rem;top:69.4375rem;left:1.6875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rl6TDPWSqH0dD2SkTA80MZpbVIRFEarx { width:12.1875rem;height:2.1875rem;top:73.8125rem;left:3.9375rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xQXMhPwhUglErCcmQerkUq9Vbx9e939x { display:block; }
 }@media only screen and (max-width: 763px) { #W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq { display:block; }#W0a8241dE0W73FE6q2pDM7wgkxGpR0Iq > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgpIWHrIQrmTgCJekEVdNilU11aR6Aar { width:20rem;height:5.84911875rem;top:8.25rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E6Uthw44VXMMLr0GwvAHEmhS5DLTvId9 { width:6.75rem;height:1.75rem;top:4.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrUbiHIRt6vKRxp7ivebE0LIa4XWX2c3 { width:5.625rem;height:1.29980625rem;top:5.0625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMhaAgBvc1H3Bme5wLAPbp9RZtiUb0a8 { width:1.75rem;height:1.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJGA4FnBOMQZqFQDi2eioAruc3QlFSeH { width:0.8125rem;height:1.29980625rem;top:5.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChElFiAVwPpgpb3uw47wvPJOgVbTPAZ { width:20rem;height:9.097625rem;top:16.09814453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDkugD9HsGevhaaEWk163Z7WVgIFK8K { display:block; }#hBDkugD9HsGevhaaEWk163Z7WVgIFK8K > .row .container { width:20rem;height:109.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8xNkpeuvp6uI5B74OhM9V3qwQm691Ja { width:20rem;height:32.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaMXJ6GxPKM62QBgpdR5hWGAesVwdGT { width:16.6875rem;height:2.0996125rem;top:6.8125rem;left:1.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKBPH1MwPwEcEcfsTqutkPZ7XxF00DRa { width:16.6875rem;height:2.79980625rem;top:9.5rem;left:1.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSDhGHQzzumGD7NTcJ67dgeELbhfCt7N { width:16.6875rem;height:1.224975rem;top:12.2998046875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arD5NvI8LVBh97ikhWks3VhqLnTufbo5 { width:18.3125rem;height:11.847625rem;top:15.076171875rem;left:0.84375rem;font-size:0.875rem;display:block; }#arD5NvI8LVBh97ikhWks3VhqLnTufbo5 li:before{  }
 }@media only screen and (max-width: 763px) { #cFPC3fv7agGF5SclmvxlH4dML0JDd9cr { width:19rem;height:3.0625rem;top:27.75rem;left:0.5rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ilZPdsGT8B4wtIoGbx8FBd4fBET06Fpr { display:block; }
 }@media only screen and (max-width: 763px) { #TMDbVq49msv76IOe6BOJc4DJBnbrEbqZ { width:3.875rem;height:3.875rem;top:1.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uggolATxiUqJx2S3A3Q3O3egZXdRAE { width:20rem;height:35.3125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRNaOGTI5i33kBRzaSaEKSaBBBV7e9t0 { width:19rem;height:3.0625rem;top:64.6875rem;left:0.5rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mcqOHLWF9C8KDWlMZeD6oQ26hKUKlcLV { display:block; }
 }@media only screen and (max-width: 763px) { #LVrOttlTzTiIxTcLrg05NT0InqOeTUL7 { width:18.312375rem;height:17.7715rem;top:45.987548828125rem;left:0.84228515625rem;font-size:0.875rem;display:block; }#LVrOttlTzTiIxTcLrg05NT0InqOeTUL7 li:before{  }
 }@media only screen and (max-width: 763px) { #LHIkc7TpRdl1ZRz9y8wagXazuslseeak { width:16.687rem;height:1.224975rem;top:44.14794921875rem;left:1.6552734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wObCS8BuKIIXa4OA2bMbcESoqJGvzJWp { width:16.62475rem;height:2.79980625rem;top:41.348876953125rem;left:1.6864013671875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOw4reQHZ217dChPHTt1vXXK1RIeIhLG { width:18.624875rem;height:2.0996125rem;top:39.249267578125rem;left:0.68603515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAoyazuKg8KfVCmhET4Ti39WRHDinyxK { width:3.875rem;height:3.875rem;top:35.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMbOzgSB4WoqumxGrT7i01EQUED54CeU { width:20rem;height:38.875rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTmv6oclBXQZZZGPHhzu5zTGzemOkkr { width:19rem;height:3.0625rem;top:104.5625rem;left:0.5rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BwyFCgSRkf7UL2ON7IPgZN1KATx46SuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ghC8HnZI2bcnDym5y4wusTkZG5qvSqpf { width:18.3125rem;height:16.546875rem;top:86.3125rem;left:0.875rem;font-size:0.875rem;display:block; }#ghC8HnZI2bcnDym5y4wusTkZG5qvSqpf li:before{  }
 }@media only screen and (max-width: 763px) { #pPvEDNEJ2VtkXp8emME2QUHKnBBcq5fO { width:16.6875rem;height:1.224975rem;top:83.0625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXf7HUBpTXGDNOH8V8rf4nTLSpEOyuMa { width:16.6875rem;height:2.79980625rem;top:80.3125rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHooBdrA3wGHScTsTevu4qcizkN0ivm { width:16.6875rem;height:2.0996125rem;top:76.9375rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXN2Hsbvti8u0mGQM6JGJIiUZcZ2KwF { width:3.875rem;height:3.875rem;top:71.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC { display:block; }#qe3pkr2DSUHgVsvQ0fVo0uVf0ZcmxKSC > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeA77cwbChtocPmBzOZKch0GTqDMT4Qk { width:15.5625rem;height:1.5rem;top:5.101318359375rem;left:3.123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIP9Hsbv2SV1GyetDAieIpsISodkAv3x { width:16.625rem;height:2.0996125rem;top:7.875rem;left:1.6875rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CVGqV1pwxfd3eUXu4oU79HxpBPfJt1ZS { width:14.6875rem;height:1.29980625rem;top:5.101318359375rem;left:3.6865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksln9mw9boyuXw02DGUcmXrDrQZWxGuh { width:1.749875rem;height:1.749875rem;top:5.101318359375rem;left:1.217041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvaIoMAaqeEMG2fobduP1N268cUxncME { width:0.812375rem;height:1.29980625rem;top:5.101318359375rem;left:1.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5  { width:17.5rem;height:auto;top:42.375rem;left:0rem; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 {display:block;}#ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 { width:17.5rem;height:auto;top:42.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #LsS3QbmZa7Ma4dP6gkSbxioiQF8g5e0C {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #TJvCWgOAMioMG7ihZTSIc9p8Mql7IZxu { display:none; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #ZZmk5g1DW7P00zlzCXlQ9s71wcTPFM4t {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #nJ4E4rOuMrWbcHyn2wLlxLaCpJJJm2tn {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #NR2LoBKUH3IFkwreLsRRNyFLSpQIgoCN { display:none; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #FGbBDxETzKNecFLhI2cInqVAG3OiJmv3 {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #zL2SbxwFM1lZ08335rA7GSTaLgcVA5K8 {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #T0Jgml55cSNIJXuUG6Je307zkJ1yl4nm { display:none; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #TRGXZekxp1VdTE8O4bdCzM8rDHOxExTO {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #Z5FUf0Jfplcfb3M1S4zpq6dP9JeQAOt0 {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #veFWaTKBFyikc6zsgC8Rsq7Kr4CQmHXs { display:none; }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #yGpnXFqALMSb1PoTyBTfTel326g42TdR {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #lrteP0kUw5d0sFPrhoZ2Rb94aU0gIbbu {  }
 }@media only screen and (max-width: 763px) { #ZtoWJ6KN6qlK9ZB1LNnE0FtLLZXS1hr5 #C1COdpEuxPM1NB0OtEwhsOLTmTW1vTTI {  }
 }@media only screen and (max-width: 763px) { #UcAhcuHGLXqAhScMOMiLIJofMfNJBemc { width:20rem;height:28.375rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZCUFuTBTNeS1B92NiS9HcATVgedFJOe { width:7rem;height:7rem;top:12.25rem;left:6.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nW8Ao2WRnOZFA9FoQWbsKPhgsCZJHoTO { width:16.625rem;height:2.0996125rem;top:39.5rem;left:1.6875rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1LUiwXKdeCaGVW5vQFAump3tT7kvT1 { width:1.75rem;height:1.75rem;top:21.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErWBhViE0rTxatIv02ul4GqNakoy05RL { width:0.8125rem;height:1.29980625rem;top:21.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QribV57M4EA2BUO67LNxwDDfi9XoREP1 { width:13.3125rem;height:2.3994125rem;top:21.1875rem;left:4.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fK4lOEyPTiouhobH3To5onxT2ud967NU { width:1.75rem;height:1.75rem;top:25.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmIitT211vgyqXldra5F51Ui6xnxcmxu { width:0.8125rem;height:1.29980625rem;top:25.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk18P4wiKpnStNPJFI8Xb2u5R0eEysEP { width:13.3125rem;height:3.59911875rem;top:25.3125rem;left:4.6875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uVdi5XDFEp2Mool7GuyvBp0zKZfleNgc { width:1.75rem;height:1.75rem;top:30.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzf2ZluF54QZJ0k4u7qOrsQUwo5hlqKh { width:0.8125rem;height:1.29980625rem;top:30.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3UrCBzQCXPGpMxS6p8gLHsRPUumQ4n { width:13.3125rem;height:4.798825rem;top:30.3125rem;left:4.75rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RkbKJOXz76HrRaD6CVL0gHKWxR9hyfOe { width:15.5rem;height:3.59911875rem;top:68.92333984375rem;left:2.25rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0rqivwrKPIAKVkigyORvuDvBQUAOgMh { background-color:#ffffff;background-image:none;display:block; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container { background-color: transparent; background-image: none; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container > .video-iframe-container { display: none; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row > .video-iframe-container { display: none; }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .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); }#c0rqivwrKPIAKVkigyORvuDvBQUAOgMh > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5Wc3diZ6OWdPkEmMGygZQ2smh3mGHhr { width:10.75rem;height:1.75rem;top:2.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPxCI1DHrXPM8HQQaLRgIPaMAytXI7bF { width:9.6875rem;height:1.29980625rem;top:2.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE63ROOegzQ7GSRBgkloUJqk28caTMvr { width:1.75rem;height:1.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReEf2f9eDiTpL6PKwu7mKDKPFRyGu0oW { width:0.8125rem;height:1.29980625rem;top:2.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpd1lE8AD1dDoiIQZnwIGa5UQ9wBtrrz { width:20rem;height:1.5rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6D2SWaXJGbXuH3Rp3veXEOMuJkIDCXU { width:20rem;height:19.4970625rem;top:8.798828125rem;left:0rem;font-size:0.75rem;display:block; }#M6D2SWaXJGbXuH3Rp3veXEOMuJkIDCXU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9c1cd449-956b-4095-baee-dca14601b874/nail.svg); }
 }@media only screen and (max-width: 763px) { #yEuUqBrEo05SmdSgfLlXcpQh28FcsZye { width:12.125rem;height:4.79980625rem;top:40.1875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9iKyLLrnVPo6r8JiLpytdoCQPk2oT68 { width:18.3125rem;height:11.6953125rem;top:46.53955078125rem;left:0.875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pUKnLSgLN9HmDc5OiRbHCADEQ2h5Vvd2 { width:14.6875rem;height:1.224975rem;top:60.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6TTREPMBbf9bWmqpf9Kq6pViWqTrXc { width:7.6875rem;height:1.75rem;top:65.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tf2tX3iHJHPcdlQ9lNwfgS37eC0VFF { width:6.3125rem;height:0.89355625rem;top:65.5rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CziuO9Vel8lPIweoQvB5vtfwlKQfD7N4 { width:11.125rem;height:1.75rem;top:62.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhGPD3Hkc1J4ByZ27CV15t86FSretP4 { width:9.75rem;height:0.89355625rem;top:63.125rem;left:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtooHDahQaec7lMNyOu6t86XDWw8LmG { width:4.375rem;height:1.75rem;top:65.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ApXJdSmDqv18qalQ9m1ft05faUabr3 { width:3.125rem;height:0.89355625rem;top:65.5rem;left:9.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCCEaXWZm2E5stgQfVsrhoz2sVvQi1qt { width:9rem;height:1.75rem;top:67.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNrOgiAnpx2BP4gaBUl2lWgmK9a9zkol { width:7.625rem;height:0.89355625rem;top:67.875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyviyhIiuAM1Dh4FP0wtvxHnD9PJhrxU { width:4.6875rem;height:1.75rem;top:62.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb6ppk4u6gbINa8HTV9K6b4EmrD1oqCx { width:3.375rem;height:0.89355625rem;top:63.125rem;left:13.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWGFIxWTw0B1ikpAd7JDzWoBhpG539O { width:9.0625rem;height:1.75rem;top:67.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySlQgyTsIU0M08dVOsTwBbcPRLCCsUdJ { width:7.6875rem;height:0.89355625rem;top:67.875rem;left:11.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWwrC1W10w96eJ6TqGialbm3klEH11at { width:20rem;height:7.34765625rem;top:73.125rem;left:0rem;font-size:0.875rem;color:rgba(0,0,0,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #liroE4i2g9FnuUnsmBINiiRL3wS6rCbU { top:30.5625rem;left:0rem;width:20rem;height:39.875rem;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c6dc5ec9-bee9-4364-93c4-549b4739c7d4/mg_mb.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#liroE4i2g9FnuUnsmBINiiRL3wS6rCbU.adaptive-delivery-prevent-bg, #liroE4i2g9FnuUnsmBINiiRL3wS6rCbU.lazyload, #liroE4i2g9FnuUnsmBINiiRL3wS6rCbU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HaoEgZT9FueXx8ST0oPSyqwzFdoeMmHa { width:20rem;height:11.07225rem;top:88.5625rem;left:0rem;font-size:0.875rem;display:block; }#HaoEgZT9FueXx8ST0oPSyqwzFdoeMmHa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9c1cd449-956b-4095-baee-dca14601b874/nail.svg); }
 }@media only screen and (max-width: 763px) { #wHaoplb7CEL1TM9FHAI8W3KOQk3e77kd { width:20rem;height:3rem;top:83.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH { display:block; }#SJ410iTOdCoEPEbODg7ccrLW2tdlt8VH > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duvxZoSmDImHJTEI4mpNbTVHPaDVpuTN { width:15.625rem;height:4.5rem;top:4.6875rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqmqToxuSmiMAMGeiecmEbTQkG0sanbr { width:10.375rem;height:2.3125rem;top:11.3125rem;left:4.8125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zdieXItQFXV6LUHXm1SZLlZQDdHVxEGx { display:block; }
 }@media only screen and (max-width: 763px) { #AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba { display:block; }#AxtS4OeiPmK3Pwwi6pWMKQobcyXmnOba > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV8q44BmaUm8FNpXUiNDLfa8AOlCyTOn { width:6.8125rem;height:3.0625rem;top:2.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvBLoHI03g3xbSpP1uRCvBXUbzawsV5y { width:20rem;height:0.8125rem;top:7.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkzdprxGJRHaJR1HdEKyAaMESbryW5KG { width:4.625rem;height:1.375rem;top:11.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53RJWSraEp6LiSUKlGcPJkDpWEbIJHB { display:block; }
 }@media only screen and (max-width: 763px) { #D8EboZ7lW4x1oeOel0lq8Fa0lpuOVna8 { width:7.5rem;height:1.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKd8AUv6zkvOI8zLx5UseKcFenNkZ73h { display:block; }
 }