.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:85px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { 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:57px;width:195px;top:11.5px;left:25.5px;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:"open sans";height:820px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { color:#0f5972;display:block;width:327px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:97px;left:69px;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/26651779-4f87-4439-aae0-9b70593c55a3/headerlogbuy.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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:399px;width:960px;top:0px;left:0px;display:block; }#CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.adaptive-delivery-prevent-bg, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyload, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyloading { background-image: none; }
#gL3uCmECNZs0hHE4FK327ALqTzNm8TOZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 9px #ffe6bf ;height:737px;width:372px;top:63px;left:38px;display:block; }
#mTkTX8csh3psdzHJszGB4wonma5pgs6d { color:#0f5972;display:block;width:283px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:212px;left:69px;height:54.5938px;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; }
#AtVs6ifBPv8axB2pT7lnqGRmDT0Nh5N7 { color:#0f5972;display:block;width:180px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:291px;left:70px;height:70.1719px;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; }
#TP86pVaVAlsoc3LwDW0pwfdnHS04Gsnn { color:#0f5972;display:block;width:112px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:291px;left:272px;height:20.7969px;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:#ff9d00;display:block;width:127px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:303px;left:273px;height:58.5px;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; }
#df1FTcNmdWJmFx1fFLBm7qHcXmO2xi3a { color:#0f5972;display:block;width:314px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:382.21875px;left:69px;height:233.9061px;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:#ff9d00;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:37px;border-top-right-radius:37px;border-bottom-left-radius:37px;border-bottom-right-radius:37px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:306px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:616.109375px;left:69px;display:block; }
#EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { color:#0f5972;display:block;width:481px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:697.84375px;left:69px;height:62.3907px;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:220px;width:461px;top:461px;left:452px;display:block; }
#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR { position:relative;display:block; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR { background-color: transparent; background-image: none; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row .container > .video-iframe-container { display: none; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row > .video-iframe-container { display: none; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .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); }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR { border-width: 0; border-radius: 0; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .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; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:474px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81b4cb46-caba-49bc-b967-f9074e09ea70/saertilbud.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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:360px;width:364px;top:40px;left:543px;display:block; }#ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT.adaptive-delivery-prevent-bg, #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT.lazyload, #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT.lazyloading { background-image: none; }
#JvHBKvgTcBnSEtur86pP8kQrVdLdfqJP { color:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:87px;left:33px;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; }
#uegFcewJuA7Adfm2QcvhGCIJq2AJZWsh { color:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:196px;left:33px;height:108px;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; }
#CfdlDndDorvGCnyxvqhrGPr8CdnRiT0D { position:absolute;display:block;z-index:14998;background-color:#fff3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:360px;width:364px;top:74px;left:513px;display:block; }
#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew { position:relative;display:block; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew { background-color: transparent; background-image: none; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .row .container > .video-iframe-container { display: none; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .row > .video-iframe-container { display: none; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .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); }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew { border-width: 0; border-radius: 0; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .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; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1137px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XnsLblTxzKFHDPlwTWHaUkdAJlAfbUWZ { color:#0f5972;display:block;width:380px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:613px;left:62px;height:243px;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; }
#KfT7zxNpA6abwwkx3RBynmHdqkw9wOVR { color:#0f5972;display:block;width:339px;position:absolute;font-family:montserrat;font-size:21px;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:431px;left:62px;height:63px;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; }
#sqSSsCeRQ1tvyvN6VZEIZkgRaAzLiZlG { color:#0f5972;display:block;width:380px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:523px;left:520px;height:297px;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; }
#GsWwEhMFwqtTMglFtmqCru9iH6FiFHX1 { color:#0f5972;display:block;width:393px;position:absolute;font-family:montserrat;font-size:21px;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:432px;left:520px;height:63px;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; }
#uUGPw6s13r2ZL0LrdBFknQUkf6Vqs2Iq { position:absolute;display:block;z-index:15001;background-color:#ddedf1;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:288px;width:960px;top:0px;left:0px;display:block; }
#zMBPbnWSRN6l8IlKUFBTqobwa5Vyk9a8 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 11px #abd3dd ;height:958px;width:432px;top:137px;left:35px;display:block; }
#EqJZiL9VseviospDv9mmlkJ7rzKhnfKO { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e8dc41b7-d118-4615-b769-cdfa690a76f6/nyepatienter.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:20px;border-top-right-radius:20px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:263px;width:411px;top:144px;left:45px;display:block; }#EqJZiL9VseviospDv9mmlkJ7rzKhnfKO.adaptive-delivery-prevent-bg, #EqJZiL9VseviospDv9mmlkJ7rzKhnfKO.lazyload, #EqJZiL9VseviospDv9mmlkJ7rzKhnfKO.lazyloading { background-image: none; }
#hEHAVAv6xsOQmXg9o8TXBK8hyexkJVAn { color:#0f5972;display:block;width:503px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33px;left:229px;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; }
#Qukzwt3fJCvZFPxWA7tLFJuoqf54xifp { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/61a14650-3fb4-4ffa-8d2f-4804bdaf5f57/nyeogeksisterendepatienter.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:20px;border-top-right-radius:20px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:262px;width:402px;top:144.5px;left:503px;display:block; }#Qukzwt3fJCvZFPxWA7tLFJuoqf54xifp.adaptive-delivery-prevent-bg, #Qukzwt3fJCvZFPxWA7tLFJuoqf54xifp.lazyload, #Qukzwt3fJCvZFPxWA7tLFJuoqf54xifp.lazyloading { background-image: none; }
#kvE53BRUil3WU8kssTtZuJDzWuL6OTp7 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 11px #abd3dd ;height:958px;width:421px;top:138px;left:493px;display:block; }
#cE11r9kr6BT0a6PqTgGtFv1d02EX9sIP { color:#0f5972;display:block;width:214px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:523px;left:62px;height:46.7812px;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; }
#aIGEx78gcwIKkqOaQVbPNRS3JnNTVUwk { color:#0f5972;display:block;width:112px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:523px;left:315px;height:20.7969px;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; }
#SPSS09fc8aBvnnCcMTRsLADg83gqNx3v { color:#ff9d00;display:block;width:127px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:535px;left:313px;height:58.5px;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; }
#Ze319FLI6mvdsXbh6qODP6l7r7qCHdqs { color:#0f5972;display:block;width:287px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1032px;left:62px;height:20.7969px;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; }
#VFh2tWZtF6VV2QC4nxVIvQ4LxspQ744y { color:#0f5972;display:block;width:358px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:856px;left:520px;height:67.5px;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; }
#Zw5SzTwcbPXhPIehGAtLQntTCFl3GPgk { color:#0f5972;display:block;width:380px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:888px;left:62px;height:112.5px;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; }
#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { position:relative;display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { 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 { border-width: 0; border-radius: 0; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .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; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:738px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HlkAQTgBGGcGm9dP6U7TIVJu42WEKTQt { color:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23px;left:479px;height:83.1875px;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; }
#IOXDCT3UmUI5wMJSQh0F9dA93PWX9u0R { color:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:131px;left:479px;height:81.8906px;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; }
#Xcq9afwawep5Pw7WZ8nF5i8nKv8Lv7AH { color:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:249px;left:479px;height:405px;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; }
#nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/faa1580a-85c6-4b0e-8f4f-603139f7b08d/prismatchsecondopinion.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffe6bf;border-left:1px solid #ffe6bf;border-right:1px solid #ffe6bf;border-bottom:1px solid #ffe6bf;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:445px;width:395px;top:31px;left:37px;display:block; }#nIyVg15UZSSmT2wREmyetQSznaDCuuS0.adaptive-delivery-prevent-bg, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyload, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyloading { background-image: none; }
#UCTE6qaidraPbxiRRESnWo9p3gQq2nR8 { position:absolute;display:block;z-index:15000;background-color:#fff3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:445px;width:395px;top:71px;left:0px;display:block; }
#QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { color:#0f5972;display:block;width:481px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:681px;left:479px;height:19.5px;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; }
#w8QGArh8lef8U987Sd2fhyfci4TtsQhm { position:relative;display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm { 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 { border-width: 0; border-radius: 0; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .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; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);background-image:none;font-size:14px;font-family:"open sans";height:285px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { position:absolute;display:block;z-index:15002;height:240px;width:960px;top:7.5px;left:0px;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:#ffffff;background-image:none;font-size:14px;font-family:arial;height:578px;width:960px;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:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23px;left:28px;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; }
#L55koTyKNuygQVQCKDZZO48GX9hr7vbi { color:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:131px;left:28px;height:109.188px;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; }
#W9qXEuCLV3L6cn2oc6Hp13mSTUVF6fvJ { color:#0f5972;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:258px;left:28px;height:54px;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:1px solid #ffe6bf;border-left:1px solid #ffe6bf;border-right:1px solid #ffe6bf;border-bottom:1px solid #ffe6bf;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:445px;width:395px;top:23px;left:543.79020979021px;display:block; }#VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.adaptive-delivery-prevent-bg, #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.lazyload, #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.lazyloading { background-image: none; }
#dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { background-color:#f7a700;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:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:47px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:340.5px;left:22px;display:block; }
#G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HKZt3AaMcePxAtGWTdnFxUVtx6c77B15 { position:absolute;display:block;z-index:15000;background-color:#fff3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:445px;width:395px;top:62.5px;left:506.5px;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:49px;width:147px;top:106.1875px;left:576.984375px;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:38px;width:147px;top:193px;left:576.984375px;overflow:hidden;display:block; }
#qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { color:#0f5972;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:59.5px;left:576.984375px;height:23.4px;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:#0f5972;display:block;width:481px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:405.84997558594px;left:22px;height:19.5px;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; }
#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { position:relative;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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);background-image:none;font-size:14px;font-family:"open sans";height:701px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Qv7o5usO3pTN2PEOUnw8uTmZtIF0Lb9w { position:absolute;display:block;z-index:15001;height:350px;width:867px;top:238px;left:51px;display:block; }
#inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { position:absolute;display:block;z-index:15000;background-color:#e4e9eb;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:643px;width:960px;top:-1px;left:0px;display:block; }
#ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { color:#0f5972;display:block;width:485px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:58px;left:238px;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:#0f5972;display:block;width:594px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:153px;left:183px;height:27.2969px;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:#0f5972;display:block;width:594px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:193px;left:183px;height:19.5px;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; }
#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f5972;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; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container { background-color: transparent; background-image: none; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container > .video-iframe-container { display: none; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row > .video-iframe-container { display: none; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .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); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container { border-width: 0; border-radius: 0; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container { font-size:14px;font-family:arial;height:1682px;width:960px;position:relative;display:block; }#k2vQRDQTOoZ01XIcGUxQ91x1eZc5xbex { color:#f6ddaf;display:block;width:664px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:59px;left:20px;height:41.5938px;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; }
#bBxl1cB8KBlv1o3ZkfxyTs180WXNV6mz { color:#ddedf1;display:block;width:807px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:136px;left:20px;height:864px;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; }
#dr5TCco8F1hXOT4xsP6Cxik3xnumRJOf { color:#ddedf1;display:block;width:798px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:1090px;left:23px;height:202.125px;font-style:normal;display:block; }#dr5TCco8F1hXOT4xsP6Cxik3xnumRJOf li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dr5TCco8F1hXOT4xsP6Cxik3xnumRJOf li:before{  }
#AH9CrgaaDz6Nuc6DBX02osZGLxBAUAFi { color:#ddedf1;display:block;width:798px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1387px;left:23px;height:51.7812px;font-style:normal;display:block; }#AH9CrgaaDz6Nuc6DBX02osZGLxBAUAFi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#AH9CrgaaDz6Nuc6DBX02osZGLxBAUAFi li:before{  }
#itRi5g9gmyv1501Ibe25nxJz5RL0HHSo { color:#ddedf1;display:block;width:451px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:1028px;left:23px;height:46.7968px;font-style:normal;display:block; }
#Pk6Q4sgNQTcTQVWik9Bve7GKNNGsVps8 { color:#ddedf1;display:block;width:553px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:1325px;left:20px;height:46.7968px;font-style:normal;display:block; }
#xel07O1P2Pu6EdIhRQcGQFHim8MoMdpT { color:#ddedf1;display:block;width:798px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:1453px;left:23px;height:116.953px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { top:11px;left:0px;width:195px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { top:97px;left:0px;width:327px;height:;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { top:0px;left:0px;width:764px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #gL3uCmECNZs0hHE4FK327ALqTzNm8TOZ { top:63px;left:0px;width:372px;height:737px;display:block; }
 }@media only screen and (max-width: 763px) { #mTkTX8csh3psdzHJszGB4wonma5pgs6d { top:212px;left:0px;width:283px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #AtVs6ifBPv8axB2pT7lnqGRmDT0Nh5N7 { top:291px;left:0px;width:180px;height:70px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TP86pVaVAlsoc3LwDW0pwfdnHS04Gsnn { top:291px;left:174px;width:112px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { top:303px;left:175px;width:127px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #df1FTcNmdWJmFx1fFLBm7qHcXmO2xi3a { top:382px;left:0px;width:314px;height:233px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { width:306px;height:55px;top:616px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block; }
 }@media only screen and (max-width: 763px) { #pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { top:697px;left:0px;width:481px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { top:461px;left:303px;width:461px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR { display:block; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT { top:40px;left:396px;width:364px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #JvHBKvgTcBnSEtur86pP8kQrVdLdfqJP { top:87px;left:0px;width:414px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #uegFcewJuA7Adfm2QcvhGCIJq2AJZWsh { top:196px;left:0px;width:414px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CfdlDndDorvGCnyxvqhrGPr8CdnRiT0D { top:74px;left:382px;width:364px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew { display:block; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnsLblTxzKFHDPlwTWHaUkdAJlAfbUWZ { top:613px;left:2px;width:380px;height:243px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KfT7zxNpA6abwwkx3RBynmHdqkw9wOVR { top:431px;left:13px;width:339px;height:63px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sqSSsCeRQ1tvyvN6VZEIZkgRaAzLiZlG { top:523px;left:382px;width:380px;height:297px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GsWwEhMFwqtTMglFtmqCru9iH6FiFHX1 { top:432px;left:371px;width:393px;height:63px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uUGPw6s13r2ZL0LrdBFknQUkf6Vqs2Iq { top:0px;left:0px;width:764px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #zMBPbnWSRN6l8IlKUFBTqobwa5Vyk9a8 { top:137px;left:0px;width:432px;height:958px;display:block; }
 }@media only screen and (max-width: 763px) { #EqJZiL9VseviospDv9mmlkJ7rzKhnfKO { top:144px;left:0px;width:411px;height:263px;display:block; }
 }@media only screen and (max-width: 763px) { #hEHAVAv6xsOQmXg9o8TXBK8hyexkJVAn { top:33px;left:0px;width:503px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Qukzwt3fJCvZFPxWA7tLFJuoqf54xifp { top:144px;left:362px;width:402px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #kvE53BRUil3WU8kssTtZuJDzWuL6OTp7 { top:138px;left:343px;width:421px;height:958px;display:block; }
 }@media only screen and (max-width: 763px) { #cE11r9kr6BT0a6PqTgGtFv1d02EX9sIP { top:523px;left:13px;width:214px;height:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #aIGEx78gcwIKkqOaQVbPNRS3JnNTVUwk { top:523px;left:266px;width:112px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SPSS09fc8aBvnnCcMTRsLADg83gqNx3v { top:535px;left:255px;width:127px;height:58px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ze319FLI6mvdsXbh6qODP6l7r7qCHdqs { top:1032px;left:13px;width:287px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VFh2tWZtF6VV2QC4nxVIvQ4LxspQ744y { top:856px;left:382px;width:358px;height:67px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Zw5SzTwcbPXhPIehGAtLQntTCFl3GPgk { top:888px;left:2px;width:380px;height:112px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlkAQTgBGGcGm9dP6U7TIVJu42WEKTQt { top:23px;left:0px;width:414px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IOXDCT3UmUI5wMJSQh0F9dA93PWX9u0R { top:131px;left:0px;width:414px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Xcq9afwawep5Pw7WZ8nF5i8nKv8Lv7AH { top:249px;left:0px;width:414px;height:405px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { top:31px;left:0px;width:395px;height:445px;display:block; }
 }@media only screen and (max-width: 763px) { #UCTE6qaidraPbxiRRESnWo9p3gQq2nR8 { top:71px;left:0px;width:395px;height:445px;display:block; }
 }@media only screen and (max-width: 763px) { #QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { top:681px;left:0px;width:481px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #w8QGArh8lef8U987Sd2fhyfci4TtsQhm { display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { top:7px;left:0px;width:764px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { top:23px;left:0px;width:414px;height:;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #L55koTyKNuygQVQCKDZZO48GX9hr7vbi { top:131px;left:0px;width:414px;height:109px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #W9qXEuCLV3L6cn2oc6Hp13mSTUVF6fvJ { top:258px;left:0px;width:414px;height:54px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { top:23px;left:369px;width:395px;height:445px;display:block; }
 }@media only screen and (max-width: 763px) { #dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { width:235px;height:47px;top:340px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block; }
 }@media only screen and (max-width: 763px) { #HKZt3AaMcePxAtGWTdnFxUVtx6c77B15 { top:62px;left:369px;width:395px;height:445px;display:block; }
 }@media only screen and (max-width: 763px) { #CE76AHA3sIgceOeFwzAFvaFq40trE6rL { top:106px;left:429.984375px;width:147px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { top:193px;left:429.984375px;width:147px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { top:59px;left:429.984375px;width:200px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qe47ThlS5c23TmfxaEUULUuFhF0uZlkT { top:405px;left:0px;width:481px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { display:block; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv7o5usO3pTN2PEOUnw8uTmZtIF0Lb9w { top:238px;left:0px;width:764px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { top:-1px;left:0px;width:764px;height:643px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { top:58px;left:140px;width:485px;height:83px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IWrETr7ulKdenfPbuwrZQNeV8QKKPkkX { top:153px;left:85px;width:594px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { top:193px;left:85px;width:594px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z { display:block; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2vQRDQTOoZ01XIcGUxQ91x1eZc5xbex { top:59px;left:0px;width:664px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #bBxl1cB8KBlv1o3ZkfxyTs180WXNV6mz { top:136px;left:0px;width:764px;height:864px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dr5TCco8F1hXOT4xsP6Cxik3xnumRJOf { top:1090px;left:0px;width:764px;height:202px;font-size:18px;display:block; }#dr5TCco8F1hXOT4xsP6Cxik3xnumRJOf li:before{  }
 }@media only screen and (max-width: 763px) { #AH9CrgaaDz6Nuc6DBX02osZGLxBAUAFi { top:1387px;left:0px;width:764px;height:51px;font-size:18px;display:block; }#AH9CrgaaDz6Nuc6DBX02osZGLxBAUAFi li:before{  }
 }@media only screen and (max-width: 763px) { #itRi5g9gmyv1501Ibe25nxJz5RL0HHSo { top:1028px;left:0px;width:451px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6Q4sgNQTcTQVWik9Bve7GKNNGsVps8 { top:1325px;left:0px;width:553px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xel07O1P2Pu6EdIhRQcGQFHim8MoMdpT { top:1453px;left:0px;width:764px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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:320px;height:96px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { width:200px;height:59px;top:14px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { width:320px;height:1343px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { width:236px;height:76.7812px;top:246px;left:42px;font-size:32px;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { width:320px;height:288px;top:0px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/26651779-4f87-4439-aae0-9b70593c55a3/headerlogbuy.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:292px;height:857px;top:220px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mTkTX8csh3psdzHJszGB4wonma5pgs6d { width:252px;height:54.5938px;top:346px;left:34px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtVs6ifBPv8axB2pT7lnqGRmDT0Nh5N7 { width:190px;height:44.2px;top:432px;left:65px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP86pVaVAlsoc3LwDW0pwfdnHS04Gsnn { width:94px;height:20.7969px;top:496.1875px;left:113px;font-size:16px;color:#0f5972;display:block; }
 }@media only screen and (max-width: 763px) { #aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { width:114px;height:65px;top:510px;left:103px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #df1FTcNmdWJmFx1fFLBm7qHcXmO2xi3a { width:269px;height:243.0316px;top:592px;left:26px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { width:248px;height:55px;top:835.015625px;left:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block; }
 }@media only screen and (max-width: 763px) { #pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { width:181px;height:103.9845px;top:927px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { width:320px;height:220px;top:1101.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR { display:block; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row .container { width:320px;height:707px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT { width:299px;height:321px;top:12px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JvHBKvgTcBnSEtur86pP8kQrVdLdfqJP { width:320px;height:124.781px;top:387px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #uegFcewJuA7Adfm2QcvhGCIJq2AJZWsh { width:320px;height:162px;top:531px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CfdlDndDorvGCnyxvqhrGPr8CdnRiT0D { width:288px;height:310px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew { display:block; }#bspD1gxQgTs9tu7GsPLKUpVGyCiOB2ew > .row .container { width:320px;height:2409px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnsLblTxzKFHDPlwTWHaUkdAJlAfbUWZ { width:265px;height:324px;top:713px;left:29px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfT7zxNpA6abwwkx3RBynmHdqkw9wOVR { width:274px;height:63px;top:457px;left:26px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqSSsCeRQ1tvyvN6VZEIZkgRaAzLiZlG { width:266px;height:405px;top:1767px;left:28px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsWwEhMFwqtTMglFtmqCru9iH6FiFHX1 { width:261px;height:94.5px;top:1650px;left:30px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUGPw6s13r2ZL0LrdBFknQUkf6Vqs2Iq { width:320px;height:288px;top:20px;left:0px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #zMBPbnWSRN6l8IlKUFBTqobwa5Vyk9a8 { width:299px;height:1023px;top:1353px;left:11px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EqJZiL9VseviospDv9mmlkJ7rzKhnfKO { width:282px;height:222px;top:207px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hEHAVAv6xsOQmXg9o8TXBK8hyexkJVAn { width:320px;height:124.781px;top:53px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Qukzwt3fJCvZFPxWA7tLFJuoqf54xifp { width:282px;height:263px;top:1362px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kvE53BRUil3WU8kssTtZuJDzWuL6OTp7 { width:299px;height:1130px;top:201px;left:11px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cE11r9kr6BT0a6PqTgGtFv1d02EX9sIP { width:192px;height:44.1875px;top:548px;left:67px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIGEx78gcwIKkqOaQVbPNRS3JnNTVUwk { width:92px;height:20.7969px;top:614px;left:117px;font-size:16px;color:#0f5972;display:block; }
 }@media only screen and (max-width: 763px) { #SPSS09fc8aBvnnCcMTRsLADg83gqNx3v { width:127px;height:65px;top:626.796875px;left:107.5px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ze319FLI6mvdsXbh6qODP6l7r7qCHdqs { width:202px;height:41.5938px;top:1260px;left:59px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFh2tWZtF6VV2QC4nxVIvQ4LxspQ744y { width:288px;height:90px;top:2211px;left:16px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zw5SzTwcbPXhPIehGAtLQntTCFl3GPgk { width:262px;height:157.5px;top:1070.59375px;left:29px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { width:320px;height:1218px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlkAQTgBGGcGm9dP6U7TIVJu42WEKTQt { width:320px;height:83.2px;top:364px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IOXDCT3UmUI5wMJSQh0F9dA93PWX9u0R { width:320px;height:109.188px;top:470px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Xcq9afwawep5Pw7WZ8nF5i8nKv8Lv7AH { width:320px;height:513px;top:604px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { width:300px;height:301px;top:23px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #UCTE6qaidraPbxiRRESnWo9p3gQq2nR8 { width:288px;height:302px;top:42.875px;left:-0.71875px;display:block; }
 }@media only screen and (max-width: 763px) { #QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { width:320px;height:19.5px;top:1163px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #w8QGArh8lef8U987Sd2fhyfci4TtsQhm { background-color:rgba(255,255,255,0.88);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:320px;height:304px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { width:320px;height:240px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { width:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { width:320px;height:124.781px;top:364px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #L55koTyKNuygQVQCKDZZO48GX9hr7vbi { width:320px;height:109.2px;top:507px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #W9qXEuCLV3L6cn2oc6Hp13mSTUVF6fvJ { width:320px;height:81px;top:641px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { width:300px;height:301px;top:23px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { width:229px;height:47px;top:744px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block; }
 }@media only screen and (max-width: 763px) { #HKZt3AaMcePxAtGWTdnFxUVtx6c77B15 { width:288px;height:302px;top:42.875px;left:-0.71875px;display:block; }
 }@media only screen and (max-width: 763px) { #CE76AHA3sIgceOeFwzAFvaFq40trE6rL { width:136px;height:44px;top:86px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { width:133px;height:33px;top:159px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { width:200px;height:23.3984px;top:45px;left:43px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qe47ThlS5c23TmfxaEUULUuFhF0uZlkT { width:320px;height:19.5px;top:811px;left:0px;font-size:15px;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:320px;height:730px;background-color:rgba(255,255,255,0.88);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:288px;height:368px;top:257px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { width:320px;height:682px;top:0px;left:0px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { width:320px;height:109.172px;top:37px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IWrETr7ulKdenfPbuwrZQNeV8QKKPkkX { width:292px;height:46.7812px;top:163px;left:14px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { width:320px;height:19.5px;top:221px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z { background-color:#0f5972;background-image:none;display:block; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container { background-color: transparent; background-image: none; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container > .video-iframe-container { display: none; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row > .video-iframe-container { display: none; }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .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); }#BanTe8pmp0Lz2xBsrIf4xSiAATaDo46z > .row .container { width:320px;height:2907px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2vQRDQTOoZ01XIcGUxQ91x1eZc5xbex { width:320px;height:124.781px;top:51px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #bBxl1cB8KBlv1o3ZkfxyTs180WXNV6mz { width:320px;height:1647px;top:207px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dr5TCco8F1hXOT4xsP6Cxik3xnumRJOf { width:320px;height:412.641px;top:1972px;left:0px;font-size:18px;display:block; }#dr5TCco8F1hXOT4xsP6Cxik3xnumRJOf li:before{  }
 }@media only screen and (max-width: 763px) { #AH9CrgaaDz6Nuc6DBX02osZGLxBAUAFi { width:320px;height:98.5625px;top:2484px;left:0px;font-size:18px;display:block; }#AH9CrgaaDz6Nuc6DBX02osZGLxBAUAFi li:before{  }
 }@media only screen and (max-width: 763px) { #itRi5g9gmyv1501Ibe25nxJz5RL0HHSo { width:320px;height:70.1718px;top:1879px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6Q4sgNQTcTQVWik9Bve7GKNNGsVps8 { width:320px;height:46.7812px;top:2419.234375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xel07O1P2Pu6EdIhRQcGQFHim8MoMdpT { width:320px;height:233.9061px;top:2612px;left:0px;font-size:18px;display:block; }
 }