.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row .container { background-color: transparent; background-image: none; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row .container > .video-iframe-container { display: none; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row > .video-iframe-container { display: none; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .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); }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row .container { border-width: 0; border-radius: 0; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ypaG7IGzseqPLQPbZO9cuR9bEWnAT3Tt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:41.625rem;display:block; }
#T5OP7STP63r5ksuJqJG3Z1qWnyD8Nnpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrnTB5WmqSpC60I1k8m8kPyFJqgTxazN { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -moz-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -ms-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -o-linear-gradient(115deg, #0d25ae, #354fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );";background-image: linear-gradient(115deg, #0d25ae, #354fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3046875rem;left:48.9384765625rem;display:block; }
#xM0pOsqmp23NeTePXt9FI3HVzz6zBPKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hT5aF5RgtHe4UvwcJgU5qDhR0sLLb01N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:34.25rem;display:block; }
#m9JT7JkBEH8TUxB1Ref3gXyl2eUuJUmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HEzzsRPaFUiLK3dmzwFr5q7amJg8KMtB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#TFD0ptKXRu1C2MQQv1ctN3cUTfec9f5U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:26.625rem;display:none; }
#mFD7NXbXuTZTxq3RfOQhOWcPAb6vXti5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pl switzerland";font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0.625rem;height:2.35625rem;display:none; }
#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12e23e85-5083-4135-86af-2b74bdc98467/FERET2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:60rem;height:33.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mXExboNf4cS3QngBL3JosND0BJ7UUwTF { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:4.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4rem;height:11.537125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DVnUcV1g5Ue89ry0VHnivNWnEUWvZxRe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.2493125rem;width:19.375rem;top:12.740605354309rem;left:16.77734375rem;overflow:hidden;display:none; }
#SfyS3Bh2X1vWU6kzXAi6Bakh0MkBlTHZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:23.75rem;top:12.9375rem;left:4rem;overflow:hidden;display:block; }
#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq { position:relative;display:block; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq { background-color: transparent; background-image: none; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row .container > .video-iframe-container { display: none; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row > .video-iframe-container { display: none; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .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); }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq { border-width: 0; border-radius: 0; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h8LFwSi4cKETS6qbt3WON5ilExAVk8Lo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pl switzerland";font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0.625rem;height:2.35546875rem;display:block; }
#s0QATuvpEzTfuqh0PC1yPrgZOvoQiKme { z-index:15003;top:58.4375rem;left:7.2333984375rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4560625rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qm6PUSIwOTTGrf9OAol82ncVs4CuieEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZLa16NBhbtBe6f25f5ohXTitSJDmrP9R { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.7490234375rem;left:33.1875rem;height:18.75rem;display:block; }#ZLa16NBhbtBe6f25f5ohXTitSJDmrP9R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZLa16NBhbtBe6f25f5ohXTitSJDmrP9R li:before{  }
#lGQxBhMammr3TsaNP9Tl6BIOQWlGRbfM { z-index:15006;top:58.4375rem;left:37.501953125rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4560625rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UkcFTuP2BOrQ62XtCGkU17IPaRE6nLW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Faq9XcXO6Jf2JVld5L5F1xyHeneRWkeP { color:#000000;display:block;width:27.249625rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.643999099731rem;left:1.3742885589599rem;height:30.75rem;display:block; }#Faq9XcXO6Jf2JVld5L5F1xyHeneRWkeP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Faq9XcXO6Jf2JVld5L5F1xyHeneRWkeP li:before{  }
#quoASG757S02f0U1Tou6tTQlx1LoEbds { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:22.4375rem;top:63.12890625rem;left:2.2431640625rem;overflow:hidden;display:block; }
#aZAp8V1W4FRcwsCk7GiiKxgWWlbIOLt3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:20.9375rem;top:33.217328310013rem;left:32.248756408691rem;overflow:hidden;display:none; }
#mVr0snqbkJI6tDpFSXKCnbT8haBP8lBI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:play;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2rem;left:4.0625rem;display:none; }
#T9xP1wfksxOiQmf1togRHEeOPQkiaDyc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.7498125rem;width:18.187125rem;top:2.3552913665771rem;left:5.9055385589599rem;overflow:hidden;display:block; }
#GUmCKTsyZnKl9ROTlvt2IpfBZ0LtKsl0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:29.0625rem;top:0.91619300842287rem;left:29.200103759766rem;overflow:hidden;display:block; }
#B2Dz3qPHeqevBv0LE0yzZvTGwgIa0gIG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:19.375rem;top:1.9309301376343rem;left:5.4678611755371rem;overflow:hidden;display:none; }
#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B { position:relative;display:block; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B { background-color: transparent; background-image: none; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row .container > .video-iframe-container { display: none; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row > .video-iframe-container { display: none; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .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); }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B { border-width: 0; border-radius: 0; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UcboHvyTTb0lyTyqb1xf3EaT11w7solm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:24.0625rem;top:0rem;left:34.2900390625rem;overflow:hidden;display:block; }
#EDPaWBTOGHSdzLWSpsWXKHcSKLiF4L7H { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.8125rem;left:33.79062461853rem;height:;display:block; }#EDPaWBTOGHSdzLWSpsWXKHcSKLiF4L7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EDPaWBTOGHSdzLWSpsWXKHcSKLiF4L7H li:before{  }
#MBBWysLyn1T1JwBPe0PTifcNZybzINQy { z-index:15002;top:55.58203125rem;left:38.2353515625rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.458rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r66SQfZ27FvvqnFvXEZXiTxaT2MlsVeK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpCwcMrhiHhR7srVThBbMPdAtVniFRTr { color:#000000;display:block;width:25rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.3367195129394rem;height:20.6875rem;display:block; }#GpCwcMrhiHhR7srVThBbMPdAtVniFRTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GpCwcMrhiHhR7srVThBbMPdAtVniFRTr li:before{  }
#V9DRMyGo0Jwf1TTwvZ94x3OCo3q3g8vR { z-index:15003;top:55.58203125rem;left:6.2734375rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.457rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pgrISZrGerJ7FOVs9KHmfzsvRq2GACmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEV549EBFtPXNcS920TTi467O76Ontnb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.999625rem;width:31.0618125rem;top:60.873579025269rem;left:28.937320709229rem;overflow:hidden;display:block; }
#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9598b69f-0131-4deb-adae-ea68c443f1a7/IMG_5771.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0.adaptive-delivery-prevent-bg, #O3VzekkURe6x14eZNBbd3QIZmBA8POA0.lazyload, #O3VzekkURe6x14eZNBbd3QIZmBA8POA0.lazyloading { background-image: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container { background-color: transparent; background-image: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container > .video-iframe-container { display: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row > .video-iframe-container { display: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .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); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container { border-width: 0; border-radius: 0; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:60rem;position:relative;display:block; }#SUTmTeM2AlGu3qJJ2e3smeWEcwd3xZ0b { color:#000000;display:block;width:25.06125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.620205879211rem;left:32.468036651611rem;height:;display:block; }#SUTmTeM2AlGu3qJJ2e3smeWEcwd3xZ0b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SUTmTeM2AlGu3qJJ2e3smeWEcwd3xZ0b li:before{  }
#ZtsNDmku5LyRvy5NbsV51ciZ5ru8hMdR { z-index:15002;top:54rem;left:38.7685546875rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.458rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hUTSg1HqB9Wix4pEBTPhhFLkKSvielDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTbDsdk7kkoaUNAuIQVqVUTm1BWL1CCv { color:#000000;display:block;width:25.8114375rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.618430137634rem;left:2.0925064086914rem;height:;display:block; }#KTbDsdk7kkoaUNAuIQVqVUTm1BWL1CCv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTbDsdk7kkoaUNAuIQVqVUTm1BWL1CCv li:before{  }
#PxgBkrIRR5kiOWUgbzTvSW7II6rHosSb { z-index:15003;top:54rem;left:8.2265625rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.457rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SnKGQeNSxI9CEtzRiVXnMK06H58PCrD9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mcDeK4pOZbwoMcqfGiAukudslIH8hD24 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.124625rem;width:21.25rem;top:0.93750286102294rem;left:3.8316745758057rem;overflow:hidden;display:block; }
#GBiLSIovruZ8gGaDs3ytzep0sabvEM0I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:16.9375rem;top:60.124287605286rem;left:6.1727619171142rem;overflow:hidden;display:block; }
#Hsx83B9mwxRWeZR1HBaffEXz8HEKCHcC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.62375rem;width:21.4985625rem;top:60.873579025269rem;left:35.811431884766rem;overflow:hidden;display:none; }
#QiSWaKphull4qgvBettCANbhKTeTydd9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6244375rem;width:29.375rem;top:60.124289035797rem;left:30.311611175537rem;overflow:hidden;display:block; }
#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy { position:relative;display:block; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy { background-color: transparent; background-image: none; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row .container > .video-iframe-container { display: none; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row > .video-iframe-container { display: none; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .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); }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy { border-width: 0; border-radius: 0; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k32DMeeklHuNLuTuNrP6vHTNLDU2boWK { color:#000000;display:block;width:25.062125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.499291419983rem;left:33.914237976074rem;height:23.9375rem;display:block; }#k32DMeeklHuNLuTuNrP6vHTNLDU2boWK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k32DMeeklHuNLuTuNrP6vHTNLDU2boWK li:before{  }
#HC4KzpUanqKabN32UzTiGast4nKLsWck { z-index:15002;top:53.51953125rem;left:38.0185546875rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.458rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uT03qpGwQHxzg2eJEe24ecGdvbZKrVS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bgxgku5zpITWyyhLuDl8pbKpoCWdtmZS { color:#000000;display:block;width:25rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.499291419983rem;left:1.3343391418457rem;height:;display:block; }#Bgxgku5zpITWyyhLuDl8pbKpoCWdtmZS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bgxgku5zpITWyyhLuDl8pbKpoCWdtmZS li:before{  }
#CzpoEgkNx0c2TIHB0gshgPrtGLx1g4Ba { z-index:15003;top:53.51953125rem;left:7.6044921875rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.457rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bo3iX6kozWAHpM8v6akWCwJJy6v637sq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUpWSTH0GWU5zwIIuOzNTnTayRGDc2ui { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:24.375rem;top:60.124287605286rem;left:34.656425476074rem;overflow:hidden;display:none; }
#rQkb5p9CzkIXwRTnlRN1HhFmvis7TXyX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3743125rem;width:31.4985625rem;top:59.375006228686rem;left:28.501419067382rem;overflow:hidden;display:block; }
#PVZ4TpXrsctEanvfseWekhGx44Q6QciK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:18.375rem;top:60.124289035797rem;left:30.311611175537rem;overflow:hidden;display:none; }
#DhTOGBOlcZuvkZyz5Fq5Df5vvxgXssa2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4993125rem;width:20.8114375rem;top:1.3828277587891E-5rem;left:4.5925064086914rem;overflow:hidden;display:none; }
#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/D7bKCgov/TK_shark2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ.adaptive-delivery-prevent-bg, #X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ.lazyload, #X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ.lazyloading { background-image: none; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row .container { background-color: transparent; background-image: none; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row .container > .video-iframe-container { display: none; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .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); }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row > .video-iframe-container { display: none; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .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); }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row .container { border-width: 0; border-radius: 0; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:60rem;position:relative;display:block; }#ZnIHhZvLPW36QDWFvG4e3ll5f6671ZLN { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:24.311065673828rem;left:1.591796875rem;height:;display:block; }#ZnIHhZvLPW36QDWFvG4e3ll5f6671ZLN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZnIHhZvLPW36QDWFvG4e3ll5f6671ZLN li:before{  }
#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC { color:#000000;display:block;width:26.6868125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.311071395874rem;left:33.312320709229rem;height:;display:block; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:before{  }
#L3ZW9GtWECHpmS4Mt7WsJSrHz23bq9T3 { z-index:15000;top:53.5rem;left:8.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gX3Ew8haTz1MlBMAvPWnFGK7yuiiUWNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TthatvgAwZTNuCHcSsozJwbOcLyZ1EA6 { z-index:15000;top:53.5rem;left:38.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R3R9A2VAzOl2hbvIyEgQQ5Awx6RC65qZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VopKO3RakQl2WDTV30O2Qt3921ypxS3G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8118125rem;width:21.1860625rem;top:59.624464035034rem;left:36.061786651611rem;overflow:hidden;display:block; }
#Own3T780QN9hGx6ELl1oKB1qBPdS1UJV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:22.6875rem;top:58.493427276611rem;left:28.50053024292rem;overflow:hidden;display:none; }
#s6JH9XXv2cnrwecUXPePFTZxR61IEeCD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4993125rem;width:20.8114375rem;top:1.3828277587891E-5rem;left:4.5925064086914rem;overflow:hidden;display:block; }
#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 { position:relative;display:block; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 { background-color: transparent; background-image: none; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row .container > .video-iframe-container { display: none; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row > .video-iframe-container { display: none; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .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); }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 { border-width: 0; border-radius: 0; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dzRu3BqcBJlJmSKNMEvhc6agZWWDNW0T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:18.75rem;top:0.625rem;left:6.4062480926512rem;overflow:hidden;display:block; }
#lxolWUkVKXHLNNAhuwkFAOTJhWUytJIO { color:#000000;display:block;width:27.4369375rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.091807842254rem;left:1.2801837921143rem;height:;display:block; }#lxolWUkVKXHLNNAhuwkFAOTJhWUytJIO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lxolWUkVKXHLNNAhuwkFAOTJhWUytJIO li:before{  }
#cWLx171xXq6E7fSKVruAPTmMeqacvctv { color:#000000;display:block;width:27.4369375rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.436622142792rem;left:32.56303024292rem;height:;display:block; }#cWLx171xXq6E7fSKVruAPTmMeqacvctv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cWLx171xXq6E7fSKVruAPTmMeqacvctv li:before{  }
#MwEDrciTUQGPkyvhhmHqDK7EZ0vOfZTT { z-index:15000;top:49.6533203125rem;left:8.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WQ08Pkl2iLyB4pqZyHg51MwTAHesCTFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2D9XTDNFmdnLpaqV0wlIpqNfBcwQlZl { z-index:15000;top:49.6533203125rem;left:38.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zfX1is54blSGrSRTMUZONQTCCowdbeTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWesrcOfflEo8zD1tJvUuXbtioNl1h9d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:20.062125rem;top:54.749643802643rem;left:4.9680385589599rem;overflow:hidden;display:block; }
#rQEf9J2tNbQ2Vcq6aL92nnz8bObgGiSu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:29.875rem;top:55.686787605286rem;left:29.999111175537rem;overflow:hidden;display:block; }
#pqfK5R63NvFhcxzCI7tdDO7xsnA1uFnl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8118125rem;width:21.1860625rem;top:59.624464035034rem;left:36.061786651611rem;overflow:hidden;display:none; }
#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dx61asT7/TK_bufallo_2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h.adaptive-delivery-prevent-bg, #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h.lazyload, #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h.lazyloading { background-image: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { background-color: transparent; background-image: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .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); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .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); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { border-width: 0; border-radius: 0; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:60rem;position:relative;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 { color:#000000;display:block;width:27.562125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.87483215332rem;left:1.8101902008057rem;height:;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:before{  }
#WSMrhEsgbgzBTo7W1ZwJLkwAyNoFdEZk { color:#000000;display:block;width:24.1868125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.873945236206rem;left:32.905715942382rem;height:;display:block; }#WSMrhEsgbgzBTo7W1ZwJLkwAyNoFdEZk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WSMrhEsgbgzBTo7W1ZwJLkwAyNoFdEZk li:before{  }
#upolUzy6t95g1loKTRXRfOP9lUo3lKAA { z-index:15000;top:54.5625rem;left:8.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nTlTaRpvAB7382rTlPusob11TacWwnKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFtXsfho5Q3UeDFP4hL8TPOfPU1tAinE { z-index:15000;top:54.5625rem;left:38.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XNNUmMWIkmETDgbg8NwrhN8xJwbnHMMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQvcT3JZTJtMehbubHoDiIugQuTGGobR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:21.624625rem;top:63.312322139738rem;left:34.432704925537rem;overflow:hidden;display:block; }
#R5iN0UVT2vuHZSACf2rmyg2Kd9RANOyd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:18.125rem;top:55.34268283844rem;left:29.999111175537rem;overflow:hidden;display:none; }
#gLybTpU6MAn8ghybH28mucIdutetaLxl { position:relative;display:block; }#gLybTpU6MAn8ghybH28mucIdutetaLxl { background-color: transparent; background-image: none; }#gLybTpU6MAn8ghybH28mucIdutetaLxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row .container > .video-iframe-container { display: none; }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row > .video-iframe-container { display: none; }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .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); }#gLybTpU6MAn8ghybH28mucIdutetaLxl { border-width: 0; border-radius: 0; }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:58.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NVTkM0VJFMDNkXNJveeAeziMbWObrVow { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.2685546875rem;left:2.14453125rem;height:23.9375rem;display:block; }#NVTkM0VJFMDNkXNJveeAeziMbWObrVow li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NVTkM0VJFMDNkXNJveeAeziMbWObrVow li:before{  }
#otkAXBMTFpDd5H7A9m5IUi3hbFvMXwiv { z-index:15001;top:52.5625rem;left:8.20703125rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ve7mTF0QI7vyuXaSPOl780XoKi13X9rJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2TW7FMlQqhiINb94s39IZiSTtDt25Bv { color:#000000;display:block;width:23.999rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27.1123046875rem;left:33.75rem;height:22.3125rem;display:block; }#X2TW7FMlQqhiINb94s39IZiSTtDt25Bv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X2TW7FMlQqhiINb94s39IZiSTtDt25Bv li:before{  }
#gAHyHTxrR3rkgdktoACbPJn5ncT8mbI8 { z-index:15001;top:52.5830078125rem;left:39.51953125rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.457rem;height:3.8671875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oau2XX5Rz3d2clF7aZmnCdcA7p04hNfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAiqvIavq3ppZb6zvRHC2cd5dm0PJAac { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:18.3735625rem;top:0.76349401474rem;left:5.3107242584229rem;overflow:hidden;display:block; }
#ImdXH0SdUEcgsfZ3ngr7h1sL4rTWiITU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:21.624625rem;top:63.312322139738rem;left:34.432704925537rem;overflow:hidden;display:none; }
#pkQKlEeBZkMzb0F85DfmRX0ALPQrp4pZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.25rem;width:38.4375rem;display:none; }
#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh { position:relative;display:block; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh { background-color: transparent; background-image: none; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container > .video-iframe-container { display: none; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row > .video-iframe-container { display: none; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .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); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh { border-width: 0; border-radius: 0; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/385efAcZ/cobra_na_www.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container.adaptive-delivery-prevent-bg, #aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container.lazyload, #aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container.lazyloading { background-image: none; }#kXKmQZ4s9REu947WVUdbLSKXDyKFJlVA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3123125rem;width:24.8118125rem;top:20.37463760376rem;left:35.187320709229rem;overflow:hidden;display:block; }
#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4oeytaof/TK_cobra.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW.adaptive-delivery-prevent-bg, #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW.lazyload, #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW.lazyloading { background-image: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { background-color: transparent; background-image: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .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); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .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); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { border-width: 0; border-radius: 0; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:60rem;position:relative;display:block; }#Z36S7vR0XDNFSTTxmgM4kDZRqA7wvVUU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:0.530029296875rem;left:6.3813915252688rem;overflow:hidden;display:block; }
#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x { color:#000000;display:block;width:27.9998125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.027864456177rem;left:2.0623207092285rem;height:;display:block; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:before{  }
#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg { color:#000000;display:block;width:24.8118125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.026976585388rem;left:33.388668060302rem;height:22.3125rem;display:block; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:before{  }
#Jr88uoPMC6b9k2pa8SQ77gbSdavSo93L { z-index:15000;top:51.4375rem;left:8.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#deMEkoziF0T7mXRW7DwmJ9akhSUrqFq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4Gnk7TWDTRPTBLC99lGsFE9xuApSMxA { z-index:15000;top:51.4375rem;left:38.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VfrbnltLMxfmLrxXlgbTQ9Du9D8B72x6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TK7C2EVdqnimgCs5PKe5HG0iqd4mw8pr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3123125rem;width:24.8118125rem;top:20.37463760376rem;left:35.187320709229rem;overflow:hidden;display:none; }
#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aYIi30Dd/white.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.adaptive-delivery-prevent-bg, #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.lazyload, #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.lazyloading { background-image: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { border-width: 0; border-radius: 0; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Tn3swwOU/TK_snake2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ.adaptive-delivery-prevent-bg, #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ.lazyload, #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ.lazyloading { background-image: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { background-color: transparent; background-image: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container > .video-iframe-container { display: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .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); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row > .video-iframe-container { display: none; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .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); }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { border-width: 0; border-radius: 0; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:60rem;position:relative;display:block; }#B9tzeb6zVDULJ53fpXQuNUAxFFACd2DS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.749625rem;width:21.25rem;top:0rem;left:35.960578918457rem;overflow:hidden;display:block; }
#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 { color:#000000;display:block;width:27.4365rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.748046875rem;left:1.2802734375rem;height:;display:block; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:before{  }
#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x { color:#000000;display:block;width:26.8110625rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.747868955136rem;left:32.310901641846rem;height:;display:block; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:before{  }
#IVIrsnisAPzOyyMMIMr5h1WXbC4iqE3i { z-index:15000;top:51.875rem;left:8.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EGBearaLZ5J6QbryVVsvlnLLgsFNwbU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCgED3XWnlXpRKoH0UHTeOdibL7dvsTp { z-index:15000;top:51.875rem;left:38.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T5uf6rTJt3EvamhG2g4rXg1dCc5QQMOe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiqqNH6msKqxqPWlZQQwOg43nZ2LzUId { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:20.875rem;top:0rem;left:4.5625rem;overflow:hidden;display:block; }
#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { background-color: transparent; background-image: none; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container > .video-iframe-container { display: none; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row > .video-iframe-container { display: none; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .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); }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { border-width: 0; border-radius: 0; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:60rem;position:relative;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV { color:#000000;display:block;width:27.562125rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.309870719909rem;left:1.2180385589599rem;height:27.5rem;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:before{  }
#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"pl switzerland";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.309870719909rem;left:31.562496185302rem;height:;display:block; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:before{  }
#degiM1tSAwGN2xIs34e6LvkyANHie91Q { z-index:15000;top:57.5625rem;left:8.0888671875rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HR4JzStXJtO0szyiFamkwqVZkpIuqEmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASXR9PZT2CtoKm1enakPkDNWSPD638iB { z-index:15000;top:57.5625rem;left:38.75rem;background-color:transparent;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pl switzerland";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.90918125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z7zVDk4fIZmroS8esLqPCMPbiDtAc95U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5Th2KyDBnRETrckfulHaT5dEfmgOoOO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1248125rem;width:20.062125rem;top:59.999997198582rem;left:35.748401641846rem;overflow:hidden;display:none; }
#TnH5P57v9EK3qMppJ1cvTge8GJmxsPPx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1239375rem;width:20.06125rem;top:3.5345554351807E-5rem;left:35.748401641846rem;overflow:hidden;display:block; }
#sy1d3TdIgQu6GybxGIie0TZVWLezlI1w { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4368125rem;width:20.1864375rem;top:0.743110537529rem;left:4.2462711334229rem;overflow:hidden;display:block; }
#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { position:relative;display:block; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { background-color: transparent; background-image: none; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container > .video-iframe-container { display: none; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row > .video-iframe-container { display: none; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .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); }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { border-width: 0; border-radius: 0; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fWRHrbTtF8bFudTRvMJK3R1rWZcCqWOW { color:#000000;display:block;width:55.125rem;position:absolute;font-family:"pl switzerland";font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:11.04689375rem;font-style:normal;display:block; }
#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { position:relative;display:block; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { background-color: transparent; background-image: none; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container > .video-iframe-container { display: none; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row > .video-iframe-container { display: none; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .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); }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { border-width: 0; border-radius: 0; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-form-header {  }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#909090;width:27.5625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:27.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:27.5625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-checkbox { width:1rem;height:1rem;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; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#5b585b;background-image:none;background-position:center !important;background-repeat:no-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:1.1875rem;font-weight:bold;color:#f2f9ff;width:27.5625rem;height:3.4375rem;font-family:"pl switzerland";overflow:hidden; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .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";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .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; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-container:first-of-type{padding-top:0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-container:last-of-type{padding-bottom:0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:14.96875rem;top:1rem;z-index:15001;position:absolute; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS {display:block;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:14.96875rem;top:1rem;z-index:15001;position:absolute; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #ibnAFZDdKbiciGahpQvJUVvqalLXlTKw { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #fcCdJo7TnWzeEOSDiJf0xsn81SrbRo3v { position:relative;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #VB50NhTX2C0uUEpur2FOh2AZWZz62B54 { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #MN8CvvGWiunNQTsTs86ILoDgKu1uIoNz { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #Cysn4DlATktC844SKVRdWVp89LnTSGg1 { position:relative;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #TfoEG1hkdfSeAGZL66tcQgFHkTNZCZU1 { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #W9cu9QvoLLlMeyaTHWuctN0QZ3H86rTF { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #hxnxh7rNWI7g1sb3fOu4T8uyNtRDfKdT { position:relative;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #NOgG57CTekDmBF4UNGuDbSOTkRDvcnzy { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #ByNRn6rDir9piFhOs1bJ2t0EJkI5wMXU { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #dKceH6wx94dVvFwHif5oZf20KvuOSHWk { position:relative;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #R3GCaCWUOgqH97yoZ2xNcJAQ5pP56FNb { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #Sdnoo46vAF6JMKLPJ6ZgVSXQvFDsFB6u { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #RbH57WRU5hB32B69AZ5eWf919VsfUS82 { position:relative;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #nzeX72zHTZQmsA4PMaBoTnf3F3Hm11Ve { position:relative; }
#Jtg9NtTpBffxKE1RkhhvT4LFBQr2OWpl { position:relative;display:block;z-index:100000;display:block; }
#KxlQnKD8V741uVbSJKrF71QteOVyD5ZT { position:relative;display:block;z-index:100000;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #QqePTrQgfobqbRatp2uoTHnPJRoivT7w { position:relative; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #SdBrloGTrqs80auG68JL6T4Jp2xUicsX { position:relative; }
#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { position:relative;display:block; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { background-color: transparent; background-image: none; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container > .video-iframe-container { display: none; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row > .video-iframe-container { display: none; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .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); }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { border-width: 0; border-radius: 0; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BXNHKqcQQdhdn1FwDney1LuKmHc8XcyB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:60rem;top:0.47421836853027rem;left:-0.0062503814697263rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L { display:block; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypaG7IGzseqPLQPbZO9cuR9bEWnAT3Tt { width:6.5rem;height:2.1875rem;top:1.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5OP7STP63r5ksuJqJG3Z1qWnyD8Nnpl { display:block; }
 }@media only screen and (max-width: 763px) { #TrnTB5WmqSpC60I1k8m8kPyFJqgTxazN { width:11.0625rem;height:2.125rem;top:1.25rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM0pOsqmp23NeTePXt9FI3HVzz6zBPKK { display:block; }
 }@media only screen and (max-width: 763px) { #hT5aF5RgtHe4UvwcJgU5qDhR0sLLb01N { width:6.5rem;height:2.1875rem;top:1.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9JT7JkBEH8TUxB1Ref3gXyl2eUuJUmp { display:block; }
 }@media only screen and (max-width: 763px) { #HEzzsRPaFUiLK3dmzwFr5q7amJg8KMtB { width:4.625rem;height:3.4375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFD0ptKXRu1C2MQQv1ctN3cUTfec9f5U { width:21.1875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFD7NXbXuTZTxq3RfOQhOWcPAb6vXti5 { top:6.125rem;left:0rem;width:12.5rem;height:4.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:30.625rem;height:11.5rem;top:3.9375rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVnUcV1g5Ue89ry0VHnivNWnEUWvZxRe { top:12.6875rem;left:10.65234375rem;width:19.375rem;height:23.2493125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfyS3Bh2X1vWU6kzXAi6Bakh0MkBlTHZ { top:12.9375rem;left:0rem;width:23.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq { display:block; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8LFwSi4cKETS6qbt3WON5ilExAVk8Lo { top:0rem;left:0rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0QATuvpEzTfuqh0PC1yPrgZOvoQiKme { top:58.4375rem;left:4.1708984375rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm6PUSIwOTTGrf9OAol82ncVs4CuieEH { display:block; }
 }@media only screen and (max-width: 763px) { #ZLa16NBhbtBe6f25f5ohXTitSJDmrP9R { top:24.6875rem;left:21rem;width:26.0625rem;height:18.75rem;font-size:1.25rem;display:block; }#ZLa16NBhbtBe6f25f5ohXTitSJDmrP9R li:before{  }
 }@media only screen and (max-width: 763px) { #lGQxBhMammr3TsaNP9Tl6BIOQWlGRbfM { top:58.4375rem;left:28.314453125rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkcFTuP2BOrQ62XtCGkU17IPaRE6nLW3 { display:block; }
 }@media only screen and (max-width: 763px) { #Faq9XcXO6Jf2JVld5L5F1xyHeneRWkeP { top:24.625rem;left:0rem;width:27.1875rem;height:;font-size:1.25rem;display:block; }#Faq9XcXO6Jf2JVld5L5F1xyHeneRWkeP li:before{  }
 }@media only screen and (max-width: 763px) { #quoASG757S02f0U1Tou6tTQlx1LoEbds { top:63.125rem;left:0rem;width:22.4375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZAp8V1W4FRcwsCk7GiiKxgWWlbIOLt3 { top:33.1875rem;left:21.9375rem;width:21rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVr0snqbkJI6tDpFSXKCnbT8haBP8lBI { top:2rem;left:1.0142045617104rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9xP1wfksxOiQmf1togRHEeOPQkiaDyc { top:2.3125rem;left:2.8430385589599rem;width:18.125rem;height:21.675517794181rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUmCKTsyZnKl9ROTlvt2IpfBZ0LtKsl0 { top:0.875rem;left:0rem;width:29.0625rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Dz3qPHeqevBv0LE0yzZvTGwgIa0gIG { top:1.875rem;left:2.4053611755371rem;width:19.375rem;height:23.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B { display:block; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcboHvyTTb0lyTyqb1xf3EaT11w7solm { top:0rem;left:23.6875rem;width:24.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDPaWBTOGHSdzLWSpsWXKHcSKLiF4L7H { top:23.8125rem;left:22.6875rem;width:25.0625rem;height:;font-size:1.25rem;display:block; }#EDPaWBTOGHSdzLWSpsWXKHcSKLiF4L7H li:before{  }
 }@media only screen and (max-width: 763px) { #MBBWysLyn1T1JwBPe0PTifcNZybzINQy { top:55.5625rem;left:29.0478515625rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r66SQfZ27FvvqnFvXEZXiTxaT2MlsVeK { display:block; }
 }@media only screen and (max-width: 763px) { #GpCwcMrhiHhR7srVThBbMPdAtVniFRTr { top:23.8125rem;left:0rem;width:25rem;height:;font-size:1.25rem;display:block; }#GpCwcMrhiHhR7srVThBbMPdAtVniFRTr li:before{  }
 }@media only screen and (max-width: 763px) { #V9DRMyGo0Jwf1TTwvZ94x3OCo3q3g8vR { top:55.5625rem;left:3.2109375rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgrISZrGerJ7FOVs9KHmfzsvRq2GACmL { display:block; }
 }@media only screen and (max-width: 763px) { #NEV549EBFtPXNcS920TTi467O76Ontnb { top:60.8125rem;left:0rem;width:31rem;height:25.947886170519rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3VzekkURe6x14eZNBbd3QIZmBA8POA0 { display:block; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUTmTeM2AlGu3qJJ2e3smeWEcwd3xZ0b { top:26.5625rem;left:22.75rem;width:25rem;height:;font-size:1.25rem;display:block; }#SUTmTeM2AlGu3qJJ2e3smeWEcwd3xZ0b li:before{  }
 }@media only screen and (max-width: 763px) { #ZtsNDmku5LyRvy5NbsV51ciZ5ru8hMdR { top:54rem;left:29.5810546875rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTSg1HqB9Wix4pEBTPhhFLkKSvielDg { display:block; }
 }@media only screen and (max-width: 763px) { #KTbDsdk7kkoaUNAuIQVqVUTm1BWL1CCv { top:26.5625rem;left:0rem;width:25.75rem;height:;font-size:1.25rem;display:block; }#KTbDsdk7kkoaUNAuIQVqVUTm1BWL1CCv li:before{  }
 }@media only screen and (max-width: 763px) { #PxgBkrIRR5kiOWUgbzTvSW7II6rHosSb { top:54rem;left:5.1640625rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnKGQeNSxI9CEtzRiVXnMK06H58PCrD9 { display:block; }
 }@media only screen and (max-width: 763px) { #mcDeK4pOZbwoMcqfGiAukudslIH8hD24 { top:0.9375rem;left:0.76917457580569rem;width:21.25rem;height:24.124625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBiLSIovruZ8gGaDs3ytzep0sabvEM0I { top:60.0625rem;left:3.1102619171142rem;width:16.9375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsx83B9mwxRWeZR1HBaffEXz8HEKCHcC { top:60.8125rem;left:26.3125rem;width:21.4375rem;height:26.548130398253rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiSWaKphull4qgvBettCANbhKTeTydd9 { top:60.0625rem;left:18.375rem;width:29.375rem;height:24.6244375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy { display:block; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k32DMeeklHuNLuTuNrP6vHTNLDU2boWK { top:24.4375rem;left:0rem;width:25rem;height:;font-size:1.25rem;display:block; }#k32DMeeklHuNLuTuNrP6vHTNLDU2boWK li:before{  }
 }@media only screen and (max-width: 763px) { #HC4KzpUanqKabN32UzTiGast4nKLsWck { top:53.5rem;left:28.8310546875rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT03qpGwQHxzg2eJEe24ecGdvbZKrVS0 { display:block; }
 }@media only screen and (max-width: 763px) { #Bgxgku5zpITWyyhLuDl8pbKpoCWdtmZS { top:24.4375rem;left:0rem;width:25rem;height:;font-size:1.25rem;display:block; }#Bgxgku5zpITWyyhLuDl8pbKpoCWdtmZS li:before{  }
 }@media only screen and (max-width: 763px) { #CzpoEgkNx0c2TIHB0gshgPrtGLx1g4Ba { top:53.5rem;left:4.5419921875rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo3iX6kozWAHpM8v6akWCwJJy6v637sq { display:block; }
 }@media only screen and (max-width: 763px) { #eUpWSTH0GWU5zwIIuOzNTnTayRGDc2ui { top:60.0625rem;left:23.375rem;width:24.375rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQkb5p9CzkIXwRTnlRN1HhFmvis7TXyX { top:59.375rem;left:0rem;width:31.4375rem;height:26.323183771283rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZ4TpXrsctEanvfseWekhGx44Q6QciK { top:60.0625rem;left:18.375rem;width:18.375rem;height:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhTOGBOlcZuvkZyz5Fq5Df5vvxgXssa2 { top:0rem;left:1.5300064086914rem;width:20.75rem;height:24.426988014403rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ { display:block; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnIHhZvLPW36QDWFvG4e3ll5f6671ZLN { top:24.25rem;left:0rem;width:27.5rem;height:;font-size:1.25rem;display:block; }#ZnIHhZvLPW36QDWFvG4e3ll5f6671ZLN li:before{  }
 }@media only screen and (max-width: 763px) { #H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC { top:24.25rem;left:21.125rem;width:26.625rem;height:;font-size:1.25rem;display:block; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:before{  }
 }@media only screen and (max-width: 763px) { #L3ZW9GtWECHpmS4Mt7WsJSrHz23bq9T3 { top:53.5rem;left:5.6875rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX3Ew8haTz1MlBMAvPWnFGK7yuiiUWNW { display:block; }
 }@media only screen and (max-width: 763px) { #TthatvgAwZTNuCHcSsozJwbOcLyZ1EA6 { top:53.5rem;left:29.5625rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3R9A2VAzOl2hbvIyEgQQ5Awx6RC65qZ { display:block; }
 }@media only screen and (max-width: 763px) { #VopKO3RakQl2WDTV30O2Qt3921ypxS3G { top:59.5625rem;left:26.625rem;width:21.125rem;height:24.740299858102rem;display:block; }
 }@media only screen and (max-width: 763px) { #Own3T780QN9hGx6ELl1oKB1qBPdS1UJV { top:58.4375rem;left:0rem;width:22.6875rem;height:26.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6JH9XXv2cnrwecUXPePFTZxR61IEeCD { top:0rem;left:1.5300064086914rem;width:20.75rem;height:24.426988014403rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 { display:block; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzRu3BqcBJlJmSKNMEvhc6agZWWDNW0T { top:0.625rem;left:3.3437480926514rem;width:18.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxolWUkVKXHLNNAhuwkFAOTJhWUytJIO { top:24.0625rem;left:0rem;width:27.375rem;height:;font-size:1.25rem;display:block; }#lxolWUkVKXHLNNAhuwkFAOTJhWUytJIO li:before{  }
 }@media only screen and (max-width: 763px) { #cWLx171xXq6E7fSKVruAPTmMeqacvctv { top:23.375rem;left:20.375rem;width:27.375rem;height:;font-size:1.25rem;display:block; }#cWLx171xXq6E7fSKVruAPTmMeqacvctv li:before{  }
 }@media only screen and (max-width: 763px) { #MwEDrciTUQGPkyvhhmHqDK7EZ0vOfZTT { top:49.625rem;left:5.6875rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ08Pkl2iLyB4pqZyHg51MwTAHesCTFv { display:block; }
 }@media only screen and (max-width: 763px) { #v2D9XTDNFmdnLpaqV0wlIpqNfBcwQlZl { top:49.625rem;left:29.5625rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfX1is54blSGrSRTMUZONQTCCowdbeTS { display:block; }
 }@media only screen and (max-width: 763px) { #tWesrcOfflEo8zD1tJvUuXbtioNl1h9d { top:54.6875rem;left:1.9055385589599rem;width:20rem;height:25.857181131111rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQEf9J2tNbQ2Vcq6aL92nnz8bObgGiSu { top:55.625rem;left:0rem;width:29.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqfK5R63NvFhcxzCI7tdDO7xsnA1uFnl { top:59.5625rem;left:26.625rem;width:21.125rem;height:24.740299858102rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 { top:24.8125rem;left:0rem;width:27.5rem;height:;font-size:1.25rem;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:before{  }
 }@media only screen and (max-width: 763px) { #WSMrhEsgbgzBTo7W1ZwJLkwAyNoFdEZk { top:24.8125rem;left:23.625rem;width:24.125rem;height:;font-size:1.25rem;display:block; }#WSMrhEsgbgzBTo7W1ZwJLkwAyNoFdEZk li:before{  }
 }@media only screen and (max-width: 763px) { #upolUzy6t95g1loKTRXRfOP9lUo3lKAA { top:54.5625rem;left:5.6875rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlTaRpvAB7382rTlPusob11TacWwnKh { display:block; }
 }@media only screen and (max-width: 763px) { #yFtXsfho5Q3UeDFP4hL8TPOfPU1tAinE { top:54.5625rem;left:29.5625rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNUmMWIkmETDgbg8NwrhN8xJwbnHMMP { display:block; }
 }@media only screen and (max-width: 763px) { #tQvcT3JZTJtMehbubHoDiIugQuTGGobR { top:63.25rem;left:25.245204925537rem;width:21.5625rem;height:26.797791291179rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5iN0UVT2vuHZSACf2rmyg2Kd9RANOyd { top:55.3125rem;left:0rem;width:18.125rem;height:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLybTpU6MAn8ghybH28mucIdutetaLxl { display:block; }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTkM0VJFMDNkXNJveeAeziMbWObrVow { top:27.25rem;left:0rem;width:24.625rem;height:;font-size:1.25rem;display:block; }#NVTkM0VJFMDNkXNJveeAeziMbWObrVow li:before{  }
 }@media only screen and (max-width: 763px) { #otkAXBMTFpDd5H7A9m5IUi3hbFvMXwiv { top:52.5625rem;left:2.08203125rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve7mTF0QI7vyuXaSPOl780XoKi13X9rJ { display:block; }
 }@media only screen and (max-width: 763px) { #X2TW7FMlQqhiINb94s39IZiSTtDt25Bv { top:27.0625rem;left:23.8125rem;width:23.9375rem;height:22.3125rem;font-size:1.25rem;display:block; }#X2TW7FMlQqhiINb94s39IZiSTtDt25Bv li:before{  }
 }@media only screen and (max-width: 763px) { #gAHyHTxrR3rkgdktoACbPJn5ncT8mbI8 { top:52.5625rem;left:33.39453125rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oau2XX5Rz3d2clF7aZmnCdcA7p04hNfM { display:block; }
 }@media only screen and (max-width: 763px) { #DAiqvIavq3ppZb6zvRHC2cd5dm0PJAac { top:0.75rem;left:0rem;width:18.3125rem;height:25.228376709742rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdXH0SdUEcgsfZ3ngr7h1sL4rTWiITU { top:63.25rem;left:25.245204925537rem;width:21.5625rem;height:26.797791291179rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkQKlEeBZkMzb0F85DfmRX0ALPQrp4pZ { width:38.4375rem;height:49.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh { display:block; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXKmQZ4s9REu947WVUdbLSKXDyKFJlVA { top:20.3125rem;left:22.9375rem;width:24.75rem;height:28.241779369202rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { display:block; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z36S7vR0XDNFSTTxmgM4kDZRqA7wvVUU { top:0.5rem;left:3.3188915252686rem;width:18.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x { top:24rem;left:0rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:before{  }
 }@media only screen and (max-width: 763px) { #wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg { top:24rem;left:23rem;width:24.75rem;height:;font-size:1.25rem;display:block; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:before{  }
 }@media only screen and (max-width: 763px) { #Jr88uoPMC6b9k2pa8SQ77gbSdavSo93L { top:51.4375rem;left:5.6875rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deMEkoziF0T7mXRW7DwmJ9akhSUrqFq0 { display:block; }
 }@media only screen and (max-width: 763px) { #o4Gnk7TWDTRPTBLC99lGsFE9xuApSMxA { top:51.4375rem;left:29.5625rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfrbnltLMxfmLrxXlgbTQ9Du9D8B72x6 { display:block; }
 }@media only screen and (max-width: 763px) { #TK7C2EVdqnimgCs5PKe5HG0iqd4mw8pr { top:20.3125rem;left:22.9375rem;width:24.75rem;height:28.241779369202rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { display:block; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ { display:block; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9tzeb6zVDULJ53fpXQuNUAxFFACd2DS { top:0rem;left:26.5rem;width:21.25rem;height:24.749625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 { top:24.6875rem;left:0rem;width:27.375rem;height:;font-size:1.25rem;display:block; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:before{  }
 }@media only screen and (max-width: 763px) { #rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x { top:24.6875rem;left:21rem;width:26.75rem;height:;font-size:1.25rem;display:block; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:before{  }
 }@media only screen and (max-width: 763px) { #IVIrsnisAPzOyyMMIMr5h1WXbC4iqE3i { top:51.875rem;left:5.6875rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBearaLZ5J6QbryVVsvlnLLgsFNwbU4 { display:block; }
 }@media only screen and (max-width: 763px) { #bCgED3XWnlXpRKoH0UHTeOdibL7dvsTp { top:51.875rem;left:29.5625rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5uf6rTJt3EvamhG2g4rXg1dCc5QQMOe { display:block; }
 }@media only screen and (max-width: 763px) { #EiqqNH6msKqxqPWlZQQwOg43nZ2LzUId { top:0rem;left:1.5rem;width:20.875rem;height:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLsmq98yRqzey8Msy0BUWVuPw74m46ZW { display:block; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV { top:25.25rem;left:0rem;width:27.5rem;height:;font-size:1.25rem;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:before{  }
 }@media only screen and (max-width: 763px) { #eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX { top:25.25rem;left:19.3125rem;width:28.4375rem;height:;font-size:1.25rem;display:block; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:before{  }
 }@media only screen and (max-width: 763px) { #degiM1tSAwGN2xIs34e6LvkyANHie91Q { top:57.5625rem;left:5.0263671875rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR4JzStXJtO0szyiFamkwqVZkpIuqEmz { display:block; }
 }@media only screen and (max-width: 763px) { #ASXR9PZT2CtoKm1enakPkDNWSPD638iB { top:57.5625rem;left:29.5625rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7zVDk4fIZmroS8esLqPCMPbiDtAc95U { display:block; }
 }@media only screen and (max-width: 763px) { #G5Th2KyDBnRETrckfulHaT5dEfmgOoOO { top:59.9375rem;left:26.560901641846rem;width:20rem;height:26.043913593401rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnH5P57v9EK3qMppJ1cvTge8GJmxsPPx { top:0rem;left:26.560901641846rem;width:20rem;height:26.044177207302rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy1d3TdIgQu6GybxGIie0TZVWLezlI1w { top:0.6875rem;left:1.1837711334229rem;width:20.125rem;height:25.359395463538rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { display:block; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWRHrbTtF8bFudTRvMJK3R1rWZcCqWOW { top:1.9375rem;left:0rem;width:47.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { display:block; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-regular-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-button { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS  { width:27.5625rem;height:auto;top:1rem;left:8.84375rem; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS {display:block;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS { width:27.5625rem;height:auto;top:1rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #ibnAFZDdKbiciGahpQvJUVvqalLXlTKw {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #fcCdJo7TnWzeEOSDiJf0xsn81SrbRo3v { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #VB50NhTX2C0uUEpur2FOh2AZWZz62B54 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #MN8CvvGWiunNQTsTs86ILoDgKu1uIoNz {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #Cysn4DlATktC844SKVRdWVp89LnTSGg1 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #TfoEG1hkdfSeAGZL66tcQgFHkTNZCZU1 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #W9cu9QvoLLlMeyaTHWuctN0QZ3H86rTF {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #hxnxh7rNWI7g1sb3fOu4T8uyNtRDfKdT { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #NOgG57CTekDmBF4UNGuDbSOTkRDvcnzy {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #ByNRn6rDir9piFhOs1bJ2t0EJkI5wMXU {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #dKceH6wx94dVvFwHif5oZf20KvuOSHWk { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #R3GCaCWUOgqH97yoZ2xNcJAQ5pP56FNb {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #Sdnoo46vAF6JMKLPJ6ZgVSXQvFDsFB6u {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #RbH57WRU5hB32B69AZ5eWf919VsfUS82 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #nzeX72zHTZQmsA4PMaBoTnf3F3Hm11Ve {  }
 }@media only screen and (max-width: 763px) { #Jtg9NtTpBffxKE1RkhhvT4LFBQr2OWpl { display:block; }
 }@media only screen and (max-width: 763px) { #KxlQnKD8V741uVbSJKrF71QteOVyD5ZT { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #QqePTrQgfobqbRatp2uoTHnPJRoivT7w {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #SdBrloGTrqs80auG68JL6T4Jp2xUicsX {  }
 }@media only screen and (max-width: 763px) { #VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { display:block; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNHKqcQQdhdn1FwDney1LuKmHc8XcyB { top:0.4375rem;left:0rem;width:47.75rem;height:14.325rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L { position:relative;z-index:auto;display:block; }#B0iuk2rN2UQyIpCn0oxGso3Ex7XlAQ9L > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypaG7IGzseqPLQPbZO9cuR9bEWnAT3Tt { width:4.1859rem;height:2.24875625rem;top:16.7470703125rem;left:7.90625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5OP7STP63r5ksuJqJG3Z1qWnyD8Nnpl { display:block; }
 }@media only screen and (max-width: 763px) { #TrnTB5WmqSpC60I1k8m8kPyFJqgTxazN { width:7.5rem;height:1.5625rem;top:18.9951171875rem;left:6.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM0pOsqmp23NeTePXt9FI3HVzz6zBPKK { display:block; }
 }@media only screen and (max-width: 763px) { #hT5aF5RgtHe4UvwcJgU5qDhR0sLLb01N { width:4.74875625rem;height:2.24875625rem;top:15.185546875rem;left:7.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9JT7JkBEH8TUxB1Ref3gXyl2eUuJUmp { display:block; }
 }@media only screen and (max-width: 763px) { #HEzzsRPaFUiLK3dmzwFr5q7amJg8KMtB { width:2.1875rem;height:1.6859rem;top:2.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFD0ptKXRu1C2MQQv1ctN3cUTfec9f5U { top:1.25rem;left:0rem;width:20rem;height:13.9373125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mFD7NXbXuTZTxq3RfOQhOWcPAb6vXti5 { width:12.5rem;height:4.7109375rem;top:3.716796875rem;left:0rem;font-size:1.8125rem;z-index:15003;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) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:20rem;height:16.657894736842rem;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:18.75rem;height:0;top:0.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVnUcV1g5Ue89ry0VHnivNWnEUWvZxRe { width:14.8118125rem;height:17.872875rem;top:5.498046875rem;left:3.1853690743446rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #SfyS3Bh2X1vWU6kzXAi6Bakh0MkBlTHZ { width:20rem;height:14.157894736842rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq { display:block; }#Azq9MeQ0AGwSnKBmKuUAmxeKQhH1wkSq > .row .container { width:20rem;height:157.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8LFwSi4cKETS6qbt3WON5ilExAVk8Lo { width:8.8743125rem;height:2.35618125rem;top:1.25rem;left:5.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0QATuvpEzTfuqh0PC1yPrgZOvoQiKme { top:65.375rem;left:3.9375rem;width:12.108488625rem;height:3.483663625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm6PUSIwOTTGrf9OAol82ncVs4CuieEH { display:block; }
 }@media only screen and (max-width: 763px) { #ZLa16NBhbtBe6f25f5ohXTitSJDmrP9R { width:20rem;height:20.375rem;top:99.777153015138rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ZLa16NBhbtBe6f25f5ohXTitSJDmrP9R li:before{  }
 }@media only screen and (max-width: 763px) { #lGQxBhMammr3TsaNP9Tl6BIOQWlGRbfM { top:129.93696498871rem;left:3.9568534493446rem;width:12.084488625rem;height:3.522726125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkcFTuP2BOrQ62XtCGkU17IPaRE6nLW3 { display:block; }
 }@media only screen and (max-width: 763px) { #Faq9XcXO6Jf2JVld5L5F1xyHeneRWkeP { width:20rem;height:38.875rem;top:22.315341949463rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#Faq9XcXO6Jf2JVld5L5F1xyHeneRWkeP li:before{  }
 }@media only screen and (max-width: 763px) { #quoASG757S02f0U1Tou6tTQlx1LoEbds { width:18.499625rem;height:22.3748125rem;top:135.06126785278rem;left:0.74928969144819rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZAp8V1W4FRcwsCk7GiiKxgWWlbIOLt3 { width:15.7493125rem;height:20rem;top:78.545810699463rem;left:2.1244671940804rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mVr0snqbkJI6tDpFSXKCnbT8haBP8lBI { top:4.85618125rem;left:3.75rem;width:12.5rem;height:1.29980625rem;z-index:15009;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9xP1wfksxOiQmf1togRHEeOPQkiaDyc { width:18.125rem;height:21.675517794181rem;top:143.66122288208rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUmCKTsyZnKl9ROTlvt2IpfBZ0LtKsl0 { width:20rem;height:16.688172043011rem;top:166.58647288208rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2Dz3qPHeqevBv0LE0yzZvTGwgIa0gIG { width:15rem;height:18.125rem;top:3.6052913665771rem;left:2.9305751919746rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B { display:block; }#pcIHDVI8QtOHkKqT6xHFI4Lty994BB4B > .row .container { width:20rem;height:111.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcboHvyTTb0lyTyqb1xf3EaT11w7solm { width:20rem;height:20.2494375rem;top:37.678443908691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDPaWBTOGHSdzLWSpsWXKHcSKLiF4L7H { width:20rem;height:34rem;top:61.18786239624rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#EDPaWBTOGHSdzLWSpsWXKHcSKLiF4L7H li:before{  }
 }@media only screen and (max-width: 763px) { #MBBWysLyn1T1JwBPe0PTifcNZybzINQy { top:100.1875rem;left:3.875rem;width:12.222988625rem;height:3.598188625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r66SQfZ27FvvqnFvXEZXiTxaT2MlsVeK { display:block; }
 }@media only screen and (max-width: 763px) { #GpCwcMrhiHhR7srVThBbMPdAtVniFRTr { width:20rem;height:22.3125rem;top:0.65163421630862rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#GpCwcMrhiHhR7srVThBbMPdAtVniFRTr li:before{  }
 }@media only screen and (max-width: 763px) { #V9DRMyGo0Jwf1TTwvZ94x3OCo3q3g8vR { top:26.7445rem;left:3.875rem;width:12.222988625rem;height:3.598188625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgrISZrGerJ7FOVs9KHmfzsvRq2GACmL { display:block; }
 }@media only screen and (max-width: 763px) { #NEV549EBFtPXNcS920TTi467O76Ontnb { width:20rem;height:16.740008330164rem;top:109.8473rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3VzekkURe6x14eZNBbd3QIZmBA8POA0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9598b69f-0131-4deb-adae-ea68c443f1a7/IMG_5771.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0.adaptive-delivery-prevent-bg, #O3VzekkURe6x14eZNBbd3QIZmBA8POA0.lazyload, #O3VzekkURe6x14eZNBbd3QIZmBA8POA0.lazyloading { background-image: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container { background-color: transparent; background-image: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container > .video-iframe-container { display: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row > .video-iframe-container { display: none; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .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); }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container { border-width: 0; border-radius: 0; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3VzekkURe6x14eZNBbd3QIZmBA8POA0 > .row .container { width:20rem;height:150.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUTmTeM2AlGu3qJJ2e3smeWEcwd3xZ0b { width:20rem;height:28.8125rem;top:79.638675rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#SUTmTeM2AlGu3qJJ2e3smeWEcwd3xZ0b li:before{  }
 }@media only screen and (max-width: 763px) { #ZtsNDmku5LyRvy5NbsV51ciZ5ru8hMdR { top:111.6317375rem;left:3.8125rem;width:12.323301125rem;height:3.698507375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTSg1HqB9Wix4pEBTPhhFLkKSvielDg { display:block; }
 }@media only screen and (max-width: 763px) { #KTbDsdk7kkoaUNAuIQVqVUTm1BWL1CCv { width:20rem;height:23.9375rem;top:20.1243125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#KTbDsdk7kkoaUNAuIQVqVUTm1BWL1CCv li:before{  }
 }@media only screen and (max-width: 763px) { #PxgBkrIRR5kiOWUgbzTvSW7II6rHosSb { top:47.2434375rem;left:3.8125rem;width:12.323301125rem;height:3.698507375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnKGQeNSxI9CEtzRiVXnMK06H58PCrD9 { display:block; }
 }@media only screen and (max-width: 763px) { #mcDeK4pOZbwoMcqfGiAukudslIH8hD24 { width:15.5619375rem;height:17.6243125rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBiLSIovruZ8gGaDs3ytzep0sabvEM0I { width:17.1875rem;height:24.6244375rem;top:123.38600111008rem;left:1.4053621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsx83B9mwxRWeZR1HBaffEXz8HEKCHcC { width:17.4351875rem;height:21.5625rem;top:58.132987976074rem;left:1.2810724377632rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QiSWaKphull4qgvBettCANbhKTeTydd9 { width:20rem;height:16.764978723404rem;top:146.64950561524rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy { display:block; }#GyVc9D3CBXPo8ZRObHTqEA0OADI7QqXy > .row .container { width:20rem;height:135.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k32DMeeklHuNLuTuNrP6vHTNLDU2boWK { width:20rem;height:27.1875rem;top:69.085609436038rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#k32DMeeklHuNLuTuNrP6vHTNLDU2boWK li:before{  }
 }@media only screen and (max-width: 763px) { #HC4KzpUanqKabN32UzTiGast4nKLsWck { top:102.0625rem;left:3.8125rem;width:12.323301125rem;height:3.698507375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT03qpGwQHxzg2eJEe24ecGdvbZKrVS0 { display:block; }
 }@media only screen and (max-width: 763px) { #Bgxgku5zpITWyyhLuDl8pbKpoCWdtmZS { width:20rem;height:30.4375rem;top:1.2500095367432rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#Bgxgku5zpITWyyhLuDl8pbKpoCWdtmZS li:before{  }
 }@media only screen and (max-width: 763px) { #CzpoEgkNx0c2TIHB0gshgPrtGLx1g4Ba { top:34.868625rem;left:3.8125rem;width:12.323301125rem;height:3.698507375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo3iX6kozWAHpM8v6akWCwJJy6v637sq { display:block; }
 }@media only screen and (max-width: 763px) { #eUpWSTH0GWU5zwIIuOzNTnTayRGDc2ui { width:20rem;height:20rem;top:106.9629125rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #rQkb5p9CzkIXwRTnlRN1HhFmvis7TXyX { width:20rem;height:16.74635945688rem;top:135.08699798584rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVZ4TpXrsctEanvfseWekhGx44Q6QciK { width:16.0618125rem;height:21.4985625rem;top:47.643810272217rem;left:1.9682171940804rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DhTOGBOlcZuvkZyz5Fq5Df5vvxgXssa2 { width:18.8743125rem;height:22.1244375rem;top:113.00692176819rem;left:0.56196731328964rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ { display:block; }#X0WUUtuw5l71oRsflNzVF0mUl1UI0CiJ > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnIHhZvLPW36QDWFvG4e3ll5f6671ZLN { width:20rem;height:27.1875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ZnIHhZvLPW36QDWFvG4e3ll5f6671ZLN li:before{  }
 }@media only screen and (max-width: 763px) { #H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC { width:20rem;height:30.75rem;top:68.362060546875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#H2Q8PI1sC77yorAmkFmiRBHvIZyX2BpC li:before{  }
 }@media only screen and (max-width: 763px) { #L3ZW9GtWECHpmS4Mt7WsJSrHz23bq9T3 { top:31.6184375rem;left:3.75rem;width:12.386363625rem;height:3.760651125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX3Ew8haTz1MlBMAvPWnFGK7yuiiUWNW { display:block; }
 }@media only screen and (max-width: 763px) { #TthatvgAwZTNuCHcSsozJwbOcLyZ1EA6 { top:102.25rem;left:4.6875rem;width:12.386363625rem;height:3.760651125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3R9A2VAzOl2hbvIyEgQQ5Awx6RC65qZ { display:block; }
 }@media only screen and (max-width: 763px) { #VopKO3RakQl2WDTV30O2Qt3921ypxS3G { width:18.3114375rem;height:21.5625rem;top:113.18712615967rem;left:1.6876774430275rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Own3T780QN9hGx6ELl1oKB1qBPdS1UJV { width:19.1868125rem;height:22.3118125rem;top:46.050258636474rem;left:0.40571731328964rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s6JH9XXv2cnrwecUXPePFTZxR61IEeCD { width:17.6864375rem;height:20.685375rem;top:60.64364862442rem;left:2.0374644398689rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 { display:block; }#FsfP0BowV8atJ2V7qnTdFidf3dD4vAZ3 > .row .container { width:20rem;height:153rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzRu3BqcBJlJmSKNMEvhc6agZWWDNW0T { width:15.8735625rem;height:18.9985625rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxolWUkVKXHLNNAhuwkFAOTJhWUytJIO { width:20rem;height:23.9375rem;top:22.871068954467rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#lxolWUkVKXHLNNAhuwkFAOTJhWUytJIO li:before{  }
 }@media only screen and (max-width: 763px) { #cWLx171xXq6E7fSKVruAPTmMeqacvctv { width:20rem;height:27.1875rem;top:88.508520126344rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#cWLx171xXq6E7fSKVruAPTmMeqacvctv li:before{  }
 }@media only screen and (max-width: 763px) { #MwEDrciTUQGPkyvhhmHqDK7EZ0vOfZTT { top:52.25rem;left:3.8125rem;width:12.386363625rem;height:3.760651125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ08Pkl2iLyB4pqZyHg51MwTAHesCTFv { display:block; }
 }@media only screen and (max-width: 763px) { #v2D9XTDNFmdnLpaqV0wlIpqNfBcwQlZl { top:117.375rem;left:3.625rem;width:12.823176125rem;height:3.323863625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfX1is54blSGrSRTMUZONQTCCowdbeTS { display:block; }
 }@media only screen and (max-width: 763px) { #tWesrcOfflEo8zD1tJvUuXbtioNl1h9d { width:18.125rem;height:23.4375rem;top:129.43622493744rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQEf9J2tNbQ2Vcq6aL92nnz8bObgGiSu { width:15.625rem;height:13.0619375rem;top:151.68765950203rem;left:4.3741121888161rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pqfK5R63NvFhcxzCI7tdDO7xsnA1uFnl { width:18.3114375rem;height:21.5625rem;top:65.309868812562rem;left:1.6876774430275rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:20rem;height:107.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 { width:20rem;height:30.75rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#QkllLQ3dk0Xen6clQFfLalivvNiSnKG5 li:before{  }
 }@media only screen and (max-width: 763px) { #WSMrhEsgbgzBTo7W1ZwJLkwAyNoFdEZk { width:20rem;height:23.9375rem;top:71.0129699707rem;left:0rem;font-size:1.25rem;display:block; }#WSMrhEsgbgzBTo7W1ZwJLkwAyNoFdEZk li:before{  }
 }@media only screen and (max-width: 763px) { #upolUzy6t95g1loKTRXRfOP9lUo3lKAA { top:35.181125rem;left:3.75rem;width:12.386363625rem;height:3.260832375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlTaRpvAB7382rTlPusob11TacWwnKh { display:block; }
 }@media only screen and (max-width: 763px) { #yFtXsfho5Q3UeDFP4hL8TPOfPU1tAinE { top:96.25rem;left:3.8125rem;width:12.261176125rem;height:3.323863625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNUmMWIkmETDgbg8NwrhN8xJwbnHMMP { display:block; }
 }@media only screen and (max-width: 763px) { #tQvcT3JZTJtMehbubHoDiIugQuTGGobR { width:20rem;height:24.856928146136rem;top:123.09036064148rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5iN0UVT2vuHZSACf2rmyg2Kd9RANOyd { width:17.0623125rem;height:23.2493125rem;top:45.87890291214rem;left:1.4675069451332rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gLybTpU6MAn8ghybH28mucIdutetaLxl { display:block; }#gLybTpU6MAn8ghybH28mucIdutetaLxl > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTkM0VJFMDNkXNJveeAeziMbWObrVow { width:20rem;height:25.5625rem;top:26.371625959873rem;left:0rem;font-size:1.25rem;display:block; }#NVTkM0VJFMDNkXNJveeAeziMbWObrVow li:before{  }
 }@media only screen and (max-width: 763px) { #otkAXBMTFpDd5H7A9m5IUi3hbFvMXwiv { top:53.75rem;left:3.8125rem;width:12.386363625rem;height:3.760651125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve7mTF0QI7vyuXaSPOl780XoKi13X9rJ { display:block; }
 }@media only screen and (max-width: 763px) { #X2TW7FMlQqhiINb94s39IZiSTtDt25Bv { width:20rem;height:23.9375rem;top:93.739346623419rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#X2TW7FMlQqhiINb94s39IZiSTtDt25Bv li:before{  }
 }@media only screen and (max-width: 763px) { #gAHyHTxrR3rkgdktoACbPJn5ncT8mbI8 { top:120.9375rem;left:3.8125rem;width:12.323301125rem;height:3.698507375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oau2XX5Rz3d2clF7aZmnCdcA7p04hNfM { display:block; }
 }@media only screen and (max-width: 763px) { #DAiqvIavq3ppZb6zvRHC2cd5dm0PJAac { width:15.06125rem;height:20.8114375rem;top:1.25rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImdXH0SdUEcgsfZ3ngr7h1sL4rTWiITU { width:18.81125rem;height:23.4375rem;top:69.312844038012rem;left:0.59303969144821rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pkQKlEeBZkMzb0F85DfmRX0ALPQrp4pZ { top:1.0662286877632rem;left:0.5300070643425rem;width:18.9373125rem;height:24.3119375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh { display:block; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh { background-color: transparent; background-image: none; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container > .video-iframe-container { display: none; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row > .video-iframe-container { display: none; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .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); }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container { width:20rem;height:23.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/svv7fQLo/TK_lion2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container.adaptive-delivery-prevent-bg, #aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container.lazyload, #aswTWgbgDdchzfLtgf2m3bDnMOrq7Vyh > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #kXKmQZ4s9REu947WVUdbLSKXDyKFJlVA { width:18.812125rem;height:21.4373125rem;top:57.76190625rem;left:0.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { display:block; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { width:20rem;height:125.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z36S7vR0XDNFSTTxmgM4kDZRqA7wvVUU { width:15.5619375rem;height:19.5623125rem;top:1.18519115448rem;left:2.2176845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x { width:20rem;height:27.1875rem;top:21.870603561401rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#xcDVuRUQBkMz6RqpxsxzLDG0nX1vXN5x li:before{  }
 }@media only screen and (max-width: 763px) { #wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg { width:20rem;height:28.8125rem;top:83.757942199706rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#wqDJgoTDRM92JiLdAiAKcNothhlhn1Bg li:before{  }
 }@media only screen and (max-width: 763px) { #Jr88uoPMC6b9k2pa8SQ77gbSdavSo93L { top:52.25rem;left:4rem;width:12.073863625rem;height:3.260832375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deMEkoziF0T7mXRW7DwmJ9akhSUrqFq0 { display:block; }
 }@media only screen and (max-width: 763px) { #o4Gnk7TWDTRPTBLC99lGsFE9xuApSMxA { top:116.8125rem;left:3.875rem;width:12.135988625rem;height:3.260832375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfrbnltLMxfmLrxXlgbTQ9Du9D8B72x6 { display:block; }
 }@media only screen and (max-width: 763px) { #TK7C2EVdqnimgCs5PKe5HG0iqd4mw8pr { width:20rem;height:23.125rem;top:62.383699417114rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { display:block; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ { display:block; }#aEE3ThBaDVdbG2kHW6QrE71rTbzli6GQ > .row .container { width:20rem;height:124.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9tzeb6zVDULJ53fpXQuNUAxFFACd2DS { width:16.6855625rem;height:19.375rem;top:63.59375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 { width:20rem;height:27.1875rem;top:25.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#DFZhfXouKxwwZZH2VSXTZVC3Dv8B1TN9 li:before{  }
 }@media only screen and (max-width: 763px) { #rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x { width:20rem;height:28.8125rem;top:83.763671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#rvoHEUPcJJ7TDxWf20MSkS4dTbbBL92x li:before{  }
 }@media only screen and (max-width: 763px) { #IVIrsnisAPzOyyMMIMr5h1WXbC4iqE3i { top:55.4375rem;left:3.875rem;width:12.261176125rem;height:3.323863625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBearaLZ5J6QbryVVsvlnLLgsFNwbU4 { display:block; }
 }@media only screen and (max-width: 763px) { #bCgED3XWnlXpRKoH0UHTeOdibL7dvsTp { top:113.8125rem;left:3.9375rem;width:12.198176125rem;height:3.260832375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5uf6rTJt3EvamhG2g4rXg1dCc5QQMOe { display:block; }
 }@media only screen and (max-width: 763px) { #EiqqNH6msKqxqPWlZQQwOg43nZ2LzUId { width:19.0625rem;height:22.5625rem;top:1.5rem;left:0.46875rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pLsmq98yRqzey8Msy0BUWVuPw74m46ZW { display:block; }#pLsmq98yRqzey8Msy0BUWVuPw74m46ZW > .row .container { width:20rem;height:138.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV { width:20rem;height:30.75rem;top:25.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#GaKuMVkFmTn8M4l4bT7pdsAS8ynorTQV li:before{  }
 }@media only screen and (max-width: 763px) { #eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX { width:20rem;height:28.8125rem;top:95.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#eFhWkkX1fdo7wIUGPVGZ0T3UPCnTbEWX li:before{  }
 }@media only screen and (max-width: 763px) { #degiM1tSAwGN2xIs34e6LvkyANHie91Q { top:60.4375rem;left:3.9375rem;width:12.198176125rem;height:3.323863625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR4JzStXJtO0szyiFamkwqVZkpIuqEmz { display:block; }
 }@media only screen and (max-width: 763px) { #ASXR9PZT2CtoKm1enakPkDNWSPD638iB { top:127.875rem;left:3.625rem;width:12.760988625rem;height:3.323863625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7zVDk4fIZmroS8esLqPCMPbiDtAc95U { display:block; }
 }@media only screen and (max-width: 763px) { #G5Th2KyDBnRETrckfulHaT5dEfmgOoOO { width:17.8125rem;height:23.375rem;top:72.1083984375rem;left:1.09375rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TnH5P57v9EK3qMppJ1cvTge8GJmxsPPx { width:15.997875rem;height:20.9375rem;top:108.67897415161rem;left:3.0007100701332rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sy1d3TdIgQu6GybxGIie0TZVWLezlI1w { width:18.0625rem;height:23.0625rem;top:1.25rem;left:0.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG { display:block; }#pKIwQVSu9iTNZdofxMCq8Sl9EJ22WIxG > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWRHrbTtF8bFudTRvMJK3R1rWZcCqWOW { width:20rem;height:26.2363rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR { display:block; }#vBP9DqzBuM4ZOnPPi2bLzihvlT8rpCFR > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS  { width:17.5rem;height:30.67825rem;top:1.25rem;left:0rem; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS {display:block;}#RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS { width:17.5rem;height:30.67825rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #ibnAFZDdKbiciGahpQvJUVvqalLXlTKw {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #fcCdJo7TnWzeEOSDiJf0xsn81SrbRo3v { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #VB50NhTX2C0uUEpur2FOh2AZWZz62B54 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #MN8CvvGWiunNQTsTs86ILoDgKu1uIoNz {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #Cysn4DlATktC844SKVRdWVp89LnTSGg1 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #TfoEG1hkdfSeAGZL66tcQgFHkTNZCZU1 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #W9cu9QvoLLlMeyaTHWuctN0QZ3H86rTF {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #hxnxh7rNWI7g1sb3fOu4T8uyNtRDfKdT { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #NOgG57CTekDmBF4UNGuDbSOTkRDvcnzy {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #ByNRn6rDir9piFhOs1bJ2t0EJkI5wMXU {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #dKceH6wx94dVvFwHif5oZf20KvuOSHWk { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #R3GCaCWUOgqH97yoZ2xNcJAQ5pP56FNb {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #Sdnoo46vAF6JMKLPJ6ZgVSXQvFDsFB6u {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #RbH57WRU5hB32B69AZ5eWf919VsfUS82 {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #nzeX72zHTZQmsA4PMaBoTnf3F3Hm11Ve {  }
 }@media only screen and (max-width: 763px) { #Jtg9NtTpBffxKE1RkhhvT4LFBQr2OWpl { display:block; }
 }@media only screen and (max-width: 763px) { #KxlQnKD8V741uVbSJKrF71QteOVyD5ZT { display:block; }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #QqePTrQgfobqbRatp2uoTHnPJRoivT7w {  }
 }@media only screen and (max-width: 763px) { #RuViyfV8ZI8ScQONyWf6VaTTlwFGiBiS #SdBrloGTrqs80auG68JL6T4Jp2xUicsX {  }
 }@media only screen and (max-width: 763px) { #VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z { display:block; }#VT49oTrS7lRZGgnguR9Z0UTzDZBpK70Z > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNHKqcQQdhdn1FwDney1LuKmHc8XcyB { width:20rem;height:5.99875625rem;top:1.25rem;left:0rem;display:block; }
 }