.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:255,250,248;--color-primary-1:255,239,231;--color-primary-2:255,223,207;--color-primary-3:128,112,104;--color-primary-4:38,33,31;--color-secondary-0:233,225,219;--color-secondary-1:183,156,134;--color-secondary-2:111,56,13;--color-secondary-3:56,28,7;--color-secondary-4:17,8,2;--color-tertiary-0:255,255,255;--color-tertiary-1:255,228,195;--color-tertiary-2:255,166,55;--color-tertiary-3:128,83,28;--color-tertiary-4:25,17,5;--headlines-font-family:"Bitter";--paragraphs-font-family:"Josefin Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d047fd1a-d659-4958-a67c-dfd08b722ae1/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u.adaptive-delivery-prevent-bg, #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u.lazyload, #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u.lazyloading { background-image: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { background-color: transparent; background-image: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .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); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { border-width: 0; border-radius: 0; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;overflow:visible;position:relative;display:block; }#IGiogLS2o0pbyAz6whwkTDaCEgeWli43 { color:#db6975;display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppTUzPRwX8WLtWmEfy2sRaDppCcgqRev { color:rgba(var(--color-secondary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:13rem;left:4.125rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#HEqTd7mKzCyNsOhWpv33hSVu9ayuvcnA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.125rem;width:12.875rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.0625rem;left:12.1875rem;overflow:hidden;display:block; }
#VfAEr8DHHBwLXqDRBsAv2W0w9nTGzemH { box-sizing:content-box;height:9.6875rem;width:32.8125rem;position:absolute;display:block;z-index:15013;background-color:#db6975;background-image:none;top:27.9375rem;left:2.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#pQ3KvSmqnSSeyFEef7u9ZuTgTEiDPImm { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:29.9375rem;left:4rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMFQrQCd3EIDexNovCv51kL2qrewZLoR { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color: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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:42.125rem;left:2.21875rem;display:block; }
#hahzWzlbqgRWDt3hoFESW98s9npaKVcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZlTbryvzTH1Tko0KIrqkaJ3OtszmGcBT { position:absolute;display:block;z-index:15000;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:43.75rem;width:43.75rem;display:none; }
#FT4KDhF8bkUJquX8kqOospfDxgXlOeud { background-color:#ffeee5;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { background-color: transparent; background-image: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .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); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { border-width: 0; border-radius: 0; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qxTTRnpJ8eN8ePXna6380ZPqxCxFZOZD { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.7747375rem;text-align:center;text-align-last:center;display:block; }
#CFX7pmvSRh6PdnFiBPvyOEdq5l9N9KQN { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#QNvZAsUwU8e9Wu9uyy6FE8xA972H9uOT { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:22.4375rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAuUwVMPeDb9HpI6RKsM4sTbi4AGen4b { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:20.375rem;left:33rem;overflow:hidden;display:block; }
#bEG5QUgr8OQeN3kGUN47w6PFA50TCGB3 { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:25.6875rem;left:13.75rem;height:9.4986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,223,207,0.91);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; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { background-color: transparent; background-image: none; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container > .video-iframe-container { display: none; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row > .video-iframe-container { display: none; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .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); }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { border-width: 0; border-radius: 0; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#GPmW9pRXdu17GKpzlx4yyHNzbooADDQQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.5rem;width:61.5625rem;top:4.75rem;left:6.71875rem;display:block; }
#OTCpiOKRyiTELHumfrSdclPN4pvJbxyN { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.583333492279rem;left:25rem;display:block; }
#B9lWMaraWq2lhBJCFVfGIcP50aX2U938 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:top 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; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0.adaptive-delivery-prevent-bg, #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0.lazyload, #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0.lazyloading { background-image: none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { background-color: transparent; background-image: none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,238,229,0.91); }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container > .video-iframe-container { display: none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,238,229,0.91); }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row > .video-iframe-container { display: none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .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); }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { border-width: 0; border-radius: 0; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#y3B8wAenJhFN4lrxrSTIQAmwWtyVNCE0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.5rem;width:61.5625rem;top:4.75rem;left:6.71875rem;display:block; }
#Idmwt8popgUJHfNzCzUC1ElVVJ02Z0w9 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.583333492279rem;left:25rem;display:block; }
#m2PKD1GB0MwcLVQqImTNO9AFXeGAaPHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -moz-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -ms-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -o-linear-gradient(180deg, #ffeee5, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #ffeee5, #fff5d4);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; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row .container { background-color: transparent; background-image: none; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row .container > .video-iframe-container { display: none; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row > .video-iframe-container { display: none; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .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); }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row .container { border-width: 0; border-radius: 0; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#UEkd4yoTWBKGF40csVHu6IhDETLnpe3V { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#KGgEVxeoCqCGgLurhnx7vbzw8Qq3K5Jt { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.249362945557rem;left:0rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#Iymh9z4XrwBnfbTqxdpSrMA4E27s4okN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:27.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#ihFnWo4NTEsD40TB1W61BQMVeET2KB0H { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:28.875rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FwIufgfLh4wMdXMUCnHHbGTu8UcF1oDz { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:32.375rem;left:13.75rem;height:7.197925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9vPlSuBbixo5mgGUHTgif7nic6b3LFs { box-sizing:content-box;height:17.5rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:25.0625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #fff5d4);background-image: -moz-linear-gradient(180deg, #fff5d4, #fff5d4);background-image: -ms-linear-gradient(180deg, #fff5d4, #fff5d4);background-image: -o-linear-gradient(180deg, #fff5d4, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #fff5d4, #fff5d4);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; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row .container { background-color: transparent; background-image: none; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row .container > .video-iframe-container { display: none; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row > .video-iframe-container { display: none; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .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); }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row .container { border-width: 0; border-radius: 0; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#vlDEDIbIrATMofh5GvpQ2vpOVmvNFp4m { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:8.9257926940919rem;left:6.25rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPN1Bc1QKnaAmbQN7omW9XOTgED4iqaX { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:5.4492301940918rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avLP6p7ZiuHwFCdIH75PJg8CFnZMMwCA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875114440918rem;left:14.28125rem;overflow:hidden;display:block; }
#TlXnBHVczFwaitwGwwOfh9wORIBbfiKR { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.4492301940918rem;left:37.5rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvRPDCQeaOcBPPyFX6gUF0K2CqSUDEI8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875114440918rem;left:51.78125rem;overflow:hidden;display:block; }
#ChezmMrO8izeJAhnf8fczpqWb5TJuUzl { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:8.925132751465rem;left:43.75rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCgA2b1rhedAIJP2I8dxTrZBRABwXcFU { box-sizing:content-box;height:14.375rem;width:34.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GbPc3ANpK9ldiTI0Hlm8TIn3DsDKqQhC { box-sizing:content-box;height:14.375rem;width:34.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:39.09375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -o-linear-gradient(180deg, #fff5d4, #ffeee5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );";background-image: linear-gradient(180deg, #fff5d4, #ffeee5);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; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row .container { background-color: transparent; background-image: none; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row .container > .video-iframe-container { display: none; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row > .video-iframe-container { display: none; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .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); }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row .container { border-width: 0; border-radius: 0; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#R79G4uIvH5gHAII6mN1yiITv18rTgWTB { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.9361934661865rem;left:3.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBfNBV3mMuTyHlCMuTdzOmzswd2TIrxF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.2291622161865rem;left:8.03125rem;overflow:hidden;display:block; }
#rFKrT39LmytUlxQgtcD8nNSFkFF1HTCS { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:9.1686153411862rem;left:1.5625rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVZtpL1B0ptFTs0RUo5ghCEwAHlCvbRU { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:5.9355478286743rem;left:28.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMX2LR7aPTzWNSUQtIiTP8PJGoCtBBw3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.2285165786743rem;left:33.03125rem;overflow:hidden;display:block; }
#sgtETpS2KPLacGFFx6RU3BlXqe6nITBA { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:9.1679697036744rem;left:26.5625rem;height:8.99740625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#podJM6ohLmI9x0RTsxEkI5Xcp4hTFKwL { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:5.9355478286743rem;left:53.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HG6tS8yzkAguxoJgL4MOXIE3B8qJWTMC { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.2285165786743rem;left:58.03125rem;overflow:hidden;display:block; }
#VPiQxkFs0hQJm2etq8kosFfXgCWOpW6m { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:9.1679697036744rem;left:51.5625rem;height:5.39844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m78XFG3AGvThW4eiwOKXHIXRnLx0rIND { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cPhOQr6ghaLqf4BAAVVGxoGEOax90gfv { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:26.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BR8cd9TmsX0sdszFNMcKGAvVwmQODHMS { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:51.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#NxiCNSmZkFToBI36vZ1TucscVa4Jnxu5 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:25.832683563233rem;left:25rem;display:block; }
#RmIGKS7nyiinP6MstqFPZTTVZkKk2Saz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmAixr2ilvRKzNX47qaux179ytMHJR6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,223,207,0.92);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; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row .container { background-color: transparent; background-image: none; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row .container > .video-iframe-container { display: none; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row > .video-iframe-container { display: none; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .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); }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row .container { border-width: 0; border-radius: 0; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#h5pVFk11Ts7vlilxvmJe87IBEgz6AgkM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.5rem;width:61.5625rem;top:10.375rem;left:6.71875rem;display:block; }
#ixLWoukWHTANM6SNx9lfTPD7VUXZvHdX { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:47.2080078125rem;left:25rem;display:block; }
#D4nmy6lWrfCu4RTTaZxKg3sZSVHui3Me { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wmn3ws5zOuDHoDJCrJJueyKecXI0Z0hb { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { background-color: transparent; background-image: none; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container > .video-iframe-container { display: none; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row > .video-iframe-container { display: none; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .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); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { border-width: 0; border-radius: 0; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#RtUeO9HcQe39FaT0qOmweqcsIpvNf7MZ { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffeee5);background-image: -moz-linear-gradient(180deg, #ffffff, #ffeee5);background-image: -ms-linear-gradient(180deg, #ffffff, #ffeee5);background-image: -o-linear-gradient(180deg, #ffffff, #ffeee5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffeee5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffeee5' );";background-image: linear-gradient(180deg, #ffffff, #ffeee5);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; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row .container { background-color: transparent; background-image: none; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row .container > .video-iframe-container { display: none; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row > .video-iframe-container { display: none; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .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); }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row .container { border-width: 0; border-radius: 0; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#zrTMSmLr8Zofloa95KRZTpfEqqWE814I { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.25rem;height:3.65625rem;font-style:normal;display:block; }
#vV4vhmCZTqPooG00W1StTQvP3FpxS74m { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.375rem;height:4.38671875rem;display:block; }
#OABgt4LGMOTSTLNVdlNiOKfE1R17yZKp { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:41.3125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#RUmQEgs2QCF33iAbrHKIbcaNDoPJ78zK { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoTCdToGqPy59Uh8RDLAoUFiHMCI63LN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.1875rem;left:41.25rem; }
#h8VaTKr8Ec4kac9wWamACJ6WzPvU8rCz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.9375rem;left:41.25rem; }
#i9NCWJ1tezBhF6b2fZR1bIOFzcFmPU9K { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.9375rem;left:44.375rem;height:4.38671875rem;display:block; }
#bPlDud7a1v0xH2LvCOP0rxmbTBoV4zN5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.6875rem;left:41.25rem; }
#RKJcfHzyaacecvkFuotE9XzTruOHH7po { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6875rem;left:44.375rem;height:4.38671875rem;display:block; }
#QckyKMgEdG42nBEmMNSMD7QnLiaNIBtq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeee5;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; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row .container { background-color: transparent; background-image: none; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row .container > .video-iframe-container { display: none; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row > .video-iframe-container { display: none; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .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); }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row .container { border-width: 0; border-radius: 0; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#eoSQlGxRUi0Ze9MXeFHfJH091ZnPmGRJ { color:rgba(var(--color-secondary-2),1);display:block;width:34.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.625rem;height:3.65625rem;font-style:normal;display:block; }
#D4ST2S9EmtoVRFBFlPAJWSlBCpZOACcv { color:#db6975;display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:1.125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZWfbK2v0eI49sTsuhTKG34Ns3uFXisd7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.03125rem;left:1.625rem; }
#LkxGqJILNg3D4EOIyy3mCWevNdBeJ7UX { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.4375rem;left:1.1875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFfmdTOPAaeP3O4TRvRiVCfiAPdv1F69 { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.96875rem;left:4.75rem;height:4.38671875rem;font-style:normal;display:block; }
#feuQyP8IWGKy5be6yVzFfuZ68dTak80W { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.75rem;left:4.75rem;height:2.92448125rem;display:block; }
#xyfb0GnJ05ziOBk5WQNiaNw6V424DAIG { color:#47545a;display:block;width:24.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.4296875rem;left:4.75rem;height:4.3867125rem;display:block; }
#TQ3OF8ERMFGO1WgIOxPKTWq9vx6F4rfo { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.09375rem;left:1.625rem; }
#JKJB96QVHAJB03lTqtpiT0M4ftcZhydq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:39.4921875rem;left:1.625rem; }
#CricCqlmPcyqADuPtbvdN44KB5POTrWF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:7.125rem;left:37.5rem;overflow:hidden;display:block; }
#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -moz-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -ms-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -o-linear-gradient(180deg, #ffeee5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffeee5, #ffffff);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; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row .container { background-color: transparent; background-image: none; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row .container > .video-iframe-container { display: none; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row > .video-iframe-container { display: none; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .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); }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row .container { border-width: 0; border-radius: 0; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#GbGvW2V65bbQVa5CHXsLS9pzhTE1IUCS { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.25rem;height:3.65625rem;font-style:normal;display:block; }
#rZwbUk3xs3pcps4duDAa7KeEpup0bJml { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.375rem;height:4.38671875rem;display:block; }
#bqn2qlf3uTCPaCZwqUQAhkRhRIM0vGx9 { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:41.3125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QGPNiUq3SZXElfbV63XJ2n4JkeaWKxPM { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOLlx8FehTIXt459hLTLihu5DC6KneUv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.1875rem;left:41.25rem; }
#TqWDMMvA84OwP0KXzV1orr3TEdf04ssI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.9375rem;left:41.25rem; }
#e4CZtcE9LPUc5iBTT9aZrcrZVOya9fNT { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.9375rem;left:44.375rem;height:4.38671875rem;display:block; }
#NnvOzIstrZduccBAdePVt0LxFlZyJf2r { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.6875rem;left:41.25rem; }
#BFsU1lBOyBs3kkMhqKCxgKzn8KFHFnbS { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6875rem;left:44.375rem;height:4.38671875rem;display:block; }
#Gw0dXzUohvfktSKbiis4CR3GMzJaNzyp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -moz-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -ms-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -o-linear-gradient(180deg, #ffeee5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffeee5, #ffffff);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; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row .container { background-color: transparent; background-image: none; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row .container > .video-iframe-container { display: none; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row > .video-iframe-container { display: none; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .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); }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row .container { border-width: 0; border-radius: 0; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#L45CS9zTUx8xLrJBB6f6XOLardqvIC9E { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.25rem;height:3.65625rem;font-style:normal;display:block; }
#kFNEqtUnCM9bavCOuBa6CFUTSGG9uuXS { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.375rem;height:4.38671875rem;display:block; }
#ffMHyn6doHWEN8VqveCD0f7wCaTHyWmA { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:41.3125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ge3g2ieSlMiyKM6gNoXwLAonit5V1iJS { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATJrR92T6UVRcRmQdS3cuVrNlbJkWPTe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.1875rem;left:41.25rem; }
#LRnFEqGXcrn77KBIwa5G9NQfBLBPnxH5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.9375rem;left:41.25rem; }
#UGisw3DkzpQmpRyCivrF6ozDmi2pwJlE { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.9375rem;left:44.375rem;height:4.38671875rem;display:block; }
#rKdMMBSb9Ovmd5a6Q1ifaXvGr1mGb4dN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.6875rem;left:41.25rem; }
#ddcq4wRiEx3EqRnG5VFiSIRuxSSKrR4N { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6875rem;left:44.375rem;height:4.38671875rem;display:block; }
#NVuWWWreM1SXoPOI6DhGqVZTrDARz6Di { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -moz-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -ms-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -o-linear-gradient(180deg, #ffeee5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffeee5, #ffffff);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; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { background-color: transparent; background-image: none; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container > .video-iframe-container { display: none; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row > .video-iframe-container { display: none; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .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); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { border-width: 0; border-radius: 0; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#GDvshNxI9lWCzdCmbpc0ftwnV8iWtLKV { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.25rem;height:3.65625rem;font-style:normal;display:block; }
#l1ru3D3ThTC2EGWiMIbWQGgZiEaGeRPg { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.375rem;height:4.38671875rem;display:block; }
#ygkLaTl6nMhl8cNC21etlsWeIsfW22Re { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:41.3125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#vzqMTrEAFRDNrWTuFIinu7HptdxL036m { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uBhM7aJT6ebO3O3VDG29zhkSiugIyPKO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.1875rem;left:41.25rem; }
#c62zdmQ6JMZ657lkQ4MtBkVUAqh6Ge7a { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.9375rem;left:41.25rem; }
#fOgFBcQJ7uoipi1FSCSEX0ivOF8cMsfm { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.9375rem;left:44.375rem;height:4.38671875rem;display:block; }
#q5JPBP0GhwBO2piva0l8WBTpNMwwbDGR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.6875rem;left:41.25rem; }
#bpph7OD9vZ5PPeGB5bboLeeL6fGBSONn { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6875rem;left:44.375rem;height:4.38671875rem;display:block; }
#sM0VmDCrAIQbnkoK9qeNkH0M9wBP2OXm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/972dab78-00fd-4117-8a7a-8d65a112b049/To1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN.adaptive-delivery-prevent-bg, #IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN.lazyload, #IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN.lazyloading { background-image: none; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container { background-color: transparent; background-image: none; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container > .video-iframe-container { display: none; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row > .video-iframe-container { display: none; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .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); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container { border-width: 0; border-radius: 0; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container { font-size:0.875rem;font-family:arial;height:82.375rem;width:75rem;position:relative;display:block; }#kEWE90DsM0QhGig0QMl7Lv5Nwkgz5HrL { color:rgba(var(--color-secondary-2),1);display:block;width:46.9375rem;position:absolute;font-family:"josefin sans";font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5625rem;left:14.03125rem;height:8.7747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H5gCEoLAMtt83mUGTVNvCVAUFbLGsI9v { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:22.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxJAVd5WpmJv1uZDwTzbDDigaOl8tQlS { box-sizing:content-box;height:69.3125rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:14.0625rem;display:block; }
#TwTqQnfxDlzx88cdl5Tf94IMpCA6utGX { position:absolute;display:block;z-index:15002;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:21.0625rem;width:21.0625rem;top:20.375rem;left:29.4375rem;overflow:hidden;display:block; }
#m44s6n1ayBLvOwOKydwtLTypMnqBZVJ2 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.8125rem;left:21.6875rem;display:block; }
#EbNHGn6UCScNCheTPPhOqwTW8msLqS49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbd0ieRKULU0gm3MoQGrCerdmVBRyk8X { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.125rem;left:21.75rem;display:block; }
#mFcxUCWHwcCTOr9hv0r2eMW6h5ELd8HR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1qUBqMKsmFBtOhZbSLm9AkeIXfN57Ir { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.25rem;left:22.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UJOXskgT2iloCE20ewZZAa1p0a2hq9xv { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.5625rem;left:22.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PP2BrhdU6PDZNEfhepdPmfUv2zfUp5kD { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:38.375rem;left:22.5625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#y9Q6EraunBvRTxmfaacTTVBJSOC5MeJW { color:#47545a;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:33.1875rem;left:14.6875rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4hhVJUp9LqJe3QOrWrdtMftKP3ksCKP { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.25rem;left:20.4375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#w3SpdBMRTKZJThxi5AuN0kSlRsEwTfdS { color:#284d42;display:block;width:36.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:52.5rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#sp3faLmyW5chcsrf4C74psGuQkUSvx5w { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:43.5rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#cCl7Jl3SbKMOyVstggwIlwxQaQdshsTG { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:43.5rem;left:16.75rem;overflow:hidden;display:block; }
#brDFuOGr8ErgJvqiyqyJKFkyy2kb02k8 { position:absolute;display:block;z-index:15023;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:2.6875rem;width:2.6875rem;top:48.25rem;left:16.75rem;overflow:hidden;display:block; }
#UISuBTiZn0noyzcf7TmCNos5bT4zLTdN { position:absolute;display:block;z-index:15024;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:2.6875rem;width:2.6875rem;top:52.8125rem;left:16.75rem;overflow:hidden;display:block; }
#zTcSSHm26FsiGmUm4zfNBUC7dHa0x8Kr { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:67.5rem;left:18.5rem;display:block; }
#FdVUsh8949wBniTeyvArrLhH34AsVlcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBoFqLSqQZPBS8WvkGV13EzmGgsrqWBf { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:67.5rem;left:38.9375rem;display:block; }
#T36oCCbS89nXfKsUOS9qWag42r02ndqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StzCXqZ60k2at93FfvFMnKcH5mh8x0TS { color:#284d42;display:block;width:17.375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:64.062520980838rem;left:39rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#cvbkKSDeaJ4G0ElsWgvqxgyrUQ7CT738 { color:#284d42;display:block;width:18.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:64.062520980838rem;left:18.15625rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#FiR7iJdWuyTl67upR9xGU11WBcZ7zZiO { color:#284d42;display:block;width:38.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:57.25rem;left:20.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DrWiHTTXBJECKRamDObJ73asty1xoQOg { position:absolute;display:block;z-index:15025;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:2.6875rem;width:2.6875rem;top:58.3125rem;left:16.75rem;overflow:hidden;display:block; }
#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,249,236,0.92);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; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row .container { background-color: transparent; background-image: none; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row .container > .video-iframe-container { display: none; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row > .video-iframe-container { display: none; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .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); }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row .container { border-width: 0; border-radius: 0; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#fZGi4XsaQiuX86C3ZDoL8qGyr2yqBmeh { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:8.7747375rem;text-align:center;text-align-last:center;display:block; }
#sZfPd1rfeOqJadPK6co56Bzm5w1z4luK { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#H3nvHNKwhi7XZXJTzWBUOnWyWoFQboQm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:19.5625rem;left:33.03125rem;overflow:hidden;display:block; }
#i6dJvC4GhMR9E7kgfOLZ4sKxMfiQpJnb { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:21.25rem;left:0rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9ec', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9ec', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),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; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row .container { background-color: transparent; background-image: none; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row .container > .video-iframe-container { display: none; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row > .video-iframe-container { display: none; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .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); }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row .container { border-width: 0; border-radius: 0; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:#47545a;font-style:italic; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6452c3ac2f6cfac8cbf0b0388020a3a58cd88af0.svg");background-size:contain !important; }#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-trigger.adaptive-delivery-prevent-bg, #Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-trigger.lazyload, #Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-trigger.lazyloading { background-image: none; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.25rem;left:0rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 { display:block;position:relative; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #dInTDAxEJDkME4nELJzwlFF5N65ISLns { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #CimtZeMMGTE9aCIUxLRmEamKe75vITvr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV { display:block;position:relative; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #Use5bDh1IzoTtbFMV4txHO9lgQopk35T { display:none; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt { display:block;position:relative; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 #BHvsl02bnfX92FX8313Q2x7zGqsrqllD { display:none; }
#uuTTvWWv5GtqLrbc6azAVDK0XdufIDrv { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#SDeFCaERkkKvnqwAlsX5pQmSilCHCgfz { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#p5gEXh7MCtOrShXdwx73m9mnRbAdica5 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:33.3125rem;left:25rem;display:block; }
#k5ZNe7tPN8vv5XTNSelzZHxKn1k4zdqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:top 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; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey.adaptive-delivery-prevent-bg, #Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey.lazyload, #Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey.lazyloading { background-image: none; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row .container { background-color: transparent; background-image: none; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,246,222,0.94); }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row .container > .video-iframe-container { display: none; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,246,222,0.94); }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row > .video-iframe-container { display: none; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .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); }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row .container { border-width: 0; border-radius: 0; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#lUnO2PnszdIwlWfJ6cfwkP71rmaW62E9 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color: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:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.583333492279rem;left:25rem;display:block; }
#GxmKTJIXSooC5lqgSaLBnGt5Mx39Z6d9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { background-color: transparent; background-image: none; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container > .video-iframe-container { display: none; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row > .video-iframe-container { display: none; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .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); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { border-width: 0; border-radius: 0; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { font-size:0.875rem;font-family:"open sans";height:12.1875rem;width:75rem;position:relative;display:block; }#uukLRTcTCPISEi7OrG35tNEiWgfViudd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8642578125rem;left:31.3125rem;overflow:hidden;display:block; }
#y66pGEKTgZyPxQLGwQ76SCL0utLBLqlD { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.6142578125rem;left:41.9375rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u { display:block; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGiogLS2o0pbyAz6whwkTDaCEgeWli43 { width:39.0625rem;height:3.375rem;top:23.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTUzPRwX8WLtWmEfy2sRaDppCcgqRev { width:29rem;height:7.875rem;top:13rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEqTd7mKzCyNsOhWpv33hSVu9ayuvcnA { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAEr8DHHBwLXqDRBsAv2W0w9nTGzemH { width:32.8125rem;height:9.6875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3KvSmqnSSeyFEef7u9ZuTgTEiDPImm { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMFQrQCd3EIDexNovCv51kL2qrewZLoR { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hahzWzlbqgRWDt3hoFESW98s9npaKVcU { display:block; }
 }@media only screen and (max-width: 763px) { #ZlTbryvzTH1Tko0KIrqkaJ3OtszmGcBT { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT4KDhF8bkUJquX8kqOospfDxgXlOeud { display:block; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxTTRnpJ8eN8ePXna6380ZPqxCxFZOZD { width:47.75rem;height:8.75rem;top:4.5rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFX7pmvSRh6PdnFiBPvyOEdq5l9N9KQN { width:47.75rem;height:2.8125rem;top:14.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNvZAsUwU8e9Wu9uyy6FE8xA972H9uOT { width:47.75rem;height:1.75rem;top:22.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAuUwVMPeDb9HpI6RKsM4sTbi4AGen4b { width:8.9375rem;height:0.8125rem;top:20.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEG5QUgr8OQeN3kGUN47w6PFA50TCGB3 { width:47.5625rem;height:9.4375rem;top:25.6875rem;left:0.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB { display:block; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPmW9pRXdu17GKpzlx4yyHNzbooADDQQ { width:47.75rem;height:26.759390862944rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTCpiOKRyiTELHumfrSdclPN4pvJbxyN { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9lWMaraWq2lhBJCFVfGIcP50aX2U938 { display:block; }
 }@media only screen and (max-width: 763px) { #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 { display:block; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3B8wAenJhFN4lrxrSTIQAmwWtyVNCE0 { width:47.75rem;height:26.759390862944rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idmwt8popgUJHfNzCzUC1ElVVJ02Z0w9 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PKD1GB0MwcLVQqImTNO9AFXeGAaPHk { display:block; }
 }@media only screen and (max-width: 763px) { #i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go { display:block; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEkd4yoTWBKGF40csVHu6IhDETLnpe3V { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGgEVxeoCqCGgLurhnx7vbzw8Qq3K5Jt { width:47.75rem;height:11.375rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iymh9z4XrwBnfbTqxdpSrMA4E27s4okN { width:8.9375rem;height:0.8125rem;top:27.0625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihFnWo4NTEsD40TB1W61BQMVeET2KB0H { width:47.75rem;height:1.75rem;top:28.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIufgfLh4wMdXMUCnHHbGTu8UcF1oDz { width:47.5625rem;height:7.1875rem;top:32.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9vPlSuBbixo5mgGUHTgif7nic6b3LFs { width:47.75rem;height:17.5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr { display:block; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlDEDIbIrATMofh5GvpQ2vpOVmvNFp4m { width:25rem;height:3.5625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPN1Bc1QKnaAmbQN7omW9XOTgED4iqaX { width:37.5rem;height:1.75rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avLP6p7ZiuHwFCdIH75PJg8CFnZMMwCA { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXnBHVczFwaitwGwwOfh9wORIBbfiKR { width:37.5rem;height:1.75rem;top:5.4375rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRPDCQeaOcBPPyFX6gUF0K2CqSUDEI8 { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:31.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChezmMrO8izeJAhnf8fczpqWb5TJuUzl { width:25rem;height:3.5625rem;top:8.875rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCgA2b1rhedAIJP2I8dxTrZBRABwXcFU { width:34.3125rem;height:14.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbPc3ANpK9ldiTI0Hlm8TIn3DsDKqQhC { width:34.3125rem;height:14.375rem;top:1.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a { display:block; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R79G4uIvH5gHAII6mN1yiITv18rTgWTB { width:18.75rem;height:1.75rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBfNBV3mMuTyHlCMuTdzOmzswd2TIrxF { width:8.9375rem;height:0.8125rem;top:4.1875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFKrT39LmytUlxQgtcD8nNSFkFF1HTCS { width:21.875rem;height:3.5625rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZtpL1B0ptFTs0RUo5ghCEwAHlCvbRU { width:18.75rem;height:1.75rem;top:5.875rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMX2LR7aPTzWNSUQtIiTP8PJGoCtBBw3 { width:8.9375rem;height:0.8125rem;top:4.1875rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtETpS2KPLacGFFx6RU3BlXqe6nITBA { width:21.875rem;height:8.9375rem;top:9.125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #podJM6ohLmI9x0RTsxEkI5Xcp4hTFKwL { width:18.75rem;height:1.75rem;top:5.875rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG6tS8yzkAguxoJgL4MOXIE3B8qJWTMC { width:8.9375rem;height:0.8125rem;top:4.1875rem;left:35.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPiQxkFs0hQJm2etq8kosFfXgCWOpW6m { width:21.875rem;height:5.375rem;top:9.125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m78XFG3AGvThW4eiwOKXHIXRnLx0rIND { width:21.875rem;height:19.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPhOQr6ghaLqf4BAAVVGxoGEOax90gfv { width:21.875rem;height:19.0625rem;top:2rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR8cd9TmsX0sdszFNMcKGAvVwmQODHMS { width:21.875rem;height:19.0625rem;top:2rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxiCNSmZkFToBI36vZ1TucscVa4Jnxu5 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmIGKS7nyiinP6MstqFPZTTVZkKk2Saz { display:block; }
 }@media only screen and (max-width: 763px) { #vmAixr2ilvRKzNX47qaux179ytMHJR6O { display:block; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pVFk11Ts7vlilxvmJe87IBEgz6AgkM { width:47.75rem;height:26.759390862944rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixLWoukWHTANM6SNx9lfTPD7VUXZvHdX { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nmy6lWrfCu4RTTaZxKg3sZSVHui3Me { display:block; }
 }@media only screen and (max-width: 763px) { #Wmn3ws5zOuDHoDJCrJJueyKecXI0Z0hb { width:47.75rem;height:4.375rem;top:4.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB { display:block; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtUeO9HcQe39FaT0qOmweqcsIpvNf7MZ { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fifwXUqbrW5hIUOM53yAw7TU9riPg7ID { display:block; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrTMSmLr8Zofloa95KRZTpfEqqWE814I { top:3.75rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV4vhmCZTqPooG00W1StTQvP3FpxS74m { top:24.1875rem;left:23.9375rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABgt4LGMOTSTLNVdlNiOKfE1R17yZKp { width:29.9375rem;height:;top:8.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUmQEgs2QCF33iAbrHKIbcaNDoPJ78zK { width:29.9375rem;height:4.875rem;top:17.75rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTCdToGqPy59Uh8RDLAoUFiHMCI63LN { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8VaTKr8Ec4kac9wWamACJ6WzPvU8rCz { width:2.1875rem;height:2.1875rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9NCWJ1tezBhF6b2fZR1bIOFzcFmPU9K { top:29.9375rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPlDud7a1v0xH2LvCOP0rxmbTBoV4zN5 { width:2.1875rem;height:2.1875rem;top:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKJcfHzyaacecvkFuotE9XzTruOHH7po { top:35.6875rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QckyKMgEdG42nBEmMNSMD7QnLiaNIBtq { top:3.8125rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz { display:block; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoSQlGxRUi0Ze9MXeFHfJH091ZnPmGRJ { top:3.5rem;left:0rem;width:34.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ST2S9EmtoVRFBFlPAJWSlBCpZOACcv { width:30.0625rem;height:7.3125rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWfbK2v0eI49sTsuhTKG34Ns3uFXisd7 { width:2.1875rem;height:2.1875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkxGqJILNg3D4EOIyy3mCWevNdBeJ7UX { width:29.9375rem;height:4.875rem;top:18.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFfmdTOPAaeP3O4TRvRiVCfiAPdv1F69 { top:25.9375rem;left:0rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feuQyP8IWGKy5be6yVzFfuZ68dTak80W { top:32.75rem;left:0rem;width:22rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyfb0GnJ05ziOBk5WQNiaNw6V424DAIG { top:38.375rem;left:0rem;width:24.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3OF8ERMFGO1WgIOxPKTWq9vx6F4rfo { width:2.1875rem;height:2.1875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJB96QVHAJB03lTqtpiT0M4ftcZhydq { width:2.1875rem;height:2.1875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CricCqlmPcyqADuPtbvdN44KB5POTrWF { top:7.125rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ { display:block; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbGvW2V65bbQVa5CHXsLS9pzhTE1IUCS { top:3.75rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZwbUk3xs3pcps4duDAa7KeEpup0bJml { top:24.1875rem;left:23.9375rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqn2qlf3uTCPaCZwqUQAhkRhRIM0vGx9 { width:29.9375rem;height:;top:8.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGPNiUq3SZXElfbV63XJ2n4JkeaWKxPM { width:29.9375rem;height:4.875rem;top:17.75rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOLlx8FehTIXt459hLTLihu5DC6KneUv { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqWDMMvA84OwP0KXzV1orr3TEdf04ssI { width:2.1875rem;height:2.1875rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4CZtcE9LPUc5iBTT9aZrcrZVOya9fNT { top:29.9375rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnvOzIstrZduccBAdePVt0LxFlZyJf2r { width:2.1875rem;height:2.1875rem;top:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFsU1lBOyBs3kkMhqKCxgKzn8KFHFnbS { top:35.6875rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw0dXzUohvfktSKbiis4CR3GMzJaNzyp { top:3.8125rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z { display:block; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L45CS9zTUx8xLrJBB6f6XOLardqvIC9E { top:3.75rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFNEqtUnCM9bavCOuBa6CFUTSGG9uuXS { top:24.1875rem;left:23.9375rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffMHyn6doHWEN8VqveCD0f7wCaTHyWmA { width:29.9375rem;height:;top:8.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3g2ieSlMiyKM6gNoXwLAonit5V1iJS { width:29.9375rem;height:4.875rem;top:17.75rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJrR92T6UVRcRmQdS3cuVrNlbJkWPTe { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRnFEqGXcrn77KBIwa5G9NQfBLBPnxH5 { width:2.1875rem;height:2.1875rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGisw3DkzpQmpRyCivrF6ozDmi2pwJlE { top:29.9375rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKdMMBSb9Ovmd5a6Q1ifaXvGr1mGb4dN { width:2.1875rem;height:2.1875rem;top:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddcq4wRiEx3EqRnG5VFiSIRuxSSKrR4N { top:35.6875rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVuWWWreM1SXoPOI6DhGqVZTrDARz6Di { top:3.8125rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 { display:block; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDvshNxI9lWCzdCmbpc0ftwnV8iWtLKV { top:3.75rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ru3D3ThTC2EGWiMIbWQGgZiEaGeRPg { top:24.1875rem;left:23.9375rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkLaTl6nMhl8cNC21etlsWeIsfW22Re { width:29.9375rem;height:;top:8.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzqMTrEAFRDNrWTuFIinu7HptdxL036m { width:29.9375rem;height:4.875rem;top:17.75rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBhM7aJT6ebO3O3VDG29zhkSiugIyPKO { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c62zdmQ6JMZ657lkQ4MtBkVUAqh6Ge7a { width:2.1875rem;height:2.1875rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOgFBcQJ7uoipi1FSCSEX0ivOF8cMsfm { top:29.9375rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5JPBP0GhwBO2piva0l8WBTpNMwwbDGR { width:2.1875rem;height:2.1875rem;top:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpph7OD9vZ5PPeGB5bboLeeL6fGBSONn { top:35.6875rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM0VmDCrAIQbnkoK9qeNkH0M9wBP2OXm { top:3.8125rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN { display:block; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEWE90DsM0QhGig0QMl7Lv5Nwkgz5HrL { width:46.9375rem;height:8.75rem;top:9.5625rem;left:0.40625rem;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5gCEoLAMtt83mUGTVNvCVAUFbLGsI9v { width:29.9375rem;height:2.8125rem;top:19.75rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxJAVd5WpmJv1uZDwTzbDDigaOl8tQlS { width:46.875rem;height:69.3125rem;top:5.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTqQnfxDlzx88cdl5Tf94IMpCA6utGX { width:21.0625rem;height:21.0625rem;top:20.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44s6n1ayBLvOwOKydwtLTypMnqBZVJ2 { width:31.6875rem;height:2.4375rem;top:23.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbNHGn6UCScNCheTPPhOqwTW8msLqS49 { display:block; }
 }@media only screen and (max-width: 763px) { #fbd0ieRKULU0gm3MoQGrCerdmVBRyk8X { width:31.5625rem;height:2.4375rem;top:27.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFcxUCWHwcCTOr9hv0r2eMW6h5ELd8HR { display:block; }
 }@media only screen and (max-width: 763px) { #x1qUBqMKsmFBtOhZbSLm9AkeIXfN57Ir { top:24.25rem;left:8.9375rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJOXskgT2iloCE20ewZZAa1p0a2hq9xv { top:27.5625rem;left:8.9375rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP2BrhdU6PDZNEfhepdPmfUv2zfUp5kD { top:38.375rem;left:8.9375rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Q6EraunBvRTxmfaacTTVBJSOC5MeJW { width:45.625rem;height:4.125rem;top:33.1875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4hhVJUp9LqJe3QOrWrdtMftKP3ksCKP { top:48.25rem;left:6.8125rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3SpdBMRTKZJThxi5AuN0kSlRsEwTfdS { top:52.5rem;left:7.1875rem;width:36.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp3faLmyW5chcsrf4C74psGuQkUSvx5w { top:43.5rem;left:7.1875rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCl7Jl3SbKMOyVstggwIlwxQaQdshsTG { width:2.6875rem;height:2.6875rem;top:43.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brDFuOGr8ErgJvqiyqyJKFkyy2kb02k8 { width:2.6875rem;height:2.6875rem;top:48.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UISuBTiZn0noyzcf7TmCNos5bT4zLTdN { width:2.6875rem;height:2.6875rem;top:52.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTcSSHm26FsiGmUm4zfNBUC7dHa0x8Kr { width:17.5rem;height:3.4375rem;top:67.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdVUsh8949wBniTeyvArrLhH34AsVlcy { display:block; }
 }@media only screen and (max-width: 763px) { #dBoFqLSqQZPBS8WvkGV13EzmGgsrqWBf { width:17.5rem;height:3.4375rem;top:67.5rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T36oCCbS89nXfKsUOS9qWag42r02ndqs { display:block; }
 }@media only screen and (max-width: 763px) { #StzCXqZ60k2at93FfvFMnKcH5mh8x0TS { top:64.0625rem;left:25.375rem;width:17.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbkKSDeaJ4G0ElsWgvqxgyrUQ7CT738 { top:64.0625rem;left:4.53125rem;width:18.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiR7iJdWuyTl67upR9xGU11WBcZ7zZiO { top:57.25rem;left:7rem;width:38.6875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrWiHTTXBJECKRamDObJ73asty1xoQOg { width:2.6875rem;height:2.6875rem;top:58.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs { display:block; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZGi4XsaQiuX86C3ZDoL8qGyr2yqBmeh { width:47.75rem;height:8.75rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZfPd1rfeOqJadPK6co56Bzm5w1z4luK { width:47.75rem;height:5.625rem;top:12.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3nvHNKwhi7XZXJTzWBUOnWyWoFQboQm { width:8.9375rem;height:0.8125rem;top:19.5625rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dJvC4GhMR9E7kgfOLZ4sKxMfiQpJnb { width:47.75rem;height:3.5rem;top:21.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw { display:block; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #uuTTvWWv5GtqLrbc6azAVDK0XdufIDrv { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDeFCaERkkKvnqwAlsX5pQmSilCHCgfz { width:47.75rem;height:2.8125rem;top:10.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5gEXh7MCtOrShXdwx73m9mnRbAdica5 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ZNe7tPN8vv5XTNSelzZHxKn1k4zdqi { display:block; }
 }@media only screen and (max-width: 763px) { #Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey { display:block; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUnO2PnszdIwlWfJ6cfwkP71rmaW62E9 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxmKTJIXSooC5lqgSaLBnGt5Mx39Z6d9 { display:block; }
 }@media only screen and (max-width: 763px) { #PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 { display:block; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uukLRTcTCPISEi7OrG35tNEiWgfViudd { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y66pGEKTgZyPxQLGwQ76SCL0utLBLqlD { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u { background-color:#ffdfcf;background-image:none;display:block; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { background-color: transparent; background-image: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .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); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGiogLS2o0pbyAz6whwkTDaCEgeWli43 { width:20rem;height:2.2747375rem;top:13.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTUzPRwX8WLtWmEfy2sRaDppCcgqRev { width:13.9375rem;height:3.9375rem;top:8.5625rem;left:3.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEqTd7mKzCyNsOhWpv33hSVu9ayuvcnA { width:12.875rem;height:6.125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAEr8DHHBwLXqDRBsAv2W0w9nTGzemH { width:20rem;height:6.0625rem;top:34.625rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3KvSmqnSSeyFEef7u9ZuTgTEiDPImm { width:20rem;height:3.57421875rem;top:35.869140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #kMFQrQCd3EIDexNovCv51kL2qrewZLoR { width:18.75rem;height:4.375rem;top:42.125rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hahzWzlbqgRWDt3hoFESW98s9npaKVcU { display:block; }
 }@media only screen and (max-width: 763px) { #ZlTbryvzTH1Tko0KIrqkaJ3OtszmGcBT { top:15.3359375rem;left:0rem;width:20rem;height:20rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FT4KDhF8bkUJquX8kqOospfDxgXlOeud { background-color:#ffeee5;background-image:none;display:block; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { background-color: transparent; background-image: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .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); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxTTRnpJ8eN8ePXna6380ZPqxCxFZOZD { width:20rem;height:4rem;top:2.1875019073486rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CFX7pmvSRh6PdnFiBPvyOEdq5l9N9KQN { width:14.4375rem;height:3.125rem;top:8.1875rem;left:2.78125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QNvZAsUwU8e9Wu9uyy6FE8xA972H9uOT { width:20rem;height:1.3997375rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAuUwVMPeDb9HpI6RKsM4sTbi4AGen4b { width:8.9375rem;height:0.8125rem;top:13.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEG5QUgr8OQeN3kGUN47w6PFA50TCGB3 { width:20rem;height:11.197275rem;top:18.4615875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB { display:block; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPmW9pRXdu17GKpzlx4yyHNzbooADDQQ { height:11.2080078125rem;width:20rem;top:2.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTCpiOKRyiTELHumfrSdclPN4pvJbxyN { width:15.0625rem;height:3.4375rem;top:15.14453125rem;left:2.46875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9lWMaraWq2lhBJCFVfGIcP50aX2U938 { display:block; }
 }@media only screen and (max-width: 763px) { #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 { display:block; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3B8wAenJhFN4lrxrSTIQAmwWtyVNCE0 { height:11.2080078125rem;width:20rem;top:2.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idmwt8popgUJHfNzCzUC1ElVVJ02Z0w9 { width:15.0625rem;height:3.4375rem;top:15.14453125rem;left:2.46875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PKD1GB0MwcLVQqImTNO9AFXeGAaPHk { display:block; }
 }@media only screen and (max-width: 763px) { #i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go { display:block; }#i2VUatkCZqwqNeoF0Wg4Kt5BGRibL0go > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEkd4yoTWBKGF40csVHu6IhDETLnpe3V { width:20rem;height:2rem;top:2.1875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KGgEVxeoCqCGgLurhnx7vbzw8Qq3K5Jt { width:18.6875rem;height:8.7734375rem;top:5.15625rem;left:0.65625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Iymh9z4XrwBnfbTqxdpSrMA4E27s4okN { width:8.9375rem;height:0.8125rem;top:17.250001907349rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihFnWo4NTEsD40TB1W61BQMVeET2KB0H { width:20rem;height:1.3997375rem;top:19.062501907349rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIufgfLh4wMdXMUCnHHbGTu8UcF1oDz { width:20rem;height:9.5976625rem;top:22.250001907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9vPlSuBbixo5mgGUHTgif7nic6b3LFs { width:20rem;height:17.6875rem;top:15.860677719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr { display:block; }#zZ0TtyxupRlaSNZuU7f3KadD0P6lZrbr > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlDEDIbIrATMofh5GvpQ2vpOVmvNFp4m { width:20rem;height:3.199225rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPN1Bc1QKnaAmbQN7omW9XOTgED4iqaX { width:20rem;height:1.3997375rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avLP6p7ZiuHwFCdIH75PJg8CFnZMMwCA { width:8.9375rem;height:0.8125rem;top:2.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXnBHVczFwaitwGwwOfh9wORIBbfiKR { width:20rem;height:1.3997375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRPDCQeaOcBPPyFX6gUF0K2CqSUDEI8 { width:8.9375rem;height:0.8125rem;top:15.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChezmMrO8izeJAhnf8fczpqWb5TJuUzl { width:20rem;height:3.199225rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCgA2b1rhedAIJP2I8dxTrZBRABwXcFU { width:20rem;height:11.625rem;top:1.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbPc3ANpK9ldiTI0Hlm8TIn3DsDKqQhC { width:20rem;height:11.25rem;top:14.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a { display:block; }#zuQCcLsrgoq0f1COHF6H8LpgeyDGJB9a > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R79G4uIvH5gHAII6mN1yiITv18rTgWTB { width:18.75rem;height:1.3997375rem;top:4.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBfNBV3mMuTyHlCMuTdzOmzswd2TIrxF { width:8.9375rem;height:0.8125rem;top:2.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFKrT39LmytUlxQgtcD8nNSFkFF1HTCS { width:20rem;height:3.199225rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZtpL1B0ptFTs0RUo5ghCEwAHlCvbRU { width:18.75rem;height:1.3997375rem;top:16.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMX2LR7aPTzWNSUQtIiTP8PJGoCtBBw3 { width:8.9375rem;height:0.8125rem;top:14.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtETpS2KPLacGFFx6RU3BlXqe6nITBA { width:20rem;height:7.9980625rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #podJM6ohLmI9x0RTsxEkI5Xcp4hTFKwL { width:18.75rem;height:1.3997375rem;top:33.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG6tS8yzkAguxoJgL4MOXIE3B8qJWTMC { width:8.9375rem;height:0.8125rem;top:31.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPiQxkFs0hQJm2etq8kosFfXgCWOpW6m { width:20rem;height:4.7988375rem;top:36rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m78XFG3AGvThW4eiwOKXHIXRnLx0rIND { width:20rem;height:10.75rem;top:1.166672706604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPhOQr6ghaLqf4BAAVVGxoGEOax90gfv { width:20rem;height:15.4375rem;top:13.42317199707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR8cd9TmsX0sdszFNMcKGAvVwmQODHMS { width:20rem;height:12.1875rem;top:30.173177242279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxiCNSmZkFToBI36vZ1TucscVa4Jnxu5 { width:18.75rem;height:4.375rem;top:43.610687255859rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmIGKS7nyiinP6MstqFPZTTVZkKk2Saz { display:block; }
 }@media only screen and (max-width: 763px) { #vmAixr2ilvRKzNX47qaux179ytMHJR6O { display:block; }#vmAixr2ilvRKzNX47qaux179ytMHJR6O > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pVFk11Ts7vlilxvmJe87IBEgz6AgkM { height:11.2080078125rem;width:20rem;top:6.7890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixLWoukWHTANM6SNx9lfTPD7VUXZvHdX { width:14.8125rem;height:3.375rem;top:20.14453125rem;left:2.59375rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nmy6lWrfCu4RTTaZxKg3sZSVHui3Me { display:block; }
 }@media only screen and (max-width: 763px) { #Wmn3ws5zOuDHoDJCrJJueyKecXI0Z0hb { width:20rem;height:2rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB { display:block; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtUeO9HcQe39FaT0qOmweqcsIpvNf7MZ { width:17.1875rem;height:4rem;top:1.9375rem;left:1.40625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fifwXUqbrW5hIUOM53yAw7TU9riPg7ID { display:block; }#fifwXUqbrW5hIUOM53yAw7TU9riPg7ID > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrTMSmLr8Zofloa95KRZTpfEqqWE814I { width:19.0625rem;height:2.03125rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV4vhmCZTqPooG00W1StTQvP3FpxS74m { width:15.4375rem;height:5.84895625rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABgt4LGMOTSTLNVdlNiOKfE1R17yZKp { width:18rem;height:4.38671875rem;top:23.812507629394rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUmQEgs2QCF33iAbrHKIbcaNDoPJ78zK { width:18.1875rem;height:3.25rem;top:29.250001907349rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTCdToGqPy59Uh8RDLAoUFiHMCI63LN { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #h8VaTKr8Ec4kac9wWamACJ6WzPvU8rCz { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #i9NCWJ1tezBhF6b2fZR1bIOFzcFmPU9K { width:16.625rem;height:5.84895625rem;top:34.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPlDud7a1v0xH2LvCOP0rxmbTBoV4zN5 { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #RKJcfHzyaacecvkFuotE9XzTruOHH7po { width:16.0625rem;height:7.3111875rem;top:50.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QckyKMgEdG42nBEmMNSMD7QnLiaNIBtq { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz { display:block; }#Tnw3Cp4oRbMJtz1da3u3hbtFrLm0Apkz > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoSQlGxRUi0Ze9MXeFHfJH091ZnPmGRJ { width:19.0625rem;height:2.03125rem;top:21.374336242676rem;left:0.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ST2S9EmtoVRFBFlPAJWSlBCpZOACcv { width:18.75rem;height:4.38671875rem;top:24.375015258789rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWfbK2v0eI49sTsuhTKG34Ns3uFXisd7 { display:flex;width:2.1875rem;height:2.1875rem;top:35.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #LkxGqJILNg3D4EOIyy3mCWevNdBeJ7UX { width:19.4375rem;height:3.25rem;top:29.9375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFfmdTOPAaeP3O4TRvRiVCfiAPdv1F69 { width:15.25rem;height:7.3111875rem;top:34.375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feuQyP8IWGKy5be6yVzFfuZ68dTak80W { width:15.75rem;height:4.38671875rem;top:43.125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyfb0GnJ05ziOBk5WQNiaNw6V424DAIG { width:15.9375rem;height:7.3112rem;top:49.0625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3OF8ERMFGO1WgIOxPKTWq9vx6F4rfo { display:flex;width:2.1875rem;height:2.1875rem;top:43.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #JKJB96QVHAJB03lTqtpiT0M4ftcZhydq { display:flex;width:2.1875rem;height:2.1875rem;top:52.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #CricCqlmPcyqADuPtbvdN44KB5POTrWF { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ { display:block; }#nGkaZqAnzvidCOLKrf8nMTCgXITctHsJ > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbGvW2V65bbQVa5CHXsLS9pzhTE1IUCS { width:19.0625rem;height:2.03125rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZwbUk3xs3pcps4duDAa7KeEpup0bJml { width:15.4375rem;height:5.84895625rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqn2qlf3uTCPaCZwqUQAhkRhRIM0vGx9 { width:18rem;height:4.38671875rem;top:23.812507629394rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGPNiUq3SZXElfbV63XJ2n4JkeaWKxPM { width:18.1875rem;height:3.25rem;top:29.250001907349rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOLlx8FehTIXt459hLTLihu5DC6KneUv { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TqWDMMvA84OwP0KXzV1orr3TEdf04ssI { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #e4CZtcE9LPUc5iBTT9aZrcrZVOya9fNT { width:16.625rem;height:5.84895625rem;top:34.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnvOzIstrZduccBAdePVt0LxFlZyJf2r { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #BFsU1lBOyBs3kkMhqKCxgKzn8KFHFnbS { width:16.0625rem;height:7.3111875rem;top:50.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw0dXzUohvfktSKbiis4CR3GMzJaNzyp { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z { display:block; }#rIPoO4imyiwWUTAI46DA6Rh7TqWWMp9Z > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L45CS9zTUx8xLrJBB6f6XOLardqvIC9E { width:19.0625rem;height:2.03125rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFNEqtUnCM9bavCOuBa6CFUTSGG9uuXS { width:15.4375rem;height:5.84895625rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffMHyn6doHWEN8VqveCD0f7wCaTHyWmA { width:18rem;height:4.38671875rem;top:23.812507629394rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3g2ieSlMiyKM6gNoXwLAonit5V1iJS { width:18.1875rem;height:3.25rem;top:29.250001907349rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJrR92T6UVRcRmQdS3cuVrNlbJkWPTe { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #LRnFEqGXcrn77KBIwa5G9NQfBLBPnxH5 { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #UGisw3DkzpQmpRyCivrF6ozDmi2pwJlE { width:16.625rem;height:5.84895625rem;top:34.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKdMMBSb9Ovmd5a6Q1ifaXvGr1mGb4dN { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ddcq4wRiEx3EqRnG5VFiSIRuxSSKrR4N { width:16.0625rem;height:7.3111875rem;top:50.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVuWWWreM1SXoPOI6DhGqVZTrDARz6Di { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 { display:block; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDvshNxI9lWCzdCmbpc0ftwnV8iWtLKV { width:19.0625rem;height:2.03125rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ru3D3ThTC2EGWiMIbWQGgZiEaGeRPg { width:15.4375rem;height:5.84895625rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkLaTl6nMhl8cNC21etlsWeIsfW22Re { width:18rem;height:4.38671875rem;top:23.812507629394rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzqMTrEAFRDNrWTuFIinu7HptdxL036m { width:18.1875rem;height:3.25rem;top:29.250001907349rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBhM7aJT6ebO3O3VDG29zhkSiugIyPKO { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #c62zdmQ6JMZ657lkQ4MtBkVUAqh6Ge7a { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #fOgFBcQJ7uoipi1FSCSEX0ivOF8cMsfm { width:16.625rem;height:5.84895625rem;top:34.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5JPBP0GhwBO2piva0l8WBTpNMwwbDGR { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #bpph7OD9vZ5PPeGB5bboLeeL6fGBSONn { width:16.0625rem;height:7.3111875rem;top:50.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM0VmDCrAIQbnkoK9qeNkH0M9wBP2OXm { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN { background-color:rgba(255,238,229,0.64);background-image:none;display:block; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container { background-color: transparent; background-image: none; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container > .video-iframe-container { display: none; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row > .video-iframe-container { display: none; }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .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); }#IvQLnn9XZrWtVX1zJy1biDK7VdiUV6AN > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEWE90DsM0QhGig0QMl7Lv5Nwkgz5HrL { width:20rem;height:7.79883125rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #H5gCEoLAMtt83mUGTVNvCVAUFbLGsI9v { width:20rem;height:2.03125rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxJAVd5WpmJv1uZDwTzbDDigaOl8tQlS { width:20rem;height:77.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTqQnfxDlzx88cdl5Tf94IMpCA6utGX { width:6.25rem;height:6.25rem;top:11.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44s6n1ayBLvOwOKydwtLTypMnqBZVJ2 { width:19rem;height:2.4375rem;top:16.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbNHGn6UCScNCheTPPhOqwTW8msLqS49 { display:block; }
 }@media only screen and (max-width: 763px) { #fbd0ieRKULU0gm3MoQGrCerdmVBRyk8X { width:19rem;height:2.4375rem;top:19.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFcxUCWHwcCTOr9hv0r2eMW6h5ELd8HR { display:block; }
 }@media only screen and (max-width: 763px) { #x1qUBqMKsmFBtOhZbSLm9AkeIXfN57Ir { width:20rem;height:1.29948125rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJOXskgT2iloCE20ewZZAa1p0a2hq9xv { width:20rem;height:1.29948125rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP2BrhdU6PDZNEfhepdPmfUv2zfUp5kD { width:20rem;height:1.4622375rem;top:32.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Q6EraunBvRTxmfaacTTVBJSOC5MeJW { width:18rem;height:6.9043rem;top:23.25rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4hhVJUp9LqJe3QOrWrdtMftKP3ksCKP { width:16.625rem;height:4.14258125rem;top:40.875rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3SpdBMRTKZJThxi5AuN0kSlRsEwTfdS { width:14.6875rem;height:5.5234375rem;top:46.6875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp3faLmyW5chcsrf4C74psGuQkUSvx5w { width:16.875rem;height:4.14258125rem;top:36rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCl7Jl3SbKMOyVstggwIlwxQaQdshsTG { width:1.5625rem;height:1.5625rem;top:36.000000953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brDFuOGr8ErgJvqiyqyJKFkyy2kb02k8 { width:1.5625rem;height:1.5625rem;top:53.811851501465rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UISuBTiZn0noyzcf7TmCNos5bT4zLTdN { width:1.5625rem;height:1.5625rem;top:40.875002861023rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTcSSHm26FsiGmUm4zfNBUC7dHa0x8Kr { width:17.5rem;height:3.4375rem;top:64.5625038147rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #FdVUsh8949wBniTeyvArrLhH34AsVlcy { display:block; }
 }@media only screen and (max-width: 763px) { #dBoFqLSqQZPBS8WvkGV13EzmGgsrqWBf { width:17.5rem;height:3.4375rem;top:73.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T36oCCbS89nXfKsUOS9qWag42r02ndqs { display:block; }
 }@media only screen and (max-width: 763px) { #StzCXqZ60k2at93FfvFMnKcH5mh8x0TS { width:17.375rem;height:2.5989625rem;top:70.3125038147rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbkKSDeaJ4G0ElsWgvqxgyrUQ7CT738 { width:17.375rem;height:2.5989625rem;top:61.442060470581rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiR7iJdWuyTl67upR9xGU11WBcZ7zZiO { width:16.75rem;height:5.5234375rem;top:53.8125rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrWiHTTXBJECKRamDObJ73asty1xoQOg { width:1.5625rem;height:1.5625rem;top:47.2109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs { display:block; }#wuTVcisqc2Eu9WfD1TozWDE9yaFv6hrs > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZGi4XsaQiuX86C3ZDoL8qGyr2yqBmeh { width:20rem;height:4rem;top:2.125rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sZfPd1rfeOqJadPK6co56Bzm5w1z4luK { width:18.75rem;height:6.09375rem;top:7.8125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H3nvHNKwhi7XZXJTzWBUOnWyWoFQboQm { width:8.9375rem;height:0.8125rem;top:15.6875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dJvC4GhMR9E7kgfOLZ4sKxMfiQpJnb { width:20rem;height:2.799475rem;top:18.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw { display:block; }#cExfVIrqgizOHdk6AbyX1Mhlo23Ixpnw > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-heading-text { font-weight:400;font-style:normal;font-size:1.125rem;height:auto; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 { display:flex;height:auto;width:17.5rem;top:10.937501907349rem;left:0rem; }
#Ll0nhLLgwepOfABrbRPMySb6noHSq169 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #Ll0nhLLgwepOfABrbRPMySb6noHSq169 #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #uuTTvWWv5GtqLrbc6azAVDK0XdufIDrv { width:18.75rem;height:4rem;top:2.375rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SDeFCaERkkKvnqwAlsX5pQmSilCHCgfz { width:20rem;height:2rem;top:7.0625019073488rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #p5gEXh7MCtOrShXdwx73m9mnRbAdica5 { width:18.75rem;height:4.375rem;top:29.4375rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ZNe7tPN8vv5XTNSelzZHxKn1k4zdqi { display:block; }
 }@media only screen and (max-width: 763px) { #Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey { display:block; }#Ifd7d1WKXLZdAgSkMTFA338NPeqQtxey > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUnO2PnszdIwlWfJ6cfwkP71rmaW62E9 { width:15.0625rem;height:3.4375rem;top:15.14453125rem;left:2.46875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxmKTJIXSooC5lqgSaLBnGt5Mx39Z6d9 { display:block; }
 }@media only screen and (max-width: 763px) { #PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 { display:block; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uukLRTcTCPISEi7OrG35tNEiWgfViudd { width:6.25rem;height:3.0625rem;top:2.59375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y66pGEKTgZyPxQLGwQ76SCL0utLBLqlD { width:1.3125rem;height:1.21875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }