.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262833;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; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row .container { background-color: transparent; background-image: none; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row .container > .video-iframe-container { display: none; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row > .video-iframe-container { display: none; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .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); }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row .container { border-width: 0; border-radius: 0; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row .container { font-size:14px;font-family:arial;height:11px;width:1200px;position:relative;display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc795b5f-9e67-478f-a522-5f04d19490e3/boliobbangsgadeudviklingsprojektodensec.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.adaptive-delivery-prevent-bg, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyload, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyloading { background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { background-color: transparent; background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .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); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { border-width: 0; border-radius: 0; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { font-size:14px;font-family:arial;height:780px;width:1200px;position:relative;display:block; }#btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { 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;height:44px;width:106px;top:24px;left:15px;overflow:hidden;display:block; }
#F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: 2px 2px 3px rgba(11,36,90,0.25) ;height:87px;width:140px;top:0px;left:0px;display:block; }
#Uum5GcaUp4z0LEF3SmP36x3lmMGLmaRS { color:#ffffff;display:block;width:487px;position:absolute;font-family:"dm serif display";font-size:70px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:274.5px;left:29.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSIeQgWP0eN0vT6I1L7UUDqCVFw5T8Iq { position:absolute;display:block;z-index:14998;background-color:rgba(38,40,51,0.3);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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;height:320px;width:548px;top:251px;left:-1px;display:block; }
#FQvo5ykp8h84JaagIBmOzPACp7HQ9fJK { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;height:35px;width:249px;top:232px;left:275px;display:block; }
#Mad7yJr3iNk3EcbTwAvWUOQHoJauEL5S { color:#ffffff;display:block;width:248px;position:absolute;font-family:"be vietnam pro";font-size:13px;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:240px;left:277px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zGcd04wbInyIKKrWG8TNKBwkpGOUe6VU { box-sizing:content-box;color:#262833;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:586px;left:512px;display:block; }
#tQ1LKHSNsRDpdDV4t4T3aMZVQTnWK4ux { 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;height:58px;width:317px;top:30px;left:153.5px;overflow:hidden;display:block; }
#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);background-image: -moz-linear-gradient(top, #cccccc, #ffffff);background-image: -ms-linear-gradient(top, #cccccc, #ffffff);background-image: -o-linear-gradient(top, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #cccccc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { background-color: transparent; background-image: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container > .video-iframe-container { display: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container { display: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .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); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { border-width: 0; border-radius: 0; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { font-size:14px;font-family:arial;height:13px;width:1200px;position:relative;display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { background-color: transparent; background-image: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container > .video-iframe-container { display: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container { display: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .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); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { border-width: 0; border-radius: 0; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { font-size:14px;font-family:arial;height:35px;width:1200px;position:relative;display:block; }#qlehogiUkMRK2xotdZStCIrCRhynXTel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { background-color: transparent; background-image: none; }#qlehogiUkMRK2xotdZStCIrCRhynXTel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container > .video-iframe-container { display: none; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row > .video-iframe-container { display: none; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .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); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { border-width: 0; border-radius: 0; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }#Sogk9TUGyCZf3QgG4hf1QvSatfLeOdkm { color:#262833;display:block;width:508px;position:absolute;font-family:"dm serif display";font-size:32px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:41px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#btqUeFEqqnQlxlqyg2yqWbD6Ap0vMMZ4 { color:#262833;display:block;width:530px;position:absolute;font-family:"be vietnam pro";font-size:13px;font-weight:300;z-index:15003;line-height:2;letter-spacing:0;top:86px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fe3TDJtBQi7zEWEE31N9fgQEdyrp5Oth { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;height:400px;width:598px;top:0px;left:600px;overflow:hidden;display:block; }
#LH6P7ifNUT1kMEa97ZtGyEkcCOWH8GHV { position:absolute;display:block;z-index:15005;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;height:33px;width:80px;top:358px;left:1107px;overflow:hidden;display:block; }
#fIFzdfVievo36mC4ELdF0gH7sSGqc6hE { background-color:#edc661;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-sizing:border-box;color:#262833;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"be vietnam pro";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:45px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:263px;left:0px;display:block; }
#zAnyZ1VVky72rpat9BcfE4nbrSPtgvTe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Be5U2VA4T3o5WqMXhAriNawbeLVQNaoA { box-sizing:content-box;color:#262833;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:270px;left:214px;display:block; }
#XUrxTqMJN7abLTNk2nrtKvvKf0HzHFPB { 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;height:25px;width:141px;top:370px;left:609px;overflow:hidden;display:block; }
#F1ppmVq2STham4T71vx2aBQgVBCSNAVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container { background-color: transparent; background-image: none; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container > .video-iframe-container { display: none; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row > .video-iframe-container { display: none; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .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); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container { border-width: 0; border-radius: 0; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }#th44IDci7EK2ykqloHqHpXcuDSi3BoFh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-left-radius:2px;border-bottom-right-radius:0;height:396px;width:601px;top:0px;left:0px;overflow:hidden;display:block; }
#D3ETz8264cD0XDSCA75ZKpZba2N7DuC1 { position:absolute;display:block;z-index:15001;background-color:#262833;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;border-top-right-radius:2px;border-bottom-left-radius:0;border-bottom-right-radius:2px;height:400px;width:600px;top:0px;left:600px;display:block; }
#ooFLbT33HSaZp3OHrTbDsG5m8b9BkvVG { color:#ffffff;display:block;width:508px;position:absolute;font-family:"dm serif display";font-size:32px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:50px;left:655px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tD34WIMP4RPxnfBmE3TtAbE3gEiFrGHI { color:#ffffff;display:block;width:487px;position:absolute;font-family:"be vietnam pro";font-size:13px;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:176.5px;left:656.5px;height:104px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XlFh7r6VOu9OeyoPlzSD0LmIDICs6Adr { color:#ffffff;display:block;width:487px;position:absolute;font-family:"be vietnam pro";font-size:13px;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:104px;left:656.5px;height:52px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uv0vmQwP7F7tQFm2gKpeEAAM9n2vXV03 { position:absolute;display:block;z-index:15006;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;height:33px;width:80px;top:357px;left:11px;overflow:hidden;display:block; }
#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row .container { background-color: transparent; background-image: none; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row .container > .video-iframe-container { display: none; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row > .video-iframe-container { display: none; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .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); }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row .container { border-width: 0; border-radius: 0; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row .container { font-size:14px;font-family:arial;height:430px;width:1200px;position:relative;display:block; }#KWyl4XkKGNK7OmAxJqm7naECtvJQpPfB { color:#262833;display:block;width:508px;position:absolute;font-family:"dm serif display";font-size:32px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:33px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vHXtT0i3NkwMATcuP00QkATv0cfHzVBP { color:#262833;display:block;width:491px;position:absolute;font-family:"be vietnam pro";font-size:13px;font-weight:300;z-index:15003;line-height:2;letter-spacing:0;top:92px;left:0px;height:260px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FzGF9WC6HSJwVqtvp7asx8pvfNy8IbLG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;height:400px;width:600px;top:0px;left:600px;overflow:hidden;display:block; }
#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d53222ff-79bf-4102-811d-d8b9ffa3399f/rugaardvej40gaardmiljoe.webp");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM.adaptive-delivery-prevent-bg, #x3k8lStCMTdepwg5eagw9UUaiGG9lmTM.lazyload, #x3k8lStCMTdepwg5eagw9UUaiGG9lmTM.lazyloading { background-image: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container { background-color: transparent; background-image: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container > .video-iframe-container { display: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row > .video-iframe-container { display: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .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); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container { border-width: 0; border-radius: 0; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#WuDmimdE7fqSxLlhlHJanMbgQTs89aee { color:#ffffff;display:block;width:508px;position:absolute;font-family:"dm serif display";font-size:36px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:287px;left:51px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PHZG84RdRx9C6bdaFRHktTO8eT7W6M9d { color:#ffffff;display:block;width:507px;position:absolute;font-family:"be vietnam pro";font-size:13px;font-weight:300;z-index:15003;line-height:2;letter-spacing:0;top:339px;left:51px;height:104px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GSTLRxv4wiENbFy5zckWkgz1W7NIg2hg { position:absolute;display:block;z-index:15007;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;height:33px;width:80px;top:240px;left:51px;overflow:hidden;display:block; }
#iasGaI2AsmVsA3aFmQhlQdVNvsRUoxJ5 { position:absolute;display:block;z-index:14999;background-color:#262833;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;height:307px;width:609px;top:217px;left:0px;display:block; }
#vEyp8MR6Dn2UK4q3NWtApDl9UgzrbTcX { position:absolute;display:block;z-index:15008;background-color:#edc661;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:200px;top:272px;left:51px;display:block; }
#al4TdlwGSiqphe8SovQpaURfNnHNZaDo { background-color:#edc661;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-sizing:border-box;color:#262833;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"be vietnam pro";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:45px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:460px;left:51px;display:block; }
#DDp8JWeyLk2bRm8ZvT9BSBL12ctBF2N8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#shOIaOVQDVkdqBZ3Kl7Wos7ytGkInsSB { box-sizing:content-box;color:#262833;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:467.5px;left:263px;display:block; }
#mZlAOluueoNAUKrJQLeUXovw5kWPI18p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #262833);background-image: -moz-linear-gradient(180deg, #000000, #262833);background-image: -ms-linear-gradient(180deg, #000000, #262833);background-image: -o-linear-gradient(180deg, #000000, #262833);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262833' );";background-image: linear-gradient(180deg, #000000, #262833);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { background-color: transparent; background-image: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .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); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { border-width: 0; border-radius: 0; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { font-size:14px;font-family:arial;height:15px;width:1200px;position:relative;display:block; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262833;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; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row .container { background-color: transparent; background-image: none; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row .container > .video-iframe-container { display: none; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row > .video-iframe-container { display: none; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .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); }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row .container { border-width: 0; border-radius: 0; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row .container { font-size:14px;font-family:arial;height:170px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f97nORXb9QdowaRt3u7x4W8JsQzwaPWG { display:block; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { top:24px;left:0px;width:106px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { top:0px;left:0px;width:140px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #Uum5GcaUp4z0LEF3SmP36x3lmMGLmaRS { top:274px;left:0px;width:487px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wSIeQgWP0eN0vT6I1L7UUDqCVFw5T8Iq { top:251px;left:0px;width:548px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #FQvo5ykp8h84JaagIBmOzPACp7HQ9fJK { top:232px;left:57px;width:249px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Mad7yJr3iNk3EcbTwAvWUOQHoJauEL5S { top:240px;left:59px;width:248px;height:;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zGcd04wbInyIKKrWG8TNKBwkpGOUe6VU { top:586px;left:294px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tQ1LKHSNsRDpdDV4t4T3aMZVQTnWK4ux { top:30px;left:0px;width:317px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlehogiUkMRK2xotdZStCIrCRhynXTel { display:block; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sogk9TUGyCZf3QgG4hf1QvSatfLeOdkm { top:31px;left:0px;width:508px;height:41px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #btqUeFEqqnQlxlqyg2yqWbD6Ap0vMMZ4 { top:86px;left:0px;width:530px;height:;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fe3TDJtBQi7zEWEE31N9fgQEdyrp5Oth { top:0px;left:164px;width:598px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #LH6P7ifNUT1kMEa97ZtGyEkcCOWH8GHV { top:358px;left:684px;width:80px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #fIFzdfVievo36mC4ELdF0gH7sSGqc6hE { width:250px;height:45px;top:263px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zAnyZ1VVky72rpat9BcfE4nbrSPtgvTe { display:block; }
 }@media only screen and (max-width: 763px) { #Be5U2VA4T3o5WqMXhAriNawbeLVQNaoA { top:270px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #XUrxTqMJN7abLTNk2nrtKvvKf0HzHFPB { top:370px;left:391px;width:141px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #F1ppmVq2STham4T71vx2aBQgVBCSNAVH { display:block; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th44IDci7EK2ykqloHqHpXcuDSi3BoFh { top:0px;left:0px;width:601px;height:396px;display:block; }
 }@media only screen and (max-width: 763px) { #D3ETz8264cD0XDSCA75ZKpZba2N7DuC1 { top:0px;left:164px;width:600px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #ooFLbT33HSaZp3OHrTbDsG5m8b9BkvVG { top:50px;left:256px;width:508px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tD34WIMP4RPxnfBmE3TtAbE3gEiFrGHI { top:176px;left:277px;width:487px;height:104px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XlFh7r6VOu9OeyoPlzSD0LmIDICs6Adr { top:104px;left:277px;width:487px;height:52px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0vmQwP7F7tQFm2gKpeEAAM9n2vXV03 { top:357px;left:0px;width:80px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #X12OX9RaFqC0asWvdoxvTTHb3syTxiZO { display:block; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWyl4XkKGNK7OmAxJqm7naECtvJQpPfB { top:33px;left:0px;width:508px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #vHXtT0i3NkwMATcuP00QkATv0cfHzVBP { top:92px;left:0px;width:491px;height:;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FzGF9WC6HSJwVqtvp7asx8pvfNy8IbLG { top:0px;left:164px;width:600px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #x3k8lStCMTdepwg5eagw9UUaiGG9lmTM { display:block; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuDmimdE7fqSxLlhlHJanMbgQTs89aee { top:287px;left:0px;width:508px;height:46px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PHZG84RdRx9C6bdaFRHktTO8eT7W6M9d { top:339px;left:0px;width:507px;height:104px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GSTLRxv4wiENbFy5zckWkgz1W7NIg2hg { top:240px;left:0px;width:80px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #iasGaI2AsmVsA3aFmQhlQdVNvsRUoxJ5 { top:217px;left:0px;width:609px;height:307px;display:block; }
 }@media only screen and (max-width: 763px) { #vEyp8MR6Dn2UK4q3NWtApDl9UgzrbTcX { top:272px;left:0px;width:200px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #al4TdlwGSiqphe8SovQpaURfNnHNZaDo { width:250px;height:45px;top:460px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DDp8JWeyLk2bRm8ZvT9BSBL12ctBF2N8 { display:block; }
 }@media only screen and (max-width: 763px) { #shOIaOVQDVkdqBZ3Kl7Wos7ytGkInsSB { top:467px;left:45px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mZlAOluueoNAUKrJQLeUXovw5kWPI18p { display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v21L1bvNywiIroOhX1HpKwAxudv2Kir7 { display:block; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#262833;background-image:none;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) { #f97nORXb9QdowaRt3u7x4W8JsQzwaPWG { display:block; }#f97nORXb9QdowaRt3u7x4W8JsQzwaPWG > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6765019d-d0f3-4b96-84ed-a58701ed1f37/kertemindefront2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.adaptive-delivery-prevent-bg, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyload, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyloading { background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { background-color: transparent; background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .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); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { width:320px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { width:80px;height:33px;top:24px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { width:112px;height:71px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Uum5GcaUp4z0LEF3SmP36x3lmMGLmaRS { width:207px;height:108px;top:143.5px;left:40.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wSIeQgWP0eN0vT6I1L7UUDqCVFw5T8Iq { width:280px;height:139px;top:126px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FQvo5ykp8h84JaagIBmOzPACp7HQ9fJK { width:155px;height:27px;top:113px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #Mad7yJr3iNk3EcbTwAvWUOQHoJauEL5S { width:155px;height:16px;top:119px;left:134px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zGcd04wbInyIKKrWG8TNKBwkpGOUe6VU { width:25px;height:25px;top:275px;left:270px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tQ1LKHSNsRDpdDV4t4T3aMZVQTnWK4ux { width:317px;height:58px;top:320px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { width:320px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { display:none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { width:320px;height:1px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qlehogiUkMRK2xotdZStCIrCRhynXTel { display:block; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { width:320px;height:542.71875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sogk9TUGyCZf3QgG4hf1QvSatfLeOdkm { width:320px;height:29px;top:10px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #btqUeFEqqnQlxlqyg2yqWbD6Ap0vMMZ4 { width:320px;height:192px;top:55px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fe3TDJtBQi7zEWEE31N9fgQEdyrp5Oth { width:320px;height:213px;top:264.71875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LH6P7ifNUT1kMEa97ZtGyEkcCOWH8GHV { width:50px;height:21px;top:445.71875px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #fIFzdfVievo36mC4ELdF0gH7sSGqc6hE { width:250px;height:45px;top:423px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zAnyZ1VVky72rpat9BcfE4nbrSPtgvTe { display:block; }
 }@media only screen and (max-width: 763px) { #Be5U2VA4T3o5WqMXhAriNawbeLVQNaoA { width:30px;height:30px;top:430px;left:250px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #XUrxTqMJN7abLTNk2nrtKvvKf0HzHFPB { width:141px;height:25px;top:497.71875px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #F1ppmVq2STham4T71vx2aBQgVBCSNAVH { background-color:#262833;background-image:none;display:block; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container { background-color: transparent; background-image: none; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container > .video-iframe-container { display: none; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row > .video-iframe-container { display: none; }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .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); }#F1ppmVq2STham4T71vx2aBQgVBCSNAVH > .row .container { width:320px;height:617px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th44IDci7EK2ykqloHqHpXcuDSi3BoFh { width:320px;height:211px;top:333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D3ETz8264cD0XDSCA75ZKpZba2N7DuC1 { width:320px;height:315px;top:18px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ooFLbT33HSaZp3OHrTbDsG5m8b9BkvVG { width:309px;height:58px;top:32.71875px;left:10px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tD34WIMP4RPxnfBmE3TtAbE3gEiFrGHI { width:300px;height:144px;top:169px;left:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XlFh7r6VOu9OeyoPlzSD0LmIDICs6Adr { width:309px;height:44px;top:108px;left:10px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0vmQwP7F7tQFm2gKpeEAAM9n2vXV03 { width:80px;height:33px;top:564px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #X12OX9RaFqC0asWvdoxvTTHb3syTxiZO { display:block; }#X12OX9RaFqC0asWvdoxvTTHb3syTxiZO > .row .container { width:320px;height:651px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWyl4XkKGNK7OmAxJqm7naECtvJQpPfB { width:320px;height:29px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #vHXtT0i3NkwMATcuP00QkATv0cfHzVBP { width:320px;height:360px;top:64px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FzGF9WC6HSJwVqtvp7asx8pvfNy8IbLG { width:320px;height:212px;top:424px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x3k8lStCMTdepwg5eagw9UUaiGG9lmTM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f427430-d105-406c-92f9-dcb2960378f9/kertemindetopbar.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM.adaptive-delivery-prevent-bg, #x3k8lStCMTdepwg5eagw9UUaiGG9lmTM.lazyload, #x3k8lStCMTdepwg5eagw9UUaiGG9lmTM.lazyloading { background-image: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container { background-color: transparent; background-image: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container > .video-iframe-container { display: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row > .video-iframe-container { display: none; }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .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); }#x3k8lStCMTdepwg5eagw9UUaiGG9lmTM > .row .container { width:320px;height:415px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuDmimdE7fqSxLlhlHJanMbgQTs89aee { width:300px;height:32px;top:120px;left:10px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PHZG84RdRx9C6bdaFRHktTO8eT7W6M9d { width:300px;height:168px;top:164px;left:12px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GSTLRxv4wiENbFy5zckWkgz1W7NIg2hg { width:80px;height:33px;top:71px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #iasGaI2AsmVsA3aFmQhlQdVNvsRUoxJ5 { width:320px;height:284px;top:55px;left:0px;background-color:rgba(38,40,51,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vEyp8MR6Dn2UK4q3NWtApDl9UgzrbTcX { width:200px;height:1px;top:103px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #al4TdlwGSiqphe8SovQpaURfNnHNZaDo { width:250px;height:45px;top:348px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #DDp8JWeyLk2bRm8ZvT9BSBL12ctBF2N8 { display:block; }
 }@media only screen and (max-width: 763px) { #shOIaOVQDVkdqBZ3Kl7Wos7ytGkInsSB { width:30px;height:30px;top:354.5px;left:281px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mZlAOluueoNAUKrJQLeUXovw5kWPI18p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13141a, #262833);background-image: -moz-linear-gradient(180deg, #13141a, #262833);background-image: -ms-linear-gradient(180deg, #13141a, #262833);background-image: -o-linear-gradient(180deg, #13141a, #262833);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13141a', endColorstr='#262833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13141a', endColorstr='#262833' );";background-image: linear-gradient(180deg, #13141a, #262833);background-size:auto !important;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { background-color: transparent; background-image: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .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); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v21L1bvNywiIroOhX1HpKwAxudv2Kir7 { display:block; }#v21L1bvNywiIroOhX1HpKwAxudv2Kir7 > .row .container { width:320px;height:500px;position:relative;display:block; } }