.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:224,223,223;--color-primary-1:151,149,150;--color-primary-2:46,43,44;--color-primary-3:23,22,22;--color-primary-4:7,6,7;--color-secondary-0:253,252,251;--color-secondary-1:249,244,242;--color-secondary-2:243,233,228;--color-secondary-3:122,117,114;--color-secondary-4:36,35,34;--color-tertiary-0:255,255,255;--color-tertiary-1:206,188,191;--color-tertiary-2:90,31,41;--color-tertiary-3:45,16,21;--color-tertiary-4:9,3,4;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Lato"; }@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:#f2e1cc;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:#faf5f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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 > .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:63.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#KUIayX6rIVNsAgqtSpREDlBilqAgs65A { color:#2e2b2c;display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:2.84375rem;height:14.2988125rem;font-style:normal;display:block; }
#R440auonNknAkovzwamtXmomxVDh7XwE { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:34.95703125rem;left:4.5rem;height:8.0859375rem;font-style:italic;display:block; }#R440auonNknAkovzwamtXmomxVDh7XwE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R440auonNknAkovzwamtXmomxVDh7XwE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
#b42uySVMBIPabTBaRnkguDUlmQTAQAAZ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:40.25rem;width:26rem;top:5.125rem;left:49rem;overflow:hidden;display:block; }
#wuzVlAgfuhfbMdUWldnPG8cA0Ot1ocTQ { background-color:#7f2c39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.25rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.5625rem;left:12.0625rem;display:block; }
#D5Gd2pLqFEy6fxF2lIv8bExsWyR03wJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acy4WkrZRdUUnhgRbTJt58AwT3DpiZCu { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:59rem;left:11.625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#viu95wsilbxTTJmC6MyqUeM4HfEOfpHG { color:rgba(var(--color-primary-2),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:24.6875rem;left:2.84375rem;height:4.5rem;font-style:normal;display:block; }
#OEfG1MPbflqOcb6ng94Dx79KCb60GhSJ { box-sizing:content-box;height:12.5rem;width:43.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:32.6875rem;left:2.84375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f1;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; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row .container { background-color: transparent; background-image: none; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row .container > .video-iframe-container { display: none; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row > .video-iframe-container { display: none; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .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); }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row .container { border-width: 0; border-radius: 0; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#MfSuRDm4vDRF0as4TWXZGqV4QG5U91ys { color:rgba(var(--color-primary-2),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:14.53125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AKy2GZ2FBp4T9idBmSipzickUTuWa71Q { color:rgba(var(--color-secondary-4),1);display:block;width:72.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:14.572265625rem;left:0rem;height:24.75rem;text-align:left;text-align-last:left;display:block; }
#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aeeb8d3-2e53-484f-a328-ccee7a387e6f/Beznazwy1120x630px.crop_1014x496_53,59.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; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk.adaptive-delivery-prevent-bg, #eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk.lazyload, #eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk.lazyloading { background-image: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container { background-color: transparent; background-image: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container > .video-iframe-container { display: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row > .video-iframe-container { display: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .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); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container { border-width: 0; border-radius: 0; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container { background-color: transparent; background-image: none; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container > .video-iframe-container { display: none; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row > .video-iframe-container { display: none; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .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); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container { border-width: 0; border-radius: 0; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#N1Ab26MVuosG8epcnLPMDfUf84EmPI5b { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.875rem;left:5.40625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HT7GFdO9kXTZINI7vcL2ia8HXNZzrqIU { color:rgba(var(--color-tertiary-4),1);display:block;width:72.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:16.875rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#ScGraMJc98s1PW1sLgfGIyyOc31Z6QUO { color:rgba(var(--color-tertiary-4),1);display:block;width:72.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:44.25rem;left:0rem;height:8.25rem;text-align:left;text-align-last:left;display:block; }
#AThDC9oPE3wsRaV8onmR5alcwN1kDMMm { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:22.625rem;left:6.34375rem;height:11.9375rem;display:block; }#AThDC9oPE3wsRaV8onmR5alcwN1kDMMm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AThDC9oPE3wsRaV8onmR5alcwN1kDMMm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
#JyqfciLPCAlsSwFfVc0BnRCzwrIeOJKR { box-sizing:content-box;height:26rem;width:58.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:14.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container { background-color: transparent; background-image: none; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container > .video-iframe-container { display: none; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row > .video-iframe-container { display: none; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .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); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container { border-width: 0; border-radius: 0; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#U0OZnTKNIMzTr1cGb0nyTmJTfHIJU7Hb { color:rgba(var(--color-tertiary-4),1);display:block;width:69.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.8;letter-spacing:0;top:3.875rem;left:0.28125rem;height:4.94921875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#NPfPccRk4Rohr80ydyXuDcPBgxxiK7GA { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:14.625rem;left:0rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }
#JFWwOqcSEkTLFShoUcFmC18pE5oBbsDn { color:rgba(var(--color-tertiary-4),1);display:block;width:72.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:42.875rem;left:0rem;height:8.25rem;text-align:left;text-align-last:left;display:block; }
#AgN0186amyq4x18ihaeCh5T95gtNKzvQ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:21.1875rem;left:0rem;height:11.9375rem;display:block; }#AgN0186amyq4x18ihaeCh5T95gtNKzvQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AgN0186amyq4x18ihaeCh5T95gtNKzvQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
#nqgxU2ngxm65sZml8XxsOeq1PFTNuLpw { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:21.6875rem;width:17.3125rem;top:12.125rem;left:57.6875rem;overflow:hidden;display:block; }
#T3vVQIvhlkenh2iX8XXkHlZd8lZX5HTD { box-sizing:content-box;height:23.8125rem;width:55.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:13.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container { background-color: transparent; background-image: none; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container > .video-iframe-container { display: none; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row > .video-iframe-container { display: none; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .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); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container { border-width: 0; border-radius: 0; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#ZUTnf0vUfA6qsmSoWGhaAcxKx6KJhKH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:17.625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container { background-color: transparent; background-image: none; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container > .video-iframe-container { display: none; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row > .video-iframe-container { display: none; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .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); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container { border-width: 0; border-radius: 0; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#CKuLiH2edWkkcNXWpZ5evDhDN8r5Gl6m { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:6.25rem;top:5.6875rem;left:4.25rem;overflow:hidden;display:block; }
#do28Gw1tQrNtIwxXnf3gksOIWtfNC0Kb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.51220703125rem;left:15.21875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#T8ruh7F9Bb8Jr3uLvQTNrIfsV3QwRhL7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.1875rem;left:14.59375rem;height:10.3125rem;text-align:left;text-align-last:left;display:block; }
#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container { background-color: transparent; background-image: none; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container > .video-iframe-container { display: none; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row > .video-iframe-container { display: none; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .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); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container { border-width: 0; border-radius: 0; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#sc2wgM70De4Za7cn3crKRiNBz9adOkMq { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.51220703125rem;left:15.21875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#ScMf5E5px7WE3qbpBFRswH3GQHZVpKdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.1875rem;left:14.59375rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#IrtswItWCNL13I4VToTsKysDHzaahrIV { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:6.25rem;top:5.28076171875rem;left:4.125rem;overflow:hidden;display:block; }
#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container { background-color: transparent; background-image: none; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container > .video-iframe-container { display: none; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row > .video-iframe-container { display: none; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .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); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container { border-width: 0; border-radius: 0; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#AEROkiJvD3gXqKIksTAXHgeAkLaElfLq { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.51220703125rem;left:15.21875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#UWSOzLhyVfOLrJo8KUMrEmEovH60H3ML { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.1875rem;left:14.59375rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#q45OAoEswurNTpKOIfXuzTnTnoTe7w8T { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:6.25rem;top:5.28076171875rem;left:4rem;overflow:hidden;display:block; }
#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container { background-color: transparent; background-image: none; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container > .video-iframe-container { display: none; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row > .video-iframe-container { display: none; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .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); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container { border-width: 0; border-radius: 0; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#Lvhq7VrbWOcvUv51GsXUTLflAKRlJfr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.51220703125rem;left:15.21875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#xlRRRt7Q37mJOzRJONvWT5H1oOxMrk8L { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.1875rem;left:14.59375rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#zUTa3zCTE6pwkIc1TRuqRTsOIRk5tOqP { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:6.25rem;top:5.28076171875rem;left:4rem;overflow:hidden;display:block; }
#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container { background-color: transparent; background-image: none; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container > .video-iframe-container { display: none; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row > .video-iframe-container { display: none; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .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); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container { border-width: 0; border-radius: 0; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#hC8SCARhnR16s3DVtn1B2PIzBmo5aXeP { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.51220703125rem;left:15.21875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#Cer38xQi9hryKlvPuqLc8PimUrndxUGD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.1875rem;left:14.59375rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#tnGUx8AGTd8nFL1yv8RUxyg2L3zC0bJt { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:6.25rem;width:6.25rem;top:5.28076171875rem;left:4rem;overflow:hidden;display:block; }
#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row .container { background-color: transparent; background-image: none; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row .container > .video-iframe-container { display: none; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row > .video-iframe-container { display: none; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .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); }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row .container { border-width: 0; border-radius: 0; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:block; }#OF56TNL0i7lCWexBaTpsq7UCPgVyFk28 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.08740234375rem;left:20.40625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Q8P5q9UtivWrRECml68QEKtSMsGg9NNw { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-tertiary-1),1);border-left:0.25rem solid rgba(var(--color-tertiary-1),1);border-right:0.25rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.1875rem;width:24.1875rem;top:13.25rem;left:49.9375rem;overflow:hidden;display:block; }
#MiiUPF6LHTVKVzVypCeiSUOVH4qstTa2 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0.875rem;height:5.3613375rem;font-style:italic;display:block; }
#AyCIyyrA41WTXN9pyIuezbJ1Q0q75C1U { color:rgba(var(--color-tertiary-4),1);display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.875rem;height:11.660125rem;overflow:hidden;font-style:italic;display:block; }#AyCIyyrA41WTXN9pyIuezbJ1Q0q75C1U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AyCIyyrA41WTXN9pyIuezbJ1Q0q75C1U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31c8dc48-38ed-406e-a4a8-c1e6ab4f8a89/5.png); }
#vG3oN2nqs0x6TWQFq94zS17dugEkIM9W { color:rgba(var(--color-tertiary-2),1);display:block;width:65.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.875rem;left:0.875rem;height:7.14844375rem;font-style:italic;display:block; }
#iEeM0mh8hq64Ek0DgDVZz3tIObJxiUTE { color:rgba(var(--color-tertiary-2),1);display:block;width:34.1875rem;position:absolute;font-family:"marck script";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:55.39990234375rem;left:20.40625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#s4uNULBrnFNsM5kBC400JzTVF311E9WX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container { background-color: transparent; background-image: none; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container > .video-iframe-container { display: none; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row > .video-iframe-container { display: none; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .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); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container { border-width: 0; border-radius: 0; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#aJhNsZBMTCWkFbso5mwO5xpkltRJUilw { color:rgba(var(--color-tertiary-4),1);display:block;width:67.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.84375rem;height:;text-align:center;text-align-last:center;display:block; }
#WJxMoZOUda3aPwBdiW7od34iWrzcl81M { color:rgba(var(--color-tertiary-4),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:12.0625rem;left:7.625rem;height:8.474625rem;overflow:hidden;display:block; }#WJxMoZOUda3aPwBdiW7od34iWrzcl81M li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJxMoZOUda3aPwBdiW7od34iWrzcl81M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31c8dc48-38ed-406e-a4a8-c1e6ab4f8a89/5.png); }
#sXCH0fhT3TVygNPyzsQbom0ohE0QVHao { box-sizing:content-box;height:16.6875rem;width:48.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:8.5rem;left:5.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container { background-color: transparent; background-image: none; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container > .video-iframe-container { display: none; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row > .video-iframe-container { display: none; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .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); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container { border-width: 0; border-radius: 0; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#KsVLlTNg14804sZAwGemnISadzgt8rmc { color:rgba(var(--color-tertiary-4),1);display:block;width:67.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.84375rem;height:;text-align:center;text-align-last:center;display:block; }
#o7MvD5WJTz788KHqvJaPI9c7g0pfVh69 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:11.4375rem;left:7.78125rem;height:5.57470625rem;overflow:hidden;display:block; }#o7MvD5WJTz788KHqvJaPI9c7g0pfVh69 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#o7MvD5WJTz788KHqvJaPI9c7g0pfVh69 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5210b1b601aeac809311ba69d2a40026.svg); }
#TWIUy3SAGiR7T9GCbwiQhtxQipHkueo3 { box-sizing:content-box;height:13.8125rem;width:48.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(129deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:7.6875rem;left:5.21875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row .container { background-color: transparent; background-image: none; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row .container > .video-iframe-container { display: none; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row > .video-iframe-container { display: none; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .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); }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row .container { border-width: 0; border-radius: 0; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row .container { font-size:0.875rem;font-family:arial;height:95.5625rem;width:75rem;position:relative;display:block; }#tshVodsZKTbDxeQuEksncf3S6x4ViReW { color:rgba(var(--color-tertiary-4),1);display:block;width:66.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.4375rem;height:6.8246875rem;text-align:center;text-align-last:center;display:block; }
#J4ZobxqeRVwuzX4Af6gI6WQwcNCvK5Ps { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49.0625rem;left:19.875rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#B6ZiWJfGJIThl2d5eT4k7ZfT8DFpMF7A { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;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:46.375rem;left:29.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ONhLR6wwsmGPWsV2LHCQLEcRSuDFgQOz { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:82.75rem;left:11.71875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#XEv1POmGyKJvWHsJViQE3TKtdWBpqFNi { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:64.75rem;left:17.8125rem;display:block; }
#hH0bidovcAXQdFzMzlFyxFZv66IHRk7p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT8uZVDeJJ6TZGyPPWTCJBPtE5SoBRI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10.4375rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#yubaQNGt9971lFLrVJBvgWVMzBZMIZIl { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:59.9375rem;left:19.5625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#i5saAR2vTpGJ4ZGfSb82lJmC4WSuEETR { box-sizing:content-box;height:57.3125rem;width:59.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:5.84375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wSrhIUtVUUPOxxnBFlRPNd0TDRLxfa0y { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.4375rem;left:19.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HLPKPzLCvLymJGIImtO7O4ssAwElpVWt { color:rgba(var(--color-tertiary-4),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:23.90625rem;left:0.59375rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#rPZGTwhLy1kJXaq1eaAL9Z4PS9axmbN0 { box-sizing:content-box;height:0.125rem;width:37.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.875rem;left:17.09375rem;display:block; }
#OcqBnanSX71TAUugDXs9tJQdonDCL8Pb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:30.03125rem;left:24.125rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }#OcqBnanSX71TAUugDXs9tJQdonDCL8Pb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OcqBnanSX71TAUugDXs9tJQdonDCL8Pb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2fba0f719d8c709df4295ea52d552078f4c105bc.svg); }
#JeHq4aFSzuWQdsThIQfWpnEKXJq6eJlQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:34.375rem;left:24.125rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }#JeHq4aFSzuWQdsThIQfWpnEKXJq6eJlQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JeHq4aFSzuWQdsThIQfWpnEKXJq6eJlQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b3847da4e241eee08a9dac4e1d624e12.svg); }
#sFhEeNa4EOJ66hoNHI9vI17hmh6ioggK { box-sizing:content-box;height:0.125rem;width:37.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:17.4375rem;display:block; }
#RJXeUpCV3qUJfESt1ciJlnE4H6J17GTc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:39rem;left:24.125rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }#RJXeUpCV3qUJfESt1ciJlnE4H6J17GTc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RJXeUpCV3qUJfESt1ciJlnE4H6J17GTc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d91715b69f84f623d3f378fb4ac19a4e84a6b5ff.svg); }
#xAnvk5Evv4QPp8hRTV6ESuodZhmR4uay { box-sizing:content-box;height:0.125rem;width:37.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:17.625rem;display:block; }
#pZt7pTrfIzT18JP9lyRxfE2ffdEextC3 { box-sizing:content-box;height:0.125rem;width:37.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.125rem;left:17.5rem;display:block; }
#CRZ3x6M5bVl7WVeHxE5qTBEeuclnpCFy { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:54.5rem;left:10.96875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#mgpS2Teaq4EiTOKUTvplCoFNdaP1Xw2C { box-sizing:content-box;height:8.125rem;width:49.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:80.28125rem;left:11.71875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row .container { background-color: transparent; background-image: none; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row .container > .video-iframe-container { display: none; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row > .video-iframe-container { display: none; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .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); }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row .container { border-width: 0; border-radius: 0; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#HTaQLISowNRKrqLa9svxF8qhaBcdlBLr { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;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:5.1875rem;left:8.03125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QaXQfCFAogPH85VGJlMv33NhIVnrCTa4 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.3125rem;left:2.65625rem;height:13.1982375rem;display:block; }
#H3RtyrsA8z3IvPmH0Mo1UPgmJPQZS40p { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.5rem;left:19.25rem;display:block; }
#aWR7BWWMC6mNACtmzKxVxyTbEskS8VCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row .container { background-color: transparent; background-image: none; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row .container > .video-iframe-container { display: none; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row > .video-iframe-container { display: none; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .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); }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row .container { border-width: 0; border-radius: 0; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#QJDkTvSVGpBgB9uQiIyto2OWt7KhP463 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1484375rem;left:25.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tN0Lx8uMTDqb5y51OxGX4G2ecKqS6o0h { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.59843826293945rem;left:9.25rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUIayX6rIVNsAgqtSpREDlBilqAgs65A { top:5.875rem;left:0rem;width:40.4375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R440auonNknAkovzwamtXmomxVDh7XwE { top:34.9375rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.375rem;display:block; }#R440auonNknAkovzwamtXmomxVDh7XwE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
 }@media only screen and (max-width: 763px) { #b42uySVMBIPabTBaRnkguDUlmQTAQAAZ { top:5.125rem;left:21.75rem;width:26rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuzVlAgfuhfbMdUWldnPG8cA0Ot1ocTQ { width:46.75rem;height:3.875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Gd2pLqFEy6fxF2lIv8bExsWyR03wJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #acy4WkrZRdUUnhgRbTJt58AwT3DpiZCu { top:59rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viu95wsilbxTTJmC6MyqUeM4HfEOfpHG { top:24.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfG1MPbflqOcb6ng94Dx79KCb60GhSJ { top:32.6875rem;left:0rem;width:43.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn { display:block; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfSuRDm4vDRF0as4TWXZGqV4QG5U91ys { top:3.375rem;left:0.90625rem;width:45.9375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKy2GZ2FBp4T9idBmSipzickUTuWa71Q { top:14.5625rem;left:0rem;width:47.75rem;height:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk { display:block; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA { display:block; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1Ab26MVuosG8epcnLPMDfUf84EmPI5b { top:3.875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT7GFdO9kXTZINI7vcL2ia8HXNZzrqIU { top:16.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScGraMJc98s1PW1sLgfGIyyOc31Z6QUO { top:44.25rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AThDC9oPE3wsRaV8onmR5alcwN1kDMMm { top:22.625rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1rem;display:block; }#AThDC9oPE3wsRaV8onmR5alcwN1kDMMm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
 }@media only screen and (max-width: 763px) { #JyqfciLPCAlsSwFfVc0BnRCzwrIeOJKR { top:14.375rem;left:0rem;width:47.625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV { display:block; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0OZnTKNIMzTr1cGb0nyTmJTfHIJU7Hb { top:3.875rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPfPccRk4Rohr80ydyXuDcPBgxxiK7GA { top:14.625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFWwOqcSEkTLFShoUcFmC18pE5oBbsDn { top:42.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgN0186amyq4x18ihaeCh5T95gtNKzvQ { top:21.1875rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1rem;display:block; }#AgN0186amyq4x18ihaeCh5T95gtNKzvQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
 }@media only screen and (max-width: 763px) { #nqgxU2ngxm65sZml8XxsOeq1PFTNuLpw { top:12.125rem;left:30.4375rem;width:17.3125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vVQIvhlkenh2iX8XXkHlZd8lZX5HTD { top:13.375rem;left:0rem;width:47.625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 { display:block; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUTnf0vUfA6qsmSoWGhaAcxKx6KJhKH1 { top:4.5625rem;left:4rem;width:39.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM { display:block; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKuLiH2edWkkcNXWpZ5evDhDN8r5Gl6m { top:5.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #do28Gw1tQrNtIwxXnf3gksOIWtfNC0Kb { top:7.5rem;left:1.59375rem;width:31.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ruh7F9Bb8Jr3uLvQTNrIfsV3QwRhL7 { top:11.1875rem;left:0.96875rem;width:32.9375rem;height:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek { display:block; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc2wgM70De4Za7cn3crKRiNBz9adOkMq { top:7.5rem;left:1.59375rem;width:44.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScMf5E5px7WE3qbpBFRswH3GQHZVpKdJ { top:11.1875rem;left:0.96875rem;width:32.9375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrtswItWCNL13I4VToTsKysDHzaahrIV { top:5.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHyv9EWwIGEaS2svKXciBp9nbgSFz1so { display:block; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEROkiJvD3gXqKIksTAXHgeAkLaElfLq { top:7.5rem;left:1.59375rem;width:44.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSOzLhyVfOLrJo8KUMrEmEovH60H3ML { top:11.1875rem;left:0.96875rem;width:32.9375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q45OAoEswurNTpKOIfXuzTnTnoTe7w8T { top:5.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs { display:block; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lvhq7VrbWOcvUv51GsXUTLflAKRlJfr5 { top:7.5rem;left:1.59375rem;width:44.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRRRt7Q37mJOzRJONvWT5H1oOxMrk8L { top:11.1875rem;left:0.96875rem;width:32.9375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTa3zCTE6pwkIc1TRuqRTsOIRk5tOqP { top:5.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 { display:block; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hC8SCARhnR16s3DVtn1B2PIzBmo5aXeP { top:7.5rem;left:1.59375rem;width:44.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cer38xQi9hryKlvPuqLc8PimUrndxUGD { top:11.1875rem;left:0.96875rem;width:32.9375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnGUx8AGTd8nFL1yv8RUxyg2L3zC0bJt { top:5.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU { display:block; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OF56TNL0i7lCWexBaTpsq7UCPgVyFk28 { top:2.0625rem;left:6.78125rem;width:34.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8P5q9UtivWrRECml68QEKtSMsGg9NNw { top:13.25rem;left:23.0625rem;width:24.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiiUPF6LHTVKVzVypCeiSUOVH4qstTa2 { top:14.9375rem;left:0rem;width:39.1875rem;height:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyCIyyrA41WTXN9pyIuezbJ1Q0q75C1U { top:26.5625rem;left:0rem;width:45.875rem;height:11.625rem;font-size:0.875rem;display:block; }#AyCIyyrA41WTXN9pyIuezbJ1Q0q75C1U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31c8dc48-38ed-406e-a4a8-c1e6ab4f8a89/5.png); }
 }@media only screen and (max-width: 763px) { #vG3oN2nqs0x6TWQFq94zS17dugEkIM9W { top:43.875rem;left:0rem;width:47.75rem;height:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEeM0mh8hq64Ek0DgDVZz3tIObJxiUTE { top:55.375rem;left:6.78125rem;width:34.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4uNULBrnFNsM5kBC400JzTVF311E9WX { display:block; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJhNsZBMTCWkFbso5mwO5xpkltRJUilw { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJxMoZOUda3aPwBdiW7od34iWrzcl81M { top:12.0625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.375rem;display:block; }#WJxMoZOUda3aPwBdiW7od34iWrzcl81M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31c8dc48-38ed-406e-a4a8-c1e6ab4f8a89/5.png); }
 }@media only screen and (max-width: 763px) { #sXCH0fhT3TVygNPyzsQbom0ohE0QVHao { top:8.5rem;left:0rem;width:47.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKW9QizwQfaMhgTGS3nVTK3eWVs857xf { display:block; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsVLlTNg14804sZAwGemnISadzgt8rmc { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7MvD5WJTz788KHqvJaPI9c7g0pfVh69 { top:11.4375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.375rem;display:block; }#o7MvD5WJTz788KHqvJaPI9c7g0pfVh69 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5210b1b601aeac809311ba69d2a40026.svg); }
 }@media only screen and (max-width: 763px) { #TWIUy3SAGiR7T9GCbwiQhtxQipHkueo3 { top:7.6875rem;left:0rem;width:47.625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT { display:block; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tshVodsZKTbDxeQuEksncf3S6x4ViReW { top:2.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZobxqeRVwuzX4Af6gI6WQwcNCvK5Ps { top:49.0625rem;left:6.25rem;width:32.375rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZiWJfGJIThl2d5eT4k7ZfT8DFpMF7A { top:46.375rem;left:16.1875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONhLR6wwsmGPWsV2LHCQLEcRSuDFgQOz { top:82.75rem;left:0rem;width:47.75rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEv1POmGyKJvWHsJViQE3TKtdWBpqFNi { width:36.5rem;height:3.4375rem;top:64.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH0bidovcAXQdFzMzlFyxFZv66IHRk7p { display:block; }
 }@media only screen and (max-width: 763px) { #GT8uZVDeJJ6TZGyPPWTCJBPtE5SoBRI7 { top:10.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yubaQNGt9971lFLrVJBvgWVMzBZMIZIl { top:59.9375rem;left:5.9375rem;width:33rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5saAR2vTpGJ4ZGfSb82lJmC4WSuEETR { top:17.1875rem;left:0rem;width:47.75rem;height:57.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSrhIUtVUUPOxxnBFlRPNd0TDRLxfa0y { top:19.4375rem;left:6.25rem;width:32.375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLPKPzLCvLymJGIImtO7O4ssAwElpVWt { top:23.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPZGTwhLy1kJXaq1eaAL9Z4PS9axmbN0 { top:22.875rem;left:3.46875rem;width:37.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcqBnanSX71TAUugDXs9tJQdonDCL8Pb { top:30rem;left:10.5rem;width:23.875rem;height:2.0625rem;font-size:1rem;display:block; }#OcqBnanSX71TAUugDXs9tJQdonDCL8Pb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2fba0f719d8c709df4295ea52d552078f4c105bc.svg); }
 }@media only screen and (max-width: 763px) { #JeHq4aFSzuWQdsThIQfWpnEKXJq6eJlQ { top:34.375rem;left:10.5rem;width:23.875rem;height:;font-size:1rem;display:block; }#JeHq4aFSzuWQdsThIQfWpnEKXJq6eJlQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b3847da4e241eee08a9dac4e1d624e12.svg); }
 }@media only screen and (max-width: 763px) { #sFhEeNa4EOJ66hoNHI9vI17hmh6ioggK { top:33.0625rem;left:3.8125rem;width:37.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJXeUpCV3qUJfESt1ciJlnE4H6J17GTc { top:39rem;left:10.5rem;width:23.875rem;height:;font-size:1rem;display:block; }#RJXeUpCV3qUJfESt1ciJlnE4H6J17GTc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d91715b69f84f623d3f378fb4ac19a4e84a6b5ff.svg); }
 }@media only screen and (max-width: 763px) { #xAnvk5Evv4QPp8hRTV6ESuodZhmR4uay { top:37.9375rem;left:4rem;width:37.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZt7pTrfIzT18JP9lyRxfE2ffdEextC3 { top:42.125rem;left:3.875rem;width:37.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRZ3x6M5bVl7WVeHxE5qTBEeuclnpCFy { top:54.5rem;left:0rem;width:47.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgpS2Teaq4EiTOKUTvplCoFNdaP1Xw2C { top:80.25rem;left:0rem;width:47.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 { display:block; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTaQLISowNRKrqLa9svxF8qhaBcdlBLr { top:5.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaXQfCFAogPH85VGJlMv33NhIVnrCTa4 { top:12.3125rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3RtyrsA8z3IvPmH0Mo1UPgmJPQZS40p { width:36.5rem;height:3.4375rem;top:32.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWR7BWWMC6mNACtmzKxVxyTbEskS8VCr { display:block; }
 }@media only screen and (max-width: 763px) { #q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr { display:block; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJDkTvSVGpBgB9uQiIyto2OWt7KhP463 { top:3.125rem;left:12rem;width:26.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0Lx8uMTDqb5y51OxGX4G2ecKqS6o0h { top:0.5625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#faf5f1;background-image:url("https://images.assets-landingi.com/uc/c7e61880-542e-4676-914a-5d832558272f/ChatGPTImage23sty202616_47_13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUIayX6rIVNsAgqtSpREDlBilqAgs65A { width:20rem;height:13.160125rem;top:1.9375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R440auonNknAkovzwamtXmomxVDh7XwE { width:16.5625rem;height:9.46875rem;top:28.734375rem;left:1.71875rem;font-size:0.9375rem;display:block; }#R440auonNknAkovzwamtXmomxVDh7XwE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
 }@media only screen and (max-width: 763px) { #b42uySVMBIPabTBaRnkguDUlmQTAQAAZ { width:4.875rem;height:7.6875rem;top:17.25rem;left:15.009493670886rem;box-shadow: none;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuzVlAgfuhfbMdUWldnPG8cA0Ot1ocTQ { width:20rem;height:4rem;top:43.0625rem;left:0rem;font-size:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #D5Gd2pLqFEy6fxF2lIv8bExsWyR03wJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #acy4WkrZRdUUnhgRbTJt58AwT3DpiZCu { width:20rem;height:1.3125rem;top:47.875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #viu95wsilbxTTJmC6MyqUeM4HfEOfpHG { width:20rem;height:7.96875rem;top:17.59912109375rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OEfG1MPbflqOcb6ng94Dx79KCb60GhSJ { width:17.5625rem;height:12.5rem;top:27.25rem;left:1.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:transparent;background-image: -webkit-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn { display:block; }#HsoskrXTQ4BWCW9HAd5yeaVrmkkVuwNn > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfSuRDm4vDRF0as4TWXZGqV4QG5U91ys { width:15.4375rem;height:3.25rem;top:1.25rem;left:2.28125rem;font-size:1.25rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #AKy2GZ2FBp4T9idBmSipzickUTuWa71Q { width:20rem;height:21rem;top:7.099609375rem;left:0rem;font-size:1rem;line-height:1.5;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aeeb8d3-2e53-484f-a328-ccee7a387e6f/Beznazwy1120x630px.crop_1014x496_53,59.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk.adaptive-delivery-prevent-bg, #eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk.lazyload, #eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk.lazyloading { background-image: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container { background-color: transparent; background-image: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container > .video-iframe-container { display: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row > .video-iframe-container { display: none; }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .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); }#eTuFudl9F9DcIbgBz7fwILN2CxSNqJGk > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container { background-color: transparent; background-image: none; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container > .video-iframe-container { display: none; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row > .video-iframe-container { display: none; }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .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); }#rXK6cz5anWC0H6VEWzKWUPsgeEG70XHA > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1Ab26MVuosG8epcnLPMDfUf84EmPI5b { width:20rem;height:6.9043125rem;top:2.3125rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HT7GFdO9kXTZINI7vcL2ia8HXNZzrqIU { width:19.3125rem;height:1.5rem;top:12.84375rem;left:0.6875rem;font-size:1rem;line-height:1.5;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ScGraMJc98s1PW1sLgfGIyyOc31Z6QUO { width:20rem;height:7.5rem;top:32.34375rem;left:0rem;font-size:1rem;line-height:1.5;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AThDC9oPE3wsRaV8onmR5alcwN1kDMMm { width:16.4375rem;height:12.9375rem;top:16.59375rem;left:1.78125rem;font-size:1rem;line-height:1.5;display:block; }#AThDC9oPE3wsRaV8onmR5alcwN1kDMMm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
 }@media only screen and (max-width: 763px) { #JyqfciLPCAlsSwFfVc0BnRCzwrIeOJKR { width:19.875rem;height:19.25rem;top:11.53125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:transparent;background-image: -webkit-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container { background-color: transparent; background-image: none; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container > .video-iframe-container { display: none; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row > .video-iframe-container { display: none; }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .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); }#JdnwDahmCAvw1esz9vFgXEDFR6AiVmcV > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0OZnTKNIMzTr1cGb0nyTmJTfHIJU7Hb { width:20rem;height:6rem;top:1.5rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPfPccRk4Rohr80ydyXuDcPBgxxiK7GA { width:20rem;height:4.5rem;top:10.84375rem;left:0rem;font-size:1rem;line-height:1.5;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JFWwOqcSEkTLFShoUcFmC18pE5oBbsDn { width:20rem;height:7.59960625rem;top:49.78125rem;left:0rem;font-size:1rem;line-height:1.9;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AgN0186amyq4x18ihaeCh5T95gtNKzvQ { width:20rem;height:12.9375rem;top:17.28125rem;left:0rem;font-size:1rem;display:block; }#AgN0186amyq4x18ihaeCh5T95gtNKzvQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbd934bc8b150f7699aba37ded7568fa32c71710.svg); }
 }@media only screen and (max-width: 763px) { #nqgxU2ngxm65sZml8XxsOeq1PFTNuLpw { width:10.9375rem;height:13.75rem;top:32.15625rem;left:4.53125rem;box-shadow: none;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vVQIvhlkenh2iX8XXkHlZd8lZX5HTD { width:19.875rem;height:38.75rem;top:9.06787109375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:transparent;background-image: -webkit-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container { background-color: transparent; background-image: none; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container > .video-iframe-container { display: none; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row > .video-iframe-container { display: none; }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .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); }#BQlEBpppDuCC325HU6TLzVR1JLbdtgO5 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUTnf0vUfA6qsmSoWGhaAcxKx6KJhKH1 { width:20rem;height:1.875rem;top:2.3125rem;left:0rem;font-size:1.25rem;line-height:1.5;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container { background-color: transparent; background-image: none; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container > .video-iframe-container { display: none; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row > .video-iframe-container { display: none; }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .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); }#O8qXVrem9eVUlCgm6gTHKdWewlB1i1uM > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKuLiH2edWkkcNXWpZ5evDhDN8r5Gl6m { width:3.75rem;height:3.75rem;top:2.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #do28Gw1tQrNtIwxXnf3gksOIWtfNC0Kb { width:20rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #T8ruh7F9Bb8Jr3uLvQTNrIfsV3QwRhL7 { width:20rem;height:9rem;top:10.26171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container { background-color: transparent; background-image: none; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container > .video-iframe-container { display: none; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row > .video-iframe-container { display: none; }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .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); }#FXM2BNrz2bPwq6nTQWTf7s5T9tDxX5ek > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc2wgM70De4Za7cn3crKRiNBz9adOkMq { width:20rem;height:2.5996125rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ScMf5E5px7WE3qbpBFRswH3GQHZVpKdJ { width:20rem;height:4.5rem;top:10.3603515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrtswItWCNL13I4VToTsKysDHzaahrIV { width:3.9375rem;height:3.9375rem;top:1.25rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHyv9EWwIGEaS2svKXciBp9nbgSFz1so { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container { background-color: transparent; background-image: none; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container > .video-iframe-container { display: none; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row > .video-iframe-container { display: none; }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .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); }#KHyv9EWwIGEaS2svKXciBp9nbgSFz1so > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEROkiJvD3gXqKIksTAXHgeAkLaElfLq { width:12.8125rem;height:2.5996125rem;top:7.3125rem;left:3.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #UWSOzLhyVfOLrJo8KUMrEmEovH60H3ML { width:20rem;height:6rem;top:11.32421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q45OAoEswurNTpKOIfXuzTnTnoTe7w8T { width:4rem;height:4rem;top:2rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container { background-color: transparent; background-image: none; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container > .video-iframe-container { display: none; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row > .video-iframe-container { display: none; }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .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); }#kFgVcp7e6FNEPLLd8Ps2cTBbPfCn2QHs > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lvhq7VrbWOcvUv51GsXUTLflAKRlJfr5 { width:15.1875rem;height:2.5996125rem;top:6.6875rem;left:2.40625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #xlRRRt7Q37mJOzRJONvWT5H1oOxMrk8L { width:20rem;height:4.5rem;top:10.2353515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUTa3zCTE6pwkIc1TRuqRTsOIRk5tOqP { width:4.375rem;height:4.375rem;top:1.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container { background-color: transparent; background-image: none; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container > .video-iframe-container { display: none; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row > .video-iframe-container { display: none; }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .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); }#IB9DJaVbS3vL4mGeL05tnhCE4XlkGDV6 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hC8SCARhnR16s3DVtn1B2PIzBmo5aXeP { width:9.25rem;height:2.5996125rem;top:6.75rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cer38xQi9hryKlvPuqLc8PimUrndxUGD { width:20rem;height:4.5rem;top:10.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnGUx8AGTd8nFL1yv8RUxyg2L3zC0bJt { width:4.125rem;height:4.125rem;top:1.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU { display:block; }#LMF18hvmqnO8TJOBdNb8WpOm8z12ysMU > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OF56TNL0i7lCWexBaTpsq7UCPgVyFk28 { width:20rem;height:1.7871125rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8P5q9UtivWrRECml68QEKtSMsGg9NNw { width:7.9375rem;height:9.9375rem;top:11.43603515625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiiUPF6LHTVKVzVypCeiSUOVH4qstTa2 { width:20rem;height:3.5rem;top:5.59375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AyCIyyrA41WTXN9pyIuezbJ1Q0q75C1U { width:11.8125rem;height:16.858375rem;top:13.15625rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:italic;font-family:var(--headlines-font-family);display:block; }#AyCIyyrA41WTXN9pyIuezbJ1Q0q75C1U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31c8dc48-38ed-406e-a4a8-c1e6ab4f8a89/5.png); }
 }@media only screen and (max-width: 763px) { #vG3oN2nqs0x6TWQFq94zS17dugEkIM9W { width:20rem;height:5.68603125rem;top:32.58447265625rem;left:0rem;font-size:0.875rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1);font-weight:400;font-style:italic;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEeM0mh8hq64Ek0DgDVZz3tIObJxiUTE { width:7.8125rem;height:2.92480625rem;top:22.81103515625rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4uNULBrnFNsM5kBC400JzTVF311E9WX { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container { background-color: transparent; background-image: none; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container > .video-iframe-container { display: none; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row > .video-iframe-container { display: none; }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .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); }#s4uNULBrnFNsM5kBC400JzTVF311E9WX > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJhNsZBMTCWkFbso5mwO5xpkltRJUilw { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJxMoZOUda3aPwBdiW7od34iWrzcl81M { width:17.8125rem;height:10.671875rem;top:7.40380859375rem;left:1.09375rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }#WJxMoZOUda3aPwBdiW7od34iWrzcl81M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31c8dc48-38ed-406e-a4a8-c1e6ab4f8a89/5.png); }
 }@media only screen and (max-width: 763px) { #sXCH0fhT3TVygNPyzsQbom0ohE0QVHao { width:19.875rem;height:14.0625rem;top:5.85009765625rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:transparent;background-image: -webkit-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EKW9QizwQfaMhgTGS3nVTK3eWVs857xf { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container { background-color: transparent; background-image: none; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container > .video-iframe-container { display: none; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row > .video-iframe-container { display: none; }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .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); }#EKW9QizwQfaMhgTGS3nVTK3eWVs857xf > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsVLlTNg14804sZAwGemnISadzgt8rmc { width:20rem;height:3.25rem;top:2rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7MvD5WJTz788KHqvJaPI9c7g0pfVh69 { width:18.3125rem;height:6.12305rem;top:9.59130859375rem;left:0.84375rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }#o7MvD5WJTz788KHqvJaPI9c7g0pfVh69 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5210b1b601aeac809311ba69d2a40026.svg); }
 }@media only screen and (max-width: 763px) { #TWIUy3SAGiR7T9GCbwiQhtxQipHkueo3 { width:19.875rem;height:11.1875rem;top:7.37158203125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:transparent;background-image: -webkit-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(66deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT { display:block; }#JDmr8EsvKRz2mmDvk8xJ41pcJ0y1ienT > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tshVodsZKTbDxeQuEksncf3S6x4ViReW { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZobxqeRVwuzX4Af6gI6WQwcNCvK5Ps { width:20rem;height:2.4375rem;top:34.89892578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZiWJfGJIThl2d5eT4k7ZfT8DFpMF7A { width:12.5rem;height:1.13720625rem;top:32.77392578125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONhLR6wwsmGPWsV2LHCQLEcRSuDFgQOz { width:15.25rem;height:6.5625rem;top:58.08642578125rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);line-height:1.5;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XEv1POmGyKJvWHsJViQE3TKtdWBpqFNi { width:20rem;height:3.4375rem;top:48.02392578125rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:italic;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #hH0bidovcAXQdFzMzlFyxFZv66IHRk7p { display:block; }
 }@media only screen and (max-width: 763px) { #GT8uZVDeJJ6TZGyPPWTCJBPtE5SoBRI7 { width:20rem;height:3rem;top:6.398925rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yubaQNGt9971lFLrVJBvgWVMzBZMIZIl { width:20rem;height:3.8994125rem;top:41.89892578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #i5saAR2vTpGJ4ZGfSb82lJmC4WSuEETR { width:20rem;height:44rem;top:11.08642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSrhIUtVUUPOxxnBFlRPNd0TDRLxfa0y { width:20rem;height:1.625rem;top:14.3359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLPKPzLCvLymJGIImtO7O4ssAwElpVWt { width:20rem;height:1.3125rem;top:17.89892578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rPZGTwhLy1kJXaq1eaAL9Z4PS9axmbN0 { width:20rem;height:0.125rem;top:16.96142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcqBnanSX71TAUugDXs9tJQdonDCL8Pb { width:18.125rem;height:1.5rem;top:21.52392578125rem;left:0.9375rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }#OcqBnanSX71TAUugDXs9tJQdonDCL8Pb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2fba0f719d8c709df4295ea52d552078f4c105bc.svg); }
 }@media only screen and (max-width: 763px) { #JeHq4aFSzuWQdsThIQfWpnEKXJq6eJlQ { width:16.9375rem;height:1.5rem;top:24.27392578125rem;left:1.53125rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }#JeHq4aFSzuWQdsThIQfWpnEKXJq6eJlQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b3847da4e241eee08a9dac4e1d624e12.svg); }
 }@media only screen and (max-width: 763px) { #sFhEeNa4EOJ66hoNHI9vI17hmh6ioggK { width:20rem;height:0.125rem;top:23.52392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJXeUpCV3qUJfESt1ciJlnE4H6J17GTc { width:14.1875rem;height:1.5rem;top:27.64892578125rem;left:2.90625rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }#RJXeUpCV3qUJfESt1ciJlnE4H6J17GTc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d91715b69f84f623d3f378fb4ac19a4e84a6b5ff.svg); }
 }@media only screen and (max-width: 763px) { #xAnvk5Evv4QPp8hRTV6ESuodZhmR4uay { width:20rem;height:0.125rem;top:26.46142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZt7pTrfIzT18JP9lyRxfE2ffdEextC3 { width:20rem;height:0.125rem;top:29.83642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRZ3x6M5bVl7WVeHxE5qTBEeuclnpCFy { width:20rem;height:1.5rem;top:38.33642578125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #mgpS2Teaq4EiTOKUTvplCoFNdaP1Xw2C { width:19.875rem;height:8.125rem;top:57.24267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 { display:block; }#HAeq903DipqQwPvBHe0XMfrWCSnOJmI2 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTaQLISowNRKrqLa9svxF8qhaBcdlBLr { width:20rem;height:1.29980625rem;top:2.5rem;left:0rem;font-size:1rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #QaXQfCFAogPH85VGJlMv33NhIVnrCTa4 { width:20rem;height:15.99609375rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3RtyrsA8z3IvPmH0Mo1UPgmJPQZS40p { width:19rem;height:3.4375rem;top:24.9706875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWR7BWWMC6mNACtmzKxVxyTbEskS8VCr { display:block; }
 }@media only screen and (max-width: 763px) { #q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr { display:block; }#q4TGACmO6Gh7lDVT4JSUOceSzS8pDJWr > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJDkTvSVGpBgB9uQiIyto2OWt7KhP463 { width:20rem;height:1.13720625rem;top:5.91113125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tN0Lx8uMTDqb5y51OxGX4G2ecKqS6o0h { width:20rem;height:3.41161875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }