.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,243,224;--color-primary-1:255,196,102;--color-primary-2:255,157,0;--color-primary-3:247,167,0;--color-primary-4:51,31,0;--color-secondary-0:221,237,241;--color-secondary-1:169,195,204;--color-secondary-2:111,155,170;--color-secondary-3:67,93,102;--color-secondary-4:15,89,114;--color-tertiary-0:255,255,255;--color-tertiary-1:221,237,241;--color-tertiary-2:111,155,170;--color-tertiary-3:67,93,102;--color-tertiary-4:15,89,114;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { position:relative;display:block; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { background-color: transparent; background-image: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container > .video-iframe-container { display: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row > .video-iframe-container { display: none; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh { border-width: 0; border-radius: 0; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RhRvGOQT7ArQTNrzBMqqxtmBByZlDvsh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:3.5625rem;width:12.1875rem;top:0.71875rem;left:1.59375rem;overflow:hidden;display:block; }
#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { z-index:;position:relative;display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { background-color: transparent; background-image: none; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container > .video-iframe-container { display: none; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row > .video-iframe-container { display: none; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { border-width: 0; border-radius: 0; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:53.6875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:4.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.9375rem;width:60rem;top:0rem;left:0rem;display:block; }#CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.adaptive-delivery-prevent-bg, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyload, #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8.lazyloading { background-image: none; }
#gL3uCmECNZs0hHE4FK327ALqTzNm8TOZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.5625rem #ffe6bf ;height:45.8125rem;width:23.25rem;top:3.9375rem;left:2.375rem;display:block; }
#mTkTX8csh3psdzHJszGB4wonma5pgs6d { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.3125rem;height:3.4121125rem;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:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.1875rem;left:4.375rem;height:4.38574375rem;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:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.1875rem;left:17rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { color:rgba(var(--color-primary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.9375rem;left:17.0625rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#df1FTcNmdWJmFx1fFLBm7qHcXmO2xi3a { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.888671875rem;left:4.3125rem;height:14.61913125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.5068359375rem;left:4.3125rem;display:block; }
#EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:43.615234375rem;left:4.3125rem;height:5.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { position:absolute;display:block;z-index:15003;height:13.75rem;width:28.8125rem;top:28.8125rem;left:28.25rem;display:block; }
#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { position:relative;display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { background-color: transparent; background-image: none; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container > .video-iframe-container { display: none; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row > .video-iframe-container { display: none; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { border-width: 0; border-radius: 0; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.75rem;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:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.75rem;height:5.1181625rem;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:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.125rem;left:1.75rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a90fe8f4-e7ee-40a1-8511-5b115c560224/kvinde.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffe6bf;border-left:0.0625rem solid #ffe6bf;border-right:0.0625rem solid #ffe6bf;border-bottom:0.0625rem solid #ffe6bf;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.8125rem;width:24.6875rem;top:1.4375rem;left:33.986888111888rem;display:block; }#VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.adaptive-delivery-prevent-bg, #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.lazyload, #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k.lazyloading { background-image: none; }
#dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.39) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.28125rem;left:1.375rem;display:block; }
#G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKZt3AaMcePxAtGWTdnFxUVtx6c77B15 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.8125rem;width:24.6875rem;top:3.90625rem;left:31.65625rem;display:block; }
#CE76AHA3sIgceOeFwzAFvaFq40trE6rL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.1875rem;top:6.63671875rem;left:36.0615234375rem;overflow:hidden;display:block; }
#EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.1875rem;top:12.0625rem;left:36.0615234375rem;overflow:hidden;display:block; }
#qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.71875rem;left:36.0615234375rem;height:1.4625rem;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:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:25.365623474121rem;left:1.375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:22.75rem;top:1.1875rem;left:4.5625rem;display:block; }#ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT.adaptive-delivery-prevent-bg, #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT.lazyload, #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT.lazyloading { background-image: none; }
#JvHBKvgTcBnSEtur86pP8kQrVdLdfqJP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:32.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uegFcewJuA7Adfm2QcvhGCIJq2AJZWsh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.5rem;left:32.0625rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CfdlDndDorvGCnyxvqhrGPr8CdnRiT0D { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:22.75rem;top:3.3125rem;left:2.6875rem;display:block; }
#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR { position:relative;display:block; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR { background-color: transparent; background-image: none; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .row .container > .video-iframe-container { display: none; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .row > .video-iframe-container { display: none; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .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); }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR { border-width: 0; border-radius: 0; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .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; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bZBllrBKor26CrbyCvTSZ0c0TEFIBizf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:38.3125rem;left:3.875rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J89yAkUIBwZVRw3ELiLCIB56zOO2rW74 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:26.9375rem;left:3.875rem;height:3.9375rem;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; }
#xcc37f6cVpWrppIMF5bGs2ZwfxTsxZAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:32.6875rem;left:32.5rem;height:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELJEqbFftfVi4FhFCkTyITDQCggP3poQ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:27rem;left:32.5rem;height:3.9375rem;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; }
#ycHFJzfSmqkF29q8mEsCeyD5sXAGbZhT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:60rem;top:0rem;left:0rem;display:block; }
#C999HEKKnQ9Jm45VFxb2lFxFLg6DI1Qu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #abd3dd ;height:59.875rem;width:27rem;top:8.5625rem;left:2.1875rem;display:block; }
#sXb2XIJaCaTEbSIeqrTkIOoEDRFI4hrB { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.4375rem;width:25.6875rem;top:9rem;left:2.8125rem;display:block; }#sXb2XIJaCaTEbSIeqrTkIOoEDRFI4hrB.adaptive-delivery-prevent-bg, #sXb2XIJaCaTEbSIeqrTkIOoEDRFI4hrB.lazyload, #sXb2XIJaCaTEbSIeqrTkIOoEDRFI4hrB.lazyloading { background-image: none; }
#uHvxcabZxXmHf7TkWBBXonQqPba6KXlm { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:14.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqZiTxU4ex7C3259BdTI4HeTcfrTILis { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:25.125rem;top:9.03125rem;left:31.4375rem;display:block; }#fqZiTxU4ex7C3259BdTI4HeTcfrTILis.adaptive-delivery-prevent-bg, #fqZiTxU4ex7C3259BdTI4HeTcfrTILis.lazyload, #fqZiTxU4ex7C3259BdTI4HeTcfrTILis.lazyloading { background-image: none; }
#OTRgFTQgV8ZUL5nVQfBNebZZWGAW0Rxu { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #abd3dd ;height:59.875rem;width:26.3125rem;top:8.625rem;left:30.8125rem;display:block; }
#KvU9cDtLvtCiyCXJTFdUNteQrwD5UEAS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:32.6875rem;left:3.875rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bcovlkXIm1U0IIqwd0RVJSTy7XzCGTDo { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.6875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lX2wBQnP9i2b1RrQ5ew0ZFS3bTz62kKg { color:rgba(var(--color-primary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.4375rem;left:19.5625rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Cf1If9AcFxEvEfzai2dTW6BuWvvsSiWw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:64.5rem;left:3.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZpKzvTr2p6QGIevimoC0L0EAPftJ85Kv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:53.5rem;left:32.5rem;height:7.03125rem;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; }
#KhLnx3yLQn5Agi9zCEIzFeDhRdskcnoR { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:55.5rem;left:3.875rem;height:7.03125rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HlkAQTgBGGcGm9dP6U7TIVJu42WEKTQt { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.75rem;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; }
#IOXDCT3UmUI5wMJSQh0F9dA93PWX9u0R { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.75rem;height:5.1181625rem;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:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.5625rem;left:1.75rem;height:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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:0.0625rem solid #ffe6bf;border-left:0.0625rem solid #ffe6bf;border-right:0.0625rem solid #ffe6bf;border-bottom:0.0625rem solid #ffe6bf;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.8125rem;width:24.6875rem;top:1.4375rem;left:33.986888111888rem;display:block; }#nIyVg15UZSSmT2wREmyetQSznaDCuuS0.adaptive-delivery-prevent-bg, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyload, #nIyVg15UZSSmT2wREmyetQSznaDCuuS0.lazyloading { background-image: none; }
#UCTE6qaidraPbxiRRESnWo9p3gQq2nR8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.8125rem;width:24.6875rem;top:3.90625rem;left:31.65625rem;display:block; }
#QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:42.5625rem;left:1.75rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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(var(--color-tertiary-0),0.81);background-image:none;font-size:0.875rem;font-family:"open sans";height:17.8125rem;width:60rem;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:15rem;width:60rem;top:0.46875rem;left:0rem;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(var(--color-tertiary-0),0.81);background-image:none;font-size:0.875rem;font-family:"open sans";height:42.1875rem;width:60rem;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:21.875rem;width:53.9375rem;top:14.4375rem;left:3.03125rem;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.75rem;width:60rem;top:-0.0625rem;left:0rem;display:block; }
#ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:14.875rem;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:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.4375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:11.4375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { background-color: transparent; background-image: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { border-width: 0; border-radius: 0; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { font-size:0.875rem;font-family:arial;height:103.75rem;width:60rem;position:relative;display:block; }#a8k4BDld3fZ0D9A18CmKJJTVvJnmqz0s { color:#f6ddaf;display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.25rem;height:2.5996125rem;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; }
#PXq1Md4ZBAyVZglxiWbZiR8gSEPEQaEN { color:rgba(var(--color-tertiary-1),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.25rem;height:59.0625rem;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; }
#ZN4mZbgqAe6tgrmd1yrJUlcnPIF0oqf3 { color:rgba(var(--color-tertiary-1),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:73.380859375rem;left:1.25rem;height:12.6328125rem;font-style:normal;display:block; }#ZN4mZbgqAe6tgrmd1yrJUlcnPIF0oqf3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZN4mZbgqAe6tgrmd1yrJUlcnPIF0oqf3 li:before{  }
#BV5TV84ihn8XanhfeqXTiFt4Wt49CKNV { color:rgba(var(--color-tertiary-1),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:92.1396484375rem;left:1.25rem;height:3.236325rem;font-style:normal;display:block; }#BV5TV84ihn8XanhfeqXTiFt4Wt49CKNV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BV5TV84ihn8XanhfeqXTiFt4Wt49CKNV li:before{  }
#q5MePBslQHQ82odhu8MIUTuqTuBaJq2b { color:rgba(var(--color-tertiary-1),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:69.5rem;left:1.25rem;height:2.923825rem;font-style:normal;display:block; }
#uTd7w9Hm1Sewoa2zTvmLJTR5nqirPnL4 { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:88.216796875rem;left:1.25rem;height:2.923825rem;font-style:normal;display:block; }
#NnhNVpXd0R9RXmdZX5LakppC0MMtEHfR { color:rgba(var(--color-tertiary-1),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:96.25rem;left:1.25rem;height:2.923825rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { top:0.6875rem;left:0rem;width:12.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { top:6.0625rem;left:0rem;width:20.4375rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { top:0rem;left:0rem;width:47.75rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL3uCmECNZs0hHE4FK327ALqTzNm8TOZ { top:3.9375rem;left:0rem;width:23.25rem;height:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkTX8csh3psdzHJszGB4wonma5pgs6d { top:13.25rem;left:0rem;width:17.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtVs6ifBPv8axB2pT7lnqGRmDT0Nh5N7 { top:18.1875rem;left:0rem;width:11.25rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP86pVaVAlsoc3LwDW0pwfdnHS04Gsnn { top:18.1875rem;left:10.875rem;width:7rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { top:18.9375rem;left:10.9375rem;width:7.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1FTcNmdWJmFx1fFLBm7qHcXmO2xi3a { top:23.875rem;left:0rem;width:19.625rem;height:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { width:19.125rem;height:3.4375rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block; }
 }@media only screen and (max-width: 763px) { #pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { top:43.5625rem;left:0rem;width:30.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { top:28.8125rem;left:18.9375rem;width:28.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { top:1.4375rem;left:0rem;width:25.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L55koTyKNuygQVQCKDZZO48GX9hr7vbi { top:8.1875rem;left:0rem;width:25.875rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9qXEuCLV3L6cn2oc6Hp13mSTUVF6fvJ { top:16.125rem;left:0rem;width:25.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { top:1.4375rem;left:23.0625rem;width:24.6875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { width:14.6875rem;height:2.9375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block; }
 }@media only screen and (max-width: 763px) { #HKZt3AaMcePxAtGWTdnFxUVtx6c77B15 { top:3.875rem;left:23.0625rem;width:24.6875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE76AHA3sIgceOeFwzAFvaFq40trE6rL { top:6.625rem;left:26.8740234375rem;width:9.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { top:12.0625rem;left:26.8740234375rem;width:9.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { top:3.6875rem;left:26.8740234375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe47ThlS5c23TmfxaEUULUuFhF0uZlkT { top:25.3125rem;left:0rem;width:30.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR { display:block; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT { top:1.1875rem;left:1.125rem;width:22.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvHBKvgTcBnSEtur86pP8kQrVdLdfqJP { top:5.6875rem;left:21.875rem;width:25.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uegFcewJuA7Adfm2QcvhGCIJq2AJZWsh { top:12.5rem;left:21.875rem;width:25.875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfdlDndDorvGCnyxvqhrGPr8CdnRiT0D { top:3.3125rem;left:0rem;width:22.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMrme3N8dlTKsUZGMg96lgh6nTImnXTR { display:block; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZBllrBKor26CrbyCvTSZ0c0TEFIBizf { top:38.3125rem;left:0.125rem;width:23.75rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J89yAkUIBwZVRw3ELiLCIB56zOO2rW74 { top:26.9375rem;left:0.8125rem;width:21.1875rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcc37f6cVpWrppIMF5bGs2ZwfxTsxZAQ { top:32.6875rem;left:23.875rem;width:23.75rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJEqbFftfVi4FhFCkTyITDQCggP3poQ { top:27rem;left:23.1875rem;width:24.5625rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycHFJzfSmqkF29q8mEsCeyD5sXAGbZhT { top:0rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #C999HEKKnQ9Jm45VFxb2lFxFLg6DI1Qu { top:8.5625rem;left:0rem;width:27rem;height:59.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXb2XIJaCaTEbSIeqrTkIOoEDRFI4hrB { top:9rem;left:0rem;width:25.6875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHvxcabZxXmHf7TkWBBXonQqPba6KXlm { top:2.0625rem;left:0rem;width:31.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZiTxU4ex7C3259BdTI4HeTcfrTILis { top:9rem;left:22.625rem;width:25.125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRgFTQgV8ZUL5nVQfBNebZZWGAW0Rxu { top:8.625rem;left:21.4375rem;width:26.3125rem;height:59.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvU9cDtLvtCiyCXJTFdUNteQrwD5UEAS { top:32.6875rem;left:0.8125rem;width:13.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcovlkXIm1U0IIqwd0RVJSTy7XzCGTDo { top:32.6875rem;left:16.625rem;width:7rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2wBQnP9i2b1RrQ5ew0ZFS3bTz62kKg { top:33.4375rem;left:15.9375rem;width:7.9375rem;height:3.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1If9AcFxEvEfzai2dTW6BuWvvsSiWw { top:64.5rem;left:0.8125rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpKzvTr2p6QGIevimoC0L0EAPftJ85Kv { top:53.5rem;left:23.875rem;width:22.375rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhLnx3yLQn5Agi9zCEIzFeDhRdskcnoR { top:55.5rem;left:0.125rem;width:23.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlkAQTgBGGcGm9dP6U7TIVJu42WEKTQt { top:1.4375rem;left:0rem;width:25.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOXDCT3UmUI5wMJSQh0F9dA93PWX9u0R { top:8.1875rem;left:0rem;width:25.875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcq9afwawep5Pw7WZ8nF5i8nKv8Lv7AH { top:15.5625rem;left:0rem;width:25.875rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { top:1.4375rem;left:23.0625rem;width:24.6875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTE6qaidraPbxiRRESnWo9p3gQq2nR8 { top:3.875rem;left:23.0625rem;width:24.6875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { top:42.5625rem;left:0rem;width:30.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8QGArh8lef8U987Sd2fhyfci4TtsQhm { display:block; }#w8QGArh8lef8U987Sd2fhyfci4TtsQhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { top:0.4375rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { display:block; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv7o5usO3pTN2PEOUnw8uTmZtIF0Lb9w { top:14.4375rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { top:-0.0625rem;left:0rem;width:47.75rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { top:3.625rem;left:8.75rem;width:30.3125rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWrETr7ulKdenfPbuwrZQNeV8QKKPkkX { top:9.5625rem;left:5.3125rem;width:37.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { top:12.0625rem;left:5.3125rem;width:37.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK70LawgL1tbkMW7utqtkk2VTDQJ7944 { display:block; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8k4BDld3fZ0D9A18CmKJJTVvJnmqz0s { top:3.6875rem;left:0rem;width:41.5rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXq1Md4ZBAyVZglxiWbZiR8gSEPEQaEN { top:8.5rem;left:0rem;width:47.75rem;height:59.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4mZbgqAe6tgrmd1yrJUlcnPIF0oqf3 { top:73.375rem;left:0rem;width:47.75rem;height:12.625rem;font-size:1.125rem;display:block; }#ZN4mZbgqAe6tgrmd1yrJUlcnPIF0oqf3 li:before{  }
 }@media only screen and (max-width: 763px) { #BV5TV84ihn8XanhfeqXTiFt4Wt49CKNV { top:92.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;display:block; }#BV5TV84ihn8XanhfeqXTiFt4Wt49CKNV li:before{  }
 }@media only screen and (max-width: 763px) { #q5MePBslQHQ82odhu8MIUTuqTuBaJq2b { top:69.5rem;left:0rem;width:39.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTd7w9Hm1Sewoa2zTvmLJTR5nqirPnL4 { top:88.1875rem;left:0rem;width:34.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnhNVpXd0R9RXmdZX5LakppC0MMtEHfR { top:96.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;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:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eODBOT82JQXsSo3RQUtGoCsKszKQKRW7 { width:12.5rem;height:3.6875rem;top:0.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL { display:block; }#FohqHKFiTVgQTKX5v2HGLDUULkf1XAoL > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7SKUCaqswq0BDvbrNG7mSMCUXAmKyXu { width:14.75rem;height:4.798825rem;top:15.375rem;left:2.625rem;font-size:2rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSKlo7UQnPFMxqGrbOtwABxiPwZfNrn8 { width:20rem;height:18rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/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:18.25rem;height:53.5rem;top:13.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkTX8csh3psdzHJszGB4wonma5pgs6d { width:15.75rem;height:3.4121125rem;top:21.625rem;left:2.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtVs6ifBPv8axB2pT7lnqGRmDT0Nh5N7 { width:11.875rem;height:2.76171875rem;top:27rem;left:4.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP86pVaVAlsoc3LwDW0pwfdnHS04Gsnn { width:5.875rem;height:1.29980625rem;top:31.01171875rem;left:7.0625rem;font-size:1rem;color:#0f5972;display:block; }
 }@media only screen and (max-width: 763px) { #aPHIFKUEndmdowmJQVXV8R6ad1NwMNwz { width:7.125rem;height:4.0625rem;top:31.875rem;left:6.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1FTcNmdWJmFx1fFLBm7qHcXmO2xi3a { width:16.8125rem;height:15.189475rem;top:37rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1dqJJiC4yQ7U2mL9lGQhGOQttTDB7a { width:15.5rem;height:3.4375rem;top:52.1884765625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbfG0RWLKvBOKU1qHSKysDVd7fgPqFb { display:block; }
 }@media only screen and (max-width: 763px) { #pCJSn5mzMqEXsy9AATBLWIzLAv2xPTpg { width:14rem;height:7.7988375rem;top:57.875rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTq4z1ddD3wFRSZQxJQroC0XXAS9H8MR { width:20rem;height:13.75rem;top:68.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W { display:block; }#Nwn6x1iZHkvckw0z4Pz0rF6UadX8Ir7W > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grBDMXa1B7nD2ADuTD7CvBNL8nB3RdtU { width:20rem;height:7.7988125rem;top:22.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L55koTyKNuygQVQCKDZZO48GX9hr7vbi { width:20rem;height:6.82425rem;top:31.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9qXEuCLV3L6cn2oc6Hp13mSTUVF6fvJ { width:20rem;height:5.0625rem;top:40.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEbQHsqwKCuf78ALDNnFOMPGUXc6q54k { width:18.75rem;height:18.8125rem;top:1.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHzoRf9N9aqeGT6K41ym7qSbwuHyOhl { width:14.3125rem;height:2.9375rem;top:46.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G36fTEvW92s4fkNgQVWUOWvA2XMcbIqN { display:block; }
 }@media only screen and (max-width: 763px) { #HKZt3AaMcePxAtGWTdnFxUVtx6c77B15 { width:18rem;height:18.875rem;top:2.6796875rem;left:-0.044921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE76AHA3sIgceOeFwzAFvaFq40trE6rL { width:8.5rem;height:2.75rem;top:5.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlaWTyFnG1PnH66nb2e6Av49ghAvX1 { width:8.3125rem;height:2.0625rem;top:9.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRELrhOlOIzz1ncuEbQp2DUHol2Nyil { width:12.5rem;height:1.4624rem;top:2.8125rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe47ThlS5c23TmfxaEUULUuFhF0uZlkT { width:20rem;height:1.21875rem;top:50.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR { display:block; }#sUfEmIBCRWpiIHNtCnu7KMzntSW6fewR > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml56ktReIRbAwAF2PHUGIh8ZfqIcLKqT { width:18.6875rem;height:20.0625rem;top:0.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvHBKvgTcBnSEtur86pP8kQrVdLdfqJP { width:20rem;height:7.7988125rem;top:24.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uegFcewJuA7Adfm2QcvhGCIJq2AJZWsh { width:20rem;height:10.125rem;top:33.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfdlDndDorvGCnyxvqhrGPr8CdnRiT0D { width:18rem;height:19.375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMrme3N8dlTKsUZGMg96lgh6nTImnXTR { display:block; }#kMrme3N8dlTKsUZGMg96lgh6nTImnXTR > .row .container { width:20rem;height:150.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZBllrBKor26CrbyCvTSZ0c0TEFIBizf { width:16.5625rem;height:20.25rem;top:44.5625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J89yAkUIBwZVRw3ELiLCIB56zOO2rW74 { width:17.125rem;height:3.9375rem;top:28.5625rem;left:1.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcc37f6cVpWrppIMF5bGs2ZwfxTsxZAQ { width:16.625rem;height:25.3125rem;top:110.4375rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELJEqbFftfVi4FhFCkTyITDQCggP3poQ { width:16.3125rem;height:5.90625rem;top:103.125rem;left:1.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycHFJzfSmqkF29q8mEsCeyD5sXAGbZhT { width:20rem;height:18rem;top:1.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #C999HEKKnQ9Jm45VFxb2lFxFLg6DI1Qu { width:18.6875rem;height:63.9375rem;top:84.5625rem;left:0.6875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sXb2XIJaCaTEbSIeqrTkIOoEDRFI4hrB { width:17.625rem;height:13.875rem;top:12.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHvxcabZxXmHf7TkWBBXonQqPba6KXlm { width:20rem;height:7.7988125rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZiTxU4ex7C3259BdTI4HeTcfrTILis { width:17.625rem;height:16.4375rem;top:85.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRgFTQgV8ZUL5nVQfBNebZZWGAW0Rxu { width:18.6875rem;height:70.625rem;top:12.5625rem;left:0.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KvU9cDtLvtCiyCXJTFdUNteQrwD5UEAS { width:12rem;height:2.76171875rem;top:34.25rem;left:4.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcovlkXIm1U0IIqwd0RVJSTy7XzCGTDo { width:5.75rem;height:1.29980625rem;top:38.375rem;left:7.3125rem;font-size:1rem;color:#0f5972;display:block; }
 }@media only screen and (max-width: 763px) { #lX2wBQnP9i2b1RrQ5ew0ZFS3bTz62kKg { width:7.9375rem;height:4.0625rem;top:39.1748046875rem;left:6.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1If9AcFxEvEfzai2dTW6BuWvvsSiWw { width:12.625rem;height:2.5996125rem;top:78.75rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpKzvTr2p6QGIevimoC0L0EAPftJ85Kv { width:18rem;height:7.03125rem;top:138.1875rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhLnx3yLQn5Agi9zCEIzFeDhRdskcnoR { width:16.375rem;height:9.84375rem;top:66.912109375rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 { display:block; }#k2I5CRH59T2xy6qXT5P2tB5GxoPz20a0 > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlkAQTgBGGcGm9dP6U7TIVJu42WEKTQt { width:20rem;height:5.19921875rem;top:22.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOXDCT3UmUI5wMJSQh0F9dA93PWX9u0R { width:20rem;height:6.82425rem;top:29.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcq9afwawep5Pw7WZ8nF5i8nKv8Lv7AH { width:20rem;height:32.0625rem;top:38.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIyVg15UZSSmT2wREmyetQSznaDCuuS0 { width:18.75rem;height:18.8125rem;top:1.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTE6qaidraPbxiRRESnWo9p3gQq2nR8 { width:18rem;height:18.875rem;top:2.6796875rem;left:-0.044921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8lBQSkvxNX50E5gMVBLMudd7RCwSah { width:20rem;height:1.29980625rem;top:72.6875rem;left:0rem;font-size:1rem;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:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEZItHfx7mBwi81H5JZOUBSFxXUcyi7 { width:20rem;height:15rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { display:block; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { background-color: transparent; background-image: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container > .video-iframe-container { display: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row > .video-iframe-container { display: none; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz { border-width: 0; border-radius: 0; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJFswKHByNxlQBrm93xk8ehIe4xAr5Nz > .row .container { width:20rem;height:43.125rem;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:18rem;height:20.4375rem;top:16.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inShxVJO3FOHxv6gTXZoBIJDpC2DAZfT { width:20rem;height:41.375rem;top:0rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZUxGEGo0QQmbg7acx0RtVxvdXbUzJT5T { width:20rem;height:6.82325rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWrETr7ulKdenfPbuwrZQNeV8QKKPkkX { width:18.25rem;height:2.923825rem;top:10.1875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeQNUFi2NCsh40lRgXZ5vZEUXOy5kD { width:20rem;height:1.21875rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK70LawgL1tbkMW7utqtkk2VTDQJ7944 { background-color:#0f5972;background-image:none;display:block; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { background-color: transparent; background-image: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row > .video-iframe-container { display: none; }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK70LawgL1tbkMW7utqtkk2VTDQJ7944 > .row .container { width:20rem;height:175.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8k4BDld3fZ0D9A18CmKJJTVvJnmqz0s { width:20rem;height:7.7988125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXq1Md4ZBAyVZglxiWbZiR8gSEPEQaEN { width:20rem;height:109.6875rem;top:11.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4mZbgqAe6tgrmd1yrJUlcnPIF0oqf3 { width:20rem;height:25.7900625rem;top:126.0439453125rem;left:0rem;font-size:1.125rem;display:block; }#ZN4mZbgqAe6tgrmd1yrJUlcnPIF0oqf3 li:before{  }
 }@media only screen and (max-width: 763px) { #BV5TV84ihn8XanhfeqXTiFt4Wt49CKNV { width:20rem;height:6.16015625rem;top:157.2275390625rem;left:0rem;font-size:1.125rem;display:block; }#BV5TV84ihn8XanhfeqXTiFt4Wt49CKNV li:before{  }
 }@media only screen and (max-width: 763px) { #q5MePBslQHQ82odhu8MIUTuqTuBaJq2b { width:20rem;height:4.3857375rem;top:120.802734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTd7w9Hm1Sewoa2zTvmLJTR5nqirPnL4 { width:20rem;height:2.923825rem;top:153.3349609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnhNVpXd0R9RXmdZX5LakppC0MMtEHfR { width:20rem;height:7.3095625rem;top:164.4697265625rem;left:0rem;font-size:1.125rem;display:block; }
 }