.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#fTqvRfs37VdRMMTK6xxWKDbkmr2hFXlA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:21.125rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#RGzxWHsgIQy7LbXt8oXmMkVDZA8H6GTa { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4400c8d5-0bb0-4571-ba35-d16c98adc6e3/dentistabg_sm.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:34.625rem;top:2.6875rem;left:42.9375rem;display:block; }#RGzxWHsgIQy7LbXt8oXmMkVDZA8H6GTa.adaptive-delivery-prevent-bg, #RGzxWHsgIQy7LbXt8oXmMkVDZA8H6GTa.lazyload, #RGzxWHsgIQy7LbXt8oXmMkVDZA8H6GTa.lazyloading { background-image: none; }
#l3uUHqW4eEElyvERebAc3JCasdMRBhQk { color:#1f3f6d;display:block;width:36.8125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:15.25rem;left:0rem;height:12.375rem;font-style:normal;display:block; }
#KsQEFLWl1v2369i8TZ9czoB39s1T16zs { color:#6f6f6f;display:block;width:36rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:26.625rem;left:0rem;height:9rem;font-style:normal;display:block; }
#afM7XefaVWLTDlMGweJAi4GtdbOTkmzz { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.125rem;width:40.125rem;top:1.25rem;left:34.875rem;overflow:hidden;display:block; }
#PALuW5AT5uLsoTvd7sPi6QaOfD55CJBr { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:38.75rem;left:0rem;display:block; }
#ntw4HBJ0QZiZoBMiL1SohqoRlpx9Nx1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gHienHRTMqa2vEhV97MMW9vysovP2Zl6 { background-color:transparent;background-image:none;border-top:0.0625rem solid #1f3f6d;border-left:0.0625rem solid #1f3f6d;border-right:0.0625rem solid #1f3f6d;border-bottom:0.0625rem solid #1f3f6d;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#1f3f6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:38.75rem;left:16.375rem;display:block; }
#BcgG8J20i6nWINOpAxT8J6O8bRzwnb68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ElkTGi0gB776DZmCsm00M2dJMMhU8gJq { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00f9ff, #0c03b7);background-image: -moz-linear-gradient(90deg, #00f9ff, #0c03b7);background-image: -ms-linear-gradient(90deg, #00f9ff, #0c03b7);background-image: -o-linear-gradient(90deg, #00f9ff, #0c03b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9ff', endColorstr='#0c03b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9ff', endColorstr='#0c03b7' );";background-image: linear-gradient(90deg, #00f9ff, #0c03b7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:56.0625rem;top:42.625rem;left:41.875rem;display:block; }
#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 { position:relative;display:block; }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 { background-color: transparent; background-image: none; }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row .container > .video-iframe-container { display: none; }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row > .video-iframe-container { display: none; }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .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); }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 { border-width: 0; border-radius: 0; }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row .container > .video-iframe-container {  }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#ATizo2qZW6f3Qw5bKNDy0cSFX2SFoNxw { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d07057c8-77aa-457f-8bc8-088eec615a69/IMG_F95EE70664CB1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:7.8125rem;top:5.8125rem;left:0rem;display:block; }#ATizo2qZW6f3Qw5bKNDy0cSFX2SFoNxw.adaptive-delivery-prevent-bg, #ATizo2qZW6f3Qw5bKNDy0cSFX2SFoNxw.lazyload, #ATizo2qZW6f3Qw5bKNDy0cSFX2SFoNxw.lazyloading { background-image: none; }
#twTVdGJrmzJM4iyaCI1sGTT7NgAJSJhC { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17695316-3bd4-40ad-8d02-00fb4d795d24/logo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.0625rem;top:6.25rem;left:8.125rem;display:block; }#twTVdGJrmzJM4iyaCI1sGTT7NgAJSJhC.adaptive-delivery-prevent-bg, #twTVdGJrmzJM4iyaCI1sGTT7NgAJSJhC.lazyload, #twTVdGJrmzJM4iyaCI1sGTT7NgAJSJhC.lazyloading { background-image: none; }
#p7dhewd9xVOFxI51cflnsenAHaUg8PPk { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a246b114-9c0a-41c3-8aa3-f07a85ec2e42/logomedstartpreto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.0625rem;top:6.1875rem;left:18.6875rem;display:block; }#p7dhewd9xVOFxI51cflnsenAHaUg8PPk.adaptive-delivery-prevent-bg, #p7dhewd9xVOFxI51cflnsenAHaUg8PPk.lazyload, #p7dhewd9xVOFxI51cflnsenAHaUg8PPk.lazyloading { background-image: none; }
#yoDrK2nX8H4sCIEgpW77EmX623z2iMlf { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8958fe07-941e-4a34-8062-c0d239bfa2a1/depilacao_lazer_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.0625rem;top:6.09375rem;left:29.375rem;display:block; }#yoDrK2nX8H4sCIEgpW77EmX623z2iMlf.adaptive-delivery-prevent-bg, #yoDrK2nX8H4sCIEgpW77EmX623z2iMlf.lazyload, #yoDrK2nX8H4sCIEgpW77EmX623z2iMlf.lazyloading { background-image: none; }
#H4qTSmli7WX4sdaxOzSJcSIGnrm3Tn4v { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a063b1c7-d49e-4df1-9fa2-b77aa9a49420/25113abb6ae9cbf8a0e5f5e00af3367656a6bb040a32de873b106189c6ca91d7.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:9.0625rem;top:5.40625rem;left:37.8125rem;display:block; }#H4qTSmli7WX4sdaxOzSJcSIGnrm3Tn4v.adaptive-delivery-prevent-bg, #H4qTSmli7WX4sdaxOzSJcSIGnrm3Tn4v.lazyload, #H4qTSmli7WX4sdaxOzSJcSIGnrm3Tn4v.lazyloading { background-image: none; }
#Oo9VT4vMW6posh6CwMGwJD7HZh7koKBR { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/68942e22-00ed-4415-88aa-545d1db533ff/LogotipoContourline.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:8.75rem;top:6.3125rem;left:47.1875rem;display:block; }#Oo9VT4vMW6posh6CwMGwJD7HZh7koKBR.adaptive-delivery-prevent-bg, #Oo9VT4vMW6posh6CwMGwJD7HZh7koKBR.lazyload, #Oo9VT4vMW6posh6CwMGwJD7HZh7koKBR.lazyloading { background-image: none; }
#UTl99ikbqKlAAZxlZIH99XhOwZ9okDFP { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c8c64737-b490-4ab3-a63f-45fb0c451ce9/logo_cryo_himfu_fat_reduction.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.0625rem;top:6.125rem;left:57.4375rem;display:block; }#UTl99ikbqKlAAZxlZIH99XhOwZ9okDFP.adaptive-delivery-prevent-bg, #UTl99ikbqKlAAZxlZIH99XhOwZ9okDFP.lazyload, #UTl99ikbqKlAAZxlZIH99XhOwZ9okDFP.lazyloading { background-image: none; }
#eeUPxeUq5cNg7uIsZBNyWp6LFcEQa7kw { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/baba6399-16b0-488a-bb58-36e95d5ffe7c/ulthera_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:5.625rem;top:5.75rem;left:67.9384765625rem;display:block; }#eeUPxeUq5cNg7uIsZBNyWp6LFcEQa7kw.adaptive-delivery-prevent-bg, #eeUPxeUq5cNg7uIsZBNyWp6LFcEQa7kw.lazyload, #eeUPxeUq5cNg7uIsZBNyWp6LFcEQa7kw.lazyloading { background-image: none; }
#TyfI2tpkSARb5MOGqRWwroNApTTER5Pq { color:#6f6f6f;display:block;width:36rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:2.5625rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 { position:relative;display:block; }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 { background-color: transparent; background-image: none; }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row .container > .video-iframe-container { display: none; }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row > .video-iframe-container { display: none; }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .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); }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 { border-width: 0; border-radius: 0; }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row .container > .video-iframe-container {  }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf308515-3a3e-48b6-b5aa-3cfe815492c0/depil1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:19.6875rem;width:23rem;top:0rem;left:0rem;display:block; }#LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS.adaptive-delivery-prevent-bg, #LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS.lazyload, #LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS.lazyloading { background-image: none; }
#LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#s5E1eexiM4RngRbOpI47uVriC6OfKcfT { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:10rem;left:1.71875rem;height:4.125rem;font-style:normal;display:block; }
#KFdJTzyXMqrMBiP9TPX1MuaAIylGTGRR { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:14.34375rem;left:1.71875rem;height:2.8125rem;font-style:normal;display:block; }
#FZHkbBspgFTqEXSGfPRhClFwuQORThFe { position:absolute;display:block;z-index:100006;background-color:#2247ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:0.625rem;top:10rem;left:0rem;display:block; }
#UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5df1ebf0-aaaf-4984-9550-7ebbceafd47b/laser1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:19.6875rem;width:23rem;top:0rem;left:26rem;display:block; }#UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t.adaptive-delivery-prevent-bg, #UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t.lazyload, #UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t.lazyloading { background-image: none; }
#UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#GIA7GWEoDXdQ5xQ1Eza4CVJtJp4WvgSn { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:10rem;left:27.75rem;height:4.125rem;font-style:normal;display:block; }
#H4prO07TG4ulhMIvP55ipBrVsRKuPWNk { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:14.375rem;left:27.75rem;height:2.8125rem;font-style:normal;display:block; }
#xKeWvrqBuxqMAag5NAXCz9g00PKIAOgv { position:absolute;display:block;z-index:100006;background-color:#45bdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:0.625rem;top:10rem;left:26rem;display:block; }
#vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efe00e89-4163-4e40-875d-7b69a576f39e/mulhernegrabrasileiradepilacaoalasernavirilhaparteinternadacoxa_432566977311.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:19.6875rem;width:23rem;top:0rem;left:52rem;display:block; }#vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c.adaptive-delivery-prevent-bg, #vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c.lazyload, #vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c.lazyloading { background-image: none; }
#vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#Fb5W6JUeHVLqCZLK3R3onWWNBMwRNAwX { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:10.625rem;left:53.75rem;height:3.5996125rem;font-style:normal;display:block; }
#FhLbSrR2dUGpgT28Z1U8holDXZbnUZn6 { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:14.375rem;left:53.75rem;height:2.8125rem;font-style:normal;display:block; }
#AGvl0srU5bmE2FWuLU0BOpN0sObURZDT { position:absolute;display:block;z-index:100006;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:0.625rem;top:10rem;left:52rem;display:block; }
#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR { position:relative;display:block; }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR { background-color: transparent; background-image: none; }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row .container > .video-iframe-container { display: none; }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row > .video-iframe-container { display: none; }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .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); }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR { border-width: 0; border-radius: 0; }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row .container > .video-iframe-container {  }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#kGJCrDhaRHprZcE4ZyU99t4g3Hulk1pZ { color:#1f3f6d;display:block;width:49.6875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:5.625rem;left:12.65625rem;height:3.375rem;font-style:normal;display:block; }
#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 { position:relative;display:block; }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 { background-color: transparent; background-image: none; }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row .container > .video-iframe-container { display: none; }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row > .video-iframe-container { display: none; }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .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); }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 { border-width: 0; border-radius: 0; }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row .container > .video-iframe-container {  }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/3226008f-d192-4c26-b4bb-e637479f7f74/00fef4f9c1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:1.875rem;display:block; }#OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q.adaptive-delivery-prevent-bg, #OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q.lazyload, #OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q.lazyloading { background-image: none; }
#LwLfwHLDOuG41DhxCMWQWmHIRPdZeEdR { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.88671875rem;left:1.875rem;height:1.5rem;font-style:normal;display:block; }
#CDTQ8vd4nxSwIx6yfP9QRtxDzeCssrla { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.38671875rem;left:1.90625rem;height:6.09375rem;font-style:normal;display:block; }
#e9TBCyd31nmQoHtts8CRCBBX5n50DgaS { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:1.875rem;display:block; }
#JyDuhQAZTUiD8rwy5OUpk69l10z26Cqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jwx1wCD0uHlbmZyJHLTpPZx3At20ttGS { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:6.25rem;display:block; }
#gCKEsQd0wABx4RokTDwlWf7EoaXQQZdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T5wBFK3xUTDPGh1ICK8667u8JJh0fgtw { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:18.6875rem;display:block; }
#vcnZVRkPdwuHENQsH5dfHwR3d3DlA34Q { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.875rem;height:1.13671875rem;font-style:normal;display:block; }
#U6lAnEbGk6xzdErDK1hhDrNQm9mq5N8k { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:1.875rem;display:block; }
#mIeQiLgvI8o9QlNlHmrsAD07h5Fh9QHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZbLHFFCcVAURWBwzVIs68nkhUCHKxO6K { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:10.625rem;display:block; }
#MwQSzUP25u7GfOqQWGIQ8LVDGPQQNkJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SCBq5c7TPopdND3eDDdlPTJ1ZlzI26qK { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:20.625rem;display:block; }
#qkCpcAE179n3A6q3zn7VWbPEbktzB2Rp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FcZkbpJB3NKIg5Q7tliv2b5ipvagSM82 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:20.6875rem;height:6.09375rem;font-style:normal;display:block; }
#c3b7sooBGcgbwGLkAaFWCS9gG8eDr7ob { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:25rem;display:block; }
#RpwonggZgGOwKW6NM6sbTufUtSyihGRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JxMlBK1dgRwFt1iu3TzTwFsdh9E1WlTJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:29.375rem;display:block; }
#OzqS3UUQLARrzaOe14XQMI026rm9D1A3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:20.625rem;display:block; }#xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p.adaptive-delivery-prevent-bg, #xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p.lazyload, #xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p.lazyloading { background-image: none; }
#rIXuztMOzJuMDVlWtuooaF1CKBPl5qVI { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:20.625rem;height:1.5rem;font-style:normal;display:block; }
#ZMdR4RlMR3fcoAUfuQx7CrTNqvuXBcnF { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:20.625rem;display:block; }
#tlmOpb3Ma97NQu0Pz1voyuThDILWcnCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VHUCfgFu61xd4NfkvaovJM8mk0syGW1r { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.625rem;height:1.13671875rem;font-style:normal;display:block; }
#ZM6rJ5RqtuLd7hEpo4TZykpLcM9qqlXh { position:absolute;display:block;z-index:100002;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:37.5rem;display:block; }
#TLnKXiPn0cTXewhc0Qagmi1zOeoekri4 { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:58.125rem;display:block; }
#Jf5DtEKx8oC4xFkCiTAk0951MR7QSUCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lQzoM6I2OWuWmVw292gLR1qmNqqBAs1C { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:62.5rem;display:block; }
#sWwypnPDudTT8EMUEV5hKHWb8pZLeDuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aHSSOgXZqiw1AMNoB0gxSrHl2RpB3rOS { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:66.875rem;display:block; }
#AUR1ufGVLvA2dPuyEkClcCJJtxTteKEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D60wqkEZZ8pCv2rFSz9szPOAVreMTs1F { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:58.1875rem;height:6.09375rem;font-style:normal;display:block; }
#XftlvHwwIx2IVxMkxalSNVM0S6FWo5xx { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:58.125rem;height:1.5rem;font-style:normal;display:block; }
#GSUuHCKcI2RTJ1alqdtMDvQSyhrX40Dr { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:58.125rem;display:block; }
#M4v0AAAxPcai2OHGcMHxRPhwThMi9Vr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S6Pu41KNg0l0Lrm4kkihrVVTxlQo6TL0 { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:58.125rem;height:1.13671875rem;font-style:normal;display:block; }
#TcsWrsVyB9zQyP5UgDTNn5AZXpPwMDm6 { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:block; }
#Jheai9TJbff97imLScZhHx5DOSSW6t1L { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/896183b0-5cef-4e98-968f-6c2aac18e9af/CapturadeTela20220818as100732.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:58.125rem;display:block; }#Jheai9TJbff97imLScZhHx5DOSSW6t1L.adaptive-delivery-prevent-bg, #Jheai9TJbff97imLScZhHx5DOSSW6t1L.lazyload, #Jheai9TJbff97imLScZhHx5DOSSW6t1L.lazyloading { background-image: none; }
#a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b1ecbb7-faa2-4659-a2f0-32c9172e1fcc/NarniahShock02_1_.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:39.375rem;display:block; }#a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp.adaptive-delivery-prevent-bg, #a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp.lazyload, #a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp.lazyloading { background-image: none; }
#vVncFb1L7ePBBu9M38R2u2TXxIQnPzpb { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:39.375rem;height:1.5rem;font-style:normal;display:block; }
#XiTxHw9taIi2sO5TwKpyNWDtSccdRrKE { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:39.4375rem;height:6.09375rem;font-style:normal;display:block; }
#qD4nngv4Qi8r8rmsEEvUQ7v2frOwDFrW { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.375rem;height:1.13671875rem;font-style:normal;display:block; }
#s1Ts4uLyQG7D22OmZ96HlSq15eJKZtZu { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:48.125rem;display:block; }
#Ci7mXCkpzJxZ4gIIPDK6IKnc33N8TPR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OfZ3nVxgeFmuaMmxzZ8cJNrv6TF7Utfb { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:43.75rem;display:block; }
#iezQsPHNu9DWverMJxsfuUwx8WzWKLMC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P79JbL0mX2nyVXyJEpKmUSvMMHDlVvyW { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:39.375rem;display:block; }
#qPqXKw3vTKCtJITveChEdUlVEpvK78QE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZXFuOnmIRoozDdQmhXv3n9cQAwuRBMo1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:39.375rem;display:block; }
#EIu6NqL3kNFMIyAFnEvB0rJ4a9L9Qx4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J0Srz62MPA5TUgHhse9pcfdWTasXifI0 { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:none; }
#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t { position:relative;display:block; }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t { background-color: transparent; background-image: none; }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row .container > .video-iframe-container { display: none; }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row > .video-iframe-container { display: none; }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .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); }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t { border-width: 0; border-radius: 0; }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row .container > .video-iframe-container {  }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#lxHloiv6OKC4KoLqih3ddZlXaDCsAUei { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:1.875rem;display:block; }#lxHloiv6OKC4KoLqih3ddZlXaDCsAUei.adaptive-delivery-prevent-bg, #lxHloiv6OKC4KoLqih3ddZlXaDCsAUei.lazyload, #lxHloiv6OKC4KoLqih3ddZlXaDCsAUei.lazyloading { background-image: none; }
#GdC6T3QnbOV59PVumMH396KOTgonLCxn { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.88671875rem;left:1.875rem;height:1.5rem;font-style:normal;display:block; }
#IkNZHX8eNCTnWPLTeoitIAHDhwvDolvE { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.38671875rem;left:1.90625rem;height:6.09375rem;font-style:normal;display:block; }
#fkesLTTHITzmo5t7GZJcgkEqLXvrpwRK { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:1.875rem;display:block; }
#AyMcs9p89J1sJ58vQvSHvQoAZEvFvIsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rDHHE04ETF8AdwldbTesFAa74bQB0OWT { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:6.25rem;display:block; }
#KVmOfi2wOrOJSZsdapSnmQ8xbSUuHgfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xk0NrCQqEa2vz4xGPAPskF37SnTG5IQk { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:18.6875rem;display:block; }
#ao5TfZeEhS3iD4chVUwenQ1F2JcWF319 { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.875rem;height:1.13671875rem;font-style:normal;display:block; }
#t7IcltDiHrS6bJ5RWiaJIIEScBN3vkQs { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:1.875rem;display:block; }
#DD6ydZmJqcxwvJdcpOROZRDzdTgJg5bI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UT6prGvuyIJTz6XM1W5A5dBcdFGFNPH9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:10.625rem;display:block; }
#ah9dzBIsK6bs9CvkChq8CtuBMbbZwnCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WusdIqm17Zsd1tTSSWUPhAlTkm5v7KoS { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:20.625rem;display:block; }
#q3VUp0ABchWuKhS5AiOf6mdfE7877OFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ddwxv1MO1fscRIsDRkDNuWFSPnot4kiR { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:20.6875rem;height:6.09375rem;font-style:normal;display:block; }
#qUGLXGQMQCvkLPn1kvKGAdLfQhrgFTF4 { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:25rem;display:block; }
#Q6n9g8nCPZv6wl3VyZpRTi5cAkGG1N4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WJCuXusUNnHGqBCtWeEzoGps1kf9JXQF { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:29.375rem;display:block; }
#Gmt4EnrF9J5W92AEUBkUJiU4PmcHOMcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:20.625rem;display:block; }#bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI.adaptive-delivery-prevent-bg, #bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI.lazyload, #bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI.lazyloading { background-image: none; }
#PyEpZnJQKKplIsgrqkBig1vtp20v9DQC { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:20.625rem;height:1.5rem;font-style:normal;display:block; }
#XK5z9wAsu0GyBMopU9bSocTrqBpgPGAg { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:20.625rem;display:block; }
#UrFbS84WleHIrSMCHOUGTx4cDIzTBO7r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wWeAuQnnO8c3vQyFJT2dZtsvnTQoBBbT { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.625rem;height:1.13671875rem;font-style:normal;display:block; }
#TDp5wbTxTTCdGK9kO6zxzHxIqvawLOTV { position:absolute;display:block;z-index:100002;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:37.5rem;display:block; }
#eBlBSpsQ4u7q3Ei64uDTDpTHFgkT8wLJ { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:58.125rem;display:block; }
#UpN2p1ymdKR1A1QGEiqqeuWnNC1BibkM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KkTLvS5WmDObwNMr0sO9SQS2k55bXH4h { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:62.5rem;display:block; }
#EJGgvuJcTAhrSlIWWuaw25ZrcWROyf1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KWogGlPQbdcpSfwhdabTMliPpirpE455 { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:66.875rem;display:block; }
#QRpgaXdw5ViAd0q8F81eHZCIWdDLvhdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BH6NHskhx3Jk7qhm8q5NJHtu7TZc4rhx { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:58.1875rem;height:6.09375rem;font-style:normal;display:block; }
#F796gUEftqa8k5wzP7ds9k9plFTle3Su { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:58.125rem;height:1.5rem;font-style:normal;display:block; }
#ECMTzXE3QmmPNVZ8mdmLa81pashmg84Q { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:58.125rem;display:block; }
#BMIrRUQnkoobzU9ETTLTmc8sWSx91eXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qabfMtrxUwvXKbs04TZ4Z5c7hr5keXiv { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:58.125rem;height:1.13671875rem;font-style:normal;display:block; }
#xm7oSVBFzqiA3omQTST20XtfGv7tPBMM { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:block; }
#aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1 { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:58.125rem;display:block; }#aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1.adaptive-delivery-prevent-bg, #aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1.lazyload, #aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1.lazyloading { background-image: none; }
#wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:39.375rem;display:block; }#wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ.adaptive-delivery-prevent-bg, #wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ.lazyload, #wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ.lazyloading { background-image: none; }
#qN2VsHWNFhmNOGWR3MNVxPaxJSHenB7Q { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:39.375rem;height:1.5rem;font-style:normal;display:block; }
#Owg3hFRGnPHzwkTQ27Br4bppX4ipwi5A { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:39.4375rem;height:6.09375rem;font-style:normal;display:block; }
#L7FdBzM6oL0docEoC5aFdIWh1SZmzxq9 { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.375rem;height:1.13671875rem;font-style:normal;display:block; }
#PWVHJnRomcrlIfvhZ3olCiicgpQg3eR1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:48.125rem;display:block; }
#TLkFz3SRSlTUc2VGTaZZtHT3AKvmcRhk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QVWTq5OS0xeoTexeZvMDc1LuCGHKZ6SV { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:43.75rem;display:block; }
#WOTGyFVfmx5AEAdCqllCWTfElE6vd9uI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OUMRWfRs5F5fkPSVT8Ne5FXvJTTv2SHJ { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:39.375rem;display:block; }
#uPDKE0eSpeZAxolPcpIwTPc2nSawqpVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q6AIB71xEf0fpWtrhMlIXcEQvh76utQH { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:39.375rem;display:block; }
#xG8ogeSSDy3zNBT2EFOT9eTk3GHDJyQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#loQuL1Z8xQ6BFFG01evosigsqKPzTquR { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:none; }
#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC { position:relative;display:block; }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC { background-color: transparent; background-image: none; }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row .container > .video-iframe-container { display: none; }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row > .video-iframe-container { display: none; }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .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); }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC { border-width: 0; border-radius: 0; }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row .container > .video-iframe-container {  }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#woS3SCfd1aaFLHfEEGkeiQFD41SulJQk { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:1.875rem;display:block; }#woS3SCfd1aaFLHfEEGkeiQFD41SulJQk.adaptive-delivery-prevent-bg, #woS3SCfd1aaFLHfEEGkeiQFD41SulJQk.lazyload, #woS3SCfd1aaFLHfEEGkeiQFD41SulJQk.lazyloading { background-image: none; }
#yeM4GOxkwZMyqR6cuKQKdaSP3fp5WkqA { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.88671875rem;left:1.875rem;height:1.5rem;font-style:normal;display:block; }
#fIAlp1Vgagx3EwzlVDCw01v0zox9EWfC { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.38671875rem;left:1.90625rem;height:6.09375rem;font-style:normal;display:block; }
#tb92iWiJtEgM5zAMyRwswDhHW145wglu { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:1.875rem;display:block; }
#B4xRoIhLvULJWgB4T4GO1Dy2DMFleM82 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hp48xzEdd8o3ZKRf5i2Af3ThQepVVCbL { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:6.25rem;display:block; }
#hU1M3FeAKm2mqSAATUkDe3XUyPbTd8Ux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jc480LgESBl178c0uBezDtJAHyLQ53vJ { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:18.6875rem;display:block; }
#ZW8XxUFvr4KmuJOMcEUAmdiCJhED6JTT { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.875rem;height:1.13671875rem;font-style:normal;display:block; }
#a5Bu5dqa9gTczGxxNokfRpzskX7AmkPV { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:1.875rem;display:block; }
#FSTzWqM52tnsitruTdpTL5N13LwmrZXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ysaRaryJ9KLf1uo8Doy85um5hx7HDBl5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:10.625rem;display:block; }
#E5CoFOLbZ996oK2cEMaw3vVMrBhcinI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k4QWP0bTe98yIFnzrcxSiwQvQzFZPklf { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:20.625rem;display:block; }
#TcJsoXyeIRKCaIQ9fQ6cBRFw3e4rIpMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WtS0oMTtGVqh3BrDC8MK6l3y3yw9mknb { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:20.6875rem;height:6.09375rem;font-style:normal;display:block; }
#gi71i57neqLdIdieRUgDgoTTTieVqfK7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:25rem;display:block; }
#I4ZRv1XZ0ahpFEb2LicmgFHxs6s4RbSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AcE8okxEyGAhFB1Al4adQJF9k8Lzagse { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:29.375rem;display:block; }
#iCCoM0oBQOKskBirGdTupikTq1TnJxs2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:20.625rem;display:block; }#NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l.adaptive-delivery-prevent-bg, #NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l.lazyload, #NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l.lazyloading { background-image: none; }
#hzyWFAdUlXWUZclXfsy08zJK5VoZVbyz { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:20.625rem;height:1.5rem;font-style:normal;display:block; }
#mHn9HtKN5952nlUJOs9u67X1ScPGGC9e { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:20.625rem;display:block; }
#gFgEmrVvTPN03eg9q91SR9OR3GEo4O6U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nTM7wUN4GWEHNrK4CLIlRbR8WUpDhvgT { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.625rem;height:1.13671875rem;font-style:normal;display:block; }
#JG2sZcbSkmbCvTJZoHkuqD1s7QNJSRfs { position:absolute;display:block;z-index:100002;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:37.5rem;display:block; }
#lOtNa3T99xMhoCwedwLzKNXRCZVBHfDv { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:58.125rem;display:block; }
#mSaEbBHK4ENQBJ5v2qJWXxwLaZ6T9DZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EQV3fg54f2gE6mWtq1l6yH3fxE1KmfzJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:62.5rem;display:block; }
#AQaEHFb3buG1l73yh6wyoOfQODkLOwzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N2RfoJOi5TBDqFqPLk0VSBGL9tyDESUa { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:66.875rem;display:block; }
#WEDzmdwSWCMIbckaZxvzPnzuxv0UGoVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q5Tp46MmtsyvAbLJHpzu8vr9NFKfoSmU { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:58.1875rem;height:6.09375rem;font-style:normal;display:block; }
#BN9TRIJp1eKMNv20MLGNv5PIOOAGh8Bw { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:58.125rem;height:1.5rem;font-style:normal;display:block; }
#TW6ySOnrylkLyOEMCzkJTrg6TfI7TFwv { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:58.125rem;display:block; }
#GIrka942xhpDTVKF6dTT6hgo8ynF0AEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uLyFwbosMM9r3NNWT49MofgMzIMT0WQ9 { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:58.125rem;height:1.13671875rem;font-style:normal;display:block; }
#XCcAfSWTJuhGnv8Jokq0VgrBw5OeuWdR { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:block; }
#epvJgK8O6qKE5lUZrh099tG7PaSGbrku { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:58.125rem;display:block; }#epvJgK8O6qKE5lUZrh099tG7PaSGbrku.adaptive-delivery-prevent-bg, #epvJgK8O6qKE5lUZrh099tG7PaSGbrku.lazyload, #epvJgK8O6qKE5lUZrh099tG7PaSGbrku.lazyloading { background-image: none; }
#PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:39.375rem;display:block; }#PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh.adaptive-delivery-prevent-bg, #PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh.lazyload, #PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh.lazyloading { background-image: none; }
#MBeeV1TQikx7bzASziDTuu4sKeectK2Z { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:39.375rem;height:1.5rem;font-style:normal;display:block; }
#iGmeb3rZUB1n6uWGWM5AKBm0GdWvD9D1 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:39.4375rem;height:6.09375rem;font-style:normal;display:block; }
#Wf3XR5VgUEWPfn5yARAkT7KWNZIaQLlC { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.375rem;height:1.13671875rem;font-style:normal;display:block; }
#JVaLoTZW8CVcAA4cChZqvUtTo0WhbNWV { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:48.125rem;display:block; }
#KKD1IWmzAHTflJLCCdbD4lhX7QdvQbDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wHwZrUcT3TSm0OJNfk5JLf7B4OyRnn2b { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:43.75rem;display:block; }
#mzsF1iN9uWTmfa96cPxwfy7U9CDlFT2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rKQCFTgXzGBWd3hGtFrZRewEa9MyVSe7 { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:39.375rem;display:block; }
#i8SlXOZBFhIJy4yIeyafSxaoBbdgpvAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PFGed9sgdmuO6dNzvyGRiLFl9u8X76qD { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:39.375rem;display:block; }
#DIci091h3hOLApP4a4TQqIW1rCZ5ISSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GWK8IRQiGzu68WwoaaohmJS8ZHTaoHan { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:none; }
#P2E6gantGKDq9p10cvqy9gQl8cftiXLm { position:relative;display:block; }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm { background-color: transparent; background-image: none; }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row .container > .video-iframe-container { display: none; }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row > .video-iframe-container { display: none; }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .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); }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm { border-width: 0; border-radius: 0; }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row .container > .video-iframe-container {  }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#FOC8LhFXQZnVrAlKOUBQP06H237OpbyN { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:1.875rem;display:block; }#FOC8LhFXQZnVrAlKOUBQP06H237OpbyN.adaptive-delivery-prevent-bg, #FOC8LhFXQZnVrAlKOUBQP06H237OpbyN.lazyload, #FOC8LhFXQZnVrAlKOUBQP06H237OpbyN.lazyloading { background-image: none; }
#vyBzgcVqh3WDGIB4yrwr9IPGnGEmU4sG { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.88671875rem;left:1.875rem;height:1.5rem;font-style:normal;display:block; }
#krVT7lERMMMRPJVUoAyJTmEZZ14iIQwo { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.38671875rem;left:1.90625rem;height:6.09375rem;font-style:normal;display:block; }
#kxfFIO3sP3EoQrDV3hCc3VvLldMm49Bz { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:1.875rem;display:block; }
#gmqHNwe1fmMNT9qQS2PRP1gRacmis6hB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cWfOruhNSmfkXRfT0HmWGUGKWZ9IkdIf { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:6.25rem;display:block; }
#kFTM74KZNmpGlnLxh2eDw1TlGWM0KdXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DZMmwfvTNLKf8XsMLu7ZX2VqMhoAZmuz { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:18.6875rem;display:block; }
#TQLIxwnDPM0XeN5nUQKQ3gahnnZJ67tN { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.875rem;height:1.13671875rem;font-style:normal;display:block; }
#G1rDNoEBTlkIrhHmTdJ55gBVmCJRBGau { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:1.875rem;display:block; }
#ZcrMApX8vTrHyaUCvR0ow9yl73vuP6R8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FsBrfMm5S2EsDZircocT2Z0kSqcfpUJL { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:10.625rem;display:block; }
#eaLOkT44V5x2O194aynZU0cvGnrzXGGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IrDMsQB28Ddy4ZI1Zqc9OvgyFRxiA8Fb { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:20.625rem;display:block; }
#ivmFA5MTsLy8vvVoTnXuxtP6WliCSCNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LIgPGv34QekWt9kdJ306MXaBcaq69ycI { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:20.6875rem;height:6.09375rem;font-style:normal;display:block; }
#I8zzwKbaao2k9SqsRbJReCITizD93BTD { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:25rem;display:block; }
#QC0mg3OpXQGuaTRTLyhBv4xEXnrmXd8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ktt4Pn93dEQCMNTEqPKJcW4p4plSD5B9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:29.375rem;display:block; }
#fTMBAc4tXVT5TUq8v42828J0pQrf0Wrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3 { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:20.625rem;display:block; }#nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3.adaptive-delivery-prevent-bg, #nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3.lazyload, #nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3.lazyloading { background-image: none; }
#i6f93bUbJCib6V3MOdpAo0In1bDHwTod { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:20.625rem;height:1.5rem;font-style:normal;display:block; }
#NCHxPgBRAZQUnphPkH5EN1XIR4PulOrH { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:20.625rem;display:block; }
#h9rDTZ8bdzmWyqT8gkrWLDpS7Fy3sL9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tKCvSnJTPZFO1lBvMvl37adiqEXois2t { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.625rem;height:1.13671875rem;font-style:normal;display:block; }
#muVPLWwEg9qh4xLZVH8VknQHBuHhMXmk { position:absolute;display:block;z-index:100002;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:37.5rem;display:block; }
#ZIzEu5xTS6dcGuh9w7MxVbZQJzDKC7rf { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:58.125rem;display:block; }
#AkMweRVGmDvyQ9SA63wun2mNXXQZEFHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RCW5hzyP6euzcs7AxKg3yFpAlTN9bo8S { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:62.5rem;display:block; }
#bcJofHqnHqSVMLagwdeGLelVdR50cM3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RWInUBPWXbaALW3xXZFsKOAaWMpDyWEa { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:66.875rem;display:block; }
#M8Q1ABEAuPIvhH7idLf4SnFBpT6eSA0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zTGoypP8SyQaz7fBDZb7EskfzOdURQuX { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:58.1875rem;height:6.09375rem;font-style:normal;display:block; }
#mAJoQCTPMyITUvy5OuH8PT7AXICgqLPC { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:58.125rem;height:1.5rem;font-style:normal;display:block; }
#Rum385eQVG1GdzkJlqWL0TSsIIUpvnOV { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:58.125rem;display:block; }
#slKB9SSdMiBKzPKe5bSumZk3L8ERGWhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HywurmCJIpzz02CGEr5fT8aDxVEAr8o7 { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:58.125rem;height:1.13671875rem;font-style:normal;display:block; }
#BA2pJRXhm08QloR1Pvur2rTHcGATmQkH { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:block; }
#nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:58.125rem;display:block; }#nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c.adaptive-delivery-prevent-bg, #nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c.lazyload, #nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c.lazyloading { background-image: none; }
#EeNJdnRqcQwlLbGxsskbbs2IchWTth9b { position:absolute;display:block;z-index:100000;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:12.5rem;width:15rem;top:0rem;left:39.375rem;display:block; }#EeNJdnRqcQwlLbGxsskbbs2IchWTth9b.adaptive-delivery-prevent-bg, #EeNJdnRqcQwlLbGxsskbbs2IchWTth9b.lazyload, #EeNJdnRqcQwlLbGxsskbbs2IchWTth9b.lazyloading { background-image: none; }
#lqMP7Xu6znLFTrwTcQtZX83yv6DtGg0F { color:#1f3f6d;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:14.875rem;left:39.375rem;height:1.5rem;font-style:normal;display:block; }
#hEQU0vFHFfkTygMr9tvoihP8xmNO1qvd { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:16.375rem;left:39.4375rem;height:6.09375rem;font-style:normal;display:block; }
#u4L4iBU6e8py2JgFOgrDH9sTm33WvzPr { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.375rem;height:1.13671875rem;font-style:normal;display:block; }
#bXVscRVkvI2UeqvTWkztyuhxXUZZZTim { background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:23.5rem;left:48.125rem;display:block; }
#QVihqRQARLIcN0ztX2SS7doGJ7BSRCcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OUUXcRPKTxGwb3lH4crJWRkzuN7dmhqJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #45bdff;border-left:0.0625rem solid #45bdff;border-right:0.0625rem solid #45bdff;border-bottom:0.0625rem solid #45bdff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#45bdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:23.5rem;left:43.75rem;display:block; }
#iOimVwB7mnxKq8S1wM5QTlnioRctEkup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wFAtw2zLLP44kxh32r5aMQa0TFwX3TFM { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.125rem;left:39.375rem;display:block; }
#Lu89yozKMqVncpTfDKpH2AtbsCG2EdUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iT20LliCiCp8B84TqVTBzSVOAniG7LwT { background-color:transparent;background-image:none;border-top:0.0625rem solid #2247ab;border-left:0.0625rem solid #2247ab;border-right:0.0625rem solid #2247ab;border-bottom:0.0625rem solid #2247ab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#2247ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.5rem;left:39.375rem;display:block; }
#EPTlL1ZDOnaXEgzaxIdN2uByviyhvfNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mSnAlLnCLCNPTlT9Lf2ztCNFw2puOcFz { position:absolute;display:block;z-index:100001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:28.625rem;width:0.0625rem;top:0rem;left:56.25rem;display:none; }
#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P { position:relative;display:block; }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P { background-color: transparent; background-image: none; }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row .container > .video-iframe-container { display: none; }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row > .video-iframe-container { display: none; }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .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); }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P { border-width: 0; border-radius: 0; }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row .container > .video-iframe-container {  }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#tgXVVWgKvtza7roH7UN7xS77cIqDBVWe { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.59);background-image:url("https://images.assets-landingi.com/uc/104a9834-5820-45f4-a3ed-738bda7ce79e/237068palestrasobremotivacaonotrabalhoentendaaimportanciae1627398004132.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:24rem;width:37.375rem;top:4.625rem;left:0rem;display:block; }#tgXVVWgKvtza7roH7UN7xS77cIqDBVWe.adaptive-delivery-prevent-bg, #tgXVVWgKvtza7roH7UN7xS77cIqDBVWe.lazyload, #tgXVVWgKvtza7roH7UN7xS77cIqDBVWe.lazyloading { background-image: none; }
#RMenqsf0EOmHvZKTH8p0lK5atvw5phLF { color:#1f3f6d;display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:4.625rem;left:40.625rem;height:6.75rem;font-style:normal;display:block; }
#qceFli6LcxkVhnOTcMRPEa0ouLMnxU3c { color:#6f6f6f;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:10.75rem;left:40.625rem;height:11.25rem;font-style:normal;display:block; }
#CSvGqfIUHKAMw7JNxixa2w2ztcTPVqMU { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:24.1875rem;left:40.625rem;display:block; }
#w6U6EZ0DfbLlyUqvKSZS4J5ZLVpqK9NR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f7fa;background-image:none;position:relative;display:block; }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row .container { background-color: transparent; background-image: none; }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row .container > .video-iframe-container { display: none; }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row > .video-iframe-container { display: none; }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .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); }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row .container { border-width: 0; border-radius: 0; }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row > .video-iframe-container {  }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.59);background-image:url("https://images.assets-landingi.com/uc/d874bea7-6ef2-4850-bf84-b8a25c746631/esteticistaoquefaz1024x576.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(202,202,202,0.5) ;height:24rem;width:37.375rem;top:4.25rem;left:37.625rem;display:block; }#n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG.adaptive-delivery-prevent-bg, #n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG.lazyload, #n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG.lazyloading { background-image: none; }
#oaycWrN8xmyMXphG3TKXe5HoP8Hw3Bs3 { color:#25d366;display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#V4BqhnlV3wOCahlZ7Pqko1XsiINbiiNd { color:#6f6f6f;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:12rem;left:0rem;height:11.25rem;font-style:normal;display:block; }
#I0g0Tbus6GQFgmOMJr5O6VWBM6wXVxt9 { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:23.3125rem;left:0rem;display:block; }
#g8hNvHMqePrtJC9CETuWZCMA6TcmK3B5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis { position:relative;display:block; }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis { background-color: transparent; background-image: none; }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row .container > .video-iframe-container { display: none; }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row > .video-iframe-container { display: none; }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .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); }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis { border-width: 0; border-radius: 0; }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row .container > .video-iframe-container {  }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#zsgsDDdxND1O7IAwvFbcSQ8ALo3WLeBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;opacity:1;top:3.125rem;left:2.5rem; }
#UEpH2ta5bQEQGPXVJoCPxLEOTXKTPB8l { color:#2247ab;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:3.75rem;left:6rem;height:1.59375rem;font-style:normal;display:block; }
#qEmhc3gF1enXS8TV5E3GTox7XoNvHiMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:3.125rem;left:21.25rem; }
#w4oMakBipudo9JozbTWaN2Tl6o6665cR { color:#2247ab;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:3.75rem;left:24.75rem;height:1.59375rem;font-style:normal;display:block; }
#ky8PxPdTkL4WcRqCbuFG3NGexi0b90UU { color:#2247ab;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:3.75rem;left:43.5rem;height:1.59375rem;font-style:normal;display:block; }
#mJAOkWD3FLn5FOT2dDubiz5a5UgzHTmv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;opacity:1;top:3.125rem;left:58.75rem; }
#M7iTuCh33bvnPfb9IgpDugHwyzyZScU0 { color:#2247ab;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:3.75rem;left:62.25rem;height:1.59375rem;font-style:normal;display:block; }
#RPqMfJNNntZMa4XqittSxSELufoahkCW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;opacity:1;top:3.125rem;left:40rem; }
#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row .container { background-color: transparent; background-image: none; }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row .container > .video-iframe-container { display: none; }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row > .video-iframe-container { display: none; }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .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); }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row .container { border-width: 0; border-radius: 0; }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row > .video-iframe-container {  }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#fV3fKTFT1QVp0BG7HwMEfmefWJRnF90b { color:#25d366;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:4.25rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:10.19925rem;font-style:normal;display:block; }
#wluKbeofoll9VAIxsUZ1olKav5TGBKKo { color:#6f6f6f;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:24.75rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#D5RqWu3Mq81mzXt9ipXB05OSBToHVzEx { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.0625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:18.3125rem;left:0rem;display:block; }
#JT9GCN39tkW33xSEsrNkcZ4gfmTw4792 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6 { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.77);background-image:url("https://images.assets-landingi.com/uc/b699eb7e-c926-45f8-ab7a-a72212ba6dd9/shutterstock_1277305041024x793.jpeg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.25rem;width:47.9375rem;top:0.75rem;left:32.4716796875rem;display:block; }#JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6.adaptive-delivery-prevent-bg, #JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6.lazyload, #JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6.lazyloading { background-image: none; }
#DDaAk4R6JIIQxkSDN1pLU2IsmgKN4QvT { background-color:transparent;background-image:none;border-top:0.0625rem solid #1f3f6d;border-left:0.0625rem solid #1f3f6d;border-right:0.0625rem solid #1f3f6d;border-bottom:0.0625rem solid #1f3f6d;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#1f3f6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.0625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.3125rem;left:16.5rem;display:block; }
#Vd23nCeIxOA2CbT3EDS39ZfFSq2biBsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123b6e;background-image:none;position:relative;display:block; }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row .container { background-color: transparent; background-image: none; }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row .container > .video-iframe-container { display: none; }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row > .video-iframe-container { display: none; }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .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); }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row .container { border-width: 0; border-radius: 0; }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row > .video-iframe-container {  }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#TO1uBWKqzbWTETsCRW5D7T2llHe5IX3A { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:12.5625rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#ZkU4GEeKfB95qxlnqOoLZbv64i7hLf4a { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:3.0625rem;left:60.0625rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O { border-top:0.0625rem solid rgba(18,59,110,0.14);border-left:0rem solid #123b6e;border-right:0rem solid #123b6e;border-bottom:0rem solid #123b6e;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e2e7ed, #ffffff);background-image: -moz-linear-gradient(180deg, #e2e7ed, #ffffff);background-image: -ms-linear-gradient(180deg, #e2e7ed, #ffffff);background-image: -o-linear-gradient(180deg, #e2e7ed, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7ed', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7ed', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e2e7ed, #ffffff);background-size:auto !important;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row .container { background-color: transparent; background-image: none; }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row .container > .video-iframe-container { display: none; }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row > .video-iframe-container { display: none; }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .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); }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row .container { border-width: 0; border-radius: 0; }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row > .video-iframe-container {  }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#lyg9MQuq4iFS5aZEJDevTL7yPiNZybA6 { color:#123b6e;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:1.21875rem;left:0rem;height:1.40625rem;font-style:normal;display:block; }
#s47XziiEp3SXMb2gTMVRySEt9Paptye6 { color:#123b6e;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:1.21875rem;left:12.5625rem;height:1.40625rem;font-style:normal;display:block; }
#xpmUlmTGQ44W0CxbQfltV4Cs2p2FDyUu { background-color:#1ac359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:2rem solid #1ac359;border-right:0rem solid #25d366;border-bottom:0rem solid #39a32b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0rem #23a711 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:2.6875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0.578125rem;left:58.375rem;display:block; }
#OgRCZQ8Gn4DRH5oABl4zDo6kRLuaKQx8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CWqcQGApUtgALBXttiBxaPVtnUcxSzVn { color:#123b6e;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:1.21875rem;left:25.375rem;height:1.40625rem;font-style:normal;display:block; }
#cU0HcFXEViv6MmcxUahe09pT09ADNwOW { background-color:transparent;background-image:none;border-top:0.0625rem solid #1f3f6d;border-left:0.0625rem solid #1f3f6d;border-right:0.0625rem solid #1f3f6d;border-bottom:0.0625rem solid #1f3f6d;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#1f3f6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.75rem;left:48.8125rem;display:block; }
#xbUw9UJit1QgQ8buFgOQkk4dAAFgFFS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y1BQmh3TTlE63R0tnEyklImHNT9VU1Gv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;opacity:1;top:1.09375rem;left:59.28125rem; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #fTqvRfs37VdRMMTK6xxWKDbkmr2hFXlA { width:21.125rem;height:7.875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGzxWHsgIQy7LbXt8oXmMkVDZA8H6GTa { width:34.625rem;height:40rem;top:2.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3uUHqW4eEElyvERebAc3JCasdMRBhQk { width:36.8125rem;height:12.375rem;top:15.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsQEFLWl1v2369i8TZ9czoB39s1T16zs { width:36rem;height:9rem;top:26.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afM7XefaVWLTDlMGweJAi4GtdbOTkmzz { width:40.125rem;height:40.125rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PALuW5AT5uLsoTvd7sPi6QaOfD55CJBr { width:15.375rem;height:3.375rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntw4HBJ0QZiZoBMiL1SohqoRlpx9Nx1n { display:block; }
 }@media only screen and (max-width: 763px) { #gHienHRTMqa2vEhV97MMW9vysovP2Zl6 { width:15.375rem;height:3.375rem;top:38.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgG8J20i6nWINOpAxT8J6O8bRzwnb68 { display:block; }
 }@media only screen and (max-width: 763px) { #ElkTGi0gB776DZmCsm00M2dJMMhU8gJq { width:47.75rem;height:0.125rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 { display:block; }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATizo2qZW6f3Qw5bKNDy0cSFX2SFoNxw { width:7.8125rem;height:4.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTVdGJrmzJM4iyaCI1sGTT7NgAJSJhC { width:9.0625rem;height:3.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7dhewd9xVOFxI51cflnsenAHaUg8PPk { width:9.0625rem;height:3.5625rem;top:6.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDrK2nX8H4sCIEgpW77EmX623z2iMlf { width:9.0625rem;height:3.5625rem;top:6.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4qTSmli7WX4sdaxOzSJcSIGnrm3Tn4v { width:9.0625rem;height:4.5rem;top:5.375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo9VT4vMW6posh6CwMGwJD7HZh7koKBR { width:8.75rem;height:3.375rem;top:6.3125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTl99ikbqKlAAZxlZIH99XhOwZ9okDFP { width:9.0625rem;height:3.5625rem;top:6.125rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeUPxeUq5cNg7uIsZBNyWp6LFcEQa7kw { width:5.625rem;height:3.0625rem;top:5.75rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfI2tpkSARb5MOGqRWwroNApTTER5Pq { width:36rem;height:2.625rem;top:2.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 { display:block; }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS { width:23rem;height:19.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E1eexiM4RngRbOpI47uVriC6OfKcfT { width:16.0625rem;height:4.125rem;top:10rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFdJTzyXMqrMBiP9TPX1MuaAIylGTGRR { width:18.625rem;height:2.8125rem;top:14.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHkbBspgFTqEXSGfPRhClFwuQORThFe { width:0.625rem;height:7.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t { width:23rem;height:19.6875rem;top:0rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIA7GWEoDXdQ5xQ1Eza4CVJtJp4WvgSn { width:16.0625rem;height:4.125rem;top:10rem;left:15.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4prO07TG4ulhMIvP55ipBrVsRKuPWNk { width:18.625rem;height:2.8125rem;top:14.375rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKeWvrqBuxqMAag5NAXCz9g00PKIAOgv { width:0.625rem;height:7.125rem;top:10rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c { width:23rem;height:19.6875rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb5W6JUeHVLqCZLK3R3onWWNBMwRNAwX { width:21.1875rem;height:3.625rem;top:10.625rem;left:26.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLbSrR2dUGpgT28Z1U8holDXZbnUZn6 { width:18.625rem;height:2.8125rem;top:14.375rem;left:29rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGvl0srU5bmE2FWuLU0BOpN0sObURZDT { width:0.625rem;height:7.125rem;top:10rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR { display:block; }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGJCrDhaRHprZcE4ZyU99t4g3Hulk1pZ { width:47.75rem;height:3.375rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 { display:block; }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q { width:15rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwLfwHLDOuG41DhxCMWQWmHIRPdZeEdR { width:14.6875rem;height:1.5rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDTQ8vd4nxSwIx6yfP9QRtxDzeCssrla { width:14.9375rem;height:6.0625rem;top:16.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TBCyd31nmQoHtts8CRCBBX5n50DgaS { width:4.0625rem;height:1.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyDuhQAZTUiD8rwy5OUpk69l10z26Cqg { display:block; }
 }@media only screen and (max-width: 763px) { #Jwx1wCD0uHlbmZyJHLTpPZx3At20ttGS { width:4.0625rem;height:1.5625rem;top:23.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCKEsQd0wABx4RokTDwlWf7EoaXQQZdn { display:block; }
 }@media only screen and (max-width: 763px) { #T5wBFK3xUTDPGh1ICK8667u8JJh0fgtw { width:0.0625rem;height:28.625rem;top:0rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcnZVRkPdwuHENQsH5dfHwR3d3DlA34Q { width:13.625rem;height:1.125rem;top:13.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6lAnEbGk6xzdErDK1hhDrNQm9mq5N8k { width:11.4375rem;height:2.5rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIeQiLgvI8o9QlNlHmrsAD07h5Fh9QHE { display:block; }
 }@media only screen and (max-width: 763px) { #ZbLHFFCcVAURWBwzVIs68nkhUCHKxO6K { width:5.5625rem;height:1.5625rem;top:23.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwQSzUP25u7GfOqQWGIQ8LVDGPQQNkJe { display:block; }
 }@media only screen and (max-width: 763px) { #SCBq5c7TPopdND3eDDdlPTJ1ZlzI26qK { width:11.4375rem;height:2.5rem;top:27.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkCpcAE179n3A6q3zn7VWbPEbktzB2Rp { display:block; }
 }@media only screen and (max-width: 763px) { #FcZkbpJB3NKIg5Q7tliv2b5ipvagSM82 { width:14.9375rem;height:6.0625rem;top:16.375rem;left:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3b7sooBGcgbwGLkAaFWCS9gG8eDr7ob { width:4.0625rem;height:1.5625rem;top:23.5rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpwonggZgGOwKW6NM6sbTufUtSyihGRx { display:block; }
 }@media only screen and (max-width: 763px) { #JxMlBK1dgRwFt1iu3TzTwFsdh9E1WlTJ { width:5.5625rem;height:1.5625rem;top:23.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzqS3UUQLARrzaOe14XQMI026rm9D1A3 { display:block; }
 }@media only screen and (max-width: 763px) { #xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p { width:15rem;height:12.5rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIXuztMOzJuMDVlWtuooaF1CKBPl5qVI { width:14.6875rem;height:1.5rem;top:14.875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMdR4RlMR3fcoAUfuQx7CrTNqvuXBcnF { width:4.0625rem;height:1.5625rem;top:23.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlmOpb3Ma97NQu0Pz1voyuThDILWcnCH { display:block; }
 }@media only screen and (max-width: 763px) { #VHUCfgFu61xd4NfkvaovJM8mk0syGW1r { width:13.625rem;height:1.125rem;top:13.75rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM6rJ5RqtuLd7hEpo4TZykpLcM9qqlXh { width:0.0625rem;height:28.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnKXiPn0cTXewhc0Qagmi1zOeoekri4 { width:11.4375rem;height:2.5rem;top:27.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5DtEKx8oC4xFkCiTAk0951MR7QSUCR { display:block; }
 }@media only screen and (max-width: 763px) { #lQzoM6I2OWuWmVw292gLR1qmNqqBAs1C { width:4.0625rem;height:1.5625rem;top:23.5rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwypnPDudTT8EMUEV5hKHWb8pZLeDuu { display:block; }
 }@media only screen and (max-width: 763px) { #aHSSOgXZqiw1AMNoB0gxSrHl2RpB3rOS { width:5.5625rem;height:1.5625rem;top:23.5rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUR1ufGVLvA2dPuyEkClcCJJtxTteKEN { display:block; }
 }@media only screen and (max-width: 763px) { #D60wqkEZZ8pCv2rFSz9szPOAVreMTs1F { width:14.9375rem;height:6.0625rem;top:16.375rem;left:32.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XftlvHwwIx2IVxMkxalSNVM0S6FWo5xx { width:14.6875rem;height:1.5rem;top:14.875rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSUuHCKcI2RTJ1alqdtMDvQSyhrX40Dr { width:4.0625rem;height:1.5625rem;top:23.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4v0AAAxPcai2OHGcMHxRPhwThMi9Vr1 { display:block; }
 }@media only screen and (max-width: 763px) { #S6Pu41KNg0l0Lrm4kkihrVVTxlQo6TL0 { width:13.625rem;height:1.125rem;top:13.75rem;left:34.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsWrsVyB9zQyP5UgDTNn5AZXpPwMDm6 { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jheai9TJbff97imLScZhHx5DOSSW6t1L { width:15rem;height:12.5rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp { width:15rem;height:12.5rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVncFb1L7ePBBu9M38R2u2TXxIQnPzpb { width:14.6875rem;height:1.5rem;top:14.875rem;left:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTxHw9taIi2sO5TwKpyNWDtSccdRrKE { width:14.9375rem;height:6.0625rem;top:16.375rem;left:20.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD4nngv4Qi8r8rmsEEvUQ7v2frOwDFrW { width:13.625rem;height:1.125rem;top:13.75rem;left:22.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Ts4uLyQG7D22OmZ96HlSq15eJKZtZu { width:5.5625rem;height:1.5625rem;top:23.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7mXCkpzJxZ4gIIPDK6IKnc33N8TPR8 { display:block; }
 }@media only screen and (max-width: 763px) { #OfZ3nVxgeFmuaMmxzZ8cJNrv6TF7Utfb { width:4.0625rem;height:1.5625rem;top:23.5rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iezQsPHNu9DWverMJxsfuUwx8WzWKLMC { display:block; }
 }@media only screen and (max-width: 763px) { #P79JbL0mX2nyVXyJEpKmUSvMMHDlVvyW { width:11.4375rem;height:2.5rem;top:27.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPqXKw3vTKCtJITveChEdUlVEpvK78QE { display:block; }
 }@media only screen and (max-width: 763px) { #ZXFuOnmIRoozDdQmhXv3n9cQAwuRBMo1 { width:4.0625rem;height:1.5625rem;top:23.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIu6NqL3kNFMIyAFnEvB0rJ4a9L9Qx4e { display:block; }
 }@media only screen and (max-width: 763px) { #J0Srz62MPA5TUgHhse9pcfdWTasXifI0 { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsmF7FdMKwo8g3xVABbOOFoXSchiN17t { display:block; }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxHloiv6OKC4KoLqih3ddZlXaDCsAUei { width:15rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdC6T3QnbOV59PVumMH396KOTgonLCxn { width:14.6875rem;height:1.5rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkNZHX8eNCTnWPLTeoitIAHDhwvDolvE { width:14.9375rem;height:6.0625rem;top:16.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkesLTTHITzmo5t7GZJcgkEqLXvrpwRK { width:4.0625rem;height:1.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMcs9p89J1sJ58vQvSHvQoAZEvFvIsT { display:block; }
 }@media only screen and (max-width: 763px) { #rDHHE04ETF8AdwldbTesFAa74bQB0OWT { width:4.0625rem;height:1.5625rem;top:23.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVmOfi2wOrOJSZsdapSnmQ8xbSUuHgfQ { display:block; }
 }@media only screen and (max-width: 763px) { #Xk0NrCQqEa2vz4xGPAPskF37SnTG5IQk { width:0.0625rem;height:28.625rem;top:0rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao5TfZeEhS3iD4chVUwenQ1F2JcWF319 { width:13.625rem;height:1.125rem;top:13.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7IcltDiHrS6bJ5RWiaJIIEScBN3vkQs { width:11.4375rem;height:2.5rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD6ydZmJqcxwvJdcpOROZRDzdTgJg5bI { display:block; }
 }@media only screen and (max-width: 763px) { #UT6prGvuyIJTz6XM1W5A5dBcdFGFNPH9 { width:5.5625rem;height:1.5625rem;top:23.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah9dzBIsK6bs9CvkChq8CtuBMbbZwnCH { display:block; }
 }@media only screen and (max-width: 763px) { #WusdIqm17Zsd1tTSSWUPhAlTkm5v7KoS { width:11.4375rem;height:2.5rem;top:27.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3VUp0ABchWuKhS5AiOf6mdfE7877OFS { display:block; }
 }@media only screen and (max-width: 763px) { #Ddwxv1MO1fscRIsDRkDNuWFSPnot4kiR { width:14.9375rem;height:6.0625rem;top:16.375rem;left:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUGLXGQMQCvkLPn1kvKGAdLfQhrgFTF4 { width:4.0625rem;height:1.5625rem;top:23.5rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6n9g8nCPZv6wl3VyZpRTi5cAkGG1N4X { display:block; }
 }@media only screen and (max-width: 763px) { #WJCuXusUNnHGqBCtWeEzoGps1kf9JXQF { width:5.5625rem;height:1.5625rem;top:23.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmt4EnrF9J5W92AEUBkUJiU4PmcHOMcU { display:block; }
 }@media only screen and (max-width: 763px) { #bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI { width:15rem;height:12.5rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyEpZnJQKKplIsgrqkBig1vtp20v9DQC { width:14.6875rem;height:1.5rem;top:14.875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK5z9wAsu0GyBMopU9bSocTrqBpgPGAg { width:4.0625rem;height:1.5625rem;top:23.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrFbS84WleHIrSMCHOUGTx4cDIzTBO7r { display:block; }
 }@media only screen and (max-width: 763px) { #wWeAuQnnO8c3vQyFJT2dZtsvnTQoBBbT { width:13.625rem;height:1.125rem;top:13.75rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDp5wbTxTTCdGK9kO6zxzHxIqvawLOTV { width:0.0625rem;height:28.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlBSpsQ4u7q3Ei64uDTDpTHFgkT8wLJ { width:11.4375rem;height:2.5rem;top:27.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpN2p1ymdKR1A1QGEiqqeuWnNC1BibkM { display:block; }
 }@media only screen and (max-width: 763px) { #KkTLvS5WmDObwNMr0sO9SQS2k55bXH4h { width:4.0625rem;height:1.5625rem;top:23.5rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJGgvuJcTAhrSlIWWuaw25ZrcWROyf1T { display:block; }
 }@media only screen and (max-width: 763px) { #KWogGlPQbdcpSfwhdabTMliPpirpE455 { width:5.5625rem;height:1.5625rem;top:23.5rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRpgaXdw5ViAd0q8F81eHZCIWdDLvhdd { display:block; }
 }@media only screen and (max-width: 763px) { #BH6NHskhx3Jk7qhm8q5NJHtu7TZc4rhx { width:14.9375rem;height:6.0625rem;top:16.375rem;left:32.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F796gUEftqa8k5wzP7ds9k9plFTle3Su { width:14.6875rem;height:1.5rem;top:14.875rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMTzXE3QmmPNVZ8mdmLa81pashmg84Q { width:4.0625rem;height:1.5625rem;top:23.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMIrRUQnkoobzU9ETTLTmc8sWSx91eXo { display:block; }
 }@media only screen and (max-width: 763px) { #qabfMtrxUwvXKbs04TZ4Z5c7hr5keXiv { width:13.625rem;height:1.125rem;top:13.75rem;left:34.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7oSVBFzqiA3omQTST20XtfGv7tPBMM { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1 { width:15rem;height:12.5rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ { width:15rem;height:12.5rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN2VsHWNFhmNOGWR3MNVxPaxJSHenB7Q { width:14.6875rem;height:1.5rem;top:14.875rem;left:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owg3hFRGnPHzwkTQ27Br4bppX4ipwi5A { width:14.9375rem;height:6.0625rem;top:16.375rem;left:20.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7FdBzM6oL0docEoC5aFdIWh1SZmzxq9 { width:13.625rem;height:1.125rem;top:13.75rem;left:22.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVHJnRomcrlIfvhZ3olCiicgpQg3eR1 { width:5.5625rem;height:1.5625rem;top:23.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkFz3SRSlTUc2VGTaZZtHT3AKvmcRhk { display:block; }
 }@media only screen and (max-width: 763px) { #QVWTq5OS0xeoTexeZvMDc1LuCGHKZ6SV { width:4.0625rem;height:1.5625rem;top:23.5rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTGyFVfmx5AEAdCqllCWTfElE6vd9uI { display:block; }
 }@media only screen and (max-width: 763px) { #OUMRWfRs5F5fkPSVT8Ne5FXvJTTv2SHJ { width:11.4375rem;height:2.5rem;top:27.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPDKE0eSpeZAxolPcpIwTPc2nSawqpVH { display:block; }
 }@media only screen and (max-width: 763px) { #Q6AIB71xEf0fpWtrhMlIXcEQvh76utQH { width:4.0625rem;height:1.5625rem;top:23.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG8ogeSSDy3zNBT2EFOT9eTk3GHDJyQV { display:block; }
 }@media only screen and (max-width: 763px) { #loQuL1Z8xQ6BFFG01evosigsqKPzTquR { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC { display:block; }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woS3SCfd1aaFLHfEEGkeiQFD41SulJQk { width:15rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeM4GOxkwZMyqR6cuKQKdaSP3fp5WkqA { width:14.6875rem;height:1.5rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIAlp1Vgagx3EwzlVDCw01v0zox9EWfC { width:14.9375rem;height:6.0625rem;top:16.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb92iWiJtEgM5zAMyRwswDhHW145wglu { width:4.0625rem;height:1.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4xRoIhLvULJWgB4T4GO1Dy2DMFleM82 { display:block; }
 }@media only screen and (max-width: 763px) { #hp48xzEdd8o3ZKRf5i2Af3ThQepVVCbL { width:4.0625rem;height:1.5625rem;top:23.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU1M3FeAKm2mqSAATUkDe3XUyPbTd8Ux { display:block; }
 }@media only screen and (max-width: 763px) { #Jc480LgESBl178c0uBezDtJAHyLQ53vJ { width:0.0625rem;height:28.625rem;top:0rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW8XxUFvr4KmuJOMcEUAmdiCJhED6JTT { width:13.625rem;height:1.125rem;top:13.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Bu5dqa9gTczGxxNokfRpzskX7AmkPV { width:11.4375rem;height:2.5rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTzWqM52tnsitruTdpTL5N13LwmrZXC { display:block; }
 }@media only screen and (max-width: 763px) { #ysaRaryJ9KLf1uo8Doy85um5hx7HDBl5 { width:5.5625rem;height:1.5625rem;top:23.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5CoFOLbZ996oK2cEMaw3vVMrBhcinI5 { display:block; }
 }@media only screen and (max-width: 763px) { #k4QWP0bTe98yIFnzrcxSiwQvQzFZPklf { width:11.4375rem;height:2.5rem;top:27.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcJsoXyeIRKCaIQ9fQ6cBRFw3e4rIpMR { display:block; }
 }@media only screen and (max-width: 763px) { #WtS0oMTtGVqh3BrDC8MK6l3y3yw9mknb { width:14.9375rem;height:6.0625rem;top:16.375rem;left:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi71i57neqLdIdieRUgDgoTTTieVqfK7 { width:4.0625rem;height:1.5625rem;top:23.5rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ZRv1XZ0ahpFEb2LicmgFHxs6s4RbSh { display:block; }
 }@media only screen and (max-width: 763px) { #AcE8okxEyGAhFB1Al4adQJF9k8Lzagse { width:5.5625rem;height:1.5625rem;top:23.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCCoM0oBQOKskBirGdTupikTq1TnJxs2 { display:block; }
 }@media only screen and (max-width: 763px) { #NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l { width:15rem;height:12.5rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyWFAdUlXWUZclXfsy08zJK5VoZVbyz { width:14.6875rem;height:1.5rem;top:14.875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHn9HtKN5952nlUJOs9u67X1ScPGGC9e { width:4.0625rem;height:1.5625rem;top:23.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgEmrVvTPN03eg9q91SR9OR3GEo4O6U { display:block; }
 }@media only screen and (max-width: 763px) { #nTM7wUN4GWEHNrK4CLIlRbR8WUpDhvgT { width:13.625rem;height:1.125rem;top:13.75rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG2sZcbSkmbCvTJZoHkuqD1s7QNJSRfs { width:0.0625rem;height:28.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOtNa3T99xMhoCwedwLzKNXRCZVBHfDv { width:11.4375rem;height:2.5rem;top:27.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSaEbBHK4ENQBJ5v2qJWXxwLaZ6T9DZk { display:block; }
 }@media only screen and (max-width: 763px) { #EQV3fg54f2gE6mWtq1l6yH3fxE1KmfzJ { width:4.0625rem;height:1.5625rem;top:23.5rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQaEHFb3buG1l73yh6wyoOfQODkLOwzn { display:block; }
 }@media only screen and (max-width: 763px) { #N2RfoJOi5TBDqFqPLk0VSBGL9tyDESUa { width:5.5625rem;height:1.5625rem;top:23.5rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDzmdwSWCMIbckaZxvzPnzuxv0UGoVm { display:block; }
 }@media only screen and (max-width: 763px) { #Q5Tp46MmtsyvAbLJHpzu8vr9NFKfoSmU { width:14.9375rem;height:6.0625rem;top:16.375rem;left:32.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN9TRIJp1eKMNv20MLGNv5PIOOAGh8Bw { width:14.6875rem;height:1.5rem;top:14.875rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6ySOnrylkLyOEMCzkJTrg6TfI7TFwv { width:4.0625rem;height:1.5625rem;top:23.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIrka942xhpDTVKF6dTT6hgo8ynF0AEA { display:block; }
 }@media only screen and (max-width: 763px) { #uLyFwbosMM9r3NNWT49MofgMzIMT0WQ9 { width:13.625rem;height:1.125rem;top:13.75rem;left:34.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCcAfSWTJuhGnv8Jokq0VgrBw5OeuWdR { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epvJgK8O6qKE5lUZrh099tG7PaSGbrku { width:15rem;height:12.5rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh { width:15rem;height:12.5rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBeeV1TQikx7bzASziDTuu4sKeectK2Z { width:14.6875rem;height:1.5rem;top:14.875rem;left:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGmeb3rZUB1n6uWGWM5AKBm0GdWvD9D1 { width:14.9375rem;height:6.0625rem;top:16.375rem;left:20.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf3XR5VgUEWPfn5yARAkT7KWNZIaQLlC { width:13.625rem;height:1.125rem;top:13.75rem;left:22.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVaLoTZW8CVcAA4cChZqvUtTo0WhbNWV { width:5.5625rem;height:1.5625rem;top:23.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKD1IWmzAHTflJLCCdbD4lhX7QdvQbDO { display:block; }
 }@media only screen and (max-width: 763px) { #wHwZrUcT3TSm0OJNfk5JLf7B4OyRnn2b { width:4.0625rem;height:1.5625rem;top:23.5rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzsF1iN9uWTmfa96cPxwfy7U9CDlFT2q { display:block; }
 }@media only screen and (max-width: 763px) { #rKQCFTgXzGBWd3hGtFrZRewEa9MyVSe7 { width:11.4375rem;height:2.5rem;top:27.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8SlXOZBFhIJy4yIeyafSxaoBbdgpvAg { display:block; }
 }@media only screen and (max-width: 763px) { #PFGed9sgdmuO6dNzvyGRiLFl9u8X76qD { width:4.0625rem;height:1.5625rem;top:23.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIci091h3hOLApP4a4TQqIW1rCZ5ISSE { display:block; }
 }@media only screen and (max-width: 763px) { #GWK8IRQiGzu68WwoaaohmJS8ZHTaoHan { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2E6gantGKDq9p10cvqy9gQl8cftiXLm { display:block; }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOC8LhFXQZnVrAlKOUBQP06H237OpbyN { width:15rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyBzgcVqh3WDGIB4yrwr9IPGnGEmU4sG { width:14.6875rem;height:1.5rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVT7lERMMMRPJVUoAyJTmEZZ14iIQwo { width:14.9375rem;height:6.0625rem;top:16.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxfFIO3sP3EoQrDV3hCc3VvLldMm49Bz { width:4.0625rem;height:1.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqHNwe1fmMNT9qQS2PRP1gRacmis6hB { display:block; }
 }@media only screen and (max-width: 763px) { #cWfOruhNSmfkXRfT0HmWGUGKWZ9IkdIf { width:4.0625rem;height:1.5625rem;top:23.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTM74KZNmpGlnLxh2eDw1TlGWM0KdXV { display:block; }
 }@media only screen and (max-width: 763px) { #DZMmwfvTNLKf8XsMLu7ZX2VqMhoAZmuz { width:0.0625rem;height:28.625rem;top:0rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLIxwnDPM0XeN5nUQKQ3gahnnZJ67tN { width:13.625rem;height:1.125rem;top:13.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1rDNoEBTlkIrhHmTdJ55gBVmCJRBGau { width:11.4375rem;height:2.5rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcrMApX8vTrHyaUCvR0ow9yl73vuP6R8 { display:block; }
 }@media only screen and (max-width: 763px) { #FsBrfMm5S2EsDZircocT2Z0kSqcfpUJL { width:5.5625rem;height:1.5625rem;top:23.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaLOkT44V5x2O194aynZU0cvGnrzXGGi { display:block; }
 }@media only screen and (max-width: 763px) { #IrDMsQB28Ddy4ZI1Zqc9OvgyFRxiA8Fb { width:11.4375rem;height:2.5rem;top:27.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivmFA5MTsLy8vvVoTnXuxtP6WliCSCNG { display:block; }
 }@media only screen and (max-width: 763px) { #LIgPGv34QekWt9kdJ306MXaBcaq69ycI { width:14.9375rem;height:6.0625rem;top:16.375rem;left:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8zzwKbaao2k9SqsRbJReCITizD93BTD { width:4.0625rem;height:1.5625rem;top:23.5rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC0mg3OpXQGuaTRTLyhBv4xEXnrmXd8I { display:block; }
 }@media only screen and (max-width: 763px) { #ktt4Pn93dEQCMNTEqPKJcW4p4plSD5B9 { width:5.5625rem;height:1.5625rem;top:23.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMBAc4tXVT5TUq8v42828J0pQrf0Wrs { display:block; }
 }@media only screen and (max-width: 763px) { #nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3 { width:15rem;height:12.5rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6f93bUbJCib6V3MOdpAo0In1bDHwTod { width:14.6875rem;height:1.5rem;top:14.875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCHxPgBRAZQUnphPkH5EN1XIR4PulOrH { width:4.0625rem;height:1.5625rem;top:23.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9rDTZ8bdzmWyqT8gkrWLDpS7Fy3sL9t { display:block; }
 }@media only screen and (max-width: 763px) { #tKCvSnJTPZFO1lBvMvl37adiqEXois2t { width:13.625rem;height:1.125rem;top:13.75rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVPLWwEg9qh4xLZVH8VknQHBuHhMXmk { width:0.0625rem;height:28.625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzEu5xTS6dcGuh9w7MxVbZQJzDKC7rf { width:11.4375rem;height:2.5rem;top:27.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkMweRVGmDvyQ9SA63wun2mNXXQZEFHL { display:block; }
 }@media only screen and (max-width: 763px) { #RCW5hzyP6euzcs7AxKg3yFpAlTN9bo8S { width:4.0625rem;height:1.5625rem;top:23.5rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJofHqnHqSVMLagwdeGLelVdR50cM3v { display:block; }
 }@media only screen and (max-width: 763px) { #RWInUBPWXbaALW3xXZFsKOAaWMpDyWEa { width:5.5625rem;height:1.5625rem;top:23.5rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q1ABEAuPIvhH7idLf4SnFBpT6eSA0o { display:block; }
 }@media only screen and (max-width: 763px) { #zTGoypP8SyQaz7fBDZb7EskfzOdURQuX { width:14.9375rem;height:6.0625rem;top:16.375rem;left:32.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJoQCTPMyITUvy5OuH8PT7AXICgqLPC { width:14.6875rem;height:1.5rem;top:14.875rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rum385eQVG1GdzkJlqWL0TSsIIUpvnOV { width:4.0625rem;height:1.5625rem;top:23.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slKB9SSdMiBKzPKe5bSumZk3L8ERGWhe { display:block; }
 }@media only screen and (max-width: 763px) { #HywurmCJIpzz02CGEr5fT8aDxVEAr8o7 { width:13.625rem;height:1.125rem;top:13.75rem;left:34.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA2pJRXhm08QloR1Pvur2rTHcGATmQkH { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c { width:15rem;height:12.5rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeNJdnRqcQwlLbGxsskbbs2IchWTth9b { width:15rem;height:12.5rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqMP7Xu6znLFTrwTcQtZX83yv6DtGg0F { width:14.6875rem;height:1.5rem;top:14.875rem;left:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQU0vFHFfkTygMr9tvoihP8xmNO1qvd { width:14.9375rem;height:6.0625rem;top:16.375rem;left:20.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4L4iBU6e8py2JgFOgrDH9sTm33WvzPr { width:13.625rem;height:1.125rem;top:13.75rem;left:22.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXVscRVkvI2UeqvTWkztyuhxXUZZZTim { width:5.5625rem;height:1.5625rem;top:23.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVihqRQARLIcN0ztX2SS7doGJ7BSRCcI { display:block; }
 }@media only screen and (max-width: 763px) { #OUUXcRPKTxGwb3lH4crJWRkzuN7dmhqJ { width:4.0625rem;height:1.5625rem;top:23.5rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOimVwB7mnxKq8S1wM5QTlnioRctEkup { display:block; }
 }@media only screen and (max-width: 763px) { #wFAtw2zLLP44kxh32r5aMQa0TFwX3TFM { width:11.4375rem;height:2.5rem;top:27.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu89yozKMqVncpTfDKpH2AtbsCG2EdUl { display:block; }
 }@media only screen and (max-width: 763px) { #iT20LliCiCp8B84TqVTBzSVOAniG7LwT { width:4.0625rem;height:1.5625rem;top:23.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPTlL1ZDOnaXEgzaxIdN2uByviyhvfNt { display:block; }
 }@media only screen and (max-width: 763px) { #mSnAlLnCLCNPTlT9Lf2ztCNFw2puOcFz { width:0.0625rem;height:28.625rem;top:0rem;left:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P { display:block; }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgXVVWgKvtza7roH7UN7xS77cIqDBVWe { width:37.375rem;height:24rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMenqsf0EOmHvZKTH8p0lK5atvw5phLF { width:33.625rem;height:6.75rem;top:4.625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qceFli6LcxkVhnOTcMRPEa0ouLMnxU3c { width:33.125rem;height:11.25rem;top:10.75rem;left:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSvGqfIUHKAMw7JNxixa2w2ztcTPVqMU { width:15.375rem;height:3.375rem;top:24.1875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6U6EZ0DfbLlyUqvKSZS4J5ZLVpqK9NR { display:block; }
 }@media only screen and (max-width: 763px) { #gFUbr9L1Hmi96wUmNcNMkwm1SulytAND { display:block; }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG { width:37.375rem;height:24rem;top:4.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaycWrN8xmyMXphG3TKXe5HoP8Hw3Bs3 { width:33.625rem;height:6.75rem;top:5.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4BqhnlV3wOCahlZ7Pqko1XsiINbiiNd { width:33.125rem;height:9.8125rem;top:12rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0g0Tbus6GQFgmOMJr5O6VWBM6wXVxt9 { width:15.375rem;height:3.375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8hNvHMqePrtJC9CETuWZCMA6TcmK3B5 { display:block; }
 }@media only screen and (max-width: 763px) { #Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis { display:block; }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsgsDDdxND1O7IAwvFbcSQ8ALo3WLeBJ { width:2.875rem;height:2.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEpH2ta5bQEQGPXVJoCPxLEOTXKTPB8l { width:12.5625rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEmhc3gF1enXS8TV5E3GTox7XoNvHiMV { width:2.875rem;height:2.875rem;top:3.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4oMakBipudo9JozbTWaN2Tl6o6665cR { width:12.5625rem;height:1.5625rem;top:3.75rem;left:11.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky8PxPdTkL4WcRqCbuFG3NGexi0b90UU { width:12.5625rem;height:1.5625rem;top:3.75rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJAOkWD3FLn5FOT2dDubiz5a5UgzHTmv { width:2.875rem;height:2.875rem;top:3.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7iTuCh33bvnPfb9IgpDugHwyzyZScU0 { width:12.5625rem;height:1.5625rem;top:3.75rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPqMfJNNntZMa4XqittSxSELufoahkCW { width:2.875rem;height:2.875rem;top:3.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ { display:block; }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV3fKTFT1QVp0BG7HwMEfmefWJRnF90b { width:37.8125rem;height:10.1875rem;top:5.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wluKbeofoll9VAIxsUZ1olKav5TGBKKo { width:33.125rem;height:2.625rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5RqWu3Mq81mzXt9ipXB05OSBToHVzEx { width:15.375rem;height:4.0625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9GCN39tkW33xSEsrNkcZ4gfmTw4792 { display:block; }
 }@media only screen and (max-width: 763px) { #JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6 { width:47.75rem;height:39.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDaAk4R6JIIQxkSDN1pLU2IsmgKN4QvT { width:15.375rem;height:4.0625rem;top:18.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd23nCeIxOA2CbT3EDS39ZfFSq2biBsg { display:block; }
 }@media only screen and (max-width: 763px) { #M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a { display:block; }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO1uBWKqzbWTETsCRW5D7T2llHe5IX3A { width:12.5625rem;height:6.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkU4GEeKfB95qxlnqOoLZbv64i7hLf4a { width:14.9375rem;height:7.3125rem;top:3.0625rem;left:32.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O { display:block; }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyg9MQuq4iFS5aZEJDevTL7yPiNZybA6 { width:12.5625rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s47XziiEp3SXMb2gTMVRySEt9Paptye6 { width:12.5625rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpmUlmTGQ44W0CxbQfltV4Cs2p2FDyUu { width:16.625rem;height:2.6875rem;top:0.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgRCZQ8Gn4DRH5oABl4zDo6kRLuaKQx8 { display:block; }
 }@media only screen and (max-width: 763px) { #CWqcQGApUtgALBXttiBxaPVtnUcxSzVn { width:12.5625rem;height:11.25rem;top:1.1875rem;left:11.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU0HcFXEViv6MmcxUahe09pT09ADNwOW { width:8.5625rem;height:2.4375rem;top:0.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbUw9UJit1QgQ8buFgOQkk4dAAFgFFS0 { display:block; }
 }@media only screen and (max-width: 763px) { #y1BQmh3TTlE63R0tnEyklImHNT9VU1Gv { width:1.5rem;height:1.5rem;top:1.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTqvRfs37VdRMMTK6xxWKDbkmr2hFXlA { width:11.5625rem;height:4.3125rem;top:1.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGzxWHsgIQy7LbXt8oXmMkVDZA8H6GTa { width:20rem;height:16.1875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3uUHqW4eEElyvERebAc3JCasdMRBhQk { width:20rem;height:6.5244375rem;top:9.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsQEFLWl1v2369i8TZ9czoB39s1T16zs { width:20rem;height:5.25rem;top:16.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afM7XefaVWLTDlMGweJAi4GtdbOTkmzz { width:16.75rem;height:16.75rem;top:30.25rem;left:1.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #PALuW5AT5uLsoTvd7sPi6QaOfD55CJBr { width:15.375rem;height:3.375rem;top:22.75rem;left:2.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntw4HBJ0QZiZoBMiL1SohqoRlpx9Nx1n { display:block; }
 }@media only screen and (max-width: 763px) { #gHienHRTMqa2vEhV97MMW9vysovP2Zl6 { width:12.25rem;height:2.875rem;top:27rem;left:3.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgG8J20i6nWINOpAxT8J6O8bRzwnb68 { display:block; }
 }@media only screen and (max-width: 763px) { #ElkTGi0gB776DZmCsm00M2dJMMhU8gJq { width:20rem;height:0.125rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 { display:block; }#MbE1TrLLmIECCeLd2iOUTbSZQXxeRPU0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATizo2qZW6f3Qw5bKNDy0cSFX2SFoNxw { width:7.1875rem;height:3.75rem;top:5.9375rem;left:2.54296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTVdGJrmzJM4iyaCI1sGTT7NgAJSJhC { width:7.3125rem;height:2.8125rem;top:6.40625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7dhewd9xVOFxI51cflnsenAHaUg8PPk { width:6rem;height:2.3125rem;top:10.75rem;left:3.13671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDrK2nX8H4sCIEgpW77EmX623z2iMlf { width:6.6875rem;height:2.5625rem;top:10.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4qTSmli7WX4sdaxOzSJcSIGnrm3Tn4v { width:8.6875rem;height:4.25rem;top:13.625rem;left:1.60546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo9VT4vMW6posh6CwMGwJD7HZh7koKBR { width:6.3125rem;height:2.375rem;top:14.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTl99ikbqKlAAZxlZIH99XhOwZ9okDFP { width:7.125rem;height:2.75rem;top:18.1875rem;left:2.63671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeUPxeUq5cNg7uIsZBNyWp6LFcEQa7kw { width:3.875rem;height:2.0625rem;top:18.1875rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfI2tpkSARb5MOGqRWwroNApTTER5Pq { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 { display:block; }#TkBJh6Tch3z78BHtisTxuLWaAGFpXly7 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS { width:20rem;height:7.5rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf308515-3a3e-48b6-b5aa-3cfe815492c0/depil1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS.adaptive-delivery-prevent-bg, #LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS.lazyload, #LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS.lazyloading { background-image: none; }
#LIaoBxp3UIzT17mrRR5vbWlmpVgmsEdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); } }@media only screen and (max-width: 763px) { #s5E1eexiM4RngRbOpI47uVriC6OfKcfT { width:16.0625rem;height:2.625rem;top:1.1875rem;left:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFdJTzyXMqrMBiP9TPX1MuaAIylGTGRR { width:16.5rem;height:2.4375rem;top:3.875rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHkbBspgFTqEXSGfPRhClFwuQORThFe { width:0.625rem;height:5.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t { width:20rem;height:7.5rem;top:8.75rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5df1ebf0-aaaf-4984-9550-7ebbceafd47b/laser1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t.adaptive-delivery-prevent-bg, #UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t.lazyload, #UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t.lazyloading { background-image: none; }
#UF9nw1RxTPT5TsJlDhowTi4HmdT79u4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); } }@media only screen and (max-width: 763px) { #GIA7GWEoDXdQ5xQ1Eza4CVJtJp4WvgSn { width:16.0625rem;height:2.625rem;top:9.9375rem;left:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4prO07TG4ulhMIvP55ipBrVsRKuPWNk { width:14.8125rem;height:2.4375rem;top:12.625rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKeWvrqBuxqMAag5NAXCz9g00PKIAOgv { width:0.625rem;height:5.3125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c { width:20rem;height:7.5rem;top:17.5rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efe00e89-4163-4e40-875d-7b69a576f39e/mulhernegrabrasileiradepilacaoalasernavirilhaparteinternadacoxa_432566977311.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c.adaptive-delivery-prevent-bg, #vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c.lazyload, #vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c.lazyloading { background-image: none; }
#vMsq6DodCTQTqxr5zrv0u3Q7zDiGwh5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); } }@media only screen and (max-width: 763px) { #Fb5W6JUeHVLqCZLK3R3onWWNBMwRNAwX { width:16.0625rem;height:2.625rem;top:18.6875rem;left:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLbSrR2dUGpgT28Z1U8holDXZbnUZn6 { width:15.6875rem;height:2.4375rem;top:21.375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGvl0srU5bmE2FWuLU0BOpN0sObURZDT { width:0.625rem;height:5.3125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR { display:block; }#k4Pr4Bl24TZkSIGdVRpFs6bFCEekQykR > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGJCrDhaRHprZcE4ZyU99t4g3Hulk1pZ { width:20rem;height:1.3496125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 { display:block; }#bFKvDqTAJHpvC1ngEOl62kDiBpCNN0H7 > .row .container { width:20rem;height:110.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q { width:14.0625rem;height:8.75rem;top:0rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/3226008f-d192-4c26-b4bb-e637479f7f74/00fef4f9c1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q.adaptive-delivery-prevent-bg, #OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q.lazyload, #OfQs9IuuMeEdq1cHX8duxVVoGuIELu1Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LwLfwHLDOuG41DhxCMWQWmHIRPdZeEdR { width:14.6875rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDTQ8vd4nxSwIx6yfP9QRtxDzeCssrla { width:14.9375rem;height:6.09375rem;top:11.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TBCyd31nmQoHtts8CRCBBX5n50DgaS { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyDuhQAZTUiD8rwy5OUpk69l10z26Cqg { display:block; }
 }@media only screen and (max-width: 763px) { #Jwx1wCD0uHlbmZyJHLTpPZx3At20ttGS { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCKEsQd0wABx4RokTDwlWf7EoaXQQZdn { display:block; }
 }@media only screen and (max-width: 763px) { #T5wBFK3xUTDPGh1ICK8667u8JJh0fgtw { width:20rem;height:0.0625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcnZVRkPdwuHENQsH5dfHwR3d3DlA34Q { width:13.625rem;height:0.8125rem;top:9.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6lAnEbGk6xzdErDK1hhDrNQm9mq5N8k { width:6rem;height:2rem;top:19.1875rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIeQiLgvI8o9QlNlHmrsAD07h5Fh9QHE { display:block; }
 }@media only screen and (max-width: 763px) { #ZbLHFFCcVAURWBwzVIs68nkhUCHKxO6K { width:4.75rem;height:1.4375rem;top:19.8125rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwQSzUP25u7GfOqQWGIQ8LVDGPQQNkJe { display:block; }
 }@media only screen and (max-width: 763px) { #SCBq5c7TPopdND3eDDdlPTJ1ZlzI26qK { width:6rem;height:2rem;top:47.3125rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkCpcAE179n3A6q3zn7VWbPEbktzB2Rp { display:block; }
 }@media only screen and (max-width: 763px) { #FcZkbpJB3NKIg5Q7tliv2b5ipvagSM82 { width:14.9375rem;height:6.09375rem;top:39.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3b7sooBGcgbwGLkAaFWCS9gG8eDr7ob { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpwonggZgGOwKW6NM6sbTufUtSyihGRx { display:block; }
 }@media only screen and (max-width: 763px) { #JxMlBK1dgRwFt1iu3TzTwFsdh9E1WlTJ { width:4.75rem;height:1.4375rem;top:47.9375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzqS3UUQLARrzaOe14XQMI026rm9D1A3 { display:block; }
 }@media only screen and (max-width: 763px) { #xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p { width:14.0625rem;height:9.375rem;top:27.5rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p.adaptive-delivery-prevent-bg, #xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p.lazyload, #xfJIJWXWcchTzE4M4zGvzwdRPrs0VF8p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rIXuztMOzJuMDVlWtuooaF1CKBPl5qVI { width:14.6875rem;height:1.6875rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMdR4RlMR3fcoAUfuQx7CrTNqvuXBcnF { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlmOpb3Ma97NQu0Pz1voyuThDILWcnCH { display:block; }
 }@media only screen and (max-width: 763px) { #VHUCfgFu61xd4NfkvaovJM8mk0syGW1r { width:13.625rem;height:0.8125rem;top:37.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM6rJ5RqtuLd7hEpo4TZykpLcM9qqlXh { width:20rem;height:0.0625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnKXiPn0cTXewhc0Qagmi1zOeoekri4 { width:6rem;height:2rem;top:102.25rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5DtEKx8oC4xFkCiTAk0951MR7QSUCR { display:block; }
 }@media only screen and (max-width: 763px) { #lQzoM6I2OWuWmVw292gLR1qmNqqBAs1C { width:3.4375rem;height:1.4375rem;top:102.875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwypnPDudTT8EMUEV5hKHWb8pZLeDuu { display:block; }
 }@media only screen and (max-width: 763px) { #aHSSOgXZqiw1AMNoB0gxSrHl2RpB3rOS { width:4.75rem;height:1.4375rem;top:102.875rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUR1ufGVLvA2dPuyEkClcCJJtxTteKEN { display:block; }
 }@media only screen and (max-width: 763px) { #D60wqkEZZ8pCv2rFSz9szPOAVreMTs1F { width:14.9375rem;height:6.09375rem;top:94.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XftlvHwwIx2IVxMkxalSNVM0S6FWo5xx { width:14.6875rem;height:1.6875rem;top:93.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSUuHCKcI2RTJ1alqdtMDvQSyhrX40Dr { width:3.4375rem;height:1.4375rem;top:102.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4v0AAAxPcai2OHGcMHxRPhwThMi9Vr1 { display:block; }
 }@media only screen and (max-width: 763px) { #S6Pu41KNg0l0Lrm4kkihrVVTxlQo6TL0 { width:13.625rem;height:0.8125rem;top:92.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsWrsVyB9zQyP5UgDTNn5AZXpPwMDm6 { width:20rem;height:0.0625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jheai9TJbff97imLScZhHx5DOSSW6t1L { width:14.0625rem;height:8.75rem;top:83.0625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/896183b0-5cef-4e98-968f-6c2aac18e9af/CapturadeTela20220818as100732.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Jheai9TJbff97imLScZhHx5DOSSW6t1L.adaptive-delivery-prevent-bg, #Jheai9TJbff97imLScZhHx5DOSSW6t1L.lazyload, #Jheai9TJbff97imLScZhHx5DOSSW6t1L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp { width:14.0625rem;height:8.75rem;top:55.5625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b1ecbb7-faa2-4659-a2f0-32c9172e1fcc/NarniahShock02_1_.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp.adaptive-delivery-prevent-bg, #a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp.lazyload, #a1ampEFhbAQ6NBy44wyMFpzVs4vNWxIp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vVncFb1L7ePBBu9M38R2u2TXxIQnPzpb { width:14.6875rem;height:1.6875rem;top:65.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTxHw9taIi2sO5TwKpyNWDtSccdRrKE { width:14.9375rem;height:6.09375rem;top:67.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD4nngv4Qi8r8rmsEEvUQ7v2frOwDFrW { width:13.625rem;height:0.8125rem;top:64.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Ts4uLyQG7D22OmZ96HlSq15eJKZtZu { width:4.75rem;height:1.4375rem;top:75.375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7mXCkpzJxZ4gIIPDK6IKnc33N8TPR8 { display:block; }
 }@media only screen and (max-width: 763px) { #OfZ3nVxgeFmuaMmxzZ8cJNrv6TF7Utfb { width:3.4375rem;height:1.4375rem;top:75.375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iezQsPHNu9DWverMJxsfuUwx8WzWKLMC { display:block; }
 }@media only screen and (max-width: 763px) { #P79JbL0mX2nyVXyJEpKmUSvMMHDlVvyW { width:6rem;height:2rem;top:74.75rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPqXKw3vTKCtJITveChEdUlVEpvK78QE { display:block; }
 }@media only screen and (max-width: 763px) { #ZXFuOnmIRoozDdQmhXv3n9cQAwuRBMo1 { width:3.4375rem;height:1.4375rem;top:75.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIu6NqL3kNFMIyAFnEvB0rJ4a9L9Qx4e { display:block; }
 }@media only screen and (max-width: 763px) { #J0Srz62MPA5TUgHhse9pcfdWTasXifI0 { width:20rem;height:0.0625rem;top:106.125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #TsmF7FdMKwo8g3xVABbOOFoXSchiN17t { display:block; }#TsmF7FdMKwo8g3xVABbOOFoXSchiN17t > .row .container { width:20rem;height:110.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxHloiv6OKC4KoLqih3ddZlXaDCsAUei { width:14.0625rem;height:8.75rem;top:0rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lxHloiv6OKC4KoLqih3ddZlXaDCsAUei.adaptive-delivery-prevent-bg, #lxHloiv6OKC4KoLqih3ddZlXaDCsAUei.lazyload, #lxHloiv6OKC4KoLqih3ddZlXaDCsAUei.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GdC6T3QnbOV59PVumMH396KOTgonLCxn { width:14.6875rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkNZHX8eNCTnWPLTeoitIAHDhwvDolvE { width:14.9375rem;height:6.09375rem;top:11.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkesLTTHITzmo5t7GZJcgkEqLXvrpwRK { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMcs9p89J1sJ58vQvSHvQoAZEvFvIsT { display:block; }
 }@media only screen and (max-width: 763px) { #rDHHE04ETF8AdwldbTesFAa74bQB0OWT { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVmOfi2wOrOJSZsdapSnmQ8xbSUuHgfQ { display:block; }
 }@media only screen and (max-width: 763px) { #Xk0NrCQqEa2vz4xGPAPskF37SnTG5IQk { width:20rem;height:0.0625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao5TfZeEhS3iD4chVUwenQ1F2JcWF319 { width:13.625rem;height:0.8125rem;top:9.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7IcltDiHrS6bJ5RWiaJIIEScBN3vkQs { width:6rem;height:2rem;top:19.1875rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD6ydZmJqcxwvJdcpOROZRDzdTgJg5bI { display:block; }
 }@media only screen and (max-width: 763px) { #UT6prGvuyIJTz6XM1W5A5dBcdFGFNPH9 { width:4.75rem;height:1.4375rem;top:19.8125rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah9dzBIsK6bs9CvkChq8CtuBMbbZwnCH { display:block; }
 }@media only screen and (max-width: 763px) { #WusdIqm17Zsd1tTSSWUPhAlTkm5v7KoS { width:6rem;height:2rem;top:47.3125rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3VUp0ABchWuKhS5AiOf6mdfE7877OFS { display:block; }
 }@media only screen and (max-width: 763px) { #Ddwxv1MO1fscRIsDRkDNuWFSPnot4kiR { width:14.9375rem;height:6.09375rem;top:39.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUGLXGQMQCvkLPn1kvKGAdLfQhrgFTF4 { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6n9g8nCPZv6wl3VyZpRTi5cAkGG1N4X { display:block; }
 }@media only screen and (max-width: 763px) { #WJCuXusUNnHGqBCtWeEzoGps1kf9JXQF { width:4.75rem;height:1.4375rem;top:47.9375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmt4EnrF9J5W92AEUBkUJiU4PmcHOMcU { display:block; }
 }@media only screen and (max-width: 763px) { #bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI { width:14.0625rem;height:9.375rem;top:27.5rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI.adaptive-delivery-prevent-bg, #bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI.lazyload, #bppIRhziP0bqEwdZpm7zPtswr0xZ1yOI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PyEpZnJQKKplIsgrqkBig1vtp20v9DQC { width:14.6875rem;height:1.6875rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK5z9wAsu0GyBMopU9bSocTrqBpgPGAg { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrFbS84WleHIrSMCHOUGTx4cDIzTBO7r { display:block; }
 }@media only screen and (max-width: 763px) { #wWeAuQnnO8c3vQyFJT2dZtsvnTQoBBbT { width:13.625rem;height:0.8125rem;top:37.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDp5wbTxTTCdGK9kO6zxzHxIqvawLOTV { width:20rem;height:0.0625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBlBSpsQ4u7q3Ei64uDTDpTHFgkT8wLJ { width:6rem;height:2rem;top:102.25rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpN2p1ymdKR1A1QGEiqqeuWnNC1BibkM { display:block; }
 }@media only screen and (max-width: 763px) { #KkTLvS5WmDObwNMr0sO9SQS2k55bXH4h { width:3.4375rem;height:1.4375rem;top:102.875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJGgvuJcTAhrSlIWWuaw25ZrcWROyf1T { display:block; }
 }@media only screen and (max-width: 763px) { #KWogGlPQbdcpSfwhdabTMliPpirpE455 { width:4.75rem;height:1.4375rem;top:102.875rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRpgaXdw5ViAd0q8F81eHZCIWdDLvhdd { display:block; }
 }@media only screen and (max-width: 763px) { #BH6NHskhx3Jk7qhm8q5NJHtu7TZc4rhx { width:14.9375rem;height:6.09375rem;top:94.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F796gUEftqa8k5wzP7ds9k9plFTle3Su { width:14.6875rem;height:1.6875rem;top:93.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMTzXE3QmmPNVZ8mdmLa81pashmg84Q { width:3.4375rem;height:1.4375rem;top:102.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMIrRUQnkoobzU9ETTLTmc8sWSx91eXo { display:block; }
 }@media only screen and (max-width: 763px) { #qabfMtrxUwvXKbs04TZ4Z5c7hr5keXiv { width:13.625rem;height:0.8125rem;top:92.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7oSVBFzqiA3omQTST20XtfGv7tPBMM { width:20rem;height:0.0625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1 { width:14.0625rem;height:8.75rem;top:83.0625rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1.adaptive-delivery-prevent-bg, #aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1.lazyload, #aR2NoyC0vTIMqfJGeKT3PvqzWeCiVli1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ { width:14.0625rem;height:8.75rem;top:55.5625rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ.adaptive-delivery-prevent-bg, #wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ.lazyload, #wlAk96EbzoBEaytReyRw4MzXvAeJTMRJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qN2VsHWNFhmNOGWR3MNVxPaxJSHenB7Q { width:14.6875rem;height:1.6875rem;top:65.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owg3hFRGnPHzwkTQ27Br4bppX4ipwi5A { width:14.9375rem;height:6.09375rem;top:67.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7FdBzM6oL0docEoC5aFdIWh1SZmzxq9 { width:13.625rem;height:0.8125rem;top:64.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVHJnRomcrlIfvhZ3olCiicgpQg3eR1 { width:4.75rem;height:1.4375rem;top:75.375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkFz3SRSlTUc2VGTaZZtHT3AKvmcRhk { display:block; }
 }@media only screen and (max-width: 763px) { #QVWTq5OS0xeoTexeZvMDc1LuCGHKZ6SV { width:3.4375rem;height:1.4375rem;top:75.375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTGyFVfmx5AEAdCqllCWTfElE6vd9uI { display:block; }
 }@media only screen and (max-width: 763px) { #OUMRWfRs5F5fkPSVT8Ne5FXvJTTv2SHJ { width:6rem;height:2rem;top:74.75rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPDKE0eSpeZAxolPcpIwTPc2nSawqpVH { display:block; }
 }@media only screen and (max-width: 763px) { #Q6AIB71xEf0fpWtrhMlIXcEQvh76utQH { width:3.4375rem;height:1.4375rem;top:75.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG8ogeSSDy3zNBT2EFOT9eTk3GHDJyQV { display:block; }
 }@media only screen and (max-width: 763px) { #loQuL1Z8xQ6BFFG01evosigsqKPzTquR { width:20rem;height:0.0625rem;top:106.125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC { display:block; }#vfGCNs4EKbrNLJlhzPpbA3TgCEMrIWAC > .row .container { width:20rem;height:110.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woS3SCfd1aaFLHfEEGkeiQFD41SulJQk { width:14.0625rem;height:8.75rem;top:0rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#woS3SCfd1aaFLHfEEGkeiQFD41SulJQk.adaptive-delivery-prevent-bg, #woS3SCfd1aaFLHfEEGkeiQFD41SulJQk.lazyload, #woS3SCfd1aaFLHfEEGkeiQFD41SulJQk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yeM4GOxkwZMyqR6cuKQKdaSP3fp5WkqA { width:14.6875rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIAlp1Vgagx3EwzlVDCw01v0zox9EWfC { width:14.9375rem;height:6.09375rem;top:11.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb92iWiJtEgM5zAMyRwswDhHW145wglu { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4xRoIhLvULJWgB4T4GO1Dy2DMFleM82 { display:block; }
 }@media only screen and (max-width: 763px) { #hp48xzEdd8o3ZKRf5i2Af3ThQepVVCbL { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU1M3FeAKm2mqSAATUkDe3XUyPbTd8Ux { display:block; }
 }@media only screen and (max-width: 763px) { #Jc480LgESBl178c0uBezDtJAHyLQ53vJ { width:20rem;height:0.0625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW8XxUFvr4KmuJOMcEUAmdiCJhED6JTT { width:13.625rem;height:0.8125rem;top:9.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Bu5dqa9gTczGxxNokfRpzskX7AmkPV { width:6rem;height:2rem;top:19.1875rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTzWqM52tnsitruTdpTL5N13LwmrZXC { display:block; }
 }@media only screen and (max-width: 763px) { #ysaRaryJ9KLf1uo8Doy85um5hx7HDBl5 { width:4.75rem;height:1.4375rem;top:19.8125rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5CoFOLbZ996oK2cEMaw3vVMrBhcinI5 { display:block; }
 }@media only screen and (max-width: 763px) { #k4QWP0bTe98yIFnzrcxSiwQvQzFZPklf { width:6rem;height:2rem;top:47.3125rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcJsoXyeIRKCaIQ9fQ6cBRFw3e4rIpMR { display:block; }
 }@media only screen and (max-width: 763px) { #WtS0oMTtGVqh3BrDC8MK6l3y3yw9mknb { width:14.9375rem;height:6.09375rem;top:39.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi71i57neqLdIdieRUgDgoTTTieVqfK7 { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ZRv1XZ0ahpFEb2LicmgFHxs6s4RbSh { display:block; }
 }@media only screen and (max-width: 763px) { #AcE8okxEyGAhFB1Al4adQJF9k8Lzagse { width:4.75rem;height:1.4375rem;top:47.9375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCCoM0oBQOKskBirGdTupikTq1TnJxs2 { display:block; }
 }@media only screen and (max-width: 763px) { #NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l { width:14.0625rem;height:9.375rem;top:27.5rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l.adaptive-delivery-prevent-bg, #NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l.lazyload, #NTzT7O2LdTTOc6BkMHtl5RBTO61bmO5l.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hzyWFAdUlXWUZclXfsy08zJK5VoZVbyz { width:14.6875rem;height:1.6875rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHn9HtKN5952nlUJOs9u67X1ScPGGC9e { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgEmrVvTPN03eg9q91SR9OR3GEo4O6U { display:block; }
 }@media only screen and (max-width: 763px) { #nTM7wUN4GWEHNrK4CLIlRbR8WUpDhvgT { width:13.625rem;height:0.8125rem;top:37.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG2sZcbSkmbCvTJZoHkuqD1s7QNJSRfs { width:20rem;height:0.0625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOtNa3T99xMhoCwedwLzKNXRCZVBHfDv { width:6rem;height:2rem;top:102.25rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSaEbBHK4ENQBJ5v2qJWXxwLaZ6T9DZk { display:block; }
 }@media only screen and (max-width: 763px) { #EQV3fg54f2gE6mWtq1l6yH3fxE1KmfzJ { width:3.4375rem;height:1.4375rem;top:102.875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQaEHFb3buG1l73yh6wyoOfQODkLOwzn { display:block; }
 }@media only screen and (max-width: 763px) { #N2RfoJOi5TBDqFqPLk0VSBGL9tyDESUa { width:4.75rem;height:1.4375rem;top:102.875rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDzmdwSWCMIbckaZxvzPnzuxv0UGoVm { display:block; }
 }@media only screen and (max-width: 763px) { #Q5Tp46MmtsyvAbLJHpzu8vr9NFKfoSmU { width:14.9375rem;height:6.09375rem;top:94.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN9TRIJp1eKMNv20MLGNv5PIOOAGh8Bw { width:14.6875rem;height:1.6875rem;top:93.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6ySOnrylkLyOEMCzkJTrg6TfI7TFwv { width:3.4375rem;height:1.4375rem;top:102.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIrka942xhpDTVKF6dTT6hgo8ynF0AEA { display:block; }
 }@media only screen and (max-width: 763px) { #uLyFwbosMM9r3NNWT49MofgMzIMT0WQ9 { width:13.625rem;height:0.8125rem;top:92.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCcAfSWTJuhGnv8Jokq0VgrBw5OeuWdR { width:20rem;height:0.0625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epvJgK8O6qKE5lUZrh099tG7PaSGbrku { width:14.0625rem;height:8.75rem;top:83.0625rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#epvJgK8O6qKE5lUZrh099tG7PaSGbrku.adaptive-delivery-prevent-bg, #epvJgK8O6qKE5lUZrh099tG7PaSGbrku.lazyload, #epvJgK8O6qKE5lUZrh099tG7PaSGbrku.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh { width:14.0625rem;height:8.75rem;top:55.5625rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh.adaptive-delivery-prevent-bg, #PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh.lazyload, #PZNEbAqKdeS8LHeLMAHooH5QXyBTRKdh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MBeeV1TQikx7bzASziDTuu4sKeectK2Z { width:14.6875rem;height:1.6875rem;top:65.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGmeb3rZUB1n6uWGWM5AKBm0GdWvD9D1 { width:14.9375rem;height:6.09375rem;top:67.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf3XR5VgUEWPfn5yARAkT7KWNZIaQLlC { width:13.625rem;height:0.8125rem;top:64.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVaLoTZW8CVcAA4cChZqvUtTo0WhbNWV { width:4.75rem;height:1.4375rem;top:75.375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKD1IWmzAHTflJLCCdbD4lhX7QdvQbDO { display:block; }
 }@media only screen and (max-width: 763px) { #wHwZrUcT3TSm0OJNfk5JLf7B4OyRnn2b { width:3.4375rem;height:1.4375rem;top:75.375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzsF1iN9uWTmfa96cPxwfy7U9CDlFT2q { display:block; }
 }@media only screen and (max-width: 763px) { #rKQCFTgXzGBWd3hGtFrZRewEa9MyVSe7 { width:6rem;height:2rem;top:74.75rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8SlXOZBFhIJy4yIeyafSxaoBbdgpvAg { display:block; }
 }@media only screen and (max-width: 763px) { #PFGed9sgdmuO6dNzvyGRiLFl9u8X76qD { width:3.4375rem;height:1.4375rem;top:75.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIci091h3hOLApP4a4TQqIW1rCZ5ISSE { display:block; }
 }@media only screen and (max-width: 763px) { #GWK8IRQiGzu68WwoaaohmJS8ZHTaoHan { width:20rem;height:0.0625rem;top:106.125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #P2E6gantGKDq9p10cvqy9gQl8cftiXLm { display:block; }#P2E6gantGKDq9p10cvqy9gQl8cftiXLm > .row .container { width:20rem;height:110.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOC8LhFXQZnVrAlKOUBQP06H237OpbyN { width:14.0625rem;height:8.75rem;top:0rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FOC8LhFXQZnVrAlKOUBQP06H237OpbyN.adaptive-delivery-prevent-bg, #FOC8LhFXQZnVrAlKOUBQP06H237OpbyN.lazyload, #FOC8LhFXQZnVrAlKOUBQP06H237OpbyN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vyBzgcVqh3WDGIB4yrwr9IPGnGEmU4sG { width:14.6875rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVT7lERMMMRPJVUoAyJTmEZZ14iIQwo { width:14.9375rem;height:6.09375rem;top:11.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxfFIO3sP3EoQrDV3hCc3VvLldMm49Bz { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqHNwe1fmMNT9qQS2PRP1gRacmis6hB { display:block; }
 }@media only screen and (max-width: 763px) { #cWfOruhNSmfkXRfT0HmWGUGKWZ9IkdIf { width:3.4375rem;height:1.4375rem;top:19.8125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTM74KZNmpGlnLxh2eDw1TlGWM0KdXV { display:block; }
 }@media only screen and (max-width: 763px) { #DZMmwfvTNLKf8XsMLu7ZX2VqMhoAZmuz { width:20rem;height:0.0625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLIxwnDPM0XeN5nUQKQ3gahnnZJ67tN { width:13.625rem;height:0.8125rem;top:9.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1rDNoEBTlkIrhHmTdJ55gBVmCJRBGau { width:6rem;height:2rem;top:19.1875rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcrMApX8vTrHyaUCvR0ow9yl73vuP6R8 { display:block; }
 }@media only screen and (max-width: 763px) { #FsBrfMm5S2EsDZircocT2Z0kSqcfpUJL { width:4.75rem;height:1.4375rem;top:19.8125rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaLOkT44V5x2O194aynZU0cvGnrzXGGi { display:block; }
 }@media only screen and (max-width: 763px) { #IrDMsQB28Ddy4ZI1Zqc9OvgyFRxiA8Fb { width:6rem;height:2rem;top:47.3125rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivmFA5MTsLy8vvVoTnXuxtP6WliCSCNG { display:block; }
 }@media only screen and (max-width: 763px) { #LIgPGv34QekWt9kdJ306MXaBcaq69ycI { width:14.9375rem;height:6.09375rem;top:39.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8zzwKbaao2k9SqsRbJReCITizD93BTD { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC0mg3OpXQGuaTRTLyhBv4xEXnrmXd8I { display:block; }
 }@media only screen and (max-width: 763px) { #ktt4Pn93dEQCMNTEqPKJcW4p4plSD5B9 { width:4.75rem;height:1.4375rem;top:47.9375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMBAc4tXVT5TUq8v42828J0pQrf0Wrs { display:block; }
 }@media only screen and (max-width: 763px) { #nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3 { width:14.0625rem;height:9.375rem;top:27.5rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3.adaptive-delivery-prevent-bg, #nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3.lazyload, #nqNM3EKLO9lPOWA3dWqoXBpCELT8u5v3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i6f93bUbJCib6V3MOdpAo0In1bDHwTod { width:14.6875rem;height:1.6875rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCHxPgBRAZQUnphPkH5EN1XIR4PulOrH { width:3.4375rem;height:1.4375rem;top:47.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9rDTZ8bdzmWyqT8gkrWLDpS7Fy3sL9t { display:block; }
 }@media only screen and (max-width: 763px) { #tKCvSnJTPZFO1lBvMvl37adiqEXois2t { width:13.625rem;height:0.8125rem;top:37.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVPLWwEg9qh4xLZVH8VknQHBuHhMXmk { width:20rem;height:0.0625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzEu5xTS6dcGuh9w7MxVbZQJzDKC7rf { width:6rem;height:2rem;top:102.25rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkMweRVGmDvyQ9SA63wun2mNXXQZEFHL { display:block; }
 }@media only screen and (max-width: 763px) { #RCW5hzyP6euzcs7AxKg3yFpAlTN9bo8S { width:3.4375rem;height:1.4375rem;top:102.875rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJofHqnHqSVMLagwdeGLelVdR50cM3v { display:block; }
 }@media only screen and (max-width: 763px) { #RWInUBPWXbaALW3xXZFsKOAaWMpDyWEa { width:4.75rem;height:1.4375rem;top:102.875rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q1ABEAuPIvhH7idLf4SnFBpT6eSA0o { display:block; }
 }@media only screen and (max-width: 763px) { #zTGoypP8SyQaz7fBDZb7EskfzOdURQuX { width:14.9375rem;height:6.09375rem;top:94.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJoQCTPMyITUvy5OuH8PT7AXICgqLPC { width:14.6875rem;height:1.6875rem;top:93.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rum385eQVG1GdzkJlqWL0TSsIIUpvnOV { width:3.4375rem;height:1.4375rem;top:102.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slKB9SSdMiBKzPKe5bSumZk3L8ERGWhe { display:block; }
 }@media only screen and (max-width: 763px) { #HywurmCJIpzz02CGEr5fT8aDxVEAr8o7 { width:13.625rem;height:0.8125rem;top:92.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA2pJRXhm08QloR1Pvur2rTHcGATmQkH { width:20rem;height:0.0625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c { width:14.0625rem;height:8.75rem;top:83.0625rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c.adaptive-delivery-prevent-bg, #nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c.lazyload, #nzghIyTSwVb4zRg8K2b8F6X2aEQTTH9c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EeNJdnRqcQwlLbGxsskbbs2IchWTth9b { width:14.0625rem;height:8.75rem;top:55.5625rem;left:0rem;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/0655dcae-1350-4442-9d22-1a70c4ea8eda/criodermis1.crop_286x459_0,41.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EeNJdnRqcQwlLbGxsskbbs2IchWTth9b.adaptive-delivery-prevent-bg, #EeNJdnRqcQwlLbGxsskbbs2IchWTth9b.lazyload, #EeNJdnRqcQwlLbGxsskbbs2IchWTth9b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lqMP7Xu6znLFTrwTcQtZX83yv6DtGg0F { width:14.6875rem;height:1.6875rem;top:65.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQU0vFHFfkTygMr9tvoihP8xmNO1qvd { width:14.9375rem;height:6.09375rem;top:67.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4L4iBU6e8py2JgFOgrDH9sTm33WvzPr { width:13.625rem;height:0.8125rem;top:64.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXVscRVkvI2UeqvTWkztyuhxXUZZZTim { width:4.75rem;height:1.4375rem;top:75.375rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVihqRQARLIcN0ztX2SS7doGJ7BSRCcI { display:block; }
 }@media only screen and (max-width: 763px) { #OUUXcRPKTxGwb3lH4crJWRkzuN7dmhqJ { width:3.4375rem;height:1.4375rem;top:75.375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOimVwB7mnxKq8S1wM5QTlnioRctEkup { display:block; }
 }@media only screen and (max-width: 763px) { #wFAtw2zLLP44kxh32r5aMQa0TFwX3TFM { width:6rem;height:2rem;top:74.75rem;left:14rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu89yozKMqVncpTfDKpH2AtbsCG2EdUl { display:block; }
 }@media only screen and (max-width: 763px) { #iT20LliCiCp8B84TqVTBzSVOAniG7LwT { width:3.4375rem;height:1.4375rem;top:75.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPTlL1ZDOnaXEgzaxIdN2uByviyhvfNt { display:block; }
 }@media only screen and (max-width: 763px) { #mSnAlLnCLCNPTlT9Lf2ztCNFw2puOcFz { width:20rem;height:0.0625rem;top:106.125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P { display:block; }#fgwSiN1dWkoHcWAvsSPpbngRdndzTl8P > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgXVVWgKvtza7roH7UN7xS77cIqDBVWe { width:20rem;height:10.4375rem;top:0rem;left:0rem;background-color:rgba(0,0,0,0.68);background-image:url("https://images.assets-landingi.com/uc/104a9834-5820-45f4-a3ed-738bda7ce79e/237068palestrasobremotivacaonotrabalhoentendaaimportanciae1627398004132.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tgXVVWgKvtza7roH7UN7xS77cIqDBVWe.adaptive-delivery-prevent-bg, #tgXVVWgKvtza7roH7UN7xS77cIqDBVWe.lazyload, #tgXVVWgKvtza7roH7UN7xS77cIqDBVWe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RMenqsf0EOmHvZKTH8p0lK5atvw5phLF { width:20rem;height:3.75rem;top:11.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qceFli6LcxkVhnOTcMRPEa0ouLMnxU3c { width:20rem;height:13.8086125rem;top:15.4375rem;left:0rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CSvGqfIUHKAMw7JNxixa2w2ztcTPVqMU { width:15.375rem;height:3.375rem;top:30.8857421875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6U6EZ0DfbLlyUqvKSZS4J5ZLVpqK9NR { display:block; }
 }@media only screen and (max-width: 763px) { #gFUbr9L1Hmi96wUmNcNMkwm1SulytAND { display:block; }#gFUbr9L1Hmi96wUmNcNMkwm1SulytAND > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG { width:20rem;height:9.6875rem;top:1.6591796875rem;left:0rem;background-color:rgba(0,0,0,0.68);background-image:url("https://images.assets-landingi.com/uc/d874bea7-6ef2-4850-bf84-b8a25c746631/esteticistaoquefaz1024x576.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG.adaptive-delivery-prevent-bg, #n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG.lazyload, #n4JA8R6XusOXfeDDuTpIJPRDTeUQLaiG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oaycWrN8xmyMXphG3TKXe5HoP8Hw3Bs3 { width:20rem;height:3.75rem;top:12.5966796875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4BqhnlV3wOCahlZ7Pqko1XsiINbiiNd { width:20rem;height:13.8086125rem;top:16.3466796875rem;left:0rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #I0g0Tbus6GQFgmOMJr5O6VWBM6wXVxt9 { width:15.375rem;height:3.375rem;top:31.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8hNvHMqePrtJC9CETuWZCMA6TcmK3B5 { display:block; }
 }@media only screen and (max-width: 763px) { #Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis { display:block; }#Fux8PfvGNr1mDc5MnK3EgUOGPhrQTZis > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsgsDDdxND1O7IAwvFbcSQ8ALo3WLeBJ { width:1.875rem;height:1.875rem;top:2.75rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEpH2ta5bQEQGPXVJoCPxLEOTXKTPB8l { width:12.5625rem;height:1.59375rem;top:2.875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEmhc3gF1enXS8TV5E3GTox7XoNvHiMV { width:1.875rem;height:1.875rem;top:5.875rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4oMakBipudo9JozbTWaN2Tl6o6665cR { width:12.5625rem;height:1.59375rem;top:6rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky8PxPdTkL4WcRqCbuFG3NGexi0b90UU { width:12.5625rem;height:1.59375rem;top:9.125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJAOkWD3FLn5FOT2dDubiz5a5UgzHTmv { width:1.875rem;height:1.875rem;top:12rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7iTuCh33bvnPfb9IgpDugHwyzyZScU0 { width:12.5625rem;height:1.59375rem;top:12.125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPqMfJNNntZMa4XqittSxSELufoahkCW { width:1.875rem;height:1.875rem;top:9rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ { display:block; }#ELqsGgg7UDpy0HUVHmpkZKaV0VGQomHJ > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV3fKTFT1QVp0BG7HwMEfmefWJRnF90b { width:20rem;height:4.048825rem;top:1.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wluKbeofoll9VAIxsUZ1olKav5TGBKKo { width:20rem;height:1.40625rem;top:6.484375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5RqWu3Mq81mzXt9ipXB05OSBToHVzEx { width:15.375rem;height:4.0625rem;top:8.609375rem;left:2.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9GCN39tkW33xSEsrNkcZ4gfmTw4792 { display:block; }
 }@media only screen and (max-width: 763px) { #JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6 { width:13.125rem;height:18.4375rem;top:16.75rem;left:3.4375rem;background-color:rgba(255,255,255,0.77);background-image:url("https://images.assets-landingi.com/uc/5d7bb77e-4721-4cca-91df-cdfcebd42661/mulhermuitosorridentecomoculostransparentes_2312086458.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6.adaptive-delivery-prevent-bg, #JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6.lazyload, #JdSsZq4vcoak6xD3CA1F0F0PbGMyVAQ6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DDaAk4R6JIIQxkSDN1pLU2IsmgKN4QvT { width:13.1875rem;height:2.875rem;top:14.0625rem;left:3.40625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd23nCeIxOA2CbT3EDS39ZfFSq2biBsg { display:block; }
 }@media only screen and (max-width: 763px) { #M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a { display:block; }#M0ZSTKmt6CbS1IXD1zkH4h8cTc4KQc9a > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO1uBWKqzbWTETsCRW5D7T2llHe5IX3A { width:6.625rem;height:3.5rem;top:1.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkU4GEeKfB95qxlnqOoLZbv64i7hLf4a { width:14.9375rem;height:6.1875rem;top:5.25rem;left:2.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#mT1bdXiT573lk1Zy0yZIMVO0Iss5Wm1O > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyg9MQuq4iFS5aZEJDevTL7yPiNZybA6 { width:7.3125rem;height:0.9375rem;top:1.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s47XziiEp3SXMb2gTMVRySEt9Paptye6 { width:12.5625rem;height:0;top:3.90625rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpmUlmTGQ44W0CxbQfltV4Cs2p2FDyUu { width:15.25rem;height:2.6875rem;top:12.90625rem;left:2.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgRCZQ8Gn4DRH5oABl4zDo6kRLuaKQx8 { display:block; }
 }@media only screen and (max-width: 763px) { #CWqcQGApUtgALBXttiBxaPVtnUcxSzVn { width:12.5625rem;height:0;top:6.5625rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cU0HcFXEViv6MmcxUahe09pT09ADNwOW { width:5.9375rem;height:1.6875rem;top:0.75rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbUw9UJit1QgQ8buFgOQkk4dAAFgFFS0 { display:block; }
 }@media only screen and (max-width: 763px) { #y1BQmh3TTlE63R0tnEyklImHNT9VU1Gv { width:1.5rem;height:1.5rem;top:3.6875rem;left:9.25rem;display:block; }
 }