.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD { 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; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row .container { background-color: transparent; background-image: none; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row .container > .video-iframe-container { display: none; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row > .video-iframe-container { display: none; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .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); }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row .container { border-width: 0; border-radius: 0; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#u6ZRc6SKQ8PI3UlbgtznKxRdl5vEw04e { 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:2.75rem;width:10rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#DTTGuDE2WM87NNUKNcAuFiRA4bOioTfP { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:31.125rem;height:1.29980625rem;display:block; }
#FImXT0xLsgVu1DLP7xcHRcQFRgeqC9hu { background-color:#f05f40;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.15625rem;left:50.1875rem;display:block; }
#r08TBxfm1sDPIC6IFITFmsHTV32nexQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TC3UQ44QeOSQIfHC62dJivt9b3btPRSV { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:39.25rem;height:1.29980625rem;display:block; }
#XaDpBTuExChltE2roM7XGQy2zE5f8oUa { position:relative;display:none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa { border-width: 0; border-radius: 0; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .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; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .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:3.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:none; }#LB3xUUam4swZBSWDZbPVdCdSU8xl8RJz { 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:2.75rem;width:10rem;top:1rem;left:0rem;overflow:hidden;display:none; }
#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { background-color: transparent; background-image: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .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); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { border-width: 0; border-radius: 0; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#SWfw9hMEyww6tOyXLxgMzWsVArWUJ4Lt { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZI2OibHcptEDboKpSIQHxILTQbons6u { color:#000000;display:block;width:58.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aPJA5dUThcewZ9Q0E7tv8rEtTcaWATII { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.2) ;height:20.1875rem;width:30rem;top:10.625rem;left:0rem;display:block; }
#Pn6wCUqMgwgpvkwkxLHfqnXTNNosMiFs { 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:20.1875rem;width:30rem;top:10.625rem;left:0rem;overflow:hidden;display:block; }
#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:34.625rem;left:32.375rem;height:4.84375rem;display:block; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/vLjzPXPD/green.png); }
#NhhNOOzQ81QOwfBtTgQvhcPrARJgTmbh { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.2) ;height:30.1875rem;width:28.75rem;top:10.625rem;left:31.25rem;display:block; }
#V3KwboXMzP5kdsfMlWh5RcD2HMAmpTTW { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.07421875rem;left:32.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0ZTpkI65ycogVGoUEQZ0H9vON7UQVfh { color:#0c5460;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:33.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1Onoqp2yXk0LnJkxGUwxJEF2mfdiR5o { color:rgba(26,26,26,0.5);display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.4375rem;left:32.3125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GVSQU9ghOkcHSJlJJaVsIvQ9lGV2Vc0h { position:absolute;display:block;z-index:15004;background-color:#d1ecf1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bee5eb;border-left:0.0625rem solid #bee5eb;border-right:0.0625rem solid #bee5eb;border-bottom:0.0625rem solid #bee5eb;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;height:7.375rem;width:26.25rem;top:11.875rem;left:32.375rem;display:block; }
#m4qbaI7FAUuy7CBNnkQVPbuewQbI6Vrq { background-color:#f05f40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.0625rem;left:32.3125rem;display:block; }
#BNAvrumq4Cs25tSARkzfNJJxwToqaZlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7o0NnGvzKTC2GKuKUSJTy8fErDGTlMl { position:absolute;display:block;z-index:15025;height:2.6875rem;width:26.25rem;top:25.1875rem;left:32.4375rem;display:block; }
#GefEBz8hx6cgQKFAxznaItcgOaFcl5Z3 { position:absolute;display:block;z-index:15026;height:1.375rem;width:9.375rem;top:0.75rem;left:1rem;display:block; }
#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container { background-color: transparent; background-image: none; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container > .video-iframe-container { display: none; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row > .video-iframe-container { display: none; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .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); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container { border-width: 0; border-radius: 0; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#EalSBT01JVC3KTu9Xerl4MTeJJy3BLyU { position:absolute;display:block;z-index:15000;height:12.875rem;width:60rem;top:1rem;left:0rem;display:block; }
#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/558b154e-e046-4696-8a93-34ece3396637/blookeryGutscheinprint.png");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; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu.adaptive-delivery-prevent-bg, #GEV4TVSVr3QxTDRSDcqvQfrV710BshTu.lazyload, #GEV4TVSVr3QxTDRSDcqvQfrV710BshTu.lazyloading { background-image: none; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row .container { background-color: transparent; background-image: none; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row .container > .video-iframe-container { display: none; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row > .video-iframe-container { display: none; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .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); }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row .container { border-width: 0; border-radius: 0; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu::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; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#CbSQFaxGPpty4g6ryeKoxyPNv6cm7zCT { 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:3.75rem;width:2.75rem;top:6.96875rem;left:6.125rem;overflow:hidden;display:block; }
#xocbNKId6NyJJJSFZTBX9pVP8XKJO6RH { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioJfpJaFr43FAArRE6xNszR09OtPB6b9 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVnsS7n5EfO0BM6De5AHnemFTn1VWSK8 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.8125rem;left:16.40625rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJDbEgAMZ5I1B6fd0oyfMkRBBUNbN9PU { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:16.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hu08h4d5wbzc54cvhDMCxtSf3vnu3fas { 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:3.75rem;width:3.75rem;top:6.96875rem;left:21.15625rem;overflow:hidden;display:block; }
#dcrCIXaGDePOue1y0pb8pe9nUpg8Mk5m { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.75rem;left:31.9375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWggyKA76EwqTSiAW7MIbJtWRpVNBDCT { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.1875rem;left:31.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OawNuBWZUWWdTcf6zS7GMvwHBfRc48I9 { 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.75rem;width:3.75rem;top:6.96875rem;left:36.6875rem;overflow:hidden;display:block; }
#Ks9azmAmaZoCZOZ4RCzNylUszZoEX7BT { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:15.75rem;left:47.6875rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBE2CGHl41dnGMvN24BzXXvaelOZJ9AH { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.1875rem;left:47.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTupqDcS9wpEyVUerAnWAafhbhfMLlS3 { 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:3.75rem;width:3.875rem;top:6.96875rem;left:51.90625rem;overflow:hidden;display:block; }
#wr20TcPh6gE0Co7cKueniA6ZlwJxc74L { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.0625rem;top:9.09375rem;left:15.6875rem;display:block; }
#evcSrrGRTIp1rvkKvu9lsRCfM9kh6Jkd { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.0625rem;top:9.09375rem;left:29.96875rem;display:block; }
#aOBsm2ZknWGEVpPWh3E71BdLtXLbh5c0 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.0625rem;top:9.09375rem;left:46.75rem;display:block; }
#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row .container { background-color: transparent; background-image: none; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row .container > .video-iframe-container { display: none; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row > .video-iframe-container { display: none; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .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); }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row .container { border-width: 0; border-radius: 0; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#mXRKFgWxPHlbMXqtM91otHTTo7PWrK4e { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container { background-color: transparent; background-image: none; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container > .video-iframe-container { display: none; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row > .video-iframe-container { display: none; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .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); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container { border-width: 0; border-radius: 0; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;line-height:1.6;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-trigger.adaptive-delivery-prevent-bg, #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-trigger.lazyload, #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-trigger.lazyloading { background-image: none; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #O5BBLkwP0ID55P8Nk7uNuac7MzwCv2qh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #cfm4R8eDXRUQXvQeUBd7isxMMVQgSFFT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #ComJ5gpazt4yoBKJxrSmrqVVRxG9iXlJ { display:block;position:relative; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #zr3xZm1tAn1Xq4txSEWM711xyDRDWgmU {  }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #SVr8UdLbhlaahvQwpBPszgVynrLzcakB {  }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #oWThSsXAQyK21wpTTTb3cuDKEKflwmtg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #dt88RGeru13Obva6OFKdcqZxtabI6oAn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #Z0ZNOExM2yC3KHwrevZBgi4phboaPrIB { display:block;position:relative; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #yGeQkaAUNRxQuTTeJ0iGfQbayziZm9y0 {  }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #yo4UdWE6xawyxxd7JRzTR4FVlrwoff6b { display:none; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #iEPFhqlwO3AmWyGcbKx45QUiNwVmUGoM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #P01457qH8wuy9wZOqwXJPV3MOdoElTyd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #T3nfBMIT8M82clSJqbwSte5TJ7d2AKTR { display:block;position:relative; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #rMumPKOl2XOFwZ7wbU2KLxU2zX0I2WHE {  }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #NgiNeTR7bOhJ90M42hsAs3PrIJTvmgve { display:none; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #M6xgAkDa7G434pcsGWApNrmM00oRqmWQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #rAJxbOK54VhwNNQ9NxuKlE9p15fbsa0B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #qThWursI2CEKzmTPHQKDw2ryWnGHMAlW { display:block;position:relative; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #UlzST8FT5JEpmyCuC5DDO5usLkBNkTi7 {  }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #AbS40bLMh9v4Jr8kL0wyomUsJryqTcwB { display:none; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #VzEsuNaBx0AUyGuLAk9IFxfuOrA7BmqP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #gVBw2B6GwBC5NXszcTA4MtEHF0nSSq7L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #c8Vld3HtSvxaxe2LpoyKRsbzCnbeeS2q { display:block;position:relative; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #MV2n8wpkk6U2bqhWJPiTsaTSbbTWGdV7 {  }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #TLIKc7G2ap0Scm3EW1Uhyv9r4SP6bvFi { display:none; }
#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row .container { background-color: transparent; background-image: none; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row .container > .video-iframe-container { display: none; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row > .video-iframe-container { display: none; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .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); }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row .container { border-width: 0; border-radius: 0; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#DcP8CzDdpv9bTnQhJIpDp6PRxPpxzqUM { background-color:#f05f40;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6875rem;left:21.5rem;display:block; }
#q6QmMS7x2TeE4iOKDP08NTmHbphaVH7r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK { 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; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { background-color: transparent; background-image: none; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container > .video-iframe-container { display: none; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row > .video-iframe-container { display: none; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .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); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { border-width: 0; border-radius: 0; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#lJtQpxwK6qBECTc1qGPMdTrhsTBHsckw { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dWTghTDvS7TgBPHK5T41s6hC217s7zTu { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:25.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ytns5PDQnspUGsNy7vWIB8kNdp52Ks84 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:33.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD { display:block; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6ZRc6SKQ8PI3UlbgtznKxRdl5vEw04e { width:10rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTGuDE2WM87NNUKNcAuFiRA4bOioTfP { top:1.5rem;left:25rem;width:6.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImXT0xLsgVu1DLP7xcHRcQFRgeqC9hu { width:9.8125rem;height:1.8125rem;top:1.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r08TBxfm1sDPIC6IFITFmsHTV32nexQN { display:block; }
 }@media only screen and (max-width: 763px) { #TC3UQ44QeOSQIfHC62dJivt9b3btPRSV { top:1.5rem;left:33.125rem;width:9.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaDpBTuExChltE2roM7XGQy2zE5f8oUa { display:none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LB3xUUam4swZBSWDZbPVdCdSU8xl8RJz { width:10rem;height:2.75rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 { display:block; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWfw9hMEyww6tOyXLxgMzWsVArWUJ4Lt { width:47.75rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZI2OibHcptEDboKpSIQHxILTQbons6u { width:47.75rem;height:;top:5.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPJA5dUThcewZ9Q0E7tv8rEtTcaWATII { top:10.625rem;left:0rem;width:30rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6wCUqMgwgpvkwkxLHfqnXTNNosMiFs { top:10.625rem;left:0rem;width:30rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E { top:34.625rem;left:21.5rem;width:26.25rem;height:4.8125rem;font-size:0.875rem;display:block; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/vLjzPXPD/green.png); }
 }@media only screen and (max-width: 763px) { #NhhNOOzQ81QOwfBtTgQvhcPrARJgTmbh { top:10.625rem;left:19rem;width:28.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3KwboXMzP5kdsfMlWh5RcD2HMAmpTTW { width:26.25rem;height:;top:21.0625rem;left:21.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZTpkI65ycogVGoUEQZ0H9vON7UQVfh { width:25rem;height:;top:12.625rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Onoqp2yXk0LnJkxGUwxJEF2mfdiR5o { width:26.25rem;height:1rem;top:28.4375rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVSQU9ghOkcHSJlJJaVsIvQ9lGV2Vc0h { top:11.875rem;left:21.375rem;width:26.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qbaI7FAUuy7CBNnkQVPbuewQbI6Vrq { width:26.25rem;height:3.4375rem;top:30.0625rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNAvrumq4Cs25tSARkzfNJJxwToqaZlq { display:block; }
 }@media only screen and (max-width: 763px) { #N7o0NnGvzKTC2GKuKUSJTy8fErDGTlMl { top:25.1875rem;left:21.5rem;width:26.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefEBz8hx6cgQKFAxznaItcgOaFcl5Z3 { top:0.75rem;left:0rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe { display:block; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EalSBT01JVC3KTu9Xerl4MTeJJy3BLyU { top:1rem;left:0rem;width:47.75rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEV4TVSVr3QxTDRSDcqvQfrV710BshTu { display:block; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbSQFaxGPpty4g6ryeKoxyPNv6cm7zCT { width:2.75rem;height:3.75rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xocbNKId6NyJJJSFZTBX9pVP8XKJO6RH { width:13.625rem;height:2.0625rem;top:13.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioJfpJaFr43FAArRE6xNszR09OtPB6b9 { width:13.25rem;height:3.375rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVnsS7n5EfO0BM6De5AHnemFTn1VWSK8 { width:13.25rem;height:5.0625rem;top:15.8125rem;left:10.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJDbEgAMZ5I1B6fd0oyfMkRBBUNbN9PU { width:13.3125rem;height:2.0625rem;top:13.1875rem;left:10.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu08h4d5wbzc54cvhDMCxtSf3vnu3fas { width:3.75rem;height:3.75rem;top:6.9375rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcrCIXaGDePOue1y0pb8pe9nUpg8Mk5m { width:13.25rem;height:3.375rem;top:15.75rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWggyKA76EwqTSiAW7MIbJtWRpVNBDCT { width:13.4375rem;height:2.0625rem;top:13.1875rem;left:25.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OawNuBWZUWWdTcf6zS7GMvwHBfRc48I9 { width:3.75rem;height:3.75rem;top:6.9375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks9azmAmaZoCZOZ4RCzNylUszZoEX7BT { width:12.3125rem;height:6.8125rem;top:15.75rem;left:35.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBE2CGHl41dnGMvN24BzXXvaelOZJ9AH { width:11.875rem;height:2.0625rem;top:13.1875rem;left:35.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTupqDcS9wpEyVUerAnWAafhbhfMLlS3 { width:3.875rem;height:3.75rem;top:6.9375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr20TcPh6gE0Co7cKueniA6ZlwJxc74L { width:0.0625rem;height:7.25rem;top:9.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evcSrrGRTIp1rvkKvu9lsRCfM9kh6Jkd { width:0.0625rem;height:7.25rem;top:9.0625rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOBsm2ZknWGEVpPWh3E71BdLtXLbh5c0 { width:0.0625rem;height:7.25rem;top:9.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy { display:block; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXRKFgWxPHlbMXqtM91otHTTo7PWrK4e { width:47.75rem;height:2.5625rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI { display:block; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO { display:flex;height:auto;width:27.8125rem;top:36.1875rem;left:9.75rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #O5BBLkwP0ID55P8Nk7uNuac7MzwCv2qh {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #cfm4R8eDXRUQXvQeUBd7isxMMVQgSFFT {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #ComJ5gpazt4yoBKJxrSmrqVVRxG9iXlJ {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #zr3xZm1tAn1Xq4txSEWM711xyDRDWgmU {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #SVr8UdLbhlaahvQwpBPszgVynrLzcakB {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #oWThSsXAQyK21wpTTTb3cuDKEKflwmtg {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #dt88RGeru13Obva6OFKdcqZxtabI6oAn {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #Z0ZNOExM2yC3KHwrevZBgi4phboaPrIB {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #yGeQkaAUNRxQuTTeJ0iGfQbayziZm9y0 {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #yo4UdWE6xawyxxd7JRzTR4FVlrwoff6b {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #iEPFhqlwO3AmWyGcbKx45QUiNwVmUGoM {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #P01457qH8wuy9wZOqwXJPV3MOdoElTyd {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #T3nfBMIT8M82clSJqbwSte5TJ7d2AKTR {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #rMumPKOl2XOFwZ7wbU2KLxU2zX0I2WHE {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #NgiNeTR7bOhJ90M42hsAs3PrIJTvmgve {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #M6xgAkDa7G434pcsGWApNrmM00oRqmWQ {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #rAJxbOK54VhwNNQ9NxuKlE9p15fbsa0B {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #qThWursI2CEKzmTPHQKDw2ryWnGHMAlW {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #UlzST8FT5JEpmyCuC5DDO5usLkBNkTi7 {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #AbS40bLMh9v4Jr8kL0wyomUsJryqTcwB {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #VzEsuNaBx0AUyGuLAk9IFxfuOrA7BmqP {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #gVBw2B6GwBC5NXszcTA4MtEHF0nSSq7L {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #c8Vld3HtSvxaxe2LpoyKRsbzCnbeeS2q {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #MV2n8wpkk6U2bqhWJPiTsaTSbbTWGdV7 {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #TLIKc7G2ap0Scm3EW1Uhyv9r4SP6bvFi {  }
 }@media only screen and (max-width: 763px) { #MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd { display:block; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcP8CzDdpv9bTnQhJIpDp6PRxPpxzqUM { width:17rem;height:3.4375rem;top:1.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6QmMS7x2TeE4iOKDP08NTmHbphaVH7r { display:block; }
 }@media only screen and (max-width: 763px) { #lF66pTOyXqRcnREF2Z6FQutGXehmH2GK { display:block; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJtQpxwK6qBECTc1qGPMdTrhsTBHsckw { top:2.125rem;left:10.1875rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTghTDvS7TgBPHK5T41s6hC217s7zTu { top:2.125rem;left:19.03125rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytns5PDQnspUGsNy7vWIB8kNdp52Ks84 { top:2.125rem;left:27.4375rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD { display:none; }#w3GXQQVKzC4t8Nom91EPglhoxuZb2XeD > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u6ZRc6SKQ8PI3UlbgtznKxRdl5vEw04e { width:10rem;height:2.75rem;top:1.1875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTTGuDE2WM87NNUKNcAuFiRA4bOioTfP { width:6.3125rem;height:0;top:6.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImXT0xLsgVu1DLP7xcHRcQFRgeqC9hu { width:9.8125rem;height:1.8125rem;top:8.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r08TBxfm1sDPIC6IFITFmsHTV32nexQN { display:block; }
 }@media only screen and (max-width: 763px) { #TC3UQ44QeOSQIfHC62dJivt9b3btPRSV { width:9.9375rem;height:0;top:11.8125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaDpBTuExChltE2roM7XGQy2zE5f8oUa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { background-color: transparent; background-image: none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container > .video-iframe-container { display: none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row > .video-iframe-container { display: none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .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); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { border-width: 0; border-radius: 0; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LB3xUUam4swZBSWDZbPVdCdSU8xl8RJz { width:9.375rem;height:2.5rem;top:0.875rem;left:5.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { background-color: transparent; background-image: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .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); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { border-width: 0; border-radius: 0; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWfw9hMEyww6tOyXLxgMzWsVArWUJ4Lt { width:20rem;height:4.548825rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZI2OibHcptEDboKpSIQHxILTQbons6u { width:20rem;height:3.4121125rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPJA5dUThcewZ9Q0E7tv8rEtTcaWATII { width:20rem;height:13.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6wCUqMgwgpvkwkxLHfqnXTNNosMiFs { width:20rem;height:13.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E { width:18.75rem;height:7.1875rem;top:55.5625rem;left:0.625rem;font-size:0.875rem;display:block; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/vLjzPXPD/green.png); }
 }@media only screen and (max-width: 763px) { #NhhNOOzQ81QOwfBtTgQvhcPrARJgTmbh { width:20rem;height:37.4375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3KwboXMzP5kdsfMlWh5RcD2HMAmpTTW { width:20rem;height:3.57421875rem;top:39.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZTpkI65ycogVGoUEQZ0H9vON7UQVfh { width:17.5rem;height:9.796875rem;top:27.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Onoqp2yXk0LnJkxGUwxJEF2mfdiR5o { width:18.75rem;height:2.0996125rem;top:47.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVSQU9ghOkcHSJlJJaVsIvQ9lGV2Vc0h { width:18.75rem;height:11.0625rem;top:26.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qbaI7FAUuy7CBNnkQVPbuewQbI6Vrq { width:18.75rem;height:3.4375rem;top:50.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNAvrumq4Cs25tSARkzfNJJxwToqaZlq { display:block; }
 }@media only screen and (max-width: 763px) { #N7o0NnGvzKTC2GKuKUSJTy8fErDGTlMl { width:18.75rem;height:2.6875rem;top:44.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefEBz8hx6cgQKFAxznaItcgOaFcl5Z3 { width:9.375rem;height:1.375rem;top:28.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe { background-color:#f9f9f9;background-image:none;display:block; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container { background-color: transparent; background-image: none; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container > .video-iframe-container { display: none; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row > .video-iframe-container { display: none; }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .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); }#nLGO8HGXTF9xIryCwka6WqbxNtrC4pXe > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EalSBT01JVC3KTu9Xerl4MTeJJy3BLyU { width:20rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEV4TVSVr3QxTDRSDcqvQfrV710BshTu { display:block; }#GEV4TVSVr3QxTDRSDcqvQfrV710BshTu > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbSQFaxGPpty4g6ryeKoxyPNv6cm7zCT { width:3.1875rem;height:4.3125rem;top:3.875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xocbNKId6NyJJJSFZTBX9pVP8XKJO6RH { width:11.875rem;height:5.19921875rem;top:9.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioJfpJaFr43FAArRE6xNszR09OtPB6b9 { width:13.25rem;height:3.4121125rem;top:15.375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVnsS7n5EfO0BM6De5AHnemFTn1VWSK8 { width:13.25rem;height:5.1181625rem;top:32.375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJDbEgAMZ5I1B6fd0oyfMkRBBUNbN9PU { width:11.875rem;height:2.5996125rem;top:29.1875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu08h4d5wbzc54cvhDMCxtSf3vnu3fas { width:4rem;height:4rem;top:23.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcrCIXaGDePOue1y0pb8pe9nUpg8Mk5m { width:13.25rem;height:3.4121125rem;top:54rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWggyKA76EwqTSiAW7MIbJtWRpVNBDCT { width:11.875rem;height:5.19921875rem;top:48.25rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OawNuBWZUWWdTcf6zS7GMvwHBfRc48I9 { width:3.3125rem;height:3.3125rem;top:43.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks9azmAmaZoCZOZ4RCzNylUszZoEX7BT { width:13.25rem;height:5.1181625rem;top:74.75rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBE2CGHl41dnGMvN24BzXXvaelOZJ9AH { width:11.875rem;height:5.19921875rem;top:69rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTupqDcS9wpEyVUerAnWAafhbhfMLlS3 { width:4.3125rem;height:4.125rem;top:63.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr20TcPh6gE0Co7cKueniA6ZlwJxc74L { width:6.25rem;height:0.0625rem;top:20.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evcSrrGRTIp1rvkKvu9lsRCfM9kh6Jkd { width:6.25rem;height:0.0625rem;top:40.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOBsm2ZknWGEVpPWh3E71BdLtXLbh5c0 { width:6.25rem;height:0.0625rem;top:60.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy { display:block; }#gBmBqwLTsyGc43GdxZgd6tgqgLcIbHoy > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXRKFgWxPHlbMXqtM91otHTTo7PWrK4e { width:17rem;height:4.875rem;top:2.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI { background-color:#f9f9f9;background-image:none;display:block; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container { background-color: transparent; background-image: none; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container > .video-iframe-container { display: none; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row > .video-iframe-container { display: none; }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .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); }#d8MK7SEEboxoGn5fVJI7AF8CnTBchTKI > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-element-container { background-color:#ffffff;background-image:none; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO { display:flex;height:auto;width:17.5rem;top:2.9375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #O5BBLkwP0ID55P8Nk7uNuac7MzwCv2qh {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #cfm4R8eDXRUQXvQeUBd7isxMMVQgSFFT {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #ComJ5gpazt4yoBKJxrSmrqVVRxG9iXlJ {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #zr3xZm1tAn1Xq4txSEWM711xyDRDWgmU {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #SVr8UdLbhlaahvQwpBPszgVynrLzcakB {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #oWThSsXAQyK21wpTTTb3cuDKEKflwmtg {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #dt88RGeru13Obva6OFKdcqZxtabI6oAn {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #Z0ZNOExM2yC3KHwrevZBgi4phboaPrIB {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #yGeQkaAUNRxQuTTeJ0iGfQbayziZm9y0 {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #yo4UdWE6xawyxxd7JRzTR4FVlrwoff6b {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #iEPFhqlwO3AmWyGcbKx45QUiNwVmUGoM {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #P01457qH8wuy9wZOqwXJPV3MOdoElTyd {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #T3nfBMIT8M82clSJqbwSte5TJ7d2AKTR {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #rMumPKOl2XOFwZ7wbU2KLxU2zX0I2WHE {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #NgiNeTR7bOhJ90M42hsAs3PrIJTvmgve {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #M6xgAkDa7G434pcsGWApNrmM00oRqmWQ {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #rAJxbOK54VhwNNQ9NxuKlE9p15fbsa0B {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #qThWursI2CEKzmTPHQKDw2ryWnGHMAlW {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #UlzST8FT5JEpmyCuC5DDO5usLkBNkTi7 {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #AbS40bLMh9v4Jr8kL0wyomUsJryqTcwB {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #VzEsuNaBx0AUyGuLAk9IFxfuOrA7BmqP {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #gVBw2B6GwBC5NXszcTA4MtEHF0nSSq7L {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #c8Vld3HtSvxaxe2LpoyKRsbzCnbeeS2q {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #MV2n8wpkk6U2bqhWJPiTsaTSbbTWGdV7 {  }
 }@media only screen and (max-width: 763px) { #tQlpI15SBKwKArsyBQQ77lSDNcfWc2uO #TLIKc7G2ap0Scm3EW1Uhyv9r4SP6bvFi {  }
 }@media only screen and (max-width: 763px) { #MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd { display:block; }#MimIdsGXpQHCUtbebqIQdmCFMkfGdVTd > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcP8CzDdpv9bTnQhJIpDp6PRxPpxzqUM { width:20rem;height:3.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6QmMS7x2TeE4iOKDP08NTmHbphaVH7r { display:block; }
 }@media only screen and (max-width: 763px) { #lF66pTOyXqRcnREF2Z6FQutGXehmH2GK { display:block; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJtQpxwK6qBECTc1qGPMdTrhsTBHsckw { width:9.6875rem;height:1.29980625rem;top:1.25rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTghTDvS7TgBPHK5T41s6hC217s7zTu { width:9.6875rem;height:1.29980625rem;top:3.75rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytns5PDQnspUGsNy7vWIB8kNdp52Ks84 { width:9.6875rem;height:1.29980625rem;top:6.25rem;left:5.125rem;font-size:1rem;display:block; }
 }