.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,230,230,0.19); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,230,230,0.19); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;overflow:visible;position:relative;display:block; }#zBQarxI707R8MqNEkO8wyGTItv7BHAK5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:17.1875rem;top:3.6179687976837rem;left:23.653907775879rem;overflow:hidden;display:block; }
#cXBnH6ZHJpU798hIJgcytackv96hQhOX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3123125rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:48.125rem;left:12.6875rem;display:block; }
#S4WHKzLiqv87DDw6QuQmMM2tw7D6pFds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xbZ8mwEylry9aIGCTI01fDTyiU6J6Rya { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3114375rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:48.125rem;left:21rem;display:block; }
#xsv0Zza31RaBzyOe3q1zTyIyBD3eWsoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xgTU1ea9OzTRZrzyMBqtsSbR8M3AdbqU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3114375rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:48.125rem;left:30.125rem;display:block; }
#MR9BqEKoq2wDU2TFCdeHn885f1fnOxXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FW8sGQqa1vG0wnfx8dnSebEsPS3rfhlX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3114375rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:48.125rem;left:39.0625rem;display:block; }
#sQFMZfFs9W1naKgT0iQVA93T79TBhaZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94532af4-00de-47b4-a4fd-cf09bfa26a67/iStock1312918053.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS.adaptive-delivery-prevent-bg, #s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS.lazyload, #s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS.lazyloading { background-image: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container { background-color: transparent; background-image: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container > .video-iframe-container { display: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row > .video-iframe-container { display: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .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); }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container { border-width: 0; border-radius: 0; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#pr0d29Vavm59fnOnNgeApogaWukKRexE { color:rgba(30,30,30,0.7);display:block;width:40rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:9.6244659423825rem;left:10rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UywOz1FS1ecqdtfzPa1iKmyTylGXpymV { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.3116111755371rem;left:10rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CLsout5oCsMAFUmK060FbtrJ6gTqWfIn { color:rgba(30,30,30,0.5);display:block;width:40rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:3.7855110168457rem;left:10rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3880f02a-f3cc-45ef-a844-0b5c12965c6c/backgroundcosmetic2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM.adaptive-delivery-prevent-bg, #ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM.lazyload, #ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM.lazyloading { background-image: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container { background-color: transparent; background-image: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container > .video-iframe-container { display: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row > .video-iframe-container { display: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .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); }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container { border-width: 0; border-radius: 0; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#OH1Flxh1BBuDDJoMdtW6qoTKnecJdr0s { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:8.9994659423825rem;left:0.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#onSutwThbCvbzoK57sH31Me4f6fBl13T { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1db96343-4b47-445b-b9b9-9479857cc34a/AD9I0128.jpg");background-position:top left !important;background-repeat: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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:22.562125rem;width:30.9375rem;top:4.1299715042114rem;left:29.0625rem;display:block; }#onSutwThbCvbzoK57sH31Me4f6fBl13T.adaptive-delivery-prevent-bg, #onSutwThbCvbzoK57sH31Me4f6fBl13T.lazyload, #onSutwThbCvbzoK57sH31Me4f6fBl13T.lazyloading { background-image: none; }
#hAMOD8cTPRQfKlph4x4grCT66NnQEzdQ { color:#1e1e1e;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:16.5rem;left:0.5625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMXKADpbbwAzcKT5oLrP4E7L6LaBDzTz { color:#1e1e1e;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:21.625rem;left:0.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#exH3QLJ6tSytgSCHWiPWIMmhJBGmPlAW { color:#1e1e1e;display:block;width:8.0625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:100023;line-height:1;letter-spacing:0;top:18.4375rem;left:4.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSZVi6lheoGN2iVZNIRX8d9nMOp3fBLx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:22.1875rem;left:0.5rem;display:block; }
#fN5NmiIWKNhLNdi2l3xhMJzrr0FJddQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3880f02a-f3cc-45ef-a844-0b5c12965c6c/backgroundcosmetic2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz.adaptive-delivery-prevent-bg, #tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz.lazyload, #tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz.lazyloading { background-image: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container { background-color: transparent; background-image: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container > .video-iframe-container { display: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row > .video-iframe-container { display: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .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); }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container { border-width: 0; border-radius: 0; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container { font-size:0.875rem;font-family:arial;height:102.625rem;width:60rem;position:relative;display:block; }#wI0Ph9cpkTOHLkOC3vdWkLgrVmZBziSR { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:11.25rem;left:29.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EaOXm3OWst647FiAWZJuoovDNBE0lxvr { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d6d14471-32ea-4118-90a2-c18370c70510/Jannibidskin.jpg");background-position:top left !important;background-repeat: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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:20.375rem;width:28.5625rem;top:8.0812511444094rem;left:0rem;display:block; }#EaOXm3OWst647FiAWZJuoovDNBE0lxvr.adaptive-delivery-prevent-bg, #EaOXm3OWst647FiAWZJuoovDNBE0lxvr.lazyload, #EaOXm3OWst647FiAWZJuoovDNBE0lxvr.lazyloading { background-image: none; }
#i2MZoHM7r0MqEwUmcUxkcLNdHxuSIfoB { color:#1e1e1e;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NvCzJaOeWMDxgOwfEbeAdXHPTdWhuX1h { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:23.0625rem;left:29.5rem;display:block; }
#hBBHnJ06O2Sr9SmJMIL8TEequx6Q7Ebt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.5rem 1.75rem rgba(88,88,88,0.41) ;height:27.9375rem;width:41.9375rem;top:47.5rem;left:0rem;overflow:hidden;display:block; }
#iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:20.3125rem;width:29.375rem;top:51.375rem;left:30.625rem;display:block; }
#unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { color:rgba(30,30,30,0.5);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:54.0625rem;left:33.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { color:#1e1e1e;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:55.9375rem;left:33.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { color:rgba(30,30,30,0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:60.3125rem;left:33.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cpcAKKkmdzLL0622u8wTGm71raQwkFJa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:left;text-align-last:left;top:66.3125rem;left:48.8125rem;display:block; }
#b2vQFgrUgeVw2JplApThXCNKC7bUmue3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NJeMc41r76AFommEXnlG4AkKbfaCxPav { color:rgba(30,30,30,0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:14.6875rem;left:29.5rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o1DBazZKoe148SEk62fTWXlwFS4Lirp8 { color:rgba(30,30,30,0.5);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:9.7875001430513rem;left:29.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:60rem;position:relative;display:block; }#os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { color:rgba(30,30,30,0.7);display:block;width:40rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:9.6875rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { color:rgba(30,30,30,0.5);display:block;width:40rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q5PweDMM3Rwe7ROaZlKKmHKt1WVqqvsb { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:14.125rem;width:22.625rem;top:19.0625rem;left:37.3125rem;overflow:hidden;display:block; }
#IPmThZ3P6bVWoXT9JASLv3TCSDbDsgHN { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:15.9375rem;width:22.1875rem;top:20.5625rem;left:19.375rem;display:block; }
#uxNHKB70k8ivpl0oHgbl4AMnJwtd9bb4 { color:#1e1e1e;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:39.833982467651rem;left:23.125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:10rem;top:46.9375rem;left:23rem;overflow:hidden;display:block; }
#TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { color:#1e1e1e;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:47.125rem;left:34.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { color:rgba(30,30,30,0.7);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:49.3125rem;left:34.6875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBXidvKPgyvG8BZ6F55zuaDST46s2T4L { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:10rem;top:55.8125rem;left:23rem;overflow:hidden;display:block; }
#OWeDlwaFO3P7sPSLff5tNsTNRLxovZh1 { color:rgba(30,30,30,0.7);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:58.1875rem;left:34.6875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vv3WT8Ttc4sJDbd1eMI7QKhT9T5IaBER { color:#1e1e1e;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:56rem;left:34.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HmKTESBkM69GttmV9ck55shyMqU1LcAL { color:#1e1e1e;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:22.800000011921rem;left:21.84375rem;height:3.6375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#APZJxlH6FLU2k5f3lPth1HVhnsTmsIHQ { color:#1e1e1e;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:27.750000953674rem;left:20.65625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { background-color: transparent; background-image: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .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); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { border-width: 0; border-radius: 0; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { color:rgba(30,30,30,0.5);display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100009;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kSJczG8ahagpWtvnGMZpr8sBd7n48fam { color:rgba(30,30,30,0.7);display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:13.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hsKATqIv3zTE53MFt7LBN5xRZMqtgace { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:19.0625rem;left:5.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgxwIIT8nexh5Wo4UZiwCicsdgoH4Ak9 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:19.34375rem;left:0rem;overflow:hidden;display:block; }
#IdlpfF4SOf2Q1HMJPvbOra3nMT6uHwti { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:25rem;left:5.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wduat4wzeW4IpdEINylmBgQDRbpu3UOx { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:25.3125rem;left:0rem;overflow:hidden;display:block; }
#K4iWBoTchJHhsllQBbOGfT2030slC6qo { background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:32.5rem;left:0rem;display:block; }
#uNfHWvn1xf3JTZUaUwRWVkpfFW160mel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6d14471-32ea-4118-90a2-c18370c70510/Jannibidskin.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:16.75rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }#zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy.adaptive-delivery-prevent-bg, #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy.lazyload, #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy.lazyloading { background-image: none; }
#GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:16.75rem;width:14rem;top:2.5rem;left:45.9375rem;display:block; }
#EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100021;line-height:1;letter-spacing:0;top:10.0625rem;left:45.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { position:absolute;display:block;z-index:100023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:14.0625rem;left:45.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:16.75rem;width:14rem;top:19.25rem;left:31.9375rem;display:block; }
#igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:30.8125rem;left:31.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f51481f9-fbd8-4035-94e4-0ad3e6e828d1/AD9I0170.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:16.75rem;width:14rem;top:19.25rem;left:45.9375rem;display:block; }#ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr.adaptive-delivery-prevent-bg, #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr.lazyload, #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr.lazyloading { background-image: none; }
#CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { position:absolute;display:block;z-index:100028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.5625rem;top:29.8125rem;left:37.1875rem;display:block; }
#T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100026;line-height:1;letter-spacing:0;top:26.8125rem;left:31.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qnACVI1k91dInMRfEt45VmFTNFUwvWVN { color:#1e1e1e;display:block;width:8.0625rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mkgsodkx4ysRr5cTFcfg7z7DFpW9fc56 { color:#1e1e1e;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:8.68124961853rem;left:8.8125rem;height:3.6375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hf56hZQTr1CUrZEJnsbEVgpixhusONKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcdc;background-image:none;position:relative;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { border-width: 0; border-radius: 0; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#rxyoccTKrW09xpIhJwzogeBPv2FJ7RBa { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:9rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u55CIzDZkkrnMw6pIB1adT9hbLpUwZLv { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:14.3125rem;width:30.9375rem;top:9.4375rem;left:29.0625rem;display:block; }
#cFWF66DkaC43qb2ZIPNwgsXdwXAuxhrk { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:5.625rem;width:7.4375rem;top:13.5rem;left:0.25rem;display:block; }
#D0kMTR9ESDzwedC35nCB4HarpkPTAI4A { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a6F2x9FuhoEXkAWeT1AymSxKI7ulieWI { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:5.625rem;width:12rem;top:13.5rem;left:7.75rem;display:block; }
#CQ01BWaaTbd1PExpSQiVtROqI0O5o5en { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:14.75rem;left:9.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgk9bk8SXqm1yGqpK9VSuqsuOfsJrsOn { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.25rem;left:0rem;height:2.9875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HCalXWTs8mecwhGhTy6EtKs84KO4VTXz { color:#000000;display:block;width:30.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100008;line-height:1;letter-spacing:0;top:12.5625rem;left:29.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBQarxI707R8MqNEkO8wyGTItv7BHAK5 { top:3.5625rem;left:17.528907775879rem;width:17.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXBnH6ZHJpU798hIJgcytackv96hQhOX { width:8.25rem;height:3.4375rem;top:48.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4WHKzLiqv87DDw6QuQmMM2tw7D6pFds { display:block; }
 }@media only screen and (max-width: 763px) { #xbZ8mwEylry9aIGCTI01fDTyiU6J6Rya { width:8.25rem;height:3.4375rem;top:48.125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsv0Zza31RaBzyOe3q1zTyIyBD3eWsoD { display:block; }
 }@media only screen and (max-width: 763px) { #xgTU1ea9OzTRZrzyMBqtsSbR8M3AdbqU { width:8.25rem;height:3.4375rem;top:48.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR9BqEKoq2wDU2TFCdeHn885f1fnOxXy { display:block; }
 }@media only screen and (max-width: 763px) { #FW8sGQqa1vG0wnfx8dnSebEsPS3rfhlX { width:8.25rem;height:3.4375rem;top:48.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFMZfFs9W1naKgT0iQVA93T79TBhaZw { display:block; }
 }@media only screen and (max-width: 763px) { #s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS { display:block; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pr0d29Vavm59fnOnNgeApogaWukKRexE { width:40rem;height:4.4375rem;top:9.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UywOz1FS1ecqdtfzPa1iKmyTylGXpymV { width:40rem;height:3.1875rem;top:5.25rem;left:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLsout5oCsMAFUmK060FbtrJ6gTqWfIn { width:40rem;height:1.5rem;top:3.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM { display:block; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OH1Flxh1BBuDDJoMdtW6qoTKnecJdr0s { width:29.75rem;height:4.5rem;top:8.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onSutwThbCvbzoK57sH31Me4f6fBl13T { width:30.9375rem;height:22.5rem;top:4.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAMOD8cTPRQfKlph4x4grCT66NnQEzdQ { width:16.3125rem;height:;top:16.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMXKADpbbwAzcKT5oLrP4E7L6LaBDzTz { width:16.3125rem;height:;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exH3QLJ6tSytgSCHWiPWIMmhJBGmPlAW { width:8.0625rem;height:;top:18.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSZVi6lheoGN2iVZNIRX8d9nMOp3fBLx { width:17.5rem;height:3.4375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN5NmiIWKNhLNdi2l3xhMJzrr0FJddQR { display:block; }
 }@media only screen and (max-width: 763px) { #tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz { display:block; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI0Ph9cpkTOHLkOC3vdWkLgrVmZBziSR { width:29.8125rem;height:2.25rem;top:11.25rem;left:17.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaOXm3OWst647FiAWZJuoovDNBE0lxvr { width:28.5625rem;height:20.375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2MZoHM7r0MqEwUmcUxkcLNdHxuSIfoB { width:16.3125rem;height:1.25rem;top:22.5rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCzJaOeWMDxgOwfEbeAdXHPTdWhuX1h { width:17.5rem;height:3.4375rem;top:23.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBBHnJ06O2Sr9SmJMIL8TEequx6Q7Ebt { display:block; }
 }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:41.9375rem;height:27.9375rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:29.375rem;height:20.3125rem;top:51.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:24.375rem;height:1.4375rem;top:54.0625rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:24.375rem;height:3.25rem;top:55.9375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:24.375rem;height:6rem;top:60.3125rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpcAKKkmdzLL0622u8wTGm71raQwkFJa { width:11.1875rem;height:3.125rem;top:66.3125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vQFgrUgeVw2JplApThXCNKC7bUmue3 { display:block; }
 }@media only screen and (max-width: 763px) { #NJeMc41r76AFommEXnlG4AkKbfaCxPav { width:24.375rem;height:6rem;top:14.6875rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DBazZKoe148SEk62fTWXlwFS4Lirp8 { width:24.375rem;height:1.4375rem;top:9.75rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:40rem;height:4.4375rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { width:40rem;height:;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:40rem;height:;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5PweDMM3Rwe7ROaZlKKmHKt1WVqqvsb { width:22.625rem;height:14.125rem;top:19.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPmThZ3P6bVWoXT9JASLv3TCSDbDsgHN { width:22.1875rem;height:15.9375rem;top:20.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNHKB70k8ivpl0oHgbl4AMnJwtd9bb4 { width:16.25rem;height:1.5rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:32.8125rem;height:6.4375rem;top:39.8125rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { width:10rem;height:6.625rem;top:46.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { width:21.25rem;height:;top:47.125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { width:21.25rem;height:4.5rem;top:49.3125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBXidvKPgyvG8BZ6F55zuaDST46s2T4L { width:10rem;height:6.6875rem;top:55.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWeDlwaFO3P7sPSLff5tNsTNRLxovZh1 { width:21.25rem;height:3rem;top:58.1875rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3WT8Ttc4sJDbd1eMI7QKhT9T5IaBER { width:21.25rem;height:;top:56rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmKTESBkM69GttmV9ck55shyMqU1LcAL { width:16.3125rem;height:3.625rem;top:22.75rem;left:15.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZJxlH6FLU2k5f3lPth1HVhnsTmsIHQ { width:19.625rem;height:6.5rem;top:27.75rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { width:30.625rem;height:;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { width:30.625rem;height:;top:5.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJczG8ahagpWtvnGMZpr8sBd7n48fam { width:30.625rem;height:3rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKATqIv3zTE53MFt7LBN5xRZMqtgace { width:25rem;height:4.5rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgxwIIT8nexh5Wo4UZiwCicsdgoH4Ak9 { width:3.9375rem;height:3.9375rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlpfF4SOf2Q1HMJPvbOra3nMT6uHwti { width:25rem;height:4.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wduat4wzeW4IpdEINylmBgQDRbpu3UOx { width:3.9375rem;height:3.9375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4iWBoTchJHhsllQBbOGfT2030slC6qo { width:12.5rem;height:3.5rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfHWvn1xf3JTZUaUwRWVkpfFW160mel { display:block; }
 }@media only screen and (max-width: 763px) { #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { width:14rem;height:16.75rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { width:14rem;height:16.75rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { width:14rem;height:;top:10.0625rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { width:14.125rem;height:2.75rem;top:14.0625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { width:14rem;height:16.75rem;top:19.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { width:14.125rem;height:2.75rem;top:30.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { width:14rem;height:16.75rem;top:19.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { width:14rem;height:;top:26.8125rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnACVI1k91dInMRfEt45VmFTNFUwvWVN { width:8.0625rem;height:;top:8.75rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkgsodkx4ysRr5cTFcfg7z7DFpW9fc56 { width:23.125rem;height:3.625rem;top:8.625rem;left:2.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxyoccTKrW09xpIhJwzogeBPv2FJ7RBa { width:30.5rem;height:2.5rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u55CIzDZkkrnMw6pIB1adT9hbLpUwZLv { width:30.9375rem;height:14.3125rem;top:9.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWF66DkaC43qb2ZIPNwgsXdwXAuxhrk { width:7.4375rem;height:5.625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0kMTR9ESDzwedC35nCB4HarpkPTAI4A { width:8rem;height:;top:14.5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6F2x9FuhoEXkAWeT1AymSxKI7ulieWI { width:12rem;height:5.625rem;top:13.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ01BWaaTbd1PExpSQiVtROqI0O5o5en { width:10.25rem;height:3.25rem;top:14.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgk9bk8SXqm1yGqpK9VSuqsuOfsJrsOn { width:16.3125rem;height:2.875rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCalXWTs8mecwhGhTy6EtKs84KO4VTXz { width:30.4375rem;height:;top:12.5rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f95c0e77-c918-4897-80e5-d25eaad688ca/Jannibrightteeth.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBQarxI707R8MqNEkO8wyGTItv7BHAK5 { width:9.1875rem;height:1.5625rem;top:1.4968038797379rem;left:5.3746448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXBnH6ZHJpU798hIJgcytackv96hQhOX { width:8.25rem;height:2.75rem;top:20.1875rem;left:5.8750002980232rem;text-align:center;text-align-last:center;color:#e6f2f6;font-family:lato;border-top:0.0625rem solid #e6f2f6;border-left:0.0625rem solid #e6f2f6;border-right:0.0625rem solid #e6f2f6;border-bottom:0.0625rem solid #e6f2f6;display:block; }
 }@media only screen and (max-width: 763px) { #S4WHKzLiqv87DDw6QuQmMM2tw7D6pFds { display:block; }
 }@media only screen and (max-width: 763px) { #xbZ8mwEylry9aIGCTI01fDTyiU6J6Rya { width:8.25rem;height:2.625rem;top:24.8125rem;left:5.8750002980232rem;text-align:center;text-align-last:center;color:#ffffff;font-family:lato;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xsv0Zza31RaBzyOe3q1zTyIyBD3eWsoD { display:block; }
 }@media only screen and (max-width: 763px) { #xgTU1ea9OzTRZrzyMBqtsSbR8M3AdbqU { width:8.25rem;height:2.5625rem;top:28.8125rem;left:5.8750002980232rem;text-align:center;text-align-last:center;color:#e6f2f6;font-family:lato;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MR9BqEKoq2wDU2TFCdeHn885f1fnOxXy { display:block; }
 }@media only screen and (max-width: 763px) { #FW8sGQqa1vG0wnfx8dnSebEsPS3rfhlX { width:8.25rem;height:2.4375rem;top:32.625rem;left:5.8750002980232rem;text-align:center;text-align-last:center;color:#e6f2f6;font-family:lato;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sQFMZfFs9W1naKgT0iQVA93T79TBhaZw { display:block; }
 }@media only screen and (max-width: 763px) { #s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94532af4-00de-47b4-a4fd-cf09bfa26a67/iStock1312918053.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS.adaptive-delivery-prevent-bg, #s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS.lazyload, #s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS.lazyloading { background-image: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container { background-color: transparent; background-image: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container > .video-iframe-container { display: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row > .video-iframe-container { display: none; }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .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); }#s3Dx38Dtt8O0VxBQHyvvQAWFHLMinuFS > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pr0d29Vavm59fnOnNgeApogaWukKRexE { width:20rem;height:8rem;top:7.79531288147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #UywOz1FS1ecqdtfzPa1iKmyTylGXpymV { width:20rem;height:3.6375rem;top:3.4250001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #CLsout5oCsMAFUmK060FbtrJ6gTqWfIn { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94532af4-00de-47b4-a4fd-cf09bfa26a67/iStock1312918053.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM.adaptive-delivery-prevent-bg, #ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM.lazyload, #ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM.lazyloading { background-image: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container { background-color: transparent; background-image: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container > .video-iframe-container { display: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row > .video-iframe-container { display: none; }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .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); }#ExyKHrldoD8u9CtIeDIOGPyaB8xEiwAM > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OH1Flxh1BBuDDJoMdtW6qoTKnecJdr0s { width:20rem;height:3rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;color:#000000;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #onSutwThbCvbzoK57sH31Me4f6fBl13T { width:20rem;height:11.75rem;top:5.6859378814697rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1db96343-4b47-445b-b9b9-9479857cc34a/AD9I0128.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#onSutwThbCvbzoK57sH31Me4f6fBl13T.adaptive-delivery-prevent-bg, #onSutwThbCvbzoK57sH31Me4f6fBl13T.lazyload, #onSutwThbCvbzoK57sH31Me4f6fBl13T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hAMOD8cTPRQfKlph4x4grCT66NnQEzdQ { width:16.3125rem;height:1.375rem;top:20.373437643051rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #zMXKADpbbwAzcKT5oLrP4E7L6LaBDzTz { width:16.3125rem;height:1.3rem;top:25.873437643051rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exH3QLJ6tSytgSCHWiPWIMmhJBGmPlAW { width:8.0625rem;height:1.625rem;top:22.373439788818rem;left:5.9687502980232rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #ZSZVi6lheoGN2iVZNIRX8d9nMOp3fBLx { width:17.5rem;height:3.125rem;top:27.173433303833rem;left:1.2500000596046rem;font-family:lato;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;color:rgba(0,0,0,0.67);display:block; }
 }@media only screen and (max-width: 763px) { #fN5NmiIWKNhLNdi2l3xhMJzrr0FJddQR { display:block; }
 }@media only screen and (max-width: 763px) { #tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94532af4-00de-47b4-a4fd-cf09bfa26a67/iStock1312918053.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz.adaptive-delivery-prevent-bg, #tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz.lazyload, #tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz.lazyloading { background-image: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container { background-color: transparent; background-image: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container > .video-iframe-container { display: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row > .video-iframe-container { display: none; }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .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); }#tCC7gc9x6Xw1IGt5a67eg7tILa9RC0pz > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI0Ph9cpkTOHLkOC3vdWkLgrVmZBziSR { width:20rem;height:0;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;color:#000000;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #EaOXm3OWst647FiAWZJuoovDNBE0lxvr { width:20rem;height:11.75rem;top:5.6859378814697rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1db96343-4b47-445b-b9b9-9479857cc34a/AD9I0128.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#EaOXm3OWst647FiAWZJuoovDNBE0lxvr.adaptive-delivery-prevent-bg, #EaOXm3OWst647FiAWZJuoovDNBE0lxvr.lazyload, #EaOXm3OWst647FiAWZJuoovDNBE0lxvr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i2MZoHM7r0MqEwUmcUxkcLNdHxuSIfoB { width:16.3125rem;height:1.3rem;top:29.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCzJaOeWMDxgOwfEbeAdXHPTdWhuX1h { width:17.5rem;height:3.125rem;top:44.750001907349rem;left:1.2500000596046rem;font-family:lato;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;color:rgba(0,0,0,0.67);display:none; }
 }@media only screen and (max-width: 763px) { #hBBHnJ06O2Sr9SmJMIL8TEequx6Q7Ebt { display:block; }
 }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:19.875rem;height:13.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:20rem;height:22.875rem;top:18.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:18.75rem;height:1.3rem;top:22.375rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:18.75rem;height:2.84375rem;top:24.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:18.125rem;height:8rem;top:27.5625rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cpcAKKkmdzLL0622u8wTGm71raQwkFJa { width:11.25rem;height:3.125rem;top:36.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vQFgrUgeVw2JplApThXCNKC7bUmue3 { display:block; }
 }@media only screen and (max-width: 763px) { #NJeMc41r76AFommEXnlG4AkKbfaCxPav { width:20rem;height:6.4rem;top:46.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DBazZKoe148SEk62fTWXlwFS4Lirp8 { width:20rem;height:1.3rem;top:43.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { background-color:transparent;background-image:url("https://images.assets-landingi.com/7ANKI94TkE0/unsplash/maria-lupan-7ANKI94TkE0-photo-1629541149747-a45e7a93506f.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u.adaptive-delivery-prevent-bg, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyload, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyloading { background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,221,175,0.4); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,221,175,0.4); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:122.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:20rem;height:8rem;top:11.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { width:20rem;height:1.3rem;top:2.8125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:20rem;height:4.375rem;top:4.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q5PweDMM3Rwe7ROaZlKKmHKt1WVqqvsb { width:19.875rem;height:12.375rem;top:35.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPmThZ3P6bVWoXT9JASLv3TCSDbDsgHN { width:16.25rem;height:10.625rem;top:24.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNHKB70k8ivpl0oHgbl4AMnJwtd9bb4 { width:16.312125rem;height:1.3rem;top:21.06178855896rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:20rem;height:5.6875rem;top:81.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { width:10rem;height:6.625rem;top:86.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { width:20rem;height:1.625rem;top:93.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { width:20rem;height:4.5rem;top:96.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBXidvKPgyvG8BZ6F55zuaDST46s2T4L { width:10rem;height:6.6875rem;top:104.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWeDlwaFO3P7sPSLff5tNsTNRLxovZh1 { width:20rem;height:4.5rem;top:115rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3WT8Ttc4sJDbd1eMI7QKhT9T5IaBER { width:20rem;height:1.625rem;top:112.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmKTESBkM69GttmV9ck55shyMqU1LcAL { width:16.3125rem;height:2.75rem;top:26.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #APZJxlH6FLU2k5f3lPth1HVhnsTmsIHQ { width:16.3125rem;height:7.8rem;top:31.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { width:20rem;height:1.4625rem;top:3.0625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { width:20rem;height:2.12535625rem;top:5.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJczG8ahagpWtvnGMZpr8sBd7n48fam { width:20rem;height:4.5rem;top:12.4375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hsKATqIv3zTE53MFt7LBN5xRZMqtgace { width:15rem;height:7.5rem;top:19.5rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cgxwIIT8nexh5Wo4UZiwCicsdgoH4Ak9 { width:3.9375rem;height:3.9375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlpfF4SOf2Q1HMJPvbOra3nMT6uHwti { width:15rem;height:7.5rem;top:30.8125rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wduat4wzeW4IpdEINylmBgQDRbpu3UOx { width:3.9375rem;height:3.9375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4iWBoTchJHhsllQBbOGfT2030slC6qo { width:12.5rem;height:3.5rem;top:40.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfHWvn1xf3JTZUaUwRWVkpfFW160mel { display:block; }
 }@media only screen and (max-width: 763px) { #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { width:14rem;height:16.75rem;top:47.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { width:14rem;height:16.75rem;top:64.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { width:14rem;height:1.875rem;top:72.1875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { width:3.5625rem;height:0.0625rem;top:75.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { width:14.125rem;height:2.8125rem;top:76.1875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { width:14rem;height:16.75rem;top:81.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { width:14.125rem;height:2.8125rem;top:93rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { width:14rem;height:16.75rem;top:98.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { width:3.5625rem;height:0.0625rem;top:92.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { width:14rem;height:1.875rem;top:89rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnACVI1k91dInMRfEt45VmFTNFUwvWVN { width:8.0625rem;height:2.6rem;top:8rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkgsodkx4ysRr5cTFcfg7z7DFpW9fc56 { width:14.8125rem;height:2.6rem;top:8rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94532af4-00de-47b4-a4fd-cf09bfa26a67/iStock1312918053.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxyoccTKrW09xpIhJwzogeBPv2FJ7RBa { width:20rem;height:1.875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u55CIzDZkkrnMw6pIB1adT9hbLpUwZLv { width:20rem;height:11.8125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWF66DkaC43qb2ZIPNwgsXdwXAuxhrk { width:7.4375rem;height:5.625rem;top:6.5625rem;left:0.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #D0kMTR9ESDzwedC35nCB4HarpkPTAI4A { width:7rem;height:2.6rem;top:8.125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a6F2x9FuhoEXkAWeT1AymSxKI7ulieWI { width:12rem;height:5.625rem;top:6.5625rem;left:7.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #CQ01BWaaTbd1PExpSQiVtROqI0O5o5en { width:10.25rem;height:2.6rem;top:8.125rem;left:8.6875rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cgk9bk8SXqm1yGqpK9VSuqsuOfsJrsOn { width:16.3125rem;height:2.6rem;top:14.1875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HCalXWTs8mecwhGhTy6EtKs84KO4VTXz { width:20rem;height:1.875rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }