.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row .container { background-color: transparent; background-image: none; }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row .container > .video-iframe-container { display: none; }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row > .video-iframe-container { display: none; }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .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); }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row .container { border-width: 0; border-radius: 0; }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row > .video-iframe-container {  }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row .container { font-size:14px;font-family:arial;height:29px;width:960px;position:relative;display:block; }#VNaT7NIgHt7pZloQrM479Ia7ptkThMnE { color:#000000;display:block;width:97px;position:absolute;font-family:"a lato";font-size:12px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6px;left:431.5px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#pVDrXAln9EMJM0TnwpazTwaW8xM56yln { position:relative;display:none; }#pVDrXAln9EMJM0TnwpazTwaW8xM56yln { border-width: 0; border-radius: 0; }#pVDrXAln9EMJM0TnwpazTwaW8xM56yln > .row .container > .video-iframe-container {  }#pVDrXAln9EMJM0TnwpazTwaW8xM56yln > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#sdT0oeazZuecnw8uJmtztiUstRXnIaE3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:113px;top:10px;left:798.5px;overflow:hidden;display:none; }
#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d6d6d;background-image:url("https://images.assets-landingi.com/uc/3965fc75-bb3c-4870-8f2f-d70e9e28d3b1/Header.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB.adaptive-delivery-prevent-bg, #f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB.lazyload, #f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB.lazyloading { background-image: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container { background-color: transparent; background-image: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container > .video-iframe-container { display: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row > .video-iframe-container { display: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .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); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container { border-width: 0; border-radius: 0; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row > .video-iframe-container {  }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container { font-size:14px;font-family:arial;height:401px;width:960px;position:relative;display:block; }#TQTatVPS8sQNTmuTGS7Wp1BxmdpJwAte { color:#4055a1;display:block;width:159px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:325.3125px;left:31px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rPOD2WO7uRmhA7a3fknbGEIv3qqAup4S { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:97px;width:160px;top:0px;left:775px;display:block; }
#QPBZa3vDs5WBGQwBNHTJXqVBud2O15pr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:113px;top:10px;left:798.5px;overflow:hidden;display:block; }
#xGZFPEkEp7MHH86hlesGnnMf7XhGliTJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:179px;width:179px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:246px;left:21px; }
#uJVXVziP0yowIixveLQoFeSaxfTgL92A { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:.25;top:269.3125px;left:82.5px; }
#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4055a1;background-image:none;position:relative;display:block; }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row .container { background-color: transparent; background-image: none; }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row .container > .video-iframe-container { display: none; }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row > .video-iframe-container { display: none; }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .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); }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row .container { border-width: 0; border-radius: 0; }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row > .video-iframe-container {  }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row .container { font-size:14px;font-family:arial;height:215px;width:960px;position:relative;display:block; }#mn4a0AnTUU2ZSGUhoxwi3ExFkLkU8Hcn { color:#ffffff;display:block;width:649px;position:absolute;font-family:"a open sans";font-size:30px;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:37px;left:163px;height:84px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZBVXR1Wr5RFgqQ3qu0w7TmaHzs0TfRdt { color:#ffffff;display:block;width:548px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:133px;left:163px;height:44.7812px;text-align:left;text-align-last:left;display:block; }
#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d { position:relative;display:block; }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d { background-color: transparent; background-image: none; }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row .container > .video-iframe-container { display: none; }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row > .video-iframe-container { display: none; }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .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); }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d { border-width: 0; border-radius: 0; }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row .container > .video-iframe-container {  }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:673px;width:960px;position:relative;display:block; }#I58fPvkXszxVQkJmwMTNxpxF6a9dBIcB { color:#333333;display:block;width:635px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:116px;left:163px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qwMzVMOGZCJNqUG0nPlQ4RoMV4LRLdm6 { color:#333333;display:block;width:601px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:316px;left:163px;height:159.344px;font-style:normal;text-align:left;text-align-last:left;display:block; }#qwMzVMOGZCJNqUG0nPlQ4RoMV4LRLdm6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qwMzVMOGZCJNqUG0nPlQ4RoMV4LRLdm6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ae05b9bf-79b0-40c3-b866-a38d80d8c039/IconCheck.png); }
#NIBCBEqMSV8czgLtWJPwniShS1dxzGJv { background-color:#5dc161;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:539px;left:300px;display:block; }
#VEMCTaVSkixmVEfrc1SngCgyNsLqTWkV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uulSkPiQVam47sF2Q3KzTZH1Azu0fJDG { color:#4055a1;display:block;width:491px;position:absolute;font-family:"a open sans";font-size:20px;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:72px;left:163px;height:28px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MLIw1LierrRNTPxr9AB8rhPbzTVkpiFh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:179px;width:179px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:259px;left:710px; }
#MLIw1LierrRNTPxr9AB8rhPbzTVkpiFh > img { max-width: 100%;max-height:100%; }#dp1DmM9Td0BiV6zKKnD0FI63oeBTd4RI { color:#ffffff;display:block;width:147px;position:absolute;font-family:"a open sans";font-size:18px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:298.125px;left:726px;height:100.75px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwyKx5dE45K3mIoZTLom7KICxfAlBZ5n { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#Do82q7UJ9GK7p3OwXnHAyieBnNdcovvn { color:#4055a1;display:block;width:432px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:259px;left:163px;height:41.5938px;font-style:normal;display:block; }
#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/554347d9-07ff-4db5-b736-7a7de10ab9a9/HG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02.adaptive-delivery-prevent-bg, #pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02.lazyload, #pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02.lazyloading { background-image: none; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row .container { background-color: transparent; background-image: none; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row .container > .video-iframe-container { display: none; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row > .video-iframe-container { display: none; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .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); }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row .container { border-width: 0; border-radius: 0; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row > .video-iframe-container {  }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu { position:relative;display:block; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu { background-color: transparent; background-image: none; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row .container > .video-iframe-container { display: none; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row > .video-iframe-container { display: none; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .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); }#deQibA8c48SCvMwu9WBp0xMoA86c91zu { border-width: 0; border-radius: 0; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row .container > .video-iframe-container {  }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:914px;width:960px;position:relative;display:block; }#OQDuwTDtAQg4qgXyixy7Q40E9hLn9uWc { color:#333333;display:block;width:374px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:366.1875px;left:53px;height:246.297px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWdhxMHnQre4HzSUi01BDgZFeRNPoaeO { color:#4c4c4c;display:block;width:302px;position:absolute;font-family:"a open sans";font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:48px;left:51px;height:52px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HU7ydsA7Aiz9LTxNDBRMJnpLK7dronJ8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:163px;left:51px; }
#hOxsr2kBIhLTRTgSbr067FAdf2mrZvDi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:122px;left:51px; }
#CBee0bihOmxd5l9gTglsNTW8o1ZgTmTA { color:#4055a1;display:block;width:333px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:127px;left:96px;height:20.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gm69CETLOVbRdRKz7556XiGkkJnH2aCw { color:#4055a1;display:block;width:333px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:168px;left:96px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1POmZWyxDoNKI3VsGCaJdJsF29NWAdV { position:absolute;display:block;z-index:15001;background-color:#4055a1;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:4px;border-top-right-radius:4px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:499px;width:422px;top:0px;left:509px;display:block; }
#s24J54PZxfaSV6N94w1dlosWWoBnK6u2 { color:#333333;display:block;width:339px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:571px;left:551px;height:126.953px;font-style:normal;text-align:left;text-align-last:left;display:block; }#s24J54PZxfaSV6N94w1dlosWWoBnK6u2 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#s24J54PZxfaSV6N94w1dlosWWoBnK6u2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ae05b9bf-79b0-40c3-b866-a38d80d8c039/IconCheck.png); }
#oOkBZ1lFKe8UIDHp7kbiLWt7RE0VMJzr { color:#4055a1;display:block;width:333px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:539px;left:551px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WaxPBqnC4Wx6ebNIOaxrFHhTLCdFyF0A { color:#ffffff;display:block;width:200px;position:absolute;font-family:"a open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.40625px;left:620px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9hMXaQttfSkkIQyUzB1HVEbmKnsmTMV { color:#ffffff;display:block;width:325px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:91.703125px;left:557.5px;height:89.5625px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgoWATS0skOOiPO77fQ1fOwCVvKfh5zr { color:#ffffff;display:block;width:374px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:232px;left:533px;height:51.1875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zX6FIiDTOrZRWSZcFZ85Qwd1lkACMLgz { color:#ffffff;display:block;width:374px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:315px;left:533px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3LDSig1VBVr4IZNTnOMe1TvNlp5iM2R { color:#ffffff;display:block;width:374px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:399px;left:533px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2aM8g2iOqFszEBL5ClWcCNEEUDtVuLy { background-color:#5dc161;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:769.9375px;left:299px;display:block; }
#BTHTxBEUdFoU1zAEqaquSfkJhctAFObK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U89kTWWVOENykkK2GwBuTIZaaWvw1Q9N { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:203px;left:51px; }
#wtLT9nHruekhwAkwvCZzezVn5dfBuCSm { color:#4055a1;display:block;width:333px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:208.09375px;left:96px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VMoX7pWI3z26MwVltJV77QJABmfhVGQp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:246.5px;left:51px; }
#zl4fNGMnK3DOkxBwopWeog2TcGbRNHpf { color:#4055a1;display:block;width:333px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:251.59375px;left:96px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uf1HTU8R7fpMVqf2M6IBVwNS6MR28nk8 { color:#333333;display:block;width:396px;position:absolute;font-family:"a open sans";font-size:12px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:663.328125px;left:53px;height:33.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNGTmie60qL39bc7CVwhg9awblTeE8W8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:289.1875px;left:51px; }
#Zoi9ITQLIGGxyFdxPGrXAq0DzDKN5mfo { color:#4055a1;display:block;width:333px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:293.484375px;left:96px;height:22.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07776b97-6abc-4537-9250-a685413e8cbf/birkel_hintergrundbild.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe.adaptive-delivery-prevent-bg, #d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe.lazyload, #d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe.lazyloading { background-image: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container { background-color: transparent; background-image: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container > .video-iframe-container { display: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row > .video-iframe-container { display: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .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); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container { border-width: 0; border-radius: 0; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row > .video-iframe-container {  }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan { position:relative;display:block; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan { background-color: transparent; background-image: none; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row .container > .video-iframe-container { display: none; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row > .video-iframe-container { display: none; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .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); }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan { border-width: 0; border-radius: 0; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row .container > .video-iframe-container {  }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:639px;width:960px;position:relative;display:block; }#cM6W4ySQBOXkgoRiPGUy9nlam5rTtrMr { color:#4c4c4c;display:block;width:501px;position:absolute;font-family:"a open sans";font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:195px;left:233px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQ3ThlRcbqEERJU8Qp3ZMpxyReFwVCTe { color:#333333;display:block;width:608px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:246px;left:176px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBCouU6rg2nl3bvcmTVvLFmtFD1wgq49 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:149px;top:58px;left:409px;overflow:hidden;display:block; }
#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4055a1;background-image:none;position:relative;display:block; }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row .container { background-color: transparent; background-image: none; }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row .container > .video-iframe-container { display: none; }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row > .video-iframe-container { display: none; }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .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); }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row .container { border-width: 0; border-radius: 0; }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row > .video-iframe-container {  }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#Oh7Kcr3zhIFm6C6yGrEEWt9OoWtRV2pa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:145px;top:49px;left:408px;overflow:hidden;display:block; }
#Xc4cstIf0MLIVwL9wQpyfgAzvuC3OIud { color:#ffffff;display:block;width:533px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:161px;left:214px;height:111.953px;text-align:center;text-align-last:center;display:block; }
#EclEABXVGbeOWC6AxGel9FsvLJur2poT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .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); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container {  }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { font-size:14px;font-family:montserrat;height:50px;width:960px;position:relative;display:block; }#VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { color:#5d5d5d;display:block;width:585px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13px;left:30px;height:24px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { z-index:15008;top:11px;left:725px;background-color:rgba(93,93,93,0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#333333;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:26px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh { display:block; }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNaT7NIgHt7pZloQrM479Ia7ptkThMnE { top:6px;left:333.5px;width:97px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pVDrXAln9EMJM0TnwpazTwaW8xM56yln { display:none; }#pVDrXAln9EMJM0TnwpazTwaW8xM56yln > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sdT0oeazZuecnw8uJmtztiUstRXnIaE3 { top:10px;left:651px;width:113px;height:71px;display:none; }
 }@media only screen and (max-width: 763px) { #f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB { display:block; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQTatVPS8sQNTmuTGS7Wp1BxmdpJwAte { top:325px;left:0px;width:159px;height:62px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #rPOD2WO7uRmhA7a3fknbGEIv3qqAup4S { top:0px;left:604px;width:160px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #QPBZa3vDs5WBGQwBNHTJXqVBud2O15pr { top:10px;left:651px;width:113px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #xGZFPEkEp7MHH86hlesGnnMf7XhGliTJ { top:246px;left:0px;width:179px;height:179px;display:block; }
 }@media only screen and (max-width: 763px) { #uJVXVziP0yowIixveLQoFeSaxfTgL92A { top:269px;left:0px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f { display:block; }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn4a0AnTUU2ZSGUhoxwi3ExFkLkU8Hcn { top:37px;left:65px;width:649px;height:84px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBVXR1Wr5RFgqQ3qu0w7TmaHzs0TfRdt { top:133px;left:65px;width:548px;height:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d { display:block; }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I58fPvkXszxVQkJmwMTNxpxF6a9dBIcB { top:116px;left:65px;width:635px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qwMzVMOGZCJNqUG0nPlQ4RoMV4LRLdm6 { top:316px;left:65px;width:601px;height:159px;font-size:16px;display:block; }#qwMzVMOGZCJNqUG0nPlQ4RoMV4LRLdm6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ae05b9bf-79b0-40c3-b866-a38d80d8c039/IconCheck.png); }
 }@media only screen and (max-width: 763px) { #NIBCBEqMSV8czgLtWJPwniShS1dxzGJv { width:360px;height:55px;top:539px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #VEMCTaVSkixmVEfrc1SngCgyNsLqTWkV { display:block; }
 }@media only screen and (max-width: 763px) { #uulSkPiQVam47sF2Q3KzTZH1Azu0fJDG { top:72px;left:65px;width:491px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MLIw1LierrRNTPxr9AB8rhPbzTVkpiFh { top:259px;left:585px;width:179px;height:179px;display:block; }
#MLIw1LierrRNTPxr9AB8rhPbzTVkpiFh > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dp1DmM9Td0BiV6zKKnD0FI63oeBTd4RI { top:298px;left:617px;width:147px;height:100px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kwyKx5dE45K3mIoZTLom7KICxfAlBZ5n { display:none; }
 }@media only screen and (max-width: 763px) { #Do82q7UJ9GK7p3OwXnHAyieBnNdcovvn { top:259px;left:65px;width:432px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 { display:block; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deQibA8c48SCvMwu9WBp0xMoA86c91zu { display:block; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQDuwTDtAQg4qgXyixy7Q40E9hLn9uWc { top:366px;left:4px;width:374px;height:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tWdhxMHnQre4HzSUi01BDgZFeRNPoaeO { top:48px;left:2px;width:302px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HU7ydsA7Aiz9LTxNDBRMJnpLK7dronJ8 { top:163px;left:2px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #hOxsr2kBIhLTRTgSbr067FAdf2mrZvDi { top:122px;left:2px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #CBee0bihOmxd5l9gTglsNTW8o1ZgTmTA { top:127px;left:47px;width:333px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gm69CETLOVbRdRKz7556XiGkkJnH2aCw { top:168px;left:47px;width:333px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E1POmZWyxDoNKI3VsGCaJdJsF29NWAdV { top:0px;left:342px;width:422px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #s24J54PZxfaSV6N94w1dlosWWoBnK6u2 { top:571px;left:404px;width:339px;height:126px;font-size:16px;display:block; }#s24J54PZxfaSV6N94w1dlosWWoBnK6u2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ae05b9bf-79b0-40c3-b866-a38d80d8c039/IconCheck.png); }
 }@media only screen and (max-width: 763px) { #oOkBZ1lFKe8UIDHp7kbiLWt7RE0VMJzr { top:539px;left:404px;width:333px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WaxPBqnC4Wx6ebNIOaxrFHhTLCdFyF0A { top:53px;left:473px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P9hMXaQttfSkkIQyUzB1HVEbmKnsmTMV { top:91px;left:410.5px;width:325px;height:89px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tgoWATS0skOOiPO77fQ1fOwCVvKfh5zr { top:232px;left:386px;width:374px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zX6FIiDTOrZRWSZcFZ85Qwd1lkACMLgz { top:315px;left:386px;width:374px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k3LDSig1VBVr4IZNTnOMe1TvNlp5iM2R { top:399px;left:386px;width:374px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s2aM8g2iOqFszEBL5ClWcCNEEUDtVuLy { width:360px;height:55px;top:769px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BTHTxBEUdFoU1zAEqaquSfkJhctAFObK { display:block; }
 }@media only screen and (max-width: 763px) { #U89kTWWVOENykkK2GwBuTIZaaWvw1Q9N { top:203px;left:2px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #wtLT9nHruekhwAkwvCZzezVn5dfBuCSm { top:208px;left:47px;width:333px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VMoX7pWI3z26MwVltJV77QJABmfhVGQp { top:246px;left:2px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #zl4fNGMnK3DOkxBwopWeog2TcGbRNHpf { top:251px;left:47px;width:333px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf1HTU8R7fpMVqf2M6IBVwNS6MR28nk8 { top:663px;left:0px;width:396px;height:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PNGTmie60qL39bc7CVwhg9awblTeE8W8 { top:289px;left:2px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Zoi9ITQLIGGxyFdxPGrXAq0DzDKN5mfo { top:293px;left:47px;width:333px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe { display:block; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxqKcPERUFyTxTasgPxOUdJv6dSziQan { display:block; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM6W4ySQBOXkgoRiPGUy9nlam5rTtrMr { top:195px;left:135px;width:501px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GQ3ThlRcbqEERJU8Qp3ZMpxyReFwVCTe { top:246px;left:78px;width:608px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vBCouU6rg2nl3bvcmTVvLFmtFD1wgq49 { top:58px;left:311px;width:149px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #dQQdtmRhGflVlcSIRNMitdtmmyNANsqn { display:block; }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oh7Kcr3zhIFm6C6yGrEEWt9OoWtRV2pa { top:49px;left:310px;width:145px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #Xc4cstIf0MLIVwL9wQpyfgAzvuC3OIud { top:161px;left:116px;width:533px;height:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { top:13px;left:0px;width:585px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:11px;left:559px;width:205px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh { display:block; }#rGXoJMLbLOfzBOT6t3ApxHBMaUu3gBEh > .row .container { width:320px;height:36px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNaT7NIgHt7pZloQrM479Ia7ptkThMnE { width:97px;height:15.5938px;top:11px;left:111px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVDrXAln9EMJM0TnwpazTwaW8xM56yln { display:block; }#pVDrXAln9EMJM0TnwpazTwaW8xM56yln > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdT0oeazZuecnw8uJmtztiUstRXnIaE3 { width:97px;height:61px;top:9.5px;left:111.5px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3965fc75-bb3c-4870-8f2f-d70e9e28d3b1/Header.jpg");background-position:top center !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; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB.adaptive-delivery-prevent-bg, #f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB.lazyload, #f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB.lazyloading { background-image: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container { background-color: transparent; background-image: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container > .video-iframe-container { display: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row > .video-iframe-container { display: none; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .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); }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container { border-width: 0; border-radius: 0; }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row > .video-iframe-container {  }#f5TC4hDlqT1f7CdcJGh5MAHcQr4BPHeB > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQTatVPS8sQNTmuTGS7Wp1BxmdpJwAte { width:122px;height:0;top:217px;left:5px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #rPOD2WO7uRmhA7a3fknbGEIv3qqAup4S { width:114px;height:84px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QPBZa3vDs5WBGQwBNHTJXqVBud2O15pr { width:97px;height:61px;top:12px;left:9px;display:none; }
 }@media only screen and (max-width: 763px) { #xGZFPEkEp7MHH86hlesGnnMf7XhGliTJ { width:132px;height:132px;top:174px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uJVXVziP0yowIixveLQoFeSaxfTgL92A { width:56px;height:56px;top:20px;left:132px;display:none; }
 }@media only screen and (max-width: 763px) { #HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f { display:block; }#HE7o7PuX6s3V6t985lDyBUXuW3JuCn1f > .row .container { width:320px;height:313px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn4a0AnTUU2ZSGUhoxwi3ExFkLkU8Hcn { width:320px;height:128.75px;top:33px;left:0px;font-size:23px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZBVXR1Wr5RFgqQ3qu0w7TmaHzs0TfRdt { width:300px;height:89.5625px;top:183px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d { display:block; }#vtmVFW3wfZCxmifdVnTJVwsv0ZQV9S0d > .row .container { width:320px;height:934px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I58fPvkXszxVQkJmwMTNxpxF6a9dBIcB { width:307px;height:246.297px;top:113px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qwMzVMOGZCJNqUG0nPlQ4RoMV4LRLdm6 { width:308px;height:204.125px;top:592px;left:0px;font-size:16px;line-height:1.4;display:block; }#qwMzVMOGZCJNqUG0nPlQ4RoMV4LRLdm6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ae05b9bf-79b0-40c3-b866-a38d80d8c039/IconCheck.png); }
 }@media only screen and (max-width: 763px) { #NIBCBEqMSV8czgLtWJPwniShS1dxzGJv { width:254px;height:46px;top:831px;left:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VEMCTaVSkixmVEfrc1SngCgyNsLqTWkV { display:block; }
 }@media only screen and (max-width: 763px) { #uulSkPiQVam47sF2Q3KzTZH1Azu0fJDG { width:290px;height:56px;top:42px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MLIw1LierrRNTPxr9AB8rhPbzTVkpiFh { width:179px;height:179px;top:867.5625px;left:70px;display:none; }
#MLIw1LierrRNTPxr9AB8rhPbzTVkpiFh > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dp1DmM9Td0BiV6zKKnD0FI63oeBTd4RI { width:234px;height:75.5625px;top:399.71875px;left:43px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kwyKx5dE45K3mIoZTLom7KICxfAlBZ5n { top:388px;left:0px;width:320px;height:99px;z-index:15000;background-color:#5dc161;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Do82q7UJ9GK7p3OwXnHAyieBnNdcovvn { width:320px;height:62.3906px;top:517px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 { display:block; }#pRI1Wb6X1AkaZzvikIRLKai1oZp7gs02 > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deQibA8c48SCvMwu9WBp0xMoA86c91zu { display:block; }#deQibA8c48SCvMwu9WBp0xMoA86c91zu > .row .container { width:320px;height:1515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQDuwTDtAQg4qgXyixy7Q40E9hLn9uWc { width:319px;height:313.469px;top:303.796875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tWdhxMHnQre4HzSUi01BDgZFeRNPoaeO { width:302px;height:52px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HU7ydsA7Aiz9LTxNDBRMJnpLK7dronJ8 { width:31px;height:31px;top:128.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hOxsr2kBIhLTRTgSbr067FAdf2mrZvDi { width:31px;height:31px;top:92px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CBee0bihOmxd5l9gTglsNTW8o1ZgTmTA { width:165px;height:20.7969px;top:97.09375px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gm69CETLOVbRdRKz7556XiGkkJnH2aCw { width:186px;height:20.7969px;top:133.890625px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E1POmZWyxDoNKI3VsGCaJdJsF29NWAdV { width:320px;height:452px;top:922px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s24J54PZxfaSV6N94w1dlosWWoBnK6u2 { width:320px;height:126.953px;top:754px;left:0px;font-size:16px;display:block; }#s24J54PZxfaSV6N94w1dlosWWoBnK6u2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ae05b9bf-79b0-40c3-b866-a38d80d8c039/IconCheck.png); }
 }@media only screen and (max-width: 763px) { #oOkBZ1lFKe8UIDHp7kbiLWt7RE0VMJzr { width:320px;height:20.7969px;top:723px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WaxPBqnC4Wx6ebNIOaxrFHhTLCdFyF0A { width:200px;height:26px;top:951px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P9hMXaQttfSkkIQyUzB1HVEbmKnsmTMV { width:282px;height:111.953px;top:991px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tgoWATS0skOOiPO77fQ1fOwCVvKfh5zr { width:320px;height:51.1875px;top:1138px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zX6FIiDTOrZRWSZcFZ85Qwd1lkACMLgz { width:320px;height:51.1875px;top:1213px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k3LDSig1VBVr4IZNTnOMe1TvNlp5iM2R { width:320px;height:51.1875px;top:1285px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s2aM8g2iOqFszEBL5ClWcCNEEUDtVuLy { width:254px;height:46px;top:1418px;left:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BTHTxBEUdFoU1zAEqaquSfkJhctAFObK { display:block; }
 }@media only screen and (max-width: 763px) { #U89kTWWVOENykkK2GwBuTIZaaWvw1Q9N { width:31px;height:31px;top:158.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wtLT9nHruekhwAkwvCZzezVn5dfBuCSm { width:204px;height:20.7969px;top:168.78125px;left:40.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VMoX7pWI3z26MwVltJV77QJABmfhVGQp { width:31px;height:31px;top:197.890625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zl4fNGMnK3DOkxBwopWeog2TcGbRNHpf { width:274px;height:20.7969px;top:203px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf1HTU8R7fpMVqf2M6IBVwNS6MR28nk8 { width:315px;height:50.3906px;top:645px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PNGTmie60qL39bc7CVwhg9awblTeE8W8 { width:31px;height:31px;top:237px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Zoi9ITQLIGGxyFdxPGrXAq0DzDKN5mfo { width:184px;height:22.3906px;top:241px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07776b97-6abc-4537-9250-a685413e8cbf/birkel_hintergrundbild.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe.adaptive-delivery-prevent-bg, #d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe.lazyload, #d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe.lazyloading { background-image: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container { background-color: transparent; background-image: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container > .video-iframe-container { display: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row > .video-iframe-container { display: none; }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .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); }#d2gTpdQzTTAT21bVOzcqt1M28lZOCXTe > .row .container { width:320px;height:183px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxqKcPERUFyTxTasgPxOUdJv6dSziQan { display:block; }#QxqKcPERUFyTxTasgPxOUdJv6dSziQan > .row .container { width:320px;height:918px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM6W4ySQBOXkgoRiPGUy9nlam5rTtrMr { width:235px;height:52px;top:203px;left:42.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GQ3ThlRcbqEERJU8Qp3ZMpxyReFwVCTe { width:320px;height:604.547px;top:277px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vBCouU6rg2nl3bvcmTVvLFmtFD1wgq49 { width:180px;height:149px;top:39px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #dQQdtmRhGflVlcSIRNMitdtmmyNANsqn { display:block; }#dQQdtmRhGflVlcSIRNMitdtmmyNANsqn > .row .container { width:320px;height:364px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oh7Kcr3zhIFm6C6yGrEEWt9OoWtRV2pa { width:145px;height:92px;top:36px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #Xc4cstIf0MLIVwL9wQpyfgAzvuC3OIud { width:304px;height:134.3437px;top:157px;left:8px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { background-color:#4a4a4a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .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); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container {  }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { width:282px;height:45px;top:11px;left:19px;font-size:15px;text-align:center;text-align-last:center;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:72px;left:66px;width:188px;height:26px;color:#dcdcdc;background-color:rgba(123,123,123,0.76);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }