.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,211,230;--color-primary-1:253,122,179;--color-primary-2:251,34,129;--color-primary-3:179,3,80;--color-primary-4:50,7,26;--color-secondary-0:224,239,246;--color-secondary-1:151,179,193;--color-secondary-2:81,129,151;--color-secondary-3:37,97,125;--color-secondary-4:16,26,30;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7f7b9a3e-9d61-4911-acc5-48533c399925/latomockupzbiorczy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Uc3vsWWXBNQrvdKatSJxB9Vw4tQZ5tgv { color:#9e050d;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.72265625rem;left:4.93701171875rem;height:13.6484375rem;font-style:normal;display:block; }
#q7IraAmKgbGs1Min61yr1IOpQccgep77 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.562133789062rem;left:4.9371337890625rem;height:6.2988125rem;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; }
#GgcAuaWFN93Q40HIguHh4GL0Bey9laSi { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.34765625rem;left:4.93701171875rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAx4xndHrLF8TArnyZ32wL8U8XJMuxSG { box-sizing:content-box;height:35.375rem;width:30.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1859130859375rem;left:42.520751953125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#b3Ez6KQ6KqpqelkuQtUp1eWG3xWFC7as { box-sizing:content-box;height:35.37475rem;width:46.9995rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.57);background-image:none;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1846923828125rem;left:2.7166748046875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#eee15sclVC5lKb5BOwaD2izP3fyO9zgx { position:absolute;display:block;z-index:15008;height:26.5625rem;width:23.6875rem;top:4.72265625rem;left:45.7392578125rem;display:block; }
#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { background-color: transparent; background-image: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container > .video-iframe-container { display: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container { display: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .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); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { border-width: 0; border-radius: 0; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { color:rgba(var(--color-tertiary-4),1);display:block;width:49.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:12.5927734375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { color:rgba(var(--color-tertiary-4),1);display:block;width:51.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.56201171875rem;left:11.937255859375rem;height:;font-style:normal;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4b3ea00624d276aad70bfb80a54b37a877997ac.svg); }
#eMPN5XMwl9EqgIqX3Iteh3EbrSG3SvAI { box-sizing:content-box;height:3.81225625rem;width:55.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:8.9991455078125rem;left:9.593505859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TdERGaKsRdNQFB17ZfZmNtqTg7hG1GMO { box-sizing:content-box;height:4.25rem;width:55.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:13.24853515625rem;left:9.6949462890625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#axtnxvgazR7Mz9zyzfGnK0iaLPPmE7ku { box-sizing:content-box;height:4.125rem;width:55.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:17.93701171875rem;left:9.73388671875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TBtH5b6PgAOkWTGv3CQzfFACLQbQFeHh { box-sizing:content-box;height:3.9375rem;width:55.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:22.437255859375rem;left:9.8199462890625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { position:relative;display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { background-color: transparent; background-image: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container > .video-iframe-container { display: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row > .video-iframe-container { display: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .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); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { border-width: 0; border-radius: 0; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .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; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UsJHLSLL9ARhDpwOeRELXCMHT0RdTThE { 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:5.561525rem;width:5.561525rem;top:4.4375rem;left:40.9375rem;overflow:hidden;display:block; }
#zCNldESR1VBoS7QsqgIkQByeIiGty4xT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:47.625rem;height:1.950075rem;display:block; }
#QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:47.625rem;height:1.13769375rem;display:block; }
#c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:47.625rem;height:1.625rem;display:block; }
#dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.24951171875rem;left:40.9375rem;height:14.29785625rem;display:block; }
#HwgMrDmlhOhUNtmLOByucsoL5weufPwW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4808349609375rem;left:3.499755859375rem;height:3.412475rem;font-style:normal;display:block; }
#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5745849609375rem;left:3.499755859375rem;height:19.0224375rem;font-style:normal;display:block; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dee6c239ff256c655eb6a3bde040287111896af.svg); }
#rvg4IP7fs4vqBT2rTuazP3mHhgkbK52Q { box-sizing:content-box;height:28.125rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:#9e050d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.40576171875rem;left:37.710693359375rem;display:block; }
#RkzNdr9c4vxyZ3zfVEremHK5U1Nk00Q1 { background-color:#8f0007;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.25rem;left:25.24169921875rem;display:block; }
#AzGu0l9ilyl3knfi92Tkr3JBWfUCFGyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc3vsWWXBNQrvdKatSJxB9Vw4tQZ5tgv { top:4.6875rem;left:0rem;width:36.5625rem;height:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7IraAmKgbGs1Min61yr1IOpQccgep77 { top:20.5rem;left:0rem;width:35.3125rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgcAuaWFN93Q40HIguHh4GL0Bey9laSi { top:28.3125rem;left:0rem;width:31.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAx4xndHrLF8TArnyZ32wL8U8XJMuxSG { top:1.125rem;left:17.625rem;width:30.125rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Ez6KQ6KqpqelkuQtUp1eWG3xWFC7as { top:1.125rem;left:0rem;width:46.9375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eee15sclVC5lKb5BOwaD2izP3fyO9zgx { top:4.6875rem;left:24.0625rem;width:23.6875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { display:block; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { top:9.5rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4b3ea00624d276aad70bfb80a54b37a877997ac.svg); }
 }@media only screen and (max-width: 763px) { #eMPN5XMwl9EqgIqX3Iteh3EbrSG3SvAI { top:8.9375rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdERGaKsRdNQFB17ZfZmNtqTg7hG1GMO { top:13.1875rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtnxvgazR7Mz9zyzfGnK0iaLPPmE7ku { top:17.875rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtH5b6PgAOkWTGv3CQzfFACLQbQFeHh { top:22.375rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsJHLSLL9ARhDpwOeRELXCMHT0RdTThE { top:4.4375rem;left:27.3125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNldESR1VBoS7QsqgIkQByeIiGty4xT { top:6.5rem;left:31.6875rem;width:16.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { top:8.5rem;left:28.1875rem;width:19.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { top:4.4375rem;left:31.6875rem;width:16.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { top:13.1875rem;left:17.125rem;width:30.625rem;height:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgMrDmlhOhUNtmLOByucsoL5weufPwW { top:3.4375rem;left:0rem;width:27.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { top:9.5625rem;left:0rem;width:31.6875rem;height:19rem;font-size:0.875rem;display:block; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dee6c239ff256c655eb6a3bde040287111896af.svg); }
 }@media only screen and (max-width: 763px) { #rvg4IP7fs4vqBT2rTuazP3mHhgkbK52Q { top:3.375rem;left:24.085693359375rem;width:0.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzNdr9c4vxyZ3zfVEremHK5U1Nk00Q1 { width:25.0625rem;height:3.125rem;top:33.25rem;left:11.61669921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGu0l9ilyl3knfi92Tkr3JBWfUCFGyz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc3vsWWXBNQrvdKatSJxB9Vw4tQZ5tgv { width:18.75rem;height:6.5rem;top:2.96142578125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7IraAmKgbGs1Min61yr1IOpQccgep77 { width:18.8125rem;height:7.347625rem;top:10.810546875rem;left:0.5941162109375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgcAuaWFN93Q40HIguHh4GL0Bey9laSi { width:14.1865rem;height:3.25rem;top:20.6875rem;left:2.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAx4xndHrLF8TArnyZ32wL8U8XJMuxSG { width:20rem;height:37.875rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Ez6KQ6KqpqelkuQtUp1eWG3xWFC7as { width:20rem;height:35.3125rem;top:18.848876953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eee15sclVC5lKb5BOwaD2izP3fyO9zgx { width:20rem;height:21.75rem;top:24.51904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { display:block; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { width:18.374625rem;height:1.625rem;top:1.4373779296875rem;left:0.8111572265625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { width:17.6245rem;height:29.506375rem;top:5.1226806640625rem;left:0.8740234375rem;font-size:0.875rem;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4b3ea00624d276aad70bfb80a54b37a877997ac.svg); }
 }@media only screen and (max-width: 763px) { #eMPN5XMwl9EqgIqX3Iteh3EbrSG3SvAI { width:20rem;height:7.1875rem;top:4.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdERGaKsRdNQFB17ZfZmNtqTg7hG1GMO { width:20rem;height:8.25rem;top:11.9736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtnxvgazR7Mz9zyzfGnK0iaLPPmE7ku { width:20rem;height:6.9375rem;top:20.722534179688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtH5b6PgAOkWTGv3CQzfFACLQbQFeHh { width:20rem;height:7.1875rem;top:28.240966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsJHLSLL9ARhDpwOeRELXCMHT0RdTThE { width:4.874875rem;height:4.874875rem;top:32.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNldESR1VBoS7QsqgIkQByeIiGty4xT { width:13.125rem;height:1.625rem;top:34rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { width:12.749625rem;height:1.7871125rem;top:35.625rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { width:8.687125rem;height:1.21875rem;top:32.5625rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { width:18.4375rem;height:17.05810625rem;top:39.1875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgMrDmlhOhUNtmLOByucsoL5weufPwW { width:17.687375rem;height:1.625rem;top:1.25rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C { width:18.624875rem;height:22.59475rem;top:4.3125rem;left:0.6875rem;font-size:0.875rem;display:block; }#aKrTEgZTQM3n4NDGQVW4gDb8LsTx7i9C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6dee6c239ff256c655eb6a3bde040287111896af.svg); }
 }@media only screen and (max-width: 763px) { #rvg4IP7fs4vqBT2rTuazP3mHhgkbK52Q { width:16.875rem;height:0.125rem;top:29.937133789062rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzNdr9c4vxyZ3zfVEremHK5U1Nk00Q1 { width:19rem;height:3.125rem;top:57.495625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGu0l9ilyl3knfi92Tkr3JBWfUCFGyz { display:block; }
 }