.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:230,234,232;--color-primary-1:181,191,187;--color-primary-2:131,149,142;--color-primary-3:79,89,85;--color-primary-4:49,78,66;--color-secondary-0:255,255,255;--color-secondary-1:247,244,243;--color-secondary-2:148,146,146;--color-secondary-3:89,88,88;--color-secondary-4:30,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:199,226,210;--color-tertiary-2:131,149,142;--color-tertiary-3:79,89,85;--color-tertiary-4:49,78,66;--headlines-font-family:"DM Serif Display";--paragraphs-font-family:"montserrat"; }@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:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { position:relative;display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { background-color: transparent; background-image: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container > .video-iframe-container { display: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row > .video-iframe-container { display: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .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); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { border-width: 0; border-radius: 0; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h65U8Wb0QvNdI2F4zLy8VHvNXB9Iw2pK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.875rem;top:1.5rem;left:2.3125rem;overflow:hidden;display:block; }
#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { z-index:;position:relative;display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { background-color: transparent; background-image: none; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container > .video-iframe-container { display: none; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row > .video-iframe-container { display: none; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .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); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { border-width: 0; border-radius: 0; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:53.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:4.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/01218836-ace3-474f-bb31-9249d10c29f4/headertandretningslogbuy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.9375rem;width:60rem;top:0rem;left:0rem;display:block; }#CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.adaptive-delivery-prevent-bg, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyload, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyloading { background-image: none; }
#gL3uCmECNZs0hHE4FK327ALqTzNm8TOZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:46.125rem;width:23.25rem;top:3.9375rem;left:2.375rem;display:block; }
#mTkTX8csh3psdzHJszGB4wonma5pgs6d { color:#2e2d2c;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.2119140625rem;left:4.3125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:28.375rem;left:4.3125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38rem;left:4.3125rem;display:block; }
#EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { color:#2e2d2c;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:43.365234375rem;left:3.78125rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { position:absolute;display:block;z-index:15003;height:13.75rem;width:28.8125rem;top:28.8125rem;left:28.25rem;display:block; }
#kpZmZTi83zpzUgJkOySZTb94OUSrnhA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.802734375rem;left:4.3125rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XRNkm57e2aFvwZSXRPGJ58sR4tLfSi0E { color:#008759;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.5625rem;left:4.3125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KuD2en3Ihw6NAX4TtTgE7ISJdbWPLmhy { color:#008759;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:33.1875rem;left:4.3125rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { position:relative;display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { background-color: transparent; background-image: none; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container > .video-iframe-container { display: none; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row > .video-iframe-container { display: none; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .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); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { border-width: 0; border-radius: 0; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.849609375rem;left:2.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a90fe8f4-e7ee-40a1-8511-5b115c560224/kvinde.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.8125rem;width:24.6875rem;top:1.875rem;left:32.6875rem;display:block; }#VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.adaptive-delivery-prevent-bg, #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.lazyload, #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.lazyloading { background-image: none; }
#dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.39) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.5625rem;left:2.0625rem;display:block; }
#G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CE76AHA3sIgceOeFwzAFvaFq40trE6rL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.1875rem;top:7.0625rem;left:34.75rem;overflow:hidden;display:block; }
#EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.1875rem;top:12.5rem;left:34.75rem;overflow:hidden;display:block; }
#qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { color:#008759;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:34.75rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qe47ThlS5c23TmfxaEUULUuFhF0uZlkT { color:#2e2d2c;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:44.375rem;left:2.0625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iU3LxXLxpxRVTvXJ0Edd3wkJE4WQ2GPe { color:#2e2d2c;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.0625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T8UVSNTwHgweXRMAeMGIMtwJ5OTJ8d9M { color:#2e2d2c;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.1875rem;left:2.0625rem;height:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container { background-color: transparent; background-image: none; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container > .video-iframe-container { display: none; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row > .video-iframe-container { display: none; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .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); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container { border-width: 0; border-radius: 0; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#q8uraJSg0Pucn5Z7TWQ6RW7lOF1ULMlD { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.125rem;left:12.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eibpsvsGRhpln2mTGNfE8OWVKDcOkCvH { color:#585858;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9rem;left:1.4375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QbZG4saPaO5lxkH1nqLrR27842qq814a { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.375rem;width:14.25rem;top:7.1875rem;left:15.1875rem;display:block; }
#TTxMvZh9T5aivtA3O3Tq3Mu40bEe1VaG { color:#008759;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:25.1875rem;left:20.3125rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDB2M1Bc7tHEZl00r8HnLyJAs4a2Tist { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d7e140fb-e05e-4cb0-baa4-77476bff4f89/annekirstinefoer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.9375rem;width:13.125rem;top:7.625rem;left:15.75rem;display:block; }#EDB2M1Bc7tHEZl00r8HnLyJAs4a2Tist.adaptive-delivery-prevent-bg, #EDB2M1Bc7tHEZl00r8HnLyJAs4a2Tist.lazyload, #EDB2M1Bc7tHEZl00r8HnLyJAs4a2Tist.lazyloading { background-image: none; }
#CMB1mzqD71Hs6HcpGG0k0nT4UiXyBy1n { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.375rem;width:14.25rem;top:7.1875rem;left:30.5625rem;display:block; }
#oiZa1EbNtJDqTirZK8LsPhDiFWgPXJeT { color:#008759;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.1875rem;left:35.6875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfbXprnkaUDQbLClLe21WUP84IfOscGK { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c33f56e-8e13-4469-bc18-52930b2ec629/annekirstineefter.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.9375rem;width:13.125rem;top:7.625rem;left:31.125rem;display:block; }#vfbXprnkaUDQbLClLe21WUP84IfOscGK.adaptive-delivery-prevent-bg, #vfbXprnkaUDQbLClLe21WUP84IfOscGK.lazyload, #vfbXprnkaUDQbLClLe21WUP84IfOscGK.lazyloading { background-image: none; }
#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container { background-color: transparent; background-image: none; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container > .video-iframe-container { display: none; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row > .video-iframe-container { display: none; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .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); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container { border-width: 0; border-radius: 0; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#HItT9vdaL9M8506FzqN9bPvIpmdHJVCc { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.125rem;left:12.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANaFuUVRkEGWibhrwgsgyuTgMKW2QmbB { color:#585858;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9rem;left:1.4375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IXbOsSIeKI9MkBqVvQk0xGc5gdAz5CKD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.5625rem;width:19.75rem;top:10.1875rem;left:8.9375rem;display:block; }
#K3OZ5GWd5qVSioqygPPxUuB2JFQ40DT2 { color:#008759;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24rem;left:16.8125rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QwRZkXQRsBktHTlWURzUoPDiauu7btPl { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3af7b49f-5e67-430f-85fd-d50fa8836683/CeciliePedersenFR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:18.75rem;top:10.625rem;left:9.4375rem;display:block; }#QwRZkXQRsBktHTlWURzUoPDiauu7btPl.adaptive-delivery-prevent-bg, #QwRZkXQRsBktHTlWURzUoPDiauu7btPl.lazyload, #QwRZkXQRsBktHTlWURzUoPDiauu7btPl.lazyloading { background-image: none; }
#ed4dcb1ihPSROqVhmQtoh4yzBxkpkrbU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.5625rem;width:19.75rem;top:10.1875rem;left:31.3125rem;display:block; }
#ys2Qf3ntCPgKRHXHsXFGk0KpILZHHB1E { color:#008759;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24rem;left:39.25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEUcrn8v6ZwOPCTWlcDggVdNTPdiPK6I { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/09a4ed6e-561c-4a80-b3f6-de3a185f390a/CeciliePedersenEFTER.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:18.75rem;top:10.625rem;left:31.875rem;display:block; }#TEUcrn8v6ZwOPCTWlcDggVdNTPdiPK6I.adaptive-delivery-prevent-bg, #TEUcrn8v6ZwOPCTWlcDggVdNTPdiPK6I.lazyload, #TEUcrn8v6ZwOPCTWlcDggVdNTPdiPK6I.lazyloading { background-image: none; }
#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container { background-color: transparent; background-image: none; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container > .video-iframe-container { display: none; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row > .video-iframe-container { display: none; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .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); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container { border-width: 0; border-radius: 0; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#gJsID57M4JCoPV3woiNlRVOA2qnzLaQ7 { color:#585858;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9rem;left:1.4375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yMW1Vz8yTySiR76zC6AqdhoOWk1eil6Q { color:#008759;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:35.5625rem;left:20.375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKyNhFoZiClzn399xcufSfBXpEvWt3d4 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.39) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41rem;left:17.1875rem;display:block; }
#UfTe3VNRM6L9g5V8lt2VweslCcIJ2nih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NU0u9hPOzelUpwAq1cMVR9HD5J7izNG0 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.75rem;width:14.25rem;top:25.4375rem;left:15.25rem;display:block; }
#nGzNecSyC6UN1Aflg6J10B9BUJKLXXfh { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c922909f-6956-4a32-985a-8351653ba1b7/kirstenfoer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.875rem;width:13.125rem;top:25.875rem;left:15.8125rem;display:block; }#nGzNecSyC6UN1Aflg6J10B9BUJKLXXfh.adaptive-delivery-prevent-bg, #nGzNecSyC6UN1Aflg6J10B9BUJKLXXfh.lazyload, #nGzNecSyC6UN1Aflg6J10B9BUJKLXXfh.lazyloading { background-image: none; }
#UVM0swoycNV4qG9ORycTpJ5FqpqPbxlN { color:#008759;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:35.5625rem;left:35.625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mn4GqXbSu4zPHB7mvnhGTgA6gFNtOzT5 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.75rem;width:14.25rem;top:25.4375rem;left:30.5rem;display:block; }
#WInfPVbyUC8BvvSTFOrpKk7xirlWptQX { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e534acb-3852-4506-8bf7-5083d8ff799c/kirstenefter.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.875rem;width:13.125rem;top:25.875rem;left:31.0625rem;display:block; }#WInfPVbyUC8BvvSTFOrpKk7xirlWptQX.adaptive-delivery-prevent-bg, #WInfPVbyUC8BvvSTFOrpKk7xirlWptQX.lazyload, #WInfPVbyUC8BvvSTFOrpKk7xirlWptQX.lazyloading { background-image: none; }
#vFOteUSUr4VxH9VlOdSETtpdgV1hTC0k { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.4375rem;left:12.46875rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/022cc564-93c5-4eb0-ac8f-f97b13eb2dd2/kirsten.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid rgba(var(--color-secondary-0),1);border-left:0.5rem solid rgba(var(--color-secondary-0),1);border-right:0.5rem solid rgba(var(--color-secondary-0),1);border-bottom:0.5rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.9375rem;width:18.4375rem;top:6.8125rem;left:20.28125rem;display:block; }#bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a.adaptive-delivery-prevent-bg, #bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a.lazyload, #bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a.lazyloading { background-image: none; }
#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row .container { background-color: transparent; background-image: none; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row .container > .video-iframe-container { display: none; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row > .video-iframe-container { display: none; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .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); }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row .container { border-width: 0; border-radius: 0; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;position:relative;display:block; }#Bur0uFyDMEQh8Jh8bW9ZAMoMMBH2krsm { color:rgba(var(--color-tertiary-1),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.3125rem;left:4.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FfhT79ePqfkTnnhsGDbJ1yGz7bUxP9tA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:11.9375rem;left:7rem;height:33.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#koZaM3AWDBTcd42o07feidexabHtId8m { box-sizing:content-box;color:#008759;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:11.4375rem;left:4rem;display:block; }
#IAz801XIpHqOCZ3Ro6IByGlrVwASlb2R { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #008759;border-left:0.125rem solid #008759;border-right:0.125rem solid #008759;border-bottom:0.125rem solid #008759;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.3) ;height:2rem;width:2rem;top:11.5625rem;left:4.0625rem;display:block; }
#ryHnMm6qFZtIPQ1wUcM5UixtcvF4mRbT { box-sizing:content-box;color:#008759;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:18.125rem;left:4rem;display:block; }
#JpgfpkKZfSduTLzemT6EUKOJ9yWpVJEr { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #008759;border-left:0.125rem solid #008759;border-right:0.125rem solid #008759;border-bottom:0.125rem solid #008759;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.3) ;height:2rem;width:2rem;top:18.25rem;left:4.0625rem;display:block; }
#B0FDOl3Sr1T6xVfXBudhQkHDhtcxQcsD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:45.75rem;width:55.125rem;top:5.4375rem;left:1.8125rem;display:block; }
#FdQTF6VcuU3XQLzVp5O1x6RDS239Tlqn { box-sizing:content-box;color:#008759;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:26.625rem;left:4rem;display:block; }
#JqQa25TkOzM9zuiJZTlnRXBRW6TD8Cqa { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #008759;border-left:0.125rem solid #008759;border-right:0.125rem solid #008759;border-bottom:0.125rem solid #008759;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.3) ;height:2rem;width:2rem;top:26.75rem;left:4.0625rem;display:block; }
#bkBgfdeAhxfxPMKSi61HVc8ZHKvy6DW9 { box-sizing:content-box;color:#008759;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:31.625rem;left:4rem;display:block; }
#ZlJCJiuUoFUQmGTJCWMzPCJDFaxPtfJM { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #008759;border-left:0.125rem solid #008759;border-right:0.125rem solid #008759;border-bottom:0.125rem solid #008759;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.3) ;height:2rem;width:2rem;top:31.75rem;left:4.0625rem;display:block; }
#aMIQJL4nqkZm0qKNGMunKT6Pc5xyvoGx { box-sizing:content-box;color:#008759;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:36.6875rem;left:4rem;display:block; }
#yBQ8mVZ8NMgZ6XhxCr19ts90NKPgb56a { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #008759;border-left:0.125rem solid #008759;border-right:0.125rem solid #008759;border-bottom:0.125rem solid #008759;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.3) ;height:2rem;width:2rem;top:36.8125rem;left:4.0625rem;display:block; }
#qKB3h5d8EHGkbJAHP4IshiE0niD97bqU { color:#0f5972;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:14.625rem;left:7rem;height:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#BoHXn6W9wbsE2qDB3TFzD2tmKcviGiXz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:57.5625rem;top:0rem;left:2.4375rem;overflow:hidden;display:block; }
#oGerwAUe0Xggr3DenZ3EptGx7iRrFTUS { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:43.8125rem;top:15.5625rem;left:5.25rem;display:none; }
#Ty51HPZTR765s8PzLTSXuFLpG61SEmD0 { box-sizing:content-box;color:#008759;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:43.375rem;left:4rem;display:block; }
#lRM7pwbUi3ulhCNOO8f6ZiHzQ4MwNkPF { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #008759;border-left:0.125rem solid #008759;border-right:0.125rem solid #008759;border-bottom:0.125rem solid #008759;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.3) ;height:2rem;width:2rem;top:43.5rem;left:4.0625rem;display:block; }
#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { background-color: transparent; background-image: none; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container > .video-iframe-container { display: none; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row > .video-iframe-container { display: none; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .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); }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { border-width: 0; border-radius: 0; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:block; }#nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bbe086ec-784d-401e-877a-97eca4f37d8e/cosmeticsclearcorrect.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.1875rem;width:26.25rem;top:2.15625rem;left:31.875rem;display:block; }#nIyVg15UZSSmT2wREmyetQSznaDCuuS0.adaptive-delivery-prevent-bg, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyload, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyloading { background-image: none; }
#QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { color:#2e2d2c;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:22.453125rem;left:1.625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kC3UZn7Lz6LZiV3yTzvu8t0Wgar1bB1J { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.4375rem;left:1.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#emZQllooBM0CTNEISszVruZ02SOgTJRz { color:#2e2d2c;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.625rem;left:1.5625rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#If8cWleCi54EykqxvwPKGBi2tZfztDHl { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.39) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.0625rem;left:1.625rem;display:block; }
#PBocRDO2ZaDG5HKikfCMyxGcB4NcTqau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8QGArh8lef8U987Sd2fhyfci4TtsQhm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.81);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { background-color: transparent; background-image: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .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); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { border-width: 0; border-radius: 0; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { font-size:0.875rem;font-family:"open sans";height:24rem;width:60rem;position:relative;display:block; }#MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { position:absolute;display:block;z-index:15002;height:15rem;width:60rem;top:4.5rem;left:0rem;display:block; }
#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row .container { background-color: transparent; background-image: none; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row .container > .video-iframe-container { display: none; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row > .video-iframe-container { display: none; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .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); }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row .container { border-width: 0; border-radius: 0; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:60rem;position:relative;display:block; }#ZW7P6KPCUdhQ9HLQGHuzSdeaV4yM4boL { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.328125rem;left:5.59375rem;height:8.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqytC81tEy4lC3F1qtnEUssLVUOPVOO0 { color:#2e2d2c;display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:13.46875rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XreRxiAlCcm500L55RrRKp1N98xVH2Tw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.9375rem;width:60rem;top:17.0556640625rem;left:0rem;display:block; }
#Z0H0PiRky3IQUBSTRPiz32lVTIvTLrLM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#A7rpP36hEesrEHqrTB8lEQN75MBvC9tq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A7rpP36hEesrEHqrTB8lEQN75MBvC9tq > .row .container { border-width: 0; border-radius: 0; }#A7rpP36hEesrEHqrTB8lEQN75MBvC9tq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7rpP36hEesrEHqrTB8lEQN75MBvC9tq > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:none; }#Ln68e88907TatCQSRzSyKZcNvp63B7P0 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:21.4375rem;left:0rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9eFGotSZ2RWMwvQhCivdMhCOiVt8949 { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.4375rem;left:0rem;height:25.9960375rem;font-style:normal;display:block; }
#GEh0T5LImTDF1WwuTGQIzLfPdI2kJCQM { color:rgba(var(--color-tertiary-1),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:21.4375rem;left:15rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qfTWBP0oax8D6klTMgJS0yIAxEV2hDiE { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:26.4375rem;left:15rem;height:16.89744375rem;font-style:normal;display:block; }
#zTsSAWeV3xkp6MgcOaXOBttdWhITGqOU { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:21.4375rem;left:30rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqRkqyWTNhsrdtvZmTgscCz6OQn674co { color:rgba(var(--color-tertiary-1),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:26.4375rem;left:30rem;height:19.4970375rem;font-style:normal;display:block; }
#scq0CtsaOBPvfeSRDh8fin58GpQXbIQW { color:rgba(var(--color-tertiary-1),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:21.4375rem;left:45rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VMfEd6PWD5i90h10o2etF1u4gC1yVf4k { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:26.4375rem;left:45rem;height:20.79686875rem;font-style:normal;display:block; }
#vwVw4JvoXub8b78hMWdwlcl7Q084vzGk { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1326cb88-94a7-4b79-a64a-17076b68c56d/tandreguleringfoerstekonsultation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:13.75rem;top:11.5625rem;left:0rem;display:block; }#vwVw4JvoXub8b78hMWdwlcl7Q084vzGk.adaptive-delivery-prevent-bg, #vwVw4JvoXub8b78hMWdwlcl7Q084vzGk.lazyload, #vwVw4JvoXub8b78hMWdwlcl7Q084vzGk.lazyloading { background-image: none; }
#hnZS2r4nQgNrbmTq1zkDlwWr134E2aXW { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60c882cd-b7c6-4fc3-b7b1-51055fc0552c/tandreguleringmodtagelseafskinner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:13.75rem;top:11.5625rem;left:15rem;display:block; }#hnZS2r4nQgNrbmTq1zkDlwWr134E2aXW.adaptive-delivery-prevent-bg, #hnZS2r4nQgNrbmTq1zkDlwWr134E2aXW.lazyload, #hnZS2r4nQgNrbmTq1zkDlwWr134E2aXW.lazyloading { background-image: none; }
#xRBrr3bkdW63g15V4UttHl2o0XqEV5G2 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/88154cbe-9952-454d-ae20-0ae48f799974/tandreguleringloebendekonsultation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:13.75rem;top:11.5625rem;left:30rem;display:block; }#xRBrr3bkdW63g15V4UttHl2o0XqEV5G2.adaptive-delivery-prevent-bg, #xRBrr3bkdW63g15V4UttHl2o0XqEV5G2.lazyload, #xRBrr3bkdW63g15V4UttHl2o0XqEV5G2.lazyloading { background-image: none; }
#FODZfAQuTc6wlf7olAipsFNI4EiJotM7 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aa09c96b-9b26-4d32-a62a-ce728004d690/tandreguleringslutresultat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.75rem;width:13.75rem;top:11.5625rem;left:45rem;display:block; }#FODZfAQuTc6wlf7olAipsFNI4EiJotM7.adaptive-delivery-prevent-bg, #FODZfAQuTc6wlf7olAipsFNI4EiJotM7.lazyload, #FODZfAQuTc6wlf7olAipsFNI4EiJotM7.lazyloading { background-image: none; }
#mnJWMy07wkyHOWwZPsPRk16bZzJLh5Ti { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:13.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yf93bKC80D51kdkoF7ScKaFvuRElAPcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row .container { background-color: transparent; background-image: none; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row .container > .video-iframe-container { display: none; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row > .video-iframe-container { display: none; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .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); }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row .container { border-width: 0; border-radius: 0; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row .container { font-size:0.875rem;font-family:arial;height:100.4375rem;width:60rem;position:relative;display:block; }#ZN1wxXOUpWW3Rf1zkKbcbHnoJbGzHqy4 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:31.875rem;left:3.875rem;height:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDbq4VFnH8UWEGkpc8QbNUUmhosHXeIm { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:28.875rem;left:3.875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zdW13TROkSpeXCqQCx2Ee75PLk5w4O40 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:31.9375rem;left:32.5rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AsGCTzZUsbyHArne33O2dfqJNwd4VWsT { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:28.875rem;left:32.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ugqhNBldMzcAd9cFKz7p5aO5ozqE8Bvr { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2979c90f-2a3d-49b0-bf78-7ab71014634c/tandreguleringloebendekonsultation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.4375rem;width:25.6875rem;top:56.3125rem;left:2.8125rem;display:block; }#ugqhNBldMzcAd9cFKz7p5aO5ozqE8Bvr.adaptive-delivery-prevent-bg, #ugqhNBldMzcAd9cFKz7p5aO5ozqE8Bvr.lazyload, #ugqhNBldMzcAd9cFKz7p5aO5ozqE8Bvr.lazyloading { background-image: none; }
#pSgTh5vgkGeNyGWPvfV5obh7obL64KvS { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:74.25rem;left:3.8125rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhodSXSqleXdbB8xVHJCdNE1nS69VPRT { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:77.3125rem;left:3.875rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rgtEhdWfI6TVVOTkNvSBNrF8NZS8AoRZ { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3326382-8322-4058-8f5b-0665d1be74b1/tandreguleringslutresultat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.4375rem;width:25.6875rem;top:56.3125rem;left:31.5625rem;display:block; }#rgtEhdWfI6TVVOTkNvSBNrF8NZS8AoRZ.adaptive-delivery-prevent-bg, #rgtEhdWfI6TVVOTkNvSBNrF8NZS8AoRZ.lazyload, #rgtEhdWfI6TVVOTkNvSBNrF8NZS8AoRZ.lazyloading { background-image: none; }
#g8g2bQ4rLIwETSLcnMTJ8wIufW9trNrT { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:77.0625rem;left:32.625rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBzuKyGZ2BEQR7hD3VGkn14nudImAdmE { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:74.25rem;left:32.625rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FOBm5l3QTSUmPr8zDVa7tXlxP9gD1zzg { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d07e8cf4-b4f7-446a-b7af-3ce0ec225ea7/tandreguleringfoerstekonsultation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.4375rem;width:25.6875rem;top:10.9375rem;left:2.8125rem;display:block; }#FOBm5l3QTSUmPr8zDVa7tXlxP9gD1zzg.adaptive-delivery-prevent-bg, #FOBm5l3QTSUmPr8zDVa7tXlxP9gD1zzg.lazyload, #FOBm5l3QTSUmPr8zDVa7tXlxP9gD1zzg.lazyloading { background-image: none; }
#n8MAksd3tTG42yHn7K680NxP7QFDiVcB { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:14.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NaA9mdrmAP8qUIJ3uQaPZDBuLLF4QgCH { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc1ceaf1-445e-40c5-bd2b-5b7f9c4cacf8/tandreguleringmodtagelseafskinner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.4375rem;width:25.6875rem;top:11rem;left:31.4375rem;display:block; }#NaA9mdrmAP8qUIJ3uQaPZDBuLLF4QgCH.adaptive-delivery-prevent-bg, #NaA9mdrmAP8qUIJ3uQaPZDBuLLF4QgCH.lazyload, #NaA9mdrmAP8qUIJ3uQaPZDBuLLF4QgCH.lazyloading { background-image: none; }
#w00TmCNIIHpaC1de62c1yATiRy8EzyGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row .container { background-color: transparent; background-image: none; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row .container > .video-iframe-container { display: none; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row > .video-iframe-container { display: none; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .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); }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row .container { border-width: 0; border-radius: 0; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#kSZVlQS8UU8rr6E4lNdyWHF9frFTVO6I { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.375rem;left:2rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xkHDralwdmUaK31CAV1W8Vuuwh6XOr3R { color:#2e2d2c;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.625rem;left:2rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TibX86w7e98IeiARhAsnhSdkLivqTUCa { color:#2e2d2c;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.9375rem;left:1.875rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CnA5btTCOoqEMfargUxUm8FSkBlMAOUC { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7771b94-cdbe-40fa-a9fd-29659212291a/patientlaan.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.4375rem;width:27.0625rem;top:5.375rem;left:31.6875rem;display:block; }#CnA5btTCOoqEMfargUxUm8FSkBlMAOUC.adaptive-delivery-prevent-bg, #CnA5btTCOoqEMfargUxUm8FSkBlMAOUC.lazyload, #CnA5btTCOoqEMfargUxUm8FSkBlMAOUC.lazyloading { background-image: none; }
#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { background-color: transparent; background-image: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container > .video-iframe-container { display: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row > .video-iframe-container { display: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .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); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { border-width: 0; border-radius: 0; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { font-size:0.875rem;font-family:"open sans";height:47.5rem;width:60rem;position:relative;display:block; }#Qv7o5usO3pTN2PEOUnw8uTmZtIF0Lb9w { position:absolute;display:block;z-index:15001;height:21.875rem;width:54.8125rem;top:14.875rem;left:2.59375rem;display:block; }
#inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:40.5625rem;width:60rem;top:-0.0625rem;left:0rem;display:block; }
#ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWrETr7ulKdenfPbuwrZQNeV8QKKPkkX { color:#2e2d2c;display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5478515625rem;left:11.4375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { color:#2e2d2c;display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:11.4375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { background-color: transparent; background-image: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .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); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { border-width: 0; border-radius: 0; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:60rem;position:relative;display:block; }#a8k4BDld3fZ0D9A18CmKJJTVvJnmqz0s { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QR7lCUz4FOw0rGuTzzI8VXTSmOTLsshZ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.125rem;left:3.21875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swtkUkLHlFAesxFutwwRFHLP2LsHn9Uo { color:#2e2d2c;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.15625rem;left:33.21875rem;height:28.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KFQXQBJQeQCa1Pu7zagTFKMlR12KdrcJ { background-color:#008759;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem #585858 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:57.375rem;left:15.625rem;display:block; }
#n6zkTrHGc7eEf7wdUKZLvVr12CUXkJZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyA0BUR2xsPXO9xCbEpSi3US6i6NcscW { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:45.875rem;width:27.5625rem;top:8rem;left:1.21875rem;display:block; }
#rbPNSGl6DMKaA39qS4UEoAVKZtsF2mcE { color:#2e2d2c;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:13.15625rem;left:3.21875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JDAtlM5225E8CSDUu3CNKBJaAqC9f8D9 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:45.875rem;width:27.5625rem;top:8rem;left:31.21875rem;display:block; }
#A7ADOou7xSWDKDvMwAxqGHZGlE5954Xq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:10.125rem;left:33.21875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kw9NOqkaSZxOwPm7ohuCM4beSCnNvxFg { color:#2e2d2c;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:40rem;left:3.21875rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tso5oTHDaIGOavemrG6RtTpRUCuIFOdr { color:#2e2d2c;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:18.03125rem;left:3.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Tso5oTHDaIGOavemrG6RtTpRUCuIFOdr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tso5oTHDaIGOavemrG6RtTpRUCuIFOdr li:before{  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h65U8Wb0QvNdI2F4zLy8VHvNXB9Iw2pK { top:1.5rem;left:0rem;width:9.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { top:6.0625rem;left:0rem;width:20.4375rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { top:0rem;left:0rem;width:47.75rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL3uCmECNZs0hHE4FK327ALqTzNm8TOZ { top:3.9375rem;left:0rem;width:23.25rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkTX8csh3psdzHJszGB4wonma5pgs6d { top:13.1875rem;left:0rem;width:17.6875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { top:28.375rem;left:0rem;width:12.0625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { width:19.75rem;height:4.0625rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block; }
 }@media only screen and (max-width: 763px) { #pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { top:43.3125rem;left:0rem;width:30.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { top:28.8125rem;left:18.9375rem;width:28.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpZmZTi83zpzUgJkOySZTb94OUSrnhA0 { top:20.75rem;left:0rem;width:19.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNkm57e2aFvwZSXRPGJ58sR4tLfSi0E { top:27.5625rem;left:0rem;width:7rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuD2en3Ihw6NAX4TtTgE7ISJdbWPLmhy { top:33.1875rem;left:0rem;width:16.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { top:1.8125rem;left:0rem;width:25.875rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { top:1.875rem;left:23.0625rem;width:24.6875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { width:22rem;height:2.9375rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block; }
 }@media only screen and (max-width: 763px) { #CE76AHA3sIgceOeFwzAFvaFq40trE6rL { top:7.0625rem;left:25.5625rem;width:9.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { top:12.5rem;left:25.5625rem;width:9.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { top:4.125rem;left:25.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe47ThlS5c23TmfxaEUULUuFhF0uZlkT { top:44.375rem;left:0rem;width:30.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU3LxXLxpxRVTvXJ0Edd3wkJE4WQ2GPe { top:8.9375rem;left:0rem;width:25.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UVSNTwHgweXRMAeMGIMtwJ5OTJ8d9M { top:12.1875rem;left:0rem;width:25.875rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O { display:block; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8uraJSg0Pucn5Z7TWQ6RW7lOF1ULMlD { top:2.125rem;left:6.375rem;width:35.0625rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eibpsvsGRhpln2mTGNfE8OWVKDcOkCvH { top:9rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbZG4saPaO5lxkH1nqLrR27842qq814a { top:7.1875rem;left:9.0625rem;width:14.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxMvZh9T5aivtA3O3Tq3Mu40bEe1VaG { top:25.1875rem;left:14.1875rem;width:4rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDB2M1Bc7tHEZl00r8HnLyJAs4a2Tist { top:7.625rem;left:9.625rem;width:13.125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMB1mzqD71Hs6HcpGG0k0nT4UiXyBy1n { top:7.1875rem;left:24.4375rem;width:14.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiZa1EbNtJDqTirZK8LsPhDiFWgPXJeT { top:25.1875rem;left:29.5625rem;width:4rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfbXprnkaUDQbLClLe21WUP84IfOscGK { top:7.625rem;left:25rem;width:13.125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt { display:block; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HItT9vdaL9M8506FzqN9bPvIpmdHJVCc { top:2.125rem;left:6.375rem;width:35.0625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANaFuUVRkEGWibhrwgsgyuTgMKW2QmbB { top:9rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbOsSIeKI9MkBqVvQk0xGc5gdAz5CKD { top:10.1875rem;left:2.8125rem;width:19.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3OZ5GWd5qVSioqygPPxUuB2JFQ40DT2 { top:24rem;left:10.6875rem;width:4rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwRZkXQRsBktHTlWURzUoPDiauu7btPl { top:10.625rem;left:3.3125rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4dcb1ihPSROqVhmQtoh4yzBxkpkrbU { top:10.1875rem;left:25.1875rem;width:19.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys2Qf3ntCPgKRHXHsXFGk0KpILZHHB1E { top:24rem;left:33.125rem;width:4rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUcrn8v6ZwOPCTWlcDggVdNTPdiPK6I { top:10.625rem;left:25.75rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL { display:block; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJsID57M4JCoPV3woiNlRVOA2qnzLaQ7 { top:9rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMW1Vz8yTySiR76zC6AqdhoOWk1eil6Q { top:35.5625rem;left:14.25rem;width:4rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyNhFoZiClzn399xcufSfBXpEvWt3d4 { width:25.625rem;height:4.0625rem;top:41rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfTe3VNRM6L9g5V8lt2VweslCcIJ2nih { display:block; }
 }@media only screen and (max-width: 763px) { #NU0u9hPOzelUpwAq1cMVR9HD5J7izNG0 { top:25.4375rem;left:9.125rem;width:14.25rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGzNecSyC6UN1Aflg6J10B9BUJKLXXfh { top:25.875rem;left:9.6875rem;width:13.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVM0swoycNV4qG9ORycTpJ5FqpqPbxlN { top:35.5625rem;left:29.5rem;width:4rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4GqXbSu4zPHB7mvnhGTgA6gFNtOzT5 { top:25.4375rem;left:24.375rem;width:14.25rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WInfPVbyUC8BvvSTFOrpKk7xirlWptQX { top:25.875rem;left:24.9375rem;width:13.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFOteUSUr4VxH9VlOdSETtpdgV1hTC0k { top:2.4375rem;left:6.34375rem;width:35.0625rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a { top:6.8125rem;left:14.15625rem;width:18.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC { display:block; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bur0uFyDMEQh8Jh8bW9ZAMoMMBH2krsm { top:7.3125rem;left:0rem;width:25.875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfhT79ePqfkTnnhsGDbJ1yGz7bUxP9tA { top:11.9375rem;left:0.875rem;width:20.4375rem;height:35.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koZaM3AWDBTcd42o07feidexabHtId8m { top:11.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAz801XIpHqOCZ3Ro6IByGlrVwASlb2R { top:11.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryHnMm6qFZtIPQ1wUcM5UixtcvF4mRbT { top:18.125rem;left:0rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpgfpkKZfSduTLzemT6EUKOJ9yWpVJEr { top:18.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0FDOl3Sr1T6xVfXBudhQkHDhtcxQcsD { top:5.4375rem;left:0rem;width:47.75rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdQTF6VcuU3XQLzVp5O1x6RDS239Tlqn { top:26.625rem;left:0rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqQa25TkOzM9zuiJZTlnRXBRW6TD8Cqa { top:26.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkBgfdeAhxfxPMKSi61HVc8ZHKvy6DW9 { top:31.625rem;left:0rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJCJiuUoFUQmGTJCWMzPCJDFaxPtfJM { top:31.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMIQJL4nqkZm0qKNGMunKT6Pc5xyvoGx { top:36.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBQ8mVZ8NMgZ6XhxCr19ts90NKPgb56a { top:36.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKB3h5d8EHGkbJAHP4IshiE0niD97bqU { top:14.625rem;left:0.875rem;width:20.5rem;height:25.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BoHXn6W9wbsE2qDB3TFzD2tmKcviGiXz { top:0rem;left:0rem;width:47.75rem;height:29.759500542888rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGerwAUe0Xggr3DenZ3EptGx7iRrFTUS { top:15.5625rem;left:0rem;width:13.1875rem;height:43.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ty51HPZTR765s8PzLTSXuFLpG61SEmD0 { top:43.375rem;left:0rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRM7pwbUi3ulhCNOO8f6ZiHzQ4MwNkPF { top:43.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { top:2.125rem;left:21.5rem;width:26.25rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { top:22.4375rem;left:0rem;width:30.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC3UZn7Lz6LZiV3yTzvu8t0Wgar1bB1J { top:1.4375rem;left:0rem;width:28.6875rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZQllooBM0CTNEISszVruZ02SOgTJRz { top:8.625rem;left:0rem;width:26.875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8cWleCi54EykqxvwPKGBi2tZfztDHl { width:26.3125rem;height:4.0625rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBocRDO2ZaDG5HKikfCMyxGcB4NcTqau { display:block; }
 }@media only screen and (max-width: 763px) { #w8QGArh8lef8U987Sd2fhyfci4TtsQhm { display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { top:4.5rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN { display:block; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZW7P6KPCUdhQ9HLQGHuzSdeaV4yM4boL { top:1.3125rem;left:0rem;width:47.75rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqytC81tEy4lC3F1qtnEUssLVUOPVOO0 { top:12rem;left:7.34375rem;width:33.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XreRxiAlCcm500L55RrRKp1N98xVH2Tw { top:17rem;left:0rem;width:47.75rem;height:26.212760416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0H0PiRky3IQUBSTRPiz32lVTIvTLrLM { display:none; }
 }@media only screen and (max-width: 763px) { #A7rpP36hEesrEHqrTB8lEQN75MBvC9tq { display:block; }#A7rpP36hEesrEHqrTB8lEQN75MBvC9tq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ln68e88907TatCQSRzSyKZcNvp63B7P0 { top:21.4375rem;left:0rem;width:14.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9eFGotSZ2RWMwvQhCivdMhCOiVt8949 { top:26.4375rem;left:0rem;width:13rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEh0T5LImTDF1WwuTGQIzLfPdI2kJCQM { top:21.4375rem;left:6.5rem;width:17.375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTWBP0oax8D6klTMgJS0yIAxEV2hDiE { top:26.4375rem;left:10.875rem;width:13rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsSAWeV3xkp6MgcOaXOBttdWhITGqOU { top:21.4375rem;left:17.25rem;width:18.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqRkqyWTNhsrdtvZmTgscCz6OQn674co { top:26.4375rem;left:22.4375rem;width:13.375rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scq0CtsaOBPvfeSRDh8fin58GpQXbIQW { top:21.4375rem;left:35.8125rem;width:11.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMfEd6PWD5i90h10o2etF1u4gC1yVf4k { top:26.4375rem;left:34.75rem;width:13rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVw4JvoXub8b78hMWdwlcl7Q084vzGk { top:11.5625rem;left:0rem;width:13.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnZS2r4nQgNrbmTq1zkDlwWr134E2aXW { top:11.5625rem;left:10.125rem;width:13.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRBrr3bkdW63g15V4UttHl2o0XqEV5G2 { top:11.5625rem;left:22.0625rem;width:13.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODZfAQuTc6wlf7olAipsFNI4EiJotM7 { top:11.5625rem;left:34rem;width:13.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnJWMy07wkyHOWwZPsPRk16bZzJLh5Ti { top:2.5625rem;left:0rem;width:31.4375rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf93bKC80D51kdkoF7ScKaFvuRElAPcL { display:block; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZN1wxXOUpWW3Rf1zkKbcbHnoJbGzHqy4 { top:31.875rem;left:0.125rem;width:23.75rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDbq4VFnH8UWEGkpc8QbNUUmhosHXeIm { top:28.875rem;left:0rem;width:24.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdW13TROkSpeXCqQCx2Ee75PLk5w4O40 { top:31.9375rem;left:23.875rem;width:23.75rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGCTzZUsbyHArne33O2dfqJNwd4VWsT { top:28.875rem;left:23.1875rem;width:24.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugqhNBldMzcAd9cFKz7p5aO5ozqE8Bvr { top:56.3125rem;left:0rem;width:25.6875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSgTh5vgkGeNyGWPvfV5obh7obL64KvS { top:74.25rem;left:0rem;width:24.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhodSXSqleXdbB8xVHJCdNE1nS69VPRT { top:77.3125rem;left:0.125rem;width:23.75rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgtEhdWfI6TVVOTkNvSBNrF8NZS8AoRZ { top:56.3125rem;left:22.0625rem;width:25.6875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8g2bQ4rLIwETSLcnMTJ8wIufW9trNrT { top:77.0625rem;left:23.875rem;width:23.75rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBzuKyGZ2BEQR7hD3VGkn14nudImAdmE { top:74.25rem;left:23.1875rem;width:24.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOBm5l3QTSUmPr8zDVa7tXlxP9gD1zzg { top:10.9375rem;left:0rem;width:25.6875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8MAksd3tTG42yHn7K680NxP7QFDiVcB { top:2.625rem;left:0rem;width:31.4375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaA9mdrmAP8qUIJ3uQaPZDBuLLF4QgCH { top:11rem;left:22.0625rem;width:25.6875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w00TmCNIIHpaC1de62c1yATiRy8EzyGe { display:block; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSZVlQS8UU8rr6E4lNdyWHF9frFTVO6I { top:5.375rem;left:0rem;width:25.875rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHDralwdmUaK31CAV1W8Vuuwh6XOr3R { top:11.625rem;left:0rem;width:25.875rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibX86w7e98IeiARhAsnhSdkLivqTUCa { top:19.9375rem;left:0rem;width:26.625rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnA5btTCOoqEMfargUxUm8FSkBlMAOUC { top:5.375rem;left:20.6875rem;width:27.0625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { display:block; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv7o5usO3pTN2PEOUnw8uTmZtIF0Lb9w { top:14.875rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { top:-0.0625rem;left:0rem;width:47.75rem;height:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { top:3.625rem;left:6.53125rem;width:34.6875rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWrETr7ulKdenfPbuwrZQNeV8QKKPkkX { top:9.5rem;left:5.3125rem;width:37.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { top:12.0625rem;left:5.3125rem;width:37.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK70LawgL1tbkMW7utqtkk2VTDQJ7944 { display:block; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8k4BDld3fZ0D9A18CmKJJTVvJnmqz0s { top:2.8125rem;left:0rem;width:41.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR7lCUz4FOw0rGuTzzI8VXTSmOTLsshZ { top:10.125rem;left:0.15625rem;width:23.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtkUkLHlFAesxFutwwRFHLP2LsHn9Uo { top:13.125rem;left:24.03125rem;width:23.0625rem;height:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQXQBJQeQCa1Pu7zagTFKMlR12KdrcJ { width:28.625rem;height:4.0625rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6zkTrHGc7eEf7wdUKZLvVr12CUXkJZb { display:block; }
 }@media only screen and (max-width: 763px) { #iyA0BUR2xsPXO9xCbEpSi3US6i6NcscW { top:8rem;left:0rem;width:27.5625rem;height:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbPNSGl6DMKaA39qS4UEoAVKZtsF2mcE { top:13.125rem;left:0.15625rem;width:23.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDAtlM5225E8CSDUu3CNKBJaAqC9f8D9 { top:8rem;left:20.1875rem;width:27.5625rem;height:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ADOou7xSWDKDvMwAxqGHZGlE5954Xq { top:10.125rem;left:24.03125rem;width:23.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9NOqkaSZxOwPm7ohuCM4beSCnNvxFg { top:40rem;left:0.15625rem;width:23.5625rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tso5oTHDaIGOavemrG6RtTpRUCuIFOdr { top:18rem;left:0rem;width:24.25rem;height:;font-size:1.125rem;display:block; }#Tso5oTHDaIGOavemrG6RtTpRUCuIFOdr li:before{  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7f4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h65U8Wb0QvNdI2F4zLy8VHvNXB9Iw2pK { width:9.875rem;height:2.3125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { width:14.75rem;height:9.597625rem;top:15.375rem;left:2.625rem;font-size:2rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { width:20rem;height:18rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/01218836-ace3-474f-bb31-9249d10c29f4/headertandretningslogbuy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.adaptive-delivery-prevent-bg, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyload, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gL3uCmECNZs0hHE4FK327ALqTzNm8TOZ { width:18.25rem;height:53.25rem;top:13.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkTX8csh3psdzHJszGB4wonma5pgs6d { width:15.75rem;height:8.53030625rem;top:23.6572265625rem;left:2.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { width:7.125rem;height:4.0625rem;top:41.75rem;left:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { width:15.5rem;height:4.0625rem;top:51.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block; }
 }@media only screen and (max-width: 763px) { #pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { width:11.3125rem;height:6.49903125rem;top:57.4375rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { width:20rem;height:13.75rem;top:70.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpZmZTi83zpzUgJkOySZTb94OUSrnhA0 { width:16.625rem;height:7.1484375rem;top:32.1865234375rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#314e42;display:block; }
 }@media only screen and (max-width: 763px) { #XRNkm57e2aFvwZSXRPGJ58sR4tLfSi0E { width:7rem;height:1.29980625rem;top:41rem;left:6.5rem;font-size:1rem;color:#008759;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuD2en3Ihw6NAX4TtTgE7ISJdbWPLmhy { width:15.625rem;height:2.76171875rem;top:46.5625rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { width:20rem;height:7.19825rem;top:22.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { width:20rem;height:19.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { width:20rem;height:2.9375rem;top:68.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block; }
 }@media only screen and (max-width: 763px) { #CE76AHA3sIgceOeFwzAFvaFq40trE6rL { width:8.5rem;height:2.75rem;top:5.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { width:8.3125rem;height:2.0625rem;top:10.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { width:12.5rem;height:1.4624rem;top:3rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe47ThlS5c23TmfxaEUULUuFhF0uZlkT { width:20rem;height:1.21875rem;top:71.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU3LxXLxpxRVTvXJ0Edd3wkJE4WQ2GPe { width:20rem;height:1.625rem;top:31.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8UVSNTwHgweXRMAeMGIMtwJ5OTJ8d9M { width:20rem;height:32.0625rem;top:35rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O { background-color:#f7f4f3;background-image:none;display:block; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container { background-color: transparent; background-image: none; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container > .video-iframe-container { display: none; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row > .video-iframe-container { display: none; }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .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); }#dLiLZDmvEO9tQs0bT5aSTOWNvrJO634O > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8uraJSg0Pucn5Z7TWQ6RW7lOF1ULMlD { width:20rem;height:4.798825rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eibpsvsGRhpln2mTGNfE8OWVKDcOkCvH { width:20rem;height:5.0625rem;top:8.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QbZG4saPaO5lxkH1nqLrR27842qq814a { width:14.25rem;height:20.375rem;top:8.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxMvZh9T5aivtA3O3Tq3Mu40bEe1VaG { width:4rem;height:1.70605625rem;top:26.625rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDB2M1Bc7tHEZl00r8HnLyJAs4a2Tist { width:13.125rem;height:16.9375rem;top:9.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMB1mzqD71Hs6HcpGG0k0nT4UiXyBy1n { width:14.25rem;height:20.375rem;top:30.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiZa1EbNtJDqTirZK8LsPhDiFWgPXJeT { width:4rem;height:1.70605625rem;top:48.375rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfbXprnkaUDQbLClLe21WUP84IfOscGK { width:13.125rem;height:16.9375rem;top:30.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt { background-color:#f7f4f3;background-image:none;display:block; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container { background-color: transparent; background-image: none; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container > .video-iframe-container { display: none; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row > .video-iframe-container { display: none; }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .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); }#vd20DJxEPVzoaRlK9Pud8QeQcySNtAvt > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HItT9vdaL9M8506FzqN9bPvIpmdHJVCc { width:17.25rem;height:7.19825rem;top:1.8125rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANaFuUVRkEGWibhrwgsgyuTgMKW2QmbB { width:20rem;height:5.0625rem;top:8.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IXbOsSIeKI9MkBqVvQk0xGc5gdAz5CKD { width:14.25rem;height:12.5rem;top:10.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3OZ5GWd5qVSioqygPPxUuB2JFQ40DT2 { width:4rem;height:1.70605625rem;top:20.75rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwRZkXQRsBktHTlWURzUoPDiauu7btPl { width:13.125rem;height:8.875rem;top:11.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4dcb1ihPSROqVhmQtoh4yzBxkpkrbU { width:14.25rem;height:12.5rem;top:24.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys2Qf3ntCPgKRHXHsXFGk0KpILZHHB1E { width:4rem;height:1.70605625rem;top:34.6875rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUcrn8v6ZwOPCTWlcDggVdNTPdiPK6I { width:13.125rem;height:8.875rem;top:25.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL { background-color:#f7f4f3;background-image:none;display:block; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container { background-color: transparent; background-image: none; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container > .video-iframe-container { display: none; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row > .video-iframe-container { display: none; }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .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); }#snTxTIdp0yN6ufcDVyz2BPTryUtk4xbL > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJsID57M4JCoPV3woiNlRVOA2qnzLaQ7 { width:20rem;height:5.0625rem;top:8.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yMW1Vz8yTySiR76zC6AqdhoOWk1eil6Q { width:4rem;height:1.70605625rem;top:37.8125rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyNhFoZiClzn399xcufSfBXpEvWt3d4 { width:14.25rem;height:4.0625rem;top:56.25rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfTe3VNRM6L9g5V8lt2VweslCcIJ2nih { display:block; }
 }@media only screen and (max-width: 763px) { #NU0u9hPOzelUpwAq1cMVR9HD5J7izNG0 { width:14.25rem;height:12.5rem;top:27.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGzNecSyC6UN1Aflg6J10B9BUJKLXXfh { width:13.125rem;height:8.875rem;top:28.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVM0swoycNV4qG9ORycTpJ5FqpqPbxlN { width:4rem;height:1.70605625rem;top:51.625rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4GqXbSu4zPHB7mvnhGTgA6gFNtOzT5 { width:14.25rem;height:12.5rem;top:41.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WInfPVbyUC8BvvSTFOrpKk7xirlWptQX { width:13.125rem;height:8.875rem;top:42.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFOteUSUr4VxH9VlOdSETtpdgV1hTC0k { width:18.3125rem;height:4.798825rem;top:1.75rem;left:0.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a { width:13.25rem;height:16.9375rem;top:8.375rem;left:2.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/022cc564-93c5-4eb0-ac8f-f97b13eb2dd2/kirsten.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a.adaptive-delivery-prevent-bg, #bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a.lazyload, #bGx6UtL74WT6qgPZIEUloO0D3cUhuW8a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC { display:block; }#AHMWfhOcdDS9gEQbFyTxfhE0Vgk0IGVC > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bur0uFyDMEQh8Jh8bW9ZAMoMMBH2krsm { width:12.5rem;height:4.798825rem;top:7.75rem;left:2.3125rem;font-size:2rem;color:#c7e2d2;display:block; }
 }@media only screen and (max-width: 763px) { #FfhT79ePqfkTnnhsGDbJ1yGz7bUxP9tA { width:20rem;height:0;top:44.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #koZaM3AWDBTcd42o07feidexabHtId8m { width:2.5625rem;height:2.5625rem;top:14.5625rem;left:1.625rem;font-size:1.75rem;color:#008759;display:block; }
 }@media only screen and (max-width: 763px) { #IAz801XIpHqOCZ3Ro6IByGlrVwASlb2R { width:2rem;height:2rem;top:14.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryHnMm6qFZtIPQ1wUcM5UixtcvF4mRbT { width:2.5625rem;height:2.5625rem;top:21.8125rem;left:1.625rem;font-size:1.75rem;color:#008759;display:block; }
 }@media only screen and (max-width: 763px) { #JpgfpkKZfSduTLzemT6EUKOJ9yWpVJEr { width:2rem;height:2rem;top:21.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0FDOl3Sr1T6xVfXBudhQkHDhtcxQcsD { width:20rem;height:58.6875rem;top:3.9375rem;left:0.03125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FdQTF6VcuU3XQLzVp5O1x6RDS239Tlqn { width:2.5625rem;height:2.5625rem;top:32.125rem;left:1.625rem;font-size:1.75rem;color:#008759;display:block; }
 }@media only screen and (max-width: 763px) { #JqQa25TkOzM9zuiJZTlnRXBRW6TD8Cqa { width:2rem;height:2rem;top:32.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkBgfdeAhxfxPMKSi61HVc8ZHKvy6DW9 { width:2.5625rem;height:2.5625rem;top:37.9375rem;left:1.625rem;font-size:1.75rem;color:#008759;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJCJiuUoFUQmGTJCWMzPCJDFaxPtfJM { width:2rem;height:2rem;top:38.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMIQJL4nqkZm0qKNGMunKT6Pc5xyvoGx { width:2.5625rem;height:2.5625rem;top:43.6875rem;left:1.625rem;font-size:1.75rem;color:#008759;display:block; }
 }@media only screen and (max-width: 763px) { #yBQ8mVZ8NMgZ6XhxCr19ts90NKPgb56a { width:2rem;height:2rem;top:43.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKB3h5d8EHGkbJAHP4IshiE0niD97bqU { width:20rem;height:0;top:23.375rem;left:-4.9375rem;font-size:1.125rem;z-index:15019;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BoHXn6W9wbsE2qDB3TFzD2tmKcviGiXz { width:19.8125rem;height:12.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGerwAUe0Xggr3DenZ3EptGx7iRrFTUS { top:15.25rem;left:5.25rem;width:13.375rem;height:43.857425rem;z-index:15031;font-family:montserrat;color:#ffffff;font-weight:300;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty51HPZTR765s8PzLTSXuFLpG61SEmD0 { width:2.5625rem;height:2.5625rem;top:52.5rem;left:1.625rem;font-size:1.75rem;color:#008759;display:block; }
 }@media only screen and (max-width: 763px) { #lRM7pwbUi3ulhCNOO8f6ZiHzQ4MwNkPF { width:2rem;height:2rem;top:52.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { width:20rem;height:18.8125rem;top:2.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/189d713b-9cf0-4ec2-b1eb-788b9f7ee082/cosmeticstandretningclearcorrect.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nIyVg15UZSSmT2wREmyetQSznaDCuuS0.adaptive-delivery-prevent-bg, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyload, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { width:20rem;height:1.21875rem;top:46.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC3UZn7Lz6LZiV3yTzvu8t0Wgar1bB1J { width:20rem;height:4.798825rem;top:22.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emZQllooBM0CTNEISszVruZ02SOgTJRz { width:20rem;height:9.75rem;top:29.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #If8cWleCi54EykqxvwPKGBi2tZfztDHl { width:20rem;height:4.0625rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBocRDO2ZaDG5HKikfCMyxGcB4NcTqau { display:block; }
 }@media only screen and (max-width: 763px) { #w8QGArh8lef8U987Sd2fhyfci4TtsQhm { background-color:#f7f4f3;background-image:none;display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { background-color: transparent; background-image: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row > .video-iframe-container { display: none; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .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); }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { width:20rem;height:15rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN { display:block; }#LVvmEmGIDTzuZNilLQUAFEUIik7ZdNgN > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZW7P6KPCUdhQ9HLQGHuzSdeaV4yM4boL { width:20rem;height:14.3965rem;top:2.0625rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqytC81tEy4lC3F1qtnEUssLVUOPVOO0 { width:20rem;height:2.923825rem;top:20.724609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XreRxiAlCcm500L55RrRKp1N98xVH2Tw { height:10.979166666667rem;width:20rem;top:17rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0H0PiRky3IQUBSTRPiz32lVTIvTLrLM { height:11.25rem;width:20rem;top:26.3125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #A7rpP36hEesrEHqrTB8lEQN75MBvC9tq { display:none; }#A7rpP36hEesrEHqrTB8lEQN75MBvC9tq > .row .container { width:20rem;height:137.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ln68e88907TatCQSRzSyKZcNvp63B7P0 { width:14.75rem;height:3.9375rem;top:1.25rem;left:2.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9eFGotSZ2RWMwvQhCivdMhCOiVt8949 { width:12.5rem;height:18.19725rem;top:6.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEh0T5LImTDF1WwuTGQIzLfPdI2kJCQM { width:17.375rem;height:3.9375rem;top:25.8838125rem;left:1.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfTWBP0oax8D6klTMgJS0yIAxEV2hDiE { width:12.5rem;height:14.297875rem;top:31.0713125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTsSAWeV3xkp6MgcOaXOBttdWhITGqOU { width:18.5625rem;height:1.875rem;top:46.6191875rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqRkqyWTNhsrdtvZmTgscCz6OQn674co { width:12.5rem;height:16.8974375rem;top:49.7441875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scq0CtsaOBPvfeSRDh8fin58GpQXbIQW { width:11.9375rem;height:1.96875rem;top:67.8906875rem;left:4rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMfEd6PWD5i90h10o2etF1u4gC1yVf4k { width:12.5rem;height:18.19725rem;top:71.1094375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwVw4JvoXub8b78hMWdwlcl7Q084vzGk { width:13.75rem;height:8.75rem;top:97.49325rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnZS2r4nQgNrbmTq1zkDlwWr134E2aXW { width:13.75rem;height:8.75rem;top:107.49325rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRBrr3bkdW63g15V4UttHl2o0XqEV5G2 { width:13.75rem;height:8.75rem;top:117.49325rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODZfAQuTc6wlf7olAipsFNI4EiJotM7 { width:13.75rem;height:8.75rem;top:127.49325rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnJWMy07wkyHOWwZPsPRk16bZzJLh5Ti { width:20rem;height:0;top:90.55575rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yf93bKC80D51kdkoF7ScKaFvuRElAPcL { display:block; }#yf93bKC80D51kdkoF7ScKaFvuRElAPcL > .row .container { width:20rem;height:204.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZN1wxXOUpWW3Rf1zkKbcbHnoJbGzHqy4 { width:17.8125rem;height:25.3125rem;top:31.4375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDbq4VFnH8UWEGkpc8QbNUUmhosHXeIm { width:17.9375rem;height:2.34375rem;top:28.625rem;left:1.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdW13TROkSpeXCqQCx2Ee75PLk5w4O40 { width:16.625rem;height:20.25rem;top:82.375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsGCTzZUsbyHArne33O2dfqJNwd4VWsT { width:16.3125rem;height:3.75rem;top:77.6875rem;left:1.875rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugqhNBldMzcAd9cFKz7p5aO5ozqE8Bvr { width:17.625rem;height:16.4375rem;top:105.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSgTh5vgkGeNyGWPvfV5obh7obL64KvS { width:17.3125rem;height:3.75rem;top:123.875rem;left:1.6875rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhodSXSqleXdbB8xVHJCdNE1nS69VPRT { width:16.625rem;height:25.3125rem;top:129.125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgtEhdWfI6TVVOTkNvSBNrF8NZS8AoRZ { width:17.625rem;height:16.4375rem;top:156.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8g2bQ4rLIwETSLcnMTJ8wIufW9trNrT { width:16.625rem;height:23.625rem;top:177.375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBzuKyGZ2BEQR7hD3VGkn14nudImAdmE { width:16.5625rem;height:2.34375rem;top:174.25rem;left:1.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOBm5l3QTSUmPr8zDVa7tXlxP9gD1zzg { width:17.625rem;height:13.875rem;top:12.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8MAksd3tTG42yHn7K680NxP7QFDiVcB { width:20rem;height:7.7988125rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaA9mdrmAP8qUIJ3uQaPZDBuLLF4QgCH { width:17.625rem;height:16.4375rem;top:59.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w00TmCNIIHpaC1de62c1yATiRy8EzyGe { display:block; }#w00TmCNIIHpaC1de62c1yATiRy8EzyGe > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSZVlQS8UU8rr6E4lNdyWHF9frFTVO6I { width:20rem;height:4.798825rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkHDralwdmUaK31CAV1W8Vuuwh6XOr3R { width:20rem;height:8.53025rem;top:33.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TibX86w7e98IeiARhAsnhSdkLivqTUCa { width:20rem;height:18.5625rem;top:43.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnA5btTCOoqEMfargUxUm8FSkBlMAOUC { width:20rem;height:20.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { display:block; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { background-color: transparent; background-image: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container > .video-iframe-container { display: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row > .video-iframe-container { display: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .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); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { border-width: 0; border-radius: 0; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { width:20rem;height:50.8125rem;background-color:#f7f4f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv7o5usO3pTN2PEOUnw8uTmZtIF0Lb9w { width:16.75rem;height:23.375rem;top:18.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { width:20rem;height:45rem;top:0rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { width:17.9375rem;height:9.097625rem;top:2.3125rem;left:1.03125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWrETr7ulKdenfPbuwrZQNeV8QKKPkkX { width:18.25rem;height:2.923825rem;top:12.8125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { width:20rem;height:1.21875rem;top:16.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK70LawgL1tbkMW7utqtkk2VTDQJ7944 { background-color:#314e42;background-image:none;display:block; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { background-color: transparent; background-image: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .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); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { width:20rem;height:123.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8k4BDld3fZ0D9A18CmKJJTVvJnmqz0s { width:20rem;height:5.19921875rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QR7lCUz4FOw0rGuTzzI8VXTSmOTLsshZ { width:18.9375rem;height:2.34375rem;top:10.625rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtkUkLHlFAesxFutwwRFHLP2LsHn9Uo { width:16.75rem;height:38.8125rem;top:72.25rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQXQBJQeQCa1Pu7zagTFKMlR12KdrcJ { width:20rem;height:4.0625rem;top:115.13671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6zkTrHGc7eEf7wdUKZLvVr12CUXkJZb { display:block; }
 }@media only screen and (max-width: 763px) { #iyA0BUR2xsPXO9xCbEpSi3US6i6NcscW { width:20rem;height:55.4375rem;top:8.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rbPNSGl6DMKaA39qS4UEoAVKZtsF2mcE { width:17.625rem;height:3.375rem;top:13.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDAtlM5225E8CSDUu3CNKBJaAqC9f8D9 { width:20rem;height:46.3125rem;top:67.125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #A7ADOou7xSWDKDvMwAxqGHZGlE5954Xq { width:18.5625rem;height:2.34375rem;top:69.125rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9NOqkaSZxOwPm7ohuCM4beSCnNvxFg { width:17.6875rem;height:13.5rem;top:48.5rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tso5oTHDaIGOavemrG6RtTpRUCuIFOdr { width:17.8125rem;height:27.1875rem;top:18.76171875rem;left:1.125rem;font-size:1.125rem;display:block; }#Tso5oTHDaIGOavemrG6RtTpRUCuIFOdr li:before{  }
 }