.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { background-color: transparent; background-image: none; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container > .video-iframe-container { display: none; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row > .video-iframe-container { display: none; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .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); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { border-width: 0; border-radius: 0; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#TIkpwCMKJ3kVkrbvCBFQFx6iuUat0vOl { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.18696875rem;width:23.9994375rem;top:0rem;left:25.4375rem;overflow:hidden;display:block; }
#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.adaptive-delivery-prevent-bg, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyload, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyloading { background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { background-color: transparent; background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .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); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { border-width: 0; border-radius: 0; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#scK3c8arVGgWRQdfMOV9HSZDnTdd0mMu { position:absolute;display:block;z-index:100028;background-color:rgba(6,81,32,0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:32.75rem;width:15rem;top:0.93661212921144rem;left:58.999466300011rem;display:block; }
#xssV9NegTorVXwQVOwMRgm4pbfB5dquC { color:#0e0a52;display:block;width:14.1221875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100032;line-height:1.5;letter-spacing:0;top:4.561625rem;left:59.125rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-form-header { font-size:0.875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;width:11.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:cairo;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ce9b22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:11.5rem;height:2.25rem;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:10.5rem;overflow:hidden;font-style:normal;float:none; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.625rem;vertical-align:middle;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:first-of-type{padding-top:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:last-of-type{padding-bottom:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:11.4985625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100069;position:absolute;top:8.4624571800231rem;left:59.498703956604rem;font-size:0.875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:11.5rem;display:block;vertical-align:top; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 {display:block;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:11.4985625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100069;position:absolute;top:8.4624571800231rem;left:59.498703956604rem;font-size:0.875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NzOOGpn0WTwwGMGa8SEdFOFa0HI9zsHq { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #w2gyA11Narm892CsOXTz9aSxDg2BxKKx { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #FK90PTaswwGNx7uHTHyEqiiy9mkwWoqS { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT .container-column{width:50%;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #haTa4FbK48Ku99dLtRw7WOEXD0yGMobl { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IFZhG3zWa7ttH3RZbvPCReDFnr4cwhrO { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TLAPIReUcQthPfPzW6NPrc5TRTvU9ieV { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #AO0QLGOEPzXhcm6fJTtaIfPD1xUMIT8K { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #E3bOQ5mvwA13NLxyfnKU5Of0Z1No5xbv { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #l7UxMGiHV341datMHdmMBtRwRxb9sLZg { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #WxsQ5Tn1Tezr0SCqMozrLI2fHg2pPdJV { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #r2hZhriDqiOGrD1vJkWvdtrDgqX4ew6N { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #gt1nI34snqMiKDtrW4PBlHnSVvxPTqHv { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #Xwr3QP2Itm9D6W2wTL7QU3reTutTRA3p { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #KwwxmITtyGBZ2svz9M98ATQqNbQ6hkyk { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #hLVilXBMJoxky2Vh9Ui3thd904WoFtle { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #V0tAPOAdCXriErWM2dp5MQvBc69rvQcN { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #SAOWtKgHvX3xCabUeqlLMJaWnZVJJCIq { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 .container-column{width:50%;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #kseq2ToUcNdAwlll9Tc3cKsKa2XJBNzw { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #swHEZbocxmqxzTfbbSTTe2tvKDUITimy { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #DT17G9N2xrl3iOkfKHiHrDztWLcRRTfl { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NUITBep4pkgR2pG8efNIefEwwdzCFEZD { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IWuNsdO3rPLs6JpWnJSyfZZ6R9ov8sOT { position:relative; }
#qiTKhiu3U2E7eShT6dTgkRFNz6zrR1W8 { position:relative;display:block; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TCJo0x8VxOWegJZg3ySATbm6dvMrW2Xg { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #iECPI3bTqQ8DNNXcPs10Gqp6SnQD6Cof { position:relative; }
#SQzvNvAOWJJZ8OM8fXpbcwSqGbEXgCHB { color:#035cac;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:34.625rem;left:43.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#fmX0ddI5r4WPaXIpvS3QyIQIhslS8xF2 { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:34.0625rem;left:62.875rem;display:none; }
#cWULNLQPJfKoiPilocLNkdSKXF8QxVHR { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:34.4375rem;left:62.875rem;display:none; }
#yPuwH1HsamWV6fpdQ9xhEpiLFJarGrbi { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:39.6875rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fanorXLx6AlyI65fiotTWCdp0TVUvLTC { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.875rem;left:44.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sVOTzhfJ7NN2wvDTNJd6MWT7qpOVUmbv { color:#035cac;display:block;width:19.1868125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:44.6875rem;left:43.5625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#BHU8eFfe1yIs9BpA3OqxPKk5ChKJzEgd { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.43725rem;width:17.06175rem;top:42.562255859375rem;left:54.798583984375rem;overflow:hidden;display:none; }
#Gw1cgg52pqwqHeF0Qs3NoFyWSOo8bKEt { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1245625rem;width:12.1245625rem;top:19.375rem;left:29.5625rem;overflow:hidden;display:block; }
#chcqZZ7O4S0VilJHPNrWCZOU2oDgP9SK { color:rgba(2,172,0,0.8);display:block;width:16.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:21.375rem;left:28.5625rem;height:1.38020625rem;font-style:normal;display:block; }
#wnT8lDn1cvROB554C2n5GnhV83cEPbKu { color:#075794;display:block;width:13.499375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:1.6293406486511rem;left:59.716797828674rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UaZFa3Qmrmtfi0kPJtLPoRagXpPNHdvF { color:#044819;display:block;width:25.061875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:10.687286376953rem;left:23.56228351593rem;height:1.8684875rem;font-style:normal;display:block; }
#rK5fJOHUIhySUnTaIdZIvzTn3KLcHUZX { position:absolute;display:block;z-index:100069;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:17.5625rem;top:20.875rem;left:26.8125rem;display:block; }
#VOAq6I7DLGUSRO22RpDLyTCDuh6xy0hL { position:absolute;display:block;z-index:100070;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:24.3125rem;top:10.4375rem;left:23rem;display:block; }
#ge275Ey9xoUTElvqfTgNssTKuUi21oOa { position:absolute;display:block;z-index:100072;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:33.9375rem;top:3.0625rem;left:18rem;display:block; }
#u315vlBiUHvGnOV2K3J2SoUIIEtBLwOr { color:#044819;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:3.1875rem;left:18.5625rem;height:1.8684875rem;font-style:normal;display:block; }
#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ.adaptive-delivery-prevent-bg, #kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ.lazyload, #kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ.lazyloading { background-image: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container { background-color: transparent; background-image: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container > .video-iframe-container { display: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row > .video-iframe-container { display: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .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); }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container { border-width: 0; border-radius: 0; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#yQW3K2oma0UyqSQB3LKKseJlDgh8PVxp { color:#035cac;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:34.625rem;left:43.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#wCQGkPfcHyiWmsPqLl7oXD1zHugICCya { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:34.0625rem;left:62.875rem;display:none; }
#TDfbiboBTletdd1rGZSeSKq250z42QOL { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:34.4375rem;left:62.875rem;display:none; }
#Np7o8FOTDHb2UuTFWQi1TXXXuDxG03gZ { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:39.6875rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yfpgQ2m9D4Dg6ihk8VWgw8pqu2WFSTsl { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.875rem;left:44.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#R5c6JQ6FHV1mlN625iTaxLUguhMr1I4e { color:#035cac;display:block;width:19.1868125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:44.6875rem;left:43.5625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#J6vr4sqrecFiySxWzB4lOd8rfgyTTW3X { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.43725rem;width:17.06175rem;top:42.562255859375rem;left:54.798583984375rem;overflow:hidden;display:none; }
#BJTovi4S1ThBDc0pTEVP0xowkmA4ClsJ { color:#000000;display:block;width:49.4998125rem;position:absolute;font-family:arial;font-size:2.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.8706598281861rem;left:10.43728351593rem;height:;text-align:center;text-align-last:center;display:block; }
#RG3JF9byKmRTgpX5LtskpWUacDlo1b0h { z-index:100072;top:28.25rem;left:12rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AXg5KOvLog4NhITvv4FrO2Dpdzihw589 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s3k3TPGzuGKhT08ScCMao1wtiDIrJhCa { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:100073;line-height:1.3;letter-spacing:0;top:22.5625rem;left:10.8125rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOGLLedBOXCkhofHpTw7viCucbZtFeeR { position:absolute;display:block;z-index:100063;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9375rem;width:11.0625rem;top:20.25rem;left:10.4375rem;display:block; }
#sDqopKd1b9PBikcOcoTlS35ce5atFb8T { color:#0e193d;display:block;width:13.372375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100238;line-height:1.6;letter-spacing:0;top:26.3125rem;left:9.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#n5OB2uhoeTloGcXI0IBHJmo4yfLFvJTV { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:21.125rem;left:10.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#r4lS7MiO4H8Tz21y0EagH9LirgEtH8y5 { z-index:100067;top:29.125rem;left:60rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GQsnGmhnM23Z5MbFXXxKIvpSsknciP06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SPN0LtFlEnpvuFC1rIS3rRwqwnG7uzoH { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:21.875rem;left:58.625rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0XNTrIAb7VUC0N9FDsqQPPKJfOae5sv { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9.75rem;width:11.0625rem;top:19.25rem;left:58.25rem;display:block; }
#K3a2Gkz5HXn1Hnthi1siq6XFTixoK0I4 { color:#0e193d;display:block;width:13.3713125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:27.1875rem;left:57rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#PNmWdVLOOXTzpCna3IWxseUPhGRg4y1L { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:20.125rem;left:58.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#ADQTM8dBfG0HclET0JVEhXKlRggCCWKi { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:9rem;left:33.25rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#T1yfaJ2BGTXfozyVCUO7ibS86VtVF708 { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9375rem;width:11.0625rem;top:6.9375rem;left:33.0625rem;display:block; }
#I15GlF0X1FuVpiXNDVuQoRJ7oU2ZaTZL { color:#0e193d;display:block;width:13.372375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:13rem;left:31.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ncTIsCOONtPXFwrtWESUDAANHWtyWVFi { z-index:100067;top:15.0625rem;left:34.625rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tu6HXlZxadCIUE1yLAbhHVswxJIIZFqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a4iy5MmH6NksnalXpo0lc5Bdwz9p1Sdl { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.37435rem;width:5.68685rem;top:1.0112848281861rem;left:52.446835517883rem;overflow:hidden;display:block; }
#gr0buoPRhevUecGDuTq5OUniHmk0Dv7z { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.37435rem;width:5.68685rem;top:1.0112848281861rem;left:11.321614265442rem;overflow:hidden;display:block; }
#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.adaptive-delivery-prevent-bg, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyload, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyloading { background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { background-color: transparent; background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .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); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { border-width: 0; border-radius: 0; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#zTlZPzaDv5WC3rAvblDQOovvyzCiqP9D { color:#035cac;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:34.625rem;left:43.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#kTfZ8ogLCbtThZNSrurgqpZCd7mqnx3I { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:34.0625rem;left:62.875rem;display:none; }
#ouXG4CWcFlCiZKmRDuwSyzv79KAJzixI { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:34.4375rem;left:62.875rem;display:none; }
#yDDcF1i09rQDeO0XQ2ss327O9kuTNReh { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:39.6875rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mdSvPrl70TOG2styfOfiJTFLnsMa5HED { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.875rem;left:44.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A9w8SKKbmfwxcERJPUXHa34b5gP1wkqT { color:#035cac;display:block;width:19.1868125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:44.6875rem;left:43.5625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#zpmMqxfMScBfz1XkcX11tRPaIKfeelRC { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.43725rem;width:17.06175rem;top:42.562255859375rem;left:54.798583984375rem;overflow:hidden;display:none; }
#e2sgMyEs5nPnZQ9MOP0oiOMDmKfTzGkb { color:#000000;display:block;width:30.374375rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.88541603088381rem;left:23.434247016907rem;height:4.30555625rem;text-align:center;text-align-last:center;display:block; }
#ItHUm9y5rHiXdVlCgBr4w7k9aFFOSHwo { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:8.625rem;left:51.9375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#EDCMxH3JGHAGMrXQzGGWkg4ewF2d1qts { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:100063;line-height:1.3;letter-spacing:0;top:10.375rem;left:52.125rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQ3tQeq9Tmn60fJp00yD8yzPpdgh9iSz { position:absolute;display:block;z-index:100053;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9375rem;width:11.0625rem;top:7.75rem;left:51.75rem;display:block; }
#NtaCnuOgPmenaXiK0d1kWswlR0xUqdp7 { z-index:100062;top:15.875rem;left:53.3125rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hthLM0uxuaxvbr9WRiqrIh2G7eRQ0tXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rw1yB6vFLRwSQoBPUwG2OpP8xzRtBA6p { color:#0e193d;display:block;width:13.372375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100228;line-height:1.6;letter-spacing:0;top:13.8125rem;left:50.5rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#qmZICv3ZNsaP3EfBZ1zDtrV69TrFUkSS { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:8.625rem;left:13.375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#SLhSdhuKDQmMDtIF6bq0BC3UoKArTyB4 { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.5625rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyoNn0dxU0oEEmDZWsnwpZUurdwQUpPL { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9375rem;width:11.0625rem;top:7.75rem;left:13.1875rem;display:block; }
#RIRWn7To4V32IGV7swXa9WibkyVzZWRm { color:#0e193d;display:block;width:13.372375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:13.8125rem;left:12rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#CMEreR5nhpPoLZQsvXcHHmbovmQztGGh { z-index:100067;top:15.75rem;left:14.75rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r2L7rfDCREncOLu1FKZTxs22igvN6kyt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W8v7QeTo7JvTOuiMqIJVm2i4yU3ZlX6J { z-index:100072;top:32rem;left:14.4375rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J3B51u5RP0gJ3bSh99AsbVTmpXWC8naO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FxTGMTHbChT8v4TxXcXXZT3Gu8cdkVxh { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:100073;line-height:1.3;letter-spacing:0;top:26.3125rem;left:13.25rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekABbf1b94InC9JeeC3FLpCCLT2F9XsG { position:absolute;display:block;z-index:100063;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9375rem;width:11.0625rem;top:24rem;left:12.875rem;display:block; }
#GFRmRqJ6ZvZOtEB213PVFOZJvRbAzsqa { color:#0e193d;display:block;width:13.372375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100238;line-height:1.6;letter-spacing:0;top:30.0625rem;left:11.75rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#IePXbaI0rlcVcHK4qmn2q7y5sI3S6eRD { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:24.875rem;left:13.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#RSeSyTGv1V4kBsEr3ixOdTqmkGTBcOdT { z-index:100067;top:33rem;left:53.5rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iVPiq0x8ate7M1C6wPEidT2m49p0lAwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KXeMVg7yFEPzoOhAUdqGk1oWiXWZQK1f { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:25.75rem;left:52.125rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OigJ0nKcdZJPGAuaeMiVWqSFu65n89AJ { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9.75rem;width:11.0625rem;top:23.125rem;left:51.75rem;display:block; }
#znJdKz7pit3tfpqVErX5in0ii0VlWQQL { color:#0e193d;display:block;width:13.3713125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:31.0625rem;left:50.5rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#xaHJTfvB1HrazCDdhU1ZtTUqV2NoswVT { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:24rem;left:51.9375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#sRocz1OZmMTqMT4T2RqEHqlUQhsGm3rD { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.25rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#l1wDIz258yIWb35ABRweppFMtGAezEGm { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9375rem;width:11.0625rem;top:17.5625rem;left:32.0625rem;display:block; }
#XghDwUhrN01RKqXpM0HtQWtvpy5sFT7c { color:#0e193d;display:block;width:13.372375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:23.625rem;left:30.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#TcUh08Mnmufg6h0UKmELWlmQbOQJwkvl { z-index:100067;top:25.6875rem;left:33.625rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T0UROXlEst153VAIOOGfxtuExzim7ZtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VwMIfM2xbw4LCkB5rMs41JHbX4ngldDu { box-sizing:content-box;color:#2e6a3a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100059;top:2.1332454681396rem;left:53.192929267883rem;display:block; }
#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.adaptive-delivery-prevent-bg, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyload, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyloading { background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { background-color: transparent; background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .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); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { border-width: 0; border-radius: 0; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#qq4UvGdHaJ2vuHIcnBM3yHCT377oucq5 { color:#035cac;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:34.625rem;left:43.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#exgMtNXVNU7FvKS4x4cfmgaBC3A4TEmD { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:34.0625rem;left:62.875rem;display:none; }
#XRw8LfyIeAVxvx6KilSGRsstNiTam2qd { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:34.4375rem;left:62.875rem;display:none; }
#U6egMcpccrIrWSK420TXbv4bs4GfxAIu { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:39.6875rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#La9uq7KFPGgPyawxsfhZ7gxgCfLSIPAs { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.875rem;left:44.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mhapbKbnPUgcvUO7dq0aMRz8XC3MqRBx { color:#035cac;display:block;width:19.1868125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:44.6875rem;left:43.5625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#xaW0bvDZMmyhu2dEFDCywrZz5LqlsNPP { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.43725rem;width:17.06175rem;top:42.562255859375rem;left:54.798583984375rem;overflow:hidden;display:none; }
#RkqIuuCBk0N8rtM7m3bOxWCOef9FHolm { color:#000000;display:block;width:37.686625rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.70421028137206rem;left:20.503472328186rem;height:4.30575rem;text-align:center;text-align-last:center;display:block; }
#xDOuSnlCoIuUG844CU1bTi2Bv7x6kg4e { color:#065120;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:8.0620651245119rem;left:52.186852455139rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#Ha4SOIBRGd03TyFog9BTypTlCPvrO2L6 { position:absolute;display:block;z-index:100062;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9373125rem;width:11.0623125rem;top:7.0616302490238rem;left:51.999135017395rem;display:block; }
#xTgQlIyIN0298xVssFOPzJIx2mwcmMi8 { color:#0e193d;display:block;width:13.3713125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100237;line-height:1.6;letter-spacing:0;top:12.937282562256rem;left:50.749135017395rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#B1KCaTOzaHEgV9chcdVHcnf5qysop7bN { z-index:100071;top:15.186630249024rem;left:53.561635017395rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#obrN5U373HNZQIKvDvlv53Tsw1FKiacS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TmLksQ8pSXuw1svKKtfIVUBkyBpW9Kdh { color:#065120;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:8.0620651245119rem;left:13.62478351593rem;height:3.89756875rem;text-align:center;text-align-last:center;display:block; }
#qk9Xk4a2zNPSTcZGJco5PhOZW8gPukBk { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9373125rem;width:11.0623125rem;top:7.0616302490238rem;left:13.437066078186rem;display:block; }
#SOXDxrlcfTMW48kkxxSIWqfWMF6Ceqal { color:#0e193d;display:block;width:13.3713125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100241;line-height:1.6;letter-spacing:0;top:12.937282562256rem;left:12.187066078186rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ThOnvosrzwLcbA96pFD0OiNxtztLbFUF { z-index:100075;top:15.186630249024rem;left:14.999566078186rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eznCNswMC3ch67mTIxsedGXVw8nZxgvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yFcDK1t0v7wsz40F9SM4r8adanK82mMU { position:absolute;display:block;z-index:100070;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9373125rem;width:11.0623125rem;top:21.999782562256rem;left:52.125000953674rem;display:block; }
#t17xAuFx5fC9T4tydPuTa7okKXDSlxET { color:#0e193d;display:block;width:13.3713125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100245;line-height:1.6;letter-spacing:0;top:27.874347686767rem;left:50.875000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ULlmaD6tVty9mfIFU7MeBmCPeeI1CWKL { color:#065120;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:22.999130249024rem;left:52.311635017395rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#iyUwdougvcB8srWUP5V1x90tBP5yZ4Hk { z-index:100079;top:30.125rem;left:52.8125rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iLkTf2NzLfTbD20NcWDMm4bTo6FFcCys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H08TGXQGmcLlyqXDMGXAGfmrcC4oTUf0 { position:absolute;display:block;z-index:100074;background-color:#e3e3e3;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.9373125rem;width:11.0623125rem;top:21.999782562256rem;left:12.37478351593rem;display:block; }
#LFtUyyMh5fozO3aHIl7V5Ozve72ZbnvF { color:#0e193d;display:block;width:13.3713125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100249;line-height:1.6;letter-spacing:0;top:27.874347686767rem;left:11.12478351593rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#SSCyHvQNMvopUIrdyJTnc50zkPidG8St { color:#065120;display:block;width:10.7498125rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:22.999130249024rem;left:12.562500953674rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#pmL8F6L4PA1LpWfb9TN5tBwZo0nD2Ok3 { z-index:100083;top:30.124782562256rem;left:13.06228351593rem;background-color:#065120;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499375rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DxBaZ5cC50iyMiIEpvoWVpBRq8kxk6L8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bzRKeFhZRzqH4zbXBb71zniL6GcM9fsl { color:rgba(2,172,0,0.8);display:block;width:24.124375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:17.683378458023rem;left:25.43728351593rem;height:2.35618125rem;font-style:normal;display:block; }
#AQzHSVp73055tlFFxX6p6u4gxqXLTcNy { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100239;top:1.81640625rem;left:55.630646705627rem;display:block; }
#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.adaptive-delivery-prevent-bg, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyload, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyloading { background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { background-color: transparent; background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .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); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { border-width: 0; border-radius: 0; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#sJf6tOg3FmQ0cLk9pQvgPKZG6McRDgdb { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:100044;line-height:3;letter-spacing:0;top:1.375rem;left:0rem;height:14.2448rem;text-align:right;text-align-last:right;display:block; }
#hHwCPifada0p1IU655t07cTQLS8oZ3xd { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:1.375rem;left:26.0625rem;display:block; }
#Zz8pGNWMaX0x5XCIRqOLMwEv7E1gSBGT { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:5.1875rem;left:26.0625rem;display:block; }
#EsFF83P4OB9zrM43HDaBV8R3Uh37Tu3r { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:8.6875rem;left:26.1875rem;display:block; }
#gCGWeJ5c4QVl70QZG5tkTRZff5asPJdz { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:12.1875rem;left:26.1875rem;display:block; }
#sWbhuXbGGvwwr20HzlOSZqB6WAWqwNlT { color:#00308a;display:block;width:39.933125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:100042;line-height:1.5;letter-spacing:0;top:7rem;left:34.5625rem;height:5.3418rem;text-align:right;text-align-last:right;display:block; }
#o4aWAEBKXhuX4TcdU5lXmJG570J9p1DB { background-color:#065120;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.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:1.375rem;left:49.25rem;display:block; }
#g0lgs6U9IPlaU8ayUhMrdgioNDytaC9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH.adaptive-delivery-prevent-bg, #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH.lazyload, #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH.lazyloading { background-image: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { background-color: transparent; background-image: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .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); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { border-width: 0; border-radius: 0; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#uneWXJ8MbPaUOqeGQAVgP3UFFdcuAeLI { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.7615rem;font-style:normal;display:block; }
#MRzcP7wCxBUg5fGGq28DSCPmbHr5T6LX { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#TtrOfmNddvftzXu5LMy7edtVeo9I0ltT { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:44.6875rem;height:7.43275rem;text-align:justify;text-align-last:initial;display:block; }
#oIdQCqlOPBf0m52xgFigLfo1DH7sIgTf { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:63.4375rem;display:block; }
#TSA3z00aQ1ULHzm359DVOKP3QFfbxAJf { position:absolute;display:block;z-index:100004;background-color:#065120;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:61.375rem;display:block; }
#LR0cUgHtwXaz2mt8Z7rE9lBtKKhWW9Vq { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:63.5rem;display:block; }
#IbRd1iUJKJC48sNFc8COhp4TxL8BDKzn { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:37.0625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#R4IaSWuSaWmT25FtNmE0RlaXgu1rdBro { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:42rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#OzxgmDeKzfSnIGyxnc27BxznpnisNmxD { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:63.5625rem;display:block; }
#NtLJpTk3JekL0ZpD8taPkHwrxCWfvi0T { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:63.4375rem;display:block; }
#vF0tCODhvXmBIH293zoPMN0sss5w7S69 { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:63.5625rem;display:block; }
#zxOxnZtWzPlm5aOSC0ocZJpcAkaMwUPV { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:63.4375rem;display:block; }
#IpZwkAMZT6ORhKP4TvMGWKILTwJZS3MN { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#Jr03kt8MGufFGcddCHxbR5IPHV4IqqUZ { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#pJfzpgl8Dt5l3isro1qM1WBLUvOwo7Ld { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:63.5625rem;display:block; }
#tUEax2XDLrMxDteBZBz9uREHe8Dkl4nh { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:63.4375rem;display:block; }
#sUkbvbH83xE3MnAVW177a1LQVe9sZ9F1 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #065120);background-image: -moz-linear-gradient(180deg, #fab419, #065120);background-image: -ms-linear-gradient(180deg, #fab419, #065120);background-image: -o-linear-gradient(180deg, #fab419, #065120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#065120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#065120' );";background-image: linear-gradient(180deg, #fab419, #065120);background-size:initial !important;position:relative;display:block; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { background-color: transparent; background-image: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .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); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { border-width: 0; border-radius: 0; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#PuTN3QuNG4vnqMkHXHiwr4UiUrr5UQW3 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.5435rem;font-style:normal;display:block; }
#Inham6CtKyyBD4hyV80nk5kfIhHFpRf6 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#n2vzx0NK6MvK3LieAOg60D3yNPFdqvCr { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:13.375rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OGLkkbOR5tFICH5MTrMv9E8FTEDkK8Ez { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:13.5rem;display:none; }
#Rk66INT8fwAyrxBg2abxt78bDRc6dxgN { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:39.0908203125rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PVatP4xtb8rb9zJc2kzwNr4ykehEPT02 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:9.8125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa { display:block; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIkpwCMKJ3kVkrbvCBFQFx6iuUat0vOl { top:0rem;left:11.8125rem;width:23.9375rem;height:6.1703136719483rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk { display:block; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scK3c8arVGgWRQdfMOV9HSZDnTdd0mMu { width:15rem;height:32.75rem;top:0.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssV9NegTorVXwQVOwMRgm4pbfB5dquC { width:14.0625rem;height:2.375rem;top:4.5rem;left:33.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-regular-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-textarea { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-checkbox-label { width:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24  { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .radio-container { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 {display:block;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NzOOGpn0WTwwGMGa8SEdFOFa0HI9zsHq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #w2gyA11Narm892CsOXTz9aSxDg2BxKKx {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #FK90PTaswwGNx7uHTHyEqiiy9mkwWoqS {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #haTa4FbK48Ku99dLtRw7WOEXD0yGMobl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IFZhG3zWa7ttH3RZbvPCReDFnr4cwhrO {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TLAPIReUcQthPfPzW6NPrc5TRTvU9ieV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #AO0QLGOEPzXhcm6fJTtaIfPD1xUMIT8K {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #E3bOQ5mvwA13NLxyfnKU5Of0Z1No5xbv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #l7UxMGiHV341datMHdmMBtRwRxb9sLZg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #WxsQ5Tn1Tezr0SCqMozrLI2fHg2pPdJV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #r2hZhriDqiOGrD1vJkWvdtrDgqX4ew6N {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #gt1nI34snqMiKDtrW4PBlHnSVvxPTqHv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #Xwr3QP2Itm9D6W2wTL7QU3reTutTRA3p {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #KwwxmITtyGBZ2svz9M98ATQqNbQ6hkyk {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #hLVilXBMJoxky2Vh9Ui3thd904WoFtle {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #V0tAPOAdCXriErWM2dp5MQvBc69rvQcN {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #SAOWtKgHvX3xCabUeqlLMJaWnZVJJCIq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #kseq2ToUcNdAwlll9Tc3cKsKa2XJBNzw {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #swHEZbocxmqxzTfbbSTTe2tvKDUITimy {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #DT17G9N2xrl3iOkfKHiHrDztWLcRRTfl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NUITBep4pkgR2pG8efNIefEwwdzCFEZD {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IWuNsdO3rPLs6JpWnJSyfZZ6R9ov8sOT {  }
 }@media only screen and (max-width: 763px) { #qiTKhiu3U2E7eShT6dTgkRFNz6zrR1W8 { display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TCJo0x8VxOWegJZg3ySATbm6dvMrW2Xg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #iECPI3bTqQ8DNNXcPs10Gqp6SnQD6Cof {  }
 }@media only screen and (max-width: 763px) { #SQzvNvAOWJJZ8OM8fXpbcwSqGbEXgCHB { top:34.625rem;left:28.5625rem;width:19.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmX0ddI5r4WPaXIpvS3QyIQIhslS8xF2 { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWULNLQPJfKoiPilocLNkdSKXF8QxVHR { top:34.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPuwH1HsamWV6fpdQ9xhEpiLFJarGrbi { top:39.6875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fanorXLx6AlyI65fiotTWCdp0TVUvLTC { top:49.875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVOTzhfJ7NN2wvDTNJd6MWT7qpOVUmbv { top:44.6875rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHU8eFfe1yIs9BpA3OqxPKk5ChKJzEgd { top:42.5rem;left:30.6875rem;width:17rem;height:9.4030946415225rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1cgg52pqwqHeF0Qs3NoFyWSOo8bKEt { top:19.375rem;left:15.9375rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chcqZZ7O4S0VilJHPNrWCZOU2oDgP9SK { top:21.375rem;left:14.9375rem;width:16.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnT8lDn1cvROB554C2n5GnhV83cEPbKu { top:1.625rem;left:34.3125rem;width:13.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaZFa3Qmrmtfi0kPJtLPoRagXpPNHdvF { top:10.625rem;left:9.93728351593rem;width:25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5fJOHUIhySUnTaIdZIvzTn3KLcHUZX { top:20.875rem;left:13.1875rem;width:17.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOAq6I7DLGUSRO22RpDLyTCDuh6xy0hL { top:10.4375rem;left:9.375rem;width:24.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge275Ey9xoUTElvqfTgNssTKuUi21oOa { top:3.0625rem;left:4.375rem;width:33.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u315vlBiUHvGnOV2K3J2SoUIIEtBLwOr { top:3.125rem;left:4.9372835159302rem;width:32.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ { display:block; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQW3K2oma0UyqSQB3LKKseJlDgh8PVxp { top:34.625rem;left:28.5625rem;width:19.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQGkPfcHyiWmsPqLl7oXD1zHugICCya { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfbiboBTletdd1rGZSeSKq250z42QOL { top:34.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7o8FOTDHb2UuTFWQi1TXXXuDxG03gZ { top:39.6875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpgQ2m9D4Dg6ihk8VWgw8pqu2WFSTsl { top:49.875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5c6JQ6FHV1mlN625iTaxLUguhMr1I4e { top:44.6875rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6vr4sqrecFiySxWzB4lOd8rfgyTTW3X { top:42.5rem;left:30.6875rem;width:17rem;height:9.4030946415225rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTovi4S1ThBDc0pTEVP0xowkmA4ClsJ { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG3JF9byKmRTgpX5LtskpWUacDlo1b0h { top:28.25rem;left:0rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXg5KOvLog4NhITvv4FrO2Dpdzihw589 { display:block; }
 }@media only screen and (max-width: 763px) { #s3k3TPGzuGKhT08ScCMao1wtiDIrJhCa { top:22.5625rem;left:0rem;width:10.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOGLLedBOXCkhofHpTw7viCucbZtFeeR { top:20.25rem;left:0rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqopKd1b9PBikcOcoTlS35ce5atFb8T { width:13.3125rem;height:1.4375rem;top:26.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OB2uhoeTloGcXI0IBHJmo4yfLFvJTV { top:21.125rem;left:0rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4lS7MiO4H8Tz21y0EagH9LirgEtH8y5 { top:29.125rem;left:39.3125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsnGmhnM23Z5MbFXXxKIvpSsknciP06 { display:block; }
 }@media only screen and (max-width: 763px) { #SPN0LtFlEnpvuFC1rIS3rRwqwnG7uzoH { top:21.875rem;left:37.3125rem;width:10.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0XNTrIAb7VUC0N9FDsqQPPKJfOae5sv { top:19.25rem;left:36.75rem;width:11rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3a2Gkz5HXn1Hnthi1siq6XFTixoK0I4 { width:13.3125rem;height:1.4375rem;top:27.1875rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNmWdVLOOXTzpCna3IWxseUPhGRg4y1L { top:20.125rem;left:37.0625rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADQTM8dBfG0HclET0JVEhXKlRggCCWKi { top:9rem;left:19.625rem;width:10.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yfaJ2BGTXfozyVCUO7ibS86VtVF708 { top:6.9375rem;left:19.4375rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15GlF0X1FuVpiXNDVuQoRJ7oU2ZaTZL { width:13.3125rem;height:1.4375rem;top:13rem;left:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTIsCOONtPXFwrtWESUDAANHWtyWVFi { top:15.0625rem;left:21rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6HXlZxadCIUE1yLAbhHVswxJIIZFqi { display:block; }
 }@media only screen and (max-width: 763px) { #a4iy5MmH6NksnalXpo0lc5Bdwz9p1Sdl { top:1rem;left:38.821835517883rem;width:5.625rem;height:5.3158987400758rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr0buoPRhevUecGDuTq5OUniHmk0Dv7z { top:1rem;left:0rem;width:5.625rem;height:5.3158987400758rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 { display:block; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTlZPzaDv5WC3rAvblDQOovvyzCiqP9D { top:34.625rem;left:28.5625rem;width:19.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTfZ8ogLCbtThZNSrurgqpZCd7mqnx3I { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouXG4CWcFlCiZKmRDuwSyzv79KAJzixI { top:34.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDDcF1i09rQDeO0XQ2ss327O9kuTNReh { top:39.6875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdSvPrl70TOG2styfOfiJTFLnsMa5HED { top:49.875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9w8SKKbmfwxcERJPUXHa34b5gP1wkqT { top:44.6875rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpmMqxfMScBfz1XkcX11tRPaIKfeelRC { top:42.5rem;left:30.6875rem;width:17rem;height:9.4030946415225rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2sgMyEs5nPnZQ9MOP0oiOMDmKfTzGkb { top:0.875rem;left:9.8092470169069rem;width:30.3125rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItHUm9y5rHiXdVlCgBr4w7k9aFFOSHwo { top:8.625rem;left:37.0625rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDCMxH3JGHAGMrXQzGGWkg4ewF2d1qts { top:10.375rem;left:37.3125rem;width:10.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ3tQeq9Tmn60fJp00yD8yzPpdgh9iSz { top:7.75rem;left:36.75rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtaCnuOgPmenaXiK0d1kWswlR0xUqdp7 { top:15.875rem;left:39.3125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hthLM0uxuaxvbr9WRiqrIh2G7eRQ0tXn { display:block; }
 }@media only screen and (max-width: 763px) { #Rw1yB6vFLRwSQoBPUwG2OpP8xzRtBA6p { width:13.3125rem;height:1.4375rem;top:13.8125rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmZICv3ZNsaP3EfBZ1zDtrV69TrFUkSS { top:8.625rem;left:0rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLhSdhuKDQmMDtIF6bq0BC3UoKArTyB4 { top:10.6875rem;left:0rem;width:10.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyoNn0dxU0oEEmDZWsnwpZUurdwQUpPL { top:7.75rem;left:0rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRWn7To4V32IGV7swXa9WibkyVzZWRm { width:13.3125rem;height:1.4375rem;top:13.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMEreR5nhpPoLZQsvXcHHmbovmQztGGh { top:15.75rem;left:1.125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2L7rfDCREncOLu1FKZTxs22igvN6kyt { display:block; }
 }@media only screen and (max-width: 763px) { #W8v7QeTo7JvTOuiMqIJVm2i4yU3ZlX6J { top:32rem;left:0.8125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3B51u5RP0gJ3bSh99AsbVTmpXWC8naO { display:block; }
 }@media only screen and (max-width: 763px) { #FxTGMTHbChT8v4TxXcXXZT3Gu8cdkVxh { top:26.3125rem;left:0rem;width:10.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekABbf1b94InC9JeeC3FLpCCLT2F9XsG { top:24rem;left:0rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRmRqJ6ZvZOtEB213PVFOZJvRbAzsqa { width:13.3125rem;height:;top:30rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePXbaI0rlcVcHK4qmn2q7y5sI3S6eRD { top:24.875rem;left:0rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeSyTGv1V4kBsEr3ixOdTqmkGTBcOdT { top:33rem;left:39.3125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVPiq0x8ate7M1C6wPEidT2m49p0lAwa { display:block; }
 }@media only screen and (max-width: 763px) { #KXeMVg7yFEPzoOhAUdqGk1oWiXWZQK1f { top:25.6875rem;left:37.3125rem;width:10.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OigJ0nKcdZJPGAuaeMiVWqSFu65n89AJ { top:23.125rem;left:36.75rem;width:11rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znJdKz7pit3tfpqVErX5in0ii0VlWQQL { width:13.3125rem;height:;top:31rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHJTfvB1HrazCDdhU1ZtTUqV2NoswVT { top:24rem;left:37.0625rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRocz1OZmMTqMT4T2RqEHqlUQhsGm3rD { top:19.625rem;left:18.625rem;width:10.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1wDIz258yIWb35ABRweppFMtGAezEGm { top:17.5625rem;left:18.4375rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XghDwUhrN01RKqXpM0HtQWtvpy5sFT7c { width:13.3125rem;height:;top:23.5625rem;left:17.186635017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUh08Mnmufg6h0UKmELWlmQbOQJwkvl { top:25.6875rem;left:20rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0UROXlEst153VAIOOGfxtuExzim7ZtG { display:block; }
 }@media only screen and (max-width: 763px) { #VwMIfM2xbw4LCkB5rMs41JHbX4ngldDu { top:2.125rem;left:39.567929267883rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU { display:block; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq4UvGdHaJ2vuHIcnBM3yHCT377oucq5 { top:34.625rem;left:28.5625rem;width:19.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exgMtNXVNU7FvKS4x4cfmgaBC3A4TEmD { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRw8LfyIeAVxvx6KilSGRsstNiTam2qd { top:34.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6egMcpccrIrWSK420TXbv4bs4GfxAIu { top:39.6875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #La9uq7KFPGgPyawxsfhZ7gxgCfLSIPAs { top:49.875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhapbKbnPUgcvUO7dq0aMRz8XC3MqRBx { top:44.6875rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaW0bvDZMmyhu2dEFDCywrZz5LqlsNPP { top:42.5rem;left:30.6875rem;width:17rem;height:9.4030946415225rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqIuuCBk0N8rtM7m3bOxWCOef9FHolm { top:0.6875rem;left:6.8784723281863rem;width:37.625rem;height:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOuSnlCoIuUG844CU1bTi2Bv7x6kg4e { top:8rem;left:37.0625rem;width:10.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4SOIBRGd03TyFog9BTypTlCPvrO2L6 { top:7rem;left:36.75rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTgQlIyIN0298xVssFOPzJIx2mwcmMi8 { width:13.3125rem;height:;top:12.875rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1KCaTOzaHEgV9chcdVHcnf5qysop7bN { top:15.125rem;left:39.3125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obrN5U373HNZQIKvDvlv53Tsw1FKiacS { display:block; }
 }@media only screen and (max-width: 763px) { #TmLksQ8pSXuw1svKKtfIVUBkyBpW9Kdh { top:8rem;left:0rem;width:10.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk9Xk4a2zNPSTcZGJco5PhOZW8gPukBk { top:7rem;left:0rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXDxrlcfTMW48kkxxSIWqfWMF6Ceqal { width:13.3125rem;height:;top:12.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOnvosrzwLcbA96pFD0OiNxtztLbFUF { top:15.125rem;left:1.3745660781861rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznCNswMC3ch67mTIxsedGXVw8nZxgvy { display:block; }
 }@media only screen and (max-width: 763px) { #yFcDK1t0v7wsz40F9SM4r8adanK82mMU { top:21.9375rem;left:36.75rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t17xAuFx5fC9T4tydPuTa7okKXDSlxET { width:13.3125rem;height:1.4375rem;top:27.8125rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULlmaD6tVty9mfIFU7MeBmCPeeI1CWKL { top:22.9375rem;left:37.0625rem;width:10.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyUwdougvcB8srWUP5V1x90tBP5yZ4Hk { top:30.125rem;left:39.1875rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLkTf2NzLfTbD20NcWDMm4bTo6FFcCys { display:block; }
 }@media only screen and (max-width: 763px) { #H08TGXQGmcLlyqXDMGXAGfmrcC4oTUf0 { top:21.9375rem;left:0rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFtUyyMh5fozO3aHIl7V5Ozve72ZbnvF { width:13.3125rem;height:1.4375rem;top:27.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSCyHvQNMvopUIrdyJTnc50zkPidG8St { top:22.9375rem;left:0rem;width:10.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmL8F6L4PA1LpWfb9TN5tBwZo0nD2Ok3 { top:30.0625rem;left:0rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBaZ5cC50iyMiIEpvoWVpBRq8kxk6L8 { display:block; }
 }@media only screen and (max-width: 763px) { #bzRKeFhZRzqH4zbXBb71zniL6GcM9fsl { top:17.625rem;left:11.81228351593rem;width:24.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQzHSVp73055tlFFxX6p6u4gxqXLTcNy { top:1.8125rem;left:42.005646705627rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx { display:block; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJf6tOg3FmQ0cLk9pQvgPKZG6McRDgdb { top:1.375rem;left:0rem;width:26.0625rem;height:14.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwCPifada0p1IU655t07cTQLS8oZ3xd { top:1.375rem;left:19.25rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8pGNWMaX0x5XCIRqOLMwEv7E1gSBGT { top:5.1875rem;left:19.25rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsFF83P4OB9zrM43HDaBV8R3Uh37Tu3r { top:8.6875rem;left:19.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCGWeJ5c4QVl70QZG5tkTRZff5asPJdz { top:12.1875rem;left:19.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbhuXbGGvwwr20HzlOSZqB6WAWqwNlT { top:6.9375rem;left:0rem;width:39.875rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4aWAEBKXhuX4TcdU5lXmJG570J9p1DB { width:17.4375rem;height:3.375rem;top:1.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0lgs6U9IPlaU8ayUhMrdgioNDytaC9w { display:block; }
 }@media only screen and (max-width: 763px) { #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH { display:block; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uneWXJ8MbPaUOqeGQAVgP3UFFdcuAeLI { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzcP7wCxBUg5fGGq28DSCPmbHr5T6LX { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrOfmNddvftzXu5LMy7edtVeo9I0ltT { width:20.8125rem;height:7.1875rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdQCqlOPBf0m52xgFigLfo1DH7sIgTf { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSA3z00aQ1ULHzm359DVOKP3QFfbxAJf { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0cUgHtwXaz2mt8Z7rE9lBtKKhWW9Vq { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbRd1iUJKJC48sNFc8COhp4TxL8BDKzn { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IaSWuSaWmT25FtNmE0RlaXgu1rdBro { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxgmDeKzfSnIGyxnc27BxznpnisNmxD { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLJpTk3JekL0ZpD8taPkHwrxCWfvi0T { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF0tCODhvXmBIH293zoPMN0sss5w7S69 { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOxnZtWzPlm5aOSC0ocZJpcAkaMwUPV { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpZwkAMZT6ORhKP4TvMGWKILTwJZS3MN { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr03kt8MGufFGcddCHxbR5IPHV4IqqUZ { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJfzpgl8Dt5l3isro1qM1WBLUvOwo7Ld { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUEax2XDLrMxDteBZBz9uREHe8Dkl4nh { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUkbvbH83xE3MnAVW177a1LQVe9sZ9F1 { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r { display:block; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuTN3QuNG4vnqMkHXHiwr4UiUrr5UQW3 { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inham6CtKyyBD4hyV80nk5kfIhHFpRf6 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2vzx0NK6MvK3LieAOg60D3yNPFdqvCr { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGLkkbOR5tFICH5MTrMv9E8FTEDkK8Ez { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk66INT8fwAyrxBg2abxt78bDRc6dxgN { top:13rem;left:25.4658203125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVatP4xtb8rb9zJc2kzwNr4ykehEPT02 { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa { display:block; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIkpwCMKJ3kVkrbvCBFQFx6iuUat0vOl { width:20rem;height:5.1553625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk { background-color:transparent;background-image:url("https://images.assets-landingi.com/y473rfoL/snap.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.adaptive-delivery-prevent-bg, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyload, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyloading { background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { background-color: transparent; background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .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); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { border-width: 0; border-radius: 0; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scK3c8arVGgWRQdfMOV9HSZDnTdd0mMu { width:15.1875rem;height:33.25rem;top:11.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssV9NegTorVXwQVOwMRgm4pbfB5dquC { width:15.186625rem;height:1.12413125rem;top:16.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-regular-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none;font-weight:700;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-textarea { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-button { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-checkbox-label { width:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-radio-label { text-align:center;text-align-last:center; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:first-of-type{padding-top:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:last-of-type{padding-bottom:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24  { width:13rem;height:auto;top:17.875rem;left:2.3125rem;background-color:transparent;background-image:none;z-index:100069; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .radio-container { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 {display:block;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 { width:13rem;height:auto;top:17.875rem;left:2.3125rem;background-color:transparent;background-image:none;z-index:100069; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NzOOGpn0WTwwGMGa8SEdFOFa0HI9zsHq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #w2gyA11Narm892CsOXTz9aSxDg2BxKKx {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #FK90PTaswwGNx7uHTHyEqiiy9mkwWoqS {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #haTa4FbK48Ku99dLtRw7WOEXD0yGMobl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IFZhG3zWa7ttH3RZbvPCReDFnr4cwhrO {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TLAPIReUcQthPfPzW6NPrc5TRTvU9ieV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #AO0QLGOEPzXhcm6fJTtaIfPD1xUMIT8K {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #E3bOQ5mvwA13NLxyfnKU5Of0Z1No5xbv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #l7UxMGiHV341datMHdmMBtRwRxb9sLZg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #WxsQ5Tn1Tezr0SCqMozrLI2fHg2pPdJV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #r2hZhriDqiOGrD1vJkWvdtrDgqX4ew6N {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #gt1nI34snqMiKDtrW4PBlHnSVvxPTqHv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #Xwr3QP2Itm9D6W2wTL7QU3reTutTRA3p {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #KwwxmITtyGBZ2svz9M98ATQqNbQ6hkyk {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #hLVilXBMJoxky2Vh9Ui3thd904WoFtle {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #V0tAPOAdCXriErWM2dp5MQvBc69rvQcN {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #SAOWtKgHvX3xCabUeqlLMJaWnZVJJCIq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #kseq2ToUcNdAwlll9Tc3cKsKa2XJBNzw {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #swHEZbocxmqxzTfbbSTTe2tvKDUITimy {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #DT17G9N2xrl3iOkfKHiHrDztWLcRRTfl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NUITBep4pkgR2pG8efNIefEwwdzCFEZD {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IWuNsdO3rPLs6JpWnJSyfZZ6R9ov8sOT {  }
 }@media only screen and (max-width: 763px) { #qiTKhiu3U2E7eShT6dTgkRFNz6zrR1W8 { display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TCJo0x8VxOWegJZg3ySATbm6dvMrW2Xg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #iECPI3bTqQ8DNNXcPs10Gqp6SnQD6Cof {  }
 }@media only screen and (max-width: 763px) { #SQzvNvAOWJJZ8OM8fXpbcwSqGbEXgCHB { width:16.312125rem;height:3.25rem;top:62.874641418456rem;left:0.71732956171037rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmX0ddI5r4WPaXIpvS3QyIQIhslS8xF2 { width:3.125rem;height:3.125rem;top:71.2464466095rem;left:16.874111711979rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWULNLQPJfKoiPilocLNkdSKXF8QxVHR { width:3.125rem;height:3.125rem;top:62.2490234375rem;left:16.7490234375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPuwH1HsamWV6fpdQ9xhEpiLFJarGrbi { width:20rem;height:1.875rem;top:67.183945655825rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fanorXLx6AlyI65fiotTWCdp0TVUvLTC { width:20rem;height:1.93181875rem;top:74.958625793456rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVOTzhfJ7NN2wvDTNJd6MWT7qpOVUmbv { width:16.624625rem;height:3.1818125rem;top:70.906425476075rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHU8eFfe1yIs9BpA3OqxPKk5ChKJzEgd { width:17rem;height:9.4030946415225rem;top:83.436279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gw1cgg52pqwqHeF0Qs3NoFyWSOo8bKEt { width:11.4323125rem;height:11.55925rem;top:51.309680938721rem;left:4.0006514191628rem;display:block; }
 }@media only screen and (max-width: 763px) { #chcqZZ7O4S0VilJHPNrWCZOU2oDgP9SK { width:15.8735rem;height:1.462675rem;top:48.062067985534rem;left:1.7795138955116rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnT8lDn1cvROB554C2n5GnhV83cEPbKu { width:13.4375rem;height:4.62890625rem;top:11.875rem;left:3.3125rem;font-size:1.1875rem;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaZFa3Qmrmtfi0kPJtLPoRagXpPNHdvF { width:20rem;height:3.73698125rem;top:5.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rK5fJOHUIhySUnTaIdZIvzTn3KLcHUZX { width:17.5rem;height:2.375rem;top:48.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOAq6I7DLGUSRO22RpDLyTCDuh6xy0hL { width:20rem;height:3.8125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge275Ey9xoUTElvqfTgNssTKuUi21oOa { width:20rem;height:4.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u315vlBiUHvGnOV2K3J2SoUIIEtBLwOr { width:20rem;height:3.73698125rem;top:0.75520849227906rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/y473rfoL/snap.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ.adaptive-delivery-prevent-bg, #kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ.lazyload, #kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ.lazyloading { background-image: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container { background-color: transparent; background-image: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container > .video-iframe-container { display: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row > .video-iframe-container { display: none; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .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); }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container { border-width: 0; border-radius: 0; }#kcHTPFyBHBe7cMJiJXkltZQt6rrboefQ > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQW3K2oma0UyqSQB3LKKseJlDgh8PVxp { width:16.312125rem;height:3.25rem;top:62.874641418456rem;left:0.71732956171037rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCQGkPfcHyiWmsPqLl7oXD1zHugICCya { width:3.125rem;height:3.125rem;top:71.2464466095rem;left:16.874111711979rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDfbiboBTletdd1rGZSeSKq250z42QOL { width:3.125rem;height:3.125rem;top:62.2490234375rem;left:16.7490234375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Np7o8FOTDHb2UuTFWQi1TXXXuDxG03gZ { width:20rem;height:1.875rem;top:67.183945655825rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfpgQ2m9D4Dg6ihk8VWgw8pqu2WFSTsl { width:20rem;height:1.93181875rem;top:74.958625793456rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5c6JQ6FHV1mlN625iTaxLUguhMr1I4e { width:16.624625rem;height:3.1818125rem;top:70.906425476075rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6vr4sqrecFiySxWzB4lOd8rfgyTTW3X { width:17rem;height:9.4030946415225rem;top:83.436279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJTovi4S1ThBDc0pTEVP0xowkmA4ClsJ { width:20rem;height:1.8684875rem;top:0.57725715637207rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;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) { #RG3JF9byKmRTgpX5LtskpWUacDlo1b0h { top:42.0625rem;left:6.125rem;width:8.4375rem;height:1.74805rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXg5KOvLog4NhITvv4FrO2Dpdzihw589 { display:block; }
 }@media only screen and (max-width: 763px) { #s3k3TPGzuGKhT08ScCMao1wtiDIrJhCa { width:10.4373125rem;height:5.19965rem;top:36.125rem;left:4.875rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #hOGLLedBOXCkhofHpTw7viCucbZtFeeR { width:11rem;height:7.875rem;top:34.1875rem;left:4.5625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #sDqopKd1b9PBikcOcoTlS35ce5atFb8T { width:13.3105625rem;height:1.21853125rem;top:40.125rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #n5OB2uhoeTloGcXI0IBHJmo4yfLFvJTV { width:10.686875rem;height:1.2999125rem;top:34.8125rem;left:4.75rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r4lS7MiO4H8Tz21y0EagH9LirgEtH8y5 { top:29.375rem;left:6.1875rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsnGmhnM23Z5MbFXXxKIvpSsknciP06 { display:block; }
 }@media only screen and (max-width: 763px) { #SPN0LtFlEnpvuFC1rIS3rRwqwnG7uzoH { width:10.4373125rem;height:5.19965rem;top:22.1875rem;left:4.875rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #t0XNTrIAb7VUC0N9FDsqQPPKJfOae5sv { width:11.0625rem;height:9.75rem;top:19.5625rem;left:4.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #K3a2Gkz5HXn1Hnthi1siq6XFTixoK0I4 { width:13.3105625rem;height:1.21853125rem;top:27.4375rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PNmWdVLOOXTzpCna3IWxseUPhGRg4y1L { width:10.686875rem;height:1.2999125rem;top:20.4375rem;left:4.6875rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ADQTM8dBfG0HclET0JVEhXKlRggCCWKi { width:10.686875rem;height:1.9487875rem;top:8.1875rem;left:4.8125rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T1yfaJ2BGTXfozyVCUO7ibS86VtVF708 { width:11rem;height:7.875rem;top:7.0625rem;left:4.625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #I15GlF0X1FuVpiXNDVuQoRJ7oU2ZaTZL { width:13.311625rem;height:1.21853125rem;top:12.5rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ncTIsCOONtPXFwrtWESUDAANHWtyWVFi { top:15.25rem;left:5.875rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6HXlZxadCIUE1yLAbhHVswxJIIZFqi { display:block; }
 }@media only screen and (max-width: 763px) { #a4iy5MmH6NksnalXpo0lc5Bdwz9p1Sdl { width:5.625rem;height:5.3158987400758rem;top:1.0026016235351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr0buoPRhevUecGDuTq5OUniHmk0Dv7z { width:5.625rem;height:5.3158987400758rem;top:0.57725715637207rem;left:14.373915731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/y473rfoL/snap.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.adaptive-delivery-prevent-bg, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyload, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyloading { background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { background-color: transparent; background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .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); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { border-width: 0; border-radius: 0; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTlZPzaDv5WC3rAvblDQOovvyzCiqP9D { width:16.312125rem;height:3.25rem;top:62.874641418456rem;left:0.71732956171037rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTfZ8ogLCbtThZNSrurgqpZCd7mqnx3I { width:3.125rem;height:3.125rem;top:71.2464466095rem;left:16.874111711979rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouXG4CWcFlCiZKmRDuwSyzv79KAJzixI { width:3.125rem;height:3.125rem;top:62.2490234375rem;left:16.7490234375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDDcF1i09rQDeO0XQ2ss327O9kuTNReh { width:20rem;height:1.875rem;top:67.183945655825rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdSvPrl70TOG2styfOfiJTFLnsMa5HED { width:20rem;height:1.93181875rem;top:74.958625793456rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9w8SKKbmfwxcERJPUXHa34b5gP1wkqT { width:16.624625rem;height:3.1818125rem;top:70.906425476075rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpmMqxfMScBfz1XkcX11tRPaIKfeelRC { width:17rem;height:9.4030946415225rem;top:83.436279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2sgMyEs5nPnZQ9MOP0oiOMDmKfTzGkb { width:20rem;height:2.51844375rem;top:0.88541793823244rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItHUm9y5rHiXdVlCgBr4w7k9aFFOSHwo { width:10.686875rem;height:1.2999125rem;top:5.4375rem;left:5.0625rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EDCMxH3JGHAGMrXQzGGWkg4ewF2d1qts { width:10.4373125rem;height:5.19965rem;top:7.1875rem;left:5.1875rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #fQ3tQeq9Tmn60fJp00yD8yzPpdgh9iSz { width:11.5rem;height:8.125rem;top:4.5625rem;left:4.4375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #NtaCnuOgPmenaXiK0d1kWswlR0xUqdp7 { top:12.749567985534rem;left:5.9062500596046rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hthLM0uxuaxvbr9WRiqrIh2G7eRQ0tXn { display:block; }
 }@media only screen and (max-width: 763px) { #Rw1yB6vFLRwSQoBPUwG2OpP8xzRtBA6p { width:13.311625rem;height:1.21853125rem;top:10.999132633209rem;left:3.6241322159767rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #qmZICv3ZNsaP3EfBZ1zDtrV69TrFUkSS { width:10.686875rem;height:1.2999125rem;top:17.25rem;left:5.1875rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SLhSdhuKDQmMDtIF6bq0BC3UoKArTyB4 { width:10.4373125rem;height:3.8997375rem;top:19.3125rem;left:5.375rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #eyoNn0dxU0oEEmDZWsnwpZUurdwQUpPL { width:11rem;height:7.875rem;top:16.375rem;left:5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #RIRWn7To4V32IGV7swXa9WibkyVzZWRm { width:13.311625rem;height:1.21853125rem;top:22.4375rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #CMEreR5nhpPoLZQsvXcHHmbovmQztGGh { top:24.311633110046rem;left:6.3437500596044rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2L7rfDCREncOLu1FKZTxs22igvN6kyt { display:block; }
 }@media only screen and (max-width: 763px) { #W8v7QeTo7JvTOuiMqIJVm2i4yU3ZlX6J { top:36rem;left:7.125rem;width:8.4375rem;height:1.74805rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3B51u5RP0gJ3bSh99AsbVTmpXWC8naO { display:block; }
 }@media only screen and (max-width: 763px) { #FxTGMTHbChT8v4TxXcXXZT3Gu8cdkVxh { width:10.4373125rem;height:5.19965rem;top:30.0625rem;left:5.875rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #ekABbf1b94InC9JeeC3FLpCCLT2F9XsG { width:11rem;height:7.875rem;top:28.125rem;left:5.5625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #GFRmRqJ6ZvZOtEB213PVFOZJvRbAzsqa { width:13.3105625rem;height:1.21853125rem;top:34.0625rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #IePXbaI0rlcVcHK4qmn2q7y5sI3S6eRD { width:10.686875rem;height:1.2999125rem;top:28.75rem;left:5.75rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RSeSyTGv1V4kBsEr3ixOdTqmkGTBcOdT { top:49.75rem;left:7.1875rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVPiq0x8ate7M1C6wPEidT2m49p0lAwa { display:block; }
 }@media only screen and (max-width: 763px) { #KXeMVg7yFEPzoOhAUdqGk1oWiXWZQK1f { width:10.4373125rem;height:5.19965rem;top:42.5625rem;left:5.875rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #OigJ0nKcdZJPGAuaeMiVWqSFu65n89AJ { width:11.0625rem;height:9.75rem;top:39.9375rem;left:5.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #znJdKz7pit3tfpqVErX5in0ii0VlWQQL { width:13.3105625rem;height:1.21853125rem;top:47.8125rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xaHJTfvB1HrazCDdhU1ZtTUqV2NoswVT { width:10.686875rem;height:1.2999125rem;top:40.8125rem;left:5.6875rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sRocz1OZmMTqMT4T2RqEHqlUQhsGm3rD { width:10.686875rem;height:1.9487875rem;top:54.75rem;left:5.4375rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l1wDIz258yIWb35ABRweppFMtGAezEGm { width:11rem;height:7.875rem;top:53.625rem;left:5.25rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #XghDwUhrN01RKqXpM0HtQWtvpy5sFT7c { width:13.311625rem;height:1.21853125rem;top:59.0625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TcUh08Mnmufg6h0UKmELWlmQbOQJwkvl { top:61.8125rem;left:6.5rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0UROXlEst153VAIOOGfxtuExzim7ZtG { display:block; }
 }@media only screen and (max-width: 763px) { #VwMIfM2xbw4LCkB5rMs41JHbX4ngldDu { width:3.125rem;height:3.125rem;top:0.89518260955813rem;left:16.873915731907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU { background-color:transparent;background-image:url("https://images.assets-landingi.com/y473rfoL/snap.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.adaptive-delivery-prevent-bg, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyload, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyloading { background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { background-color: transparent; background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.72); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .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); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { border-width: 0; border-radius: 0; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq4UvGdHaJ2vuHIcnBM3yHCT377oucq5 { width:16.312125rem;height:3.25rem;top:62.874641418456rem;left:0.71732956171037rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #exgMtNXVNU7FvKS4x4cfmgaBC3A4TEmD { width:3.125rem;height:3.125rem;top:71.2464466095rem;left:16.874111711979rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRw8LfyIeAVxvx6KilSGRsstNiTam2qd { width:3.125rem;height:3.125rem;top:62.2490234375rem;left:16.7490234375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6egMcpccrIrWSK420TXbv4bs4GfxAIu { width:20rem;height:1.875rem;top:67.183945655825rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #La9uq7KFPGgPyawxsfhZ7gxgCfLSIPAs { width:20rem;height:1.93181875rem;top:74.958625793456rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhapbKbnPUgcvUO7dq0aMRz8XC3MqRBx { width:16.624625rem;height:3.1818125rem;top:70.906425476075rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaW0bvDZMmyhu2dEFDCywrZz5LqlsNPP { width:17rem;height:9.4030946415225rem;top:83.436279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkqIuuCBk0N8rtM7m3bOxWCOef9FHolm { width:20rem;height:2.43706875rem;top:0rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xDOuSnlCoIuUG844CU1bTi2Bv7x6kg4e { width:10.686875rem;height:3.73698125rem;top:20.5rem;left:4.625rem;font-size:1.4375rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4SOIBRGd03TyFog9BTypTlCPvrO2L6 { width:11rem;height:7.875rem;top:19.4375rem;left:4.4375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #xTgQlIyIN0298xVssFOPzJIx2mwcmMi8 { width:13.3105625rem;height:1.21853125rem;top:25.1875rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #B1KCaTOzaHEgV9chcdVHcnf5qysop7bN { top:27.4375rem;left:5.75rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obrN5U373HNZQIKvDvlv53Tsw1FKiacS { display:block; }
 }@media only screen and (max-width: 763px) { #TmLksQ8pSXuw1svKKtfIVUBkyBpW9Kdh { width:10.686875rem;height:3.89756875rem;top:8.8125rem;left:4.625rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qk9Xk4a2zNPSTcZGJco5PhOZW8gPukBk { width:11rem;height:7.875rem;top:7.75rem;left:4.4375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #SOXDxrlcfTMW48kkxxSIWqfWMF6Ceqal { width:13.3105625rem;height:1.21853125rem;top:13.3125rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ThOnvosrzwLcbA96pFD0OiNxtztLbFUF { top:15.6875rem;left:5.8125rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznCNswMC3ch67mTIxsedGXVw8nZxgvy { display:block; }
 }@media only screen and (max-width: 763px) { #yFcDK1t0v7wsz40F9SM4r8adanK82mMU { width:11rem;height:7.875rem;top:42.5625rem;left:4.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #t17xAuFx5fC9T4tydPuTa7okKXDSlxET { width:13.3105625rem;height:1.21853125rem;top:48.0625rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ULlmaD6tVty9mfIFU7MeBmCPeeI1CWKL { width:10.686875rem;height:1.9487875rem;top:43.625rem;left:4.6875rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iyUwdougvcB8srWUP5V1x90tBP5yZ4Hk { top:50.5rem;left:5.875rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLkTf2NzLfTbD20NcWDMm4bTo6FFcCys { display:block; }
 }@media only screen and (max-width: 763px) { #H08TGXQGmcLlyqXDMGXAGfmrcC4oTUf0 { width:11rem;height:7.875rem;top:30.875rem;left:4.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #LFtUyyMh5fozO3aHIl7V5Ozve72ZbnvF { width:13.3105625rem;height:1.21853125rem;top:35.875rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #SSCyHvQNMvopUIrdyJTnc50zkPidG8St { width:10.686875rem;height:1.9487875rem;top:31.9375rem;left:4.6875rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pmL8F6L4PA1LpWfb9TN5tBwZo0nD2Ok3 { top:38.9375rem;left:5.8125rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBaZ5cC50iyMiIEpvoWVpBRq8kxk6L8 { display:block; }
 }@media only screen and (max-width: 763px) { #bzRKeFhZRzqH4zbXBb71zniL6GcM9fsl { width:20rem;height:4.71235625rem;top:2.9463996887207rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQzHSVp73055tlFFxX6p6u4gxqXLTcNy { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx { background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.adaptive-delivery-prevent-bg, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyload, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyloading { background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { background-color: transparent; background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .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); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJf6tOg3FmQ0cLk9pQvgPKZG6McRDgdb { width:15.875rem;height:14.2448rem;top:2.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwCPifada0p1IU655t07cTQLS8oZ3xd { width:3.125rem;height:3.125rem;top:2.0625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8pGNWMaX0x5XCIRqOLMwEv7E1gSBGT { width:3.125rem;height:3.125rem;top:6.0625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsFF83P4OB9zrM43HDaBV8R3Uh37Tu3r { width:3.125rem;height:3.125rem;top:9.1875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCGWeJ5c4QVl70QZG5tkTRZff5asPJdz { width:3.1245125rem;height:3.1245125rem;top:13.2216796875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbhuXbGGvwwr20HzlOSZqB6WAWqwNlT { width:19.9995rem;height:12.4641875rem;top:20.9375rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #o4aWAEBKXhuX4TcdU5lXmJG570J9p1DB { width:17.4975625rem;height:3.436525rem;top:16.3154296875rem;left:1.87646484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0lgs6U9IPlaU8ayUhMrdgioNDytaC9w { display:block; }
 }@media only screen and (max-width: 763px) { #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH { background-color:transparent;background-image:none;display:block; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { background-color: transparent; background-image: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .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); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uneWXJ8MbPaUOqeGQAVgP3UFFdcuAeLI { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzcP7wCxBUg5fGGq28DSCPmbHr5T6LX { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrOfmNddvftzXu5LMy7edtVeo9I0ltT { width:17.625rem;height:5.6206625rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdQCqlOPBf0m52xgFigLfo1DH7sIgTf { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSA3z00aQ1ULHzm359DVOKP3QFfbxAJf { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0cUgHtwXaz2mt8Z7rE9lBtKKhWW9Vq { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbRd1iUJKJC48sNFc8COhp4TxL8BDKzn { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IaSWuSaWmT25FtNmE0RlaXgu1rdBro { width:15.5625rem;height:2.27321875rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxgmDeKzfSnIGyxnc27BxznpnisNmxD { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLJpTk3JekL0ZpD8taPkHwrxCWfvi0T { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF0tCODhvXmBIH293zoPMN0sss5w7S69 { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOxnZtWzPlm5aOSC0ocZJpcAkaMwUPV { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpZwkAMZT6ORhKP4TvMGWKILTwJZS3MN { width:10.0625rem;height:2.27321875rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr03kt8MGufFGcddCHxbR5IPHV4IqqUZ { width:10.0625rem;height:2.27321875rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJfzpgl8Dt5l3isro1qM1WBLUvOwo7Ld { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUEax2XDLrMxDteBZBz9uREHe8Dkl4nh { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUkbvbH83xE3MnAVW177a1LQVe9sZ9F1 { width:11.375rem;height:2.27321875rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #065120);background-image: -moz-linear-gradient(top, #e5972b, #065120);background-image: -ms-linear-gradient(top, #e5972b, #065120);background-image: -o-linear-gradient(top, #e5972b, #065120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#065120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#065120' );";background-image: linear-gradient(to bottom, #e5972b, #065120);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { background-color: transparent; background-image: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .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); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { border-width: 0; border-radius: 0; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuTN3QuNG4vnqMkHXHiwr4UiUrr5UQW3 { width:16.6875rem;height:1.51189375rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inham6CtKyyBD4hyV80nk5kfIhHFpRf6 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n2vzx0NK6MvK3LieAOg60D3yNPFdqvCr { width:13.0625rem;height:4.80143125rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGLkkbOR5tFICH5MTrMv9E8FTEDkK8Ez { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk66INT8fwAyrxBg2abxt78bDRc6dxgN { width:19.437rem;height:1.2999125rem;top:15.0029296875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVatP4xtb8rb9zJc2kzwNr4ykehEPT02 { width:14.875rem;height:6.40190625rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }