.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,232,217;--color-primary-1:255,179,128;--color-primary-2:255,102,0;--color-primary-3:128,51,0;--color-primary-4:38,15,0;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/c4d64163-577c-4bd7-a06e-55a68d28d8cf/FoodToSavePadarias1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kFAQrmtLdvVIk3JRwyk0G3SqmRBpQTgl { position:absolute;display:block;z-index:15001;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:0;width:10.0625rem;top:-3.8125rem;left:0rem;overflow:hidden;display:block; }
#A2mDOgSMHtySKrHTQWC9uqRwLte5CMc2 { 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:27.375rem;width:27.375rem;top:5.3125rem;left:32.625rem;overflow:hidden;display:block; }
#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { position:relative;display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { background-color: transparent; background-image: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .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); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { border-width: 0; border-radius: 0; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { color:rgba(var(--color-primary-0),1);display:block;width:38.5625rem;position:absolute;font-family:londrina;font-size:4.875rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:0rem;left:0rem;height:17.5488125rem;font-style:normal;display:block; }
#OTi5B1duTMRFxkLy5DQ34GvHFTPmnoqX { color:rgba(var(--color-primary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:20.125rem;left:0rem;height:4.125rem;display:block; }
#BTEqEzkkyLKLatuUTaV4WMsIPlfiQzFw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.8125rem;top:13.75rem;left:39.1875rem;overflow:hidden;display:block; }
#SaL2SScVC7lvumvdsdU451dELlptmMmn { position:absolute;display:block;z-index:15005;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:1.3125rem;width:23.625rem;top:17.546875rem;left:5.90625rem;overflow:hidden;display:block; }
#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { position:relative;display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { background-color: transparent; background-image: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eeIsiyd1qx8dEdoZDQ4wHXhGThregaTn { background-color:#cf0660;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poleno;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1875rem;left:5.25rem;display:block; }
#qven96VNldEZcme0vzvhzFWM4wQNuapn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE { position:relative;display:block; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE { background-color: transparent; background-image: none; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row .container > .video-iframe-container { display: none; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row > .video-iframe-container { display: none; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .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); }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE { border-width: 0; border-radius: 0; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP { position:relative;display:block; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP { background-color: transparent; background-image: none; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row .container > .video-iframe-container { display: none; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row > .video-iframe-container { display: none; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .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); }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP { border-width: 0; border-radius: 0; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row .container > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:relative;display:block; }#FZiTF8Q7JyBnMGLfVq2oUu7hzs0McR33 { color:#003d5b;display:block;width:34.1875rem;position:absolute;font-family:londrina;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.873046875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rsHiaiVPkWhwcS6BTDvqXTXBuICF1HcI { position:absolute;display:block;z-index:15001;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:7.75rem;width:7.75rem;top:24.75rem;left:52.25rem;overflow:hidden;display:block; }
#P97IwKILgSVNVGq6R08rfMZTa2JDXZOn { color:#003d5b;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.7041015625rem;left:0.21875rem;height:8.77441875rem;text-align:center;text-align-last:center;display:block; }
#MFWacIxumnMhJfN2EN1ghXDgC7zK02PP { color:#003d5b;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.7041015625rem;left:15.25rem;height:8.77440625rem;text-align:center;text-align-last:center;display:block; }
#ZGbk1uBxOevsDhmxTDWUrzrS1JW56V6m { color:#003d5b;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.7041015625rem;left:30.625rem;height:10.2368125rem;text-align:center;text-align-last:center;display:block; }
#OLvi26bNUueruxf8zAmkvnHL2sblT0B1 { color:#003d5b;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.7041015625rem;left:45.65625rem;height:10.23680625rem;text-align:center;text-align-last:center;display:block; }
#Bc4xuUPUTs1tfKerwATEHMEbxS2x3XLJ { position:absolute;display:block;z-index:15006;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:3.5rem;width:3.5rem;top:7.03125rem;left:5.75rem;overflow:hidden;display:block; }
#eHAPRZZkakid9PM2TZR2C2525hhknK1c { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:6.84375rem;left:20.5625rem;overflow:hidden;display:block; }
#BKdF28xMwwf9QSgkpeO8ZP47irumyeAG { position:absolute;display:block;z-index:15008;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:3.6875rem;width:3.6875rem;top:6.9375rem;left:35.65625rem;overflow:hidden;display:block; }
#z0rlvLBTQ5G7KaApTm4QoBvDZNHNqTHb { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:7.53125rem;left:50.96875rem;overflow:hidden;display:block; }
#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW { position:relative;display:block; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW { background-color: transparent; background-image: none; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row .container > .video-iframe-container { display: none; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row > .video-iframe-container { display: none; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .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); }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW { border-width: 0; border-radius: 0; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C9Lfm04aqEOxAvVkoIZfx2QrkSoKRhp1 { box-sizing:content-box;height:19.8125rem;width:24rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.2789063453675rem;left:3rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ItqWUFaaO5nTnTX29E9FuXcnLX4aLxNP { color:rgba(var(--color-primary-0),1);display:block;width:45.0625rem;position:absolute;font-family:londrina;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPIwQdM2mqbGmS621Rt9iyT8q1ekvTC5 { color:#003d5b;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.12890625rem;left:5.986328125rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBUXwNnIbx9xHtkoSdyJoKAwXTOqSiyV { color:#003d5b;display:block;width:1.25rem;position:absolute;font-family:poleno;font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.7470703125rem;left:5.142578125rem;height:2.35595625rem;display:block; }
#lM1NlmqN6VTFvVOfnNVpSfu9LcLrv7S1 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.7470703125rem;left:4.673828125rem;display:block; }
#H63uAlGbIbkDozHt69LhTga2JPTAguP3 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.446875572204rem;left:4.0492191314697rem;display:block; }
#onJtX176yOJIkeFviVyK9TvNKn8czhec { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1845703125rem;left:5.986328125rem;display:block; }
#BPtmvZcGw3KfNHQItm8a8fDxbiHJcmJT { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.7275390625rem;left:5.361328125rem;display:block; }
#rz7AnvevFWm3FXCQh1OcLpI6sKqmm6n8 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.50390625rem;left:5.673828125rem;display:block; }
#ND8SaUfRFRriwbM5trmd6ErEhf29sNFE { color:#003d5b;display:block;width:1.5rem;position:absolute;font-family:poleno;font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.362500190735rem;left:4.3929691314697rem;height:2.35625rem;display:block; }
#dhaZl1fwlfqs5RE2zeklONuH5ayOL94v { color:#003d5b;display:block;width:1.4375rem;position:absolute;font-family:poleno;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.1630859375rem;left:6.423828125rem;height:2.35595625rem;display:block; }
#JtfvIPvRrRtPHIeVWQRiqrEwRz6Dta0k { color:#003d5b;display:block;width:1.3125rem;position:absolute;font-family:poleno;font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.7060546875rem;left:5.673828125rem;height:2.35595625rem;display:block; }
#vLdIaBV4Jd2idI6uwiyQ1f7mO37mQ1r1 { color:#003d5b;display:block;width:1.3125rem;position:absolute;font-family:poleno;font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.50390625rem;left:6.048828125rem;height:2.35595625rem;display:block; }
#OHNGu3zUz4OXFqT6JCZ33cMk1cJb0xp2 { color:#003d5b;display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4462890625rem;left:38.40625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#fNN0eSmDsvqFQ7JwTLIEKT8klnul9IlB { box-sizing:content-box;height:19.8125rem;width:24rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.2789063453675rem;left:33.000001907349rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#XaxM0gFoxFaBwnL87nt7QGAuN192XTzX { color:#003d5b;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.31640625rem;left:35.093751907349rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#rSzMBTP2fZIIeGARQkIScwMAiToFxo8T { position:absolute;display:block;z-index:15008;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:5.9375rem;width:5.9375rem;top:16.2275390625rem;left:41.943359375rem;overflow:hidden;display:block; }
#yRlTdBVPmr4XwnU0XQmeXTtIiBWCxkwc { color:#003d5b;display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4462890625rem;left:46.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#M8koOTImAhdidee3fQTCRhUarOwVS6S8 { color:#003d5b;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1650390625rem;left:34.65625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { position:relative;display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { background-color: transparent; background-image: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { border-width: 0; border-radius: 0; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#slkLGvAsBUByUCpcPAXiadC8aaF3KBc2 { color:rgba(var(--color-primary-0),1);display:block;width:18.75rem;position:absolute;font-family:londrina;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:32.6875rem;height:6.82425rem;font-style:normal;display:block; }
#vnR6CETplVJl5maRluSt9dxWSFR8CqFX { color:rgba(var(--color-primary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.93359375rem;left:28.34375rem;height:9.2607375rem;text-align:center;text-align-last:center;display:block; }
#FwCmqnwNF8myMLnkWZrZWFLcdyuRQR6y { position:absolute;display:block;z-index:15005;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:25rem;width:25rem;top:1.8125rem;left:2.3125rem;overflow:hidden;display:block; }
#HB3iCKbXl65Twg7V2Jtm5bBDkUgio1zN { background-color:#cf0660;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poleno;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.625rem;left:31.875rem;display:block; }
#I3dXQbrucLD0GC9vOBcHryulgCDWVIzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 { position:relative;display:block; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 { background-color: transparent; background-image: none; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row .container > .video-iframe-container { display: none; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row > .video-iframe-container { display: none; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .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); }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 { border-width: 0; border-radius: 0; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .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:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#003d5b; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .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); }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-trigger { width:1.5625rem;min-width:1.5625rem;height:1.5625rem;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_f78578a91a94f5773cf179be79356edc1c5aecc2.svg");background-size:contain !important; }#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-trigger.adaptive-delivery-prevent-bg, #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-trigger.lazyload, #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-trigger.lazyloading { background-image: none; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.875rem;left:0rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #aqBr8mTKafvST8Vd7HGmrNI9bqt2llc0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #B44TqQnmTZEGiV3Wb9r9VxnSTmPQOKXs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #WlxPG9XpMQNldbphHxJJktwgoexdOdRw { display:block;position:relative; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #w82SsOAfsh5bbaBSfchgur9xxlaXZLbk {  }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #VuUrQlC3DqcoPLyJfkDB2kZ3K32v2gKw {  }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #qPGM701gdtptlhATqooGpvIVeQCODZTs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #cXwC0TeET8Rh76ovxCkkrFue2qkZecR9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #xfBLSFs2bhlAt3rRRfc1SrbEDgCkGaKB { display:block;position:relative; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #Dtc9B8ETWN2smOdJ8X82i8O2VBXCVJdF {  }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #xa0v7xdn1yfwF1gGakNKFLMT38Uwfyz5 { display:none; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #WTiquolUxgc3kVIx4B2TlvO2IOsbo6Xw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #ACe6Etv5ffhMNKQNho8n1w8GTHThvC58 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #S55wMs5XWldPTT6TfH4GPHZn7U8XaPGf { display:block;position:relative; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #D2PetQBiRRQ64TfuqQNp8KRE9fHqNHw6 {  }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #h5xi4oLuq0wxBhQlXCGEhTfCn2fFTkbL { display:none; }
#aTybHFPUm8aIc2B7MctBg8xPVITfmgaJ { color:rgba(var(--color-primary-0),1);display:block;width:20.9375rem;position:absolute;font-family:londrina;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.40625rem;left:19.53125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen { position:relative;display:block; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen { background-color: transparent; background-image: none; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row .container > .video-iframe-container { display: none; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row > .video-iframe-container { display: none; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .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); }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen { border-width: 0; border-radius: 0; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#WSWDkCLb4QGD8Pb9inVLuA6ZTNdOnFaD { position:absolute;display:block;z-index:15001;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:3.125rem;width:7.25rem;top:5.21875rem;left:36rem;overflow:hidden;display:block; }
#POsf29SxceCbHrm9Gp46AypSm7ae8uQb { 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:2.5625rem;width:9rem;top:5.5rem;left:15.5rem;overflow:hidden;display:block; }
#QmXa4BeibfA9mxiWsIpwMIh3Jcri1PBs { position:absolute;display:block;z-index:15003;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:4.1875rem;width:4.1875rem;top:4.6875rem;left:28.46875rem;overflow:hidden;display:block; }
#UFvHa6lsH4T5PURcDO6AI8leJxdaLH5L { position:absolute;display:block;z-index:15004;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.25rem;width:6.6875rem;top:5.65625rem;left:46.7607421875rem;overflow:hidden;display:block; }
#hoZSsEMKw7OUq4TBJD6FqdxTbtIdFhup { position:absolute;display:block;z-index:15005;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:7.3125rem;width:7.3125rem;top:3.125rem;left:5.6875rem;overflow:hidden;display:block; }
#eMnTCd92nXhKhwBcWGvaPBh49Dow4cny { color:#003d5b;display:block;width:23.5rem;position:absolute;font-family:londrina;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.69921875rem;left:17.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row .container { background-color: transparent; background-image: none; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row .container > .video-iframe-container { display: none; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row > .video-iframe-container { display: none; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .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); }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row .container { border-width: 0; border-radius: 0; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#qg8Jtqg2of809H8qfvNkgNicL5AKJzvs { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:26.375rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:15.46875rem;left:2.8125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;display:block; }
#zVAgXbFADBzgKSQ6mn3EWbssUqKcQ1mZ { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.2978515625rem;left:4.125rem;height:11.25rem;color:#003d5b;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZzTMiPmUivxrd8ZvKLKFiwDhBfUt7Th { display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.7666015625rem;left:11.5625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;color:#003d5b;display:block; }
#NMxcTpG9Qc5GaPqeEnhGrpoDE1Pzmd6s { display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.8916015625rem;left:32.75rem;height:15.46875rem;color:#003d5b;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sz8rn03U1zyooZ6kBiPqAWye1weB3IEM { display:block;width:60rem;position:absolute;font-family:londrina;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:5.125rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-style:normal;display:block; }
#OorpkpeW8mNvv8XJrstWtu04ODBkFgH6 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:26.375rem;width:26.25rem;position:absolute;display:block;z-index:15001;top:15.46875rem;left:31.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;display:block; }
#ppxzoVhSveT5ItTUHgaLKdXzFVn4XGmx { display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.7666015625rem;left:40.25rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;color:#003d5b;display:block; }
#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS { position:relative;display:block; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS { background-color: transparent; background-image: none; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row .container > .video-iframe-container { display: none; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row > .video-iframe-container { display: none; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .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); }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS { border-width: 0; border-radius: 0; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x1i87ExSx62IPOZQG1SRhJAA9r1K88Bc { color:rgba(var(--color-primary-0),1);display:block;width:55.9375rem;position:absolute;font-family:londrina;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.5rem;left:2.03125rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmgk2e045pWfS4qVJ4KIPFxdwJFJffHH { background-color:#cf0660;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poleno;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.9375rem;left:21.28125rem;display:block; }
#rOtlMmyBmrnBm7szDWG7wqaOcam2NZ46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgiA2vQJB8iaZbxPk1fFwTQlBu91p5UG { color:rgba(var(--color-primary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:10.25rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFAQrmtLdvVIk3JRwyk0G3SqmRBpQTgl { top:-3.8125rem;left:0rem;width:10.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #A2mDOgSMHtySKrHTQWC9uqRwLte5CMc2 { top:5.3125rem;left:20.375rem;width:27.375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { top:0rem;left:0rem;width:38.5625rem;height:17.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTi5B1duTMRFxkLy5DQ34GvHFTPmnoqX { top:20.125rem;left:0rem;width:33.3125rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEqEzkkyLKLatuUTaV4WMsIPlfiQzFw { top:13.75rem;left:26.9375rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaL2SScVC7lvumvdsdU451dELlptmMmn { top:17.5rem;left:2.375rem;width:23.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeIsiyd1qx8dEdoZDQ4wHXhGThregaTn { width:17.4375rem;height:3.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qven96VNldEZcme0vzvhzFWM4wQNuapn { display:block; }
 }@media only screen and (max-width: 763px) { #E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE { display:block; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOrC2U4HXtg82RtO7may5oXlhzRc2GgP { display:block; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZiTF8Q7JyBnMGLfVq2oUu7hzs0McR33 { top:1.3125rem;left:0rem;width:34.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsHiaiVPkWhwcS6BTDvqXTXBuICF1HcI { top:24.75rem;left:40rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97IwKILgSVNVGq6R08rfMZTa2JDXZOn { top:12.6875rem;left:0rem;width:14.5625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWacIxumnMhJfN2EN1ghXDgC7zK02PP { top:12.6875rem;left:9.375rem;width:14.5rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbk1uBxOevsDhmxTDWUrzrS1JW56V6m { top:12.6875rem;left:22.0625rem;width:13.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLvi26bNUueruxf8zAmkvnHL2sblT0B1 { top:12.6875rem;left:34.125rem;width:13.625rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4xuUPUTs1tfKerwATEHMEbxS2x3XLJ { top:7rem;left:4.21875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHAPRZZkakid9PM2TZR2C2525hhknK1c { top:6.8125rem;left:15.96875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdF28xMwwf9QSgkpeO8ZP47irumyeAG { top:6.9375rem;left:28rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0rlvLBTQ5G7KaApTm4QoBvDZNHNqTHb { top:7.5rem;left:40.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5O99surc66Ic8wlMeDOxT4xOFUH0xW { display:block; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9Lfm04aqEOxAvVkoIZfx2QrkSoKRhp1 { top:8.25rem;left:0rem;width:24rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItqWUFaaO5nTnTX29E9FuXcnLX4aLxNP { top:1.75rem;left:0rem;width:45.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIwQdM2mqbGmS621Rt9iyT8q1ekvTC5 { top:10.125rem;left:2.923828125rem;width:19.8125rem;height:17.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUXwNnIbx9xHtkoSdyJoKAwXTOqSiyV { top:9.6875rem;left:2.080078125rem;width:1.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM1NlmqN6VTFvVOfnNVpSfu9LcLrv7S1 { top:9.6875rem;left:1.611328125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H63uAlGbIbkDozHt69LhTga2JPTAguP3 { top:13.4375rem;left:0.98671913146975rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onJtX176yOJIkeFviVyK9TvNKn8czhec { top:17.125rem;left:2.923828125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPtmvZcGw3KfNHQItm8a8fDxbiHJcmJT { top:20.6875rem;left:2.298828125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz7AnvevFWm3FXCQh1OcLpI6sKqmm6n8 { top:24.5rem;left:2.611328125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND8SaUfRFRriwbM5trmd6ErEhf29sNFE { top:13.3125rem;left:1.3304691314698rem;width:1.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaZl1fwlfqs5RE2zeklONuH5ayOL94v { top:17.125rem;left:3.361328125rem;width:1.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtfvIPvRrRtPHIeVWQRiqrEwRz6Dta0k { top:20.6875rem;left:2.611328125rem;width:1.3125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdIaBV4Jd2idI6uwiyQ1f7mO37mQ1r1 { top:24.5rem;left:2.986328125rem;width:1.3125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHNGu3zUz4OXFqT6JCZ33cMk1cJb0xp2 { top:13.4375rem;left:29.21875rem;width:5.25rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNN0eSmDsvqFQ7JwTLIEKT8klnul9IlB { top:8.25rem;left:23.75rem;width:24rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaxM0gFoxFaBwnL87nt7QGAuN192XTzX { top:10.3125rem;left:25.90625rem;width:19.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzMBTP2fZIIeGARQkIScwMAiToFxo8T { top:16.1875rem;left:32.755859375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRlTdBVPmr4XwnU0XQmeXTtIiBWCxkwc { top:13.4375rem;left:37.5625rem;width:5.25rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8koOTImAhdidee3fQTCRhUarOwVS6S8 { top:22.125rem;left:25.46875rem;width:20.6875rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slkLGvAsBUByUCpcPAXiadC8aaF3KBc2 { top:3.4375rem;left:26.5625rem;width:18.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnR6CETplVJl5maRluSt9dxWSFR8CqFX { top:8.875rem;left:20.3125rem;width:27.4375rem;height:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwCmqnwNF8myMLnkWZrZWFLcdyuRQR6y { top:1.8125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB3iCKbXl65Twg7V2Jtm5bBDkUgio1zN { width:20.375rem;height:3.3125rem;top:20.625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3dXQbrucLD0GC9vOBcHryulgCDWVIzB { display:block; }
 }@media only screen and (max-width: 763px) { #JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 { display:block; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK { display:flex;height:auto;width:27.8125rem;top:10.125rem;left:6.78125rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #aqBr8mTKafvST8Vd7HGmrNI9bqt2llc0 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #B44TqQnmTZEGiV3Wb9r9VxnSTmPQOKXs {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #WlxPG9XpMQNldbphHxJJktwgoexdOdRw {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #w82SsOAfsh5bbaBSfchgur9xxlaXZLbk {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #VuUrQlC3DqcoPLyJfkDB2kZ3K32v2gKw {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #qPGM701gdtptlhATqooGpvIVeQCODZTs {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #cXwC0TeET8Rh76ovxCkkrFue2qkZecR9 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #xfBLSFs2bhlAt3rRRfc1SrbEDgCkGaKB {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #Dtc9B8ETWN2smOdJ8X82i8O2VBXCVJdF {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #xa0v7xdn1yfwF1gGakNKFLMT38Uwfyz5 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #WTiquolUxgc3kVIx4B2TlvO2IOsbo6Xw {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #ACe6Etv5ffhMNKQNho8n1w8GTHThvC58 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #S55wMs5XWldPTT6TfH4GPHZn7U8XaPGf {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #D2PetQBiRRQ64TfuqQNp8KRE9fHqNHw6 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #h5xi4oLuq0wxBhQlXCGEhTfCn2fFTkbL {  }
 }@media only screen and (max-width: 763px) { #aTybHFPUm8aIc2B7MctBg8xPVITfmgaJ { top:2.375rem;left:13.40625rem;width:20.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen { display:block; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSWDkCLb4QGD8Pb9inVLuA6ZTNdOnFaD { top:5.1875rem;left:29.875rem;width:7.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POsf29SxceCbHrm9Gp46AypSm7ae8uQb { top:5.5rem;left:9.375rem;width:9rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmXa4BeibfA9mxiWsIpwMIh3Jcri1PBs { top:4.6875rem;left:22.34375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFvHa6lsH4T5PURcDO6AI8leJxdaLH5L { top:5.625rem;left:40.6357421875rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZSsEMKw7OUq4TBJD6FqdxTbtIdFhup { top:3.125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMnTCd92nXhKhwBcWGvaPBh49Dow4cny { top:1.6875rem;left:11.1875rem;width:23.5rem;height:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n { display:block; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg8Jtqg2of809H8qfvNkgNicL5AKJzvs { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVAgXbFADBzgKSQ6mn3EWbssUqKcQ1mZ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZzTMiPmUivxrd8ZvKLKFiwDhBfUt7Th { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMxcTpG9Qc5GaPqeEnhGrpoDE1Pzmd6s { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8rn03U1zyooZ6kBiPqAWye1weB3IEM { width:47.75rem;height:5.25rem;top:5.125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OorpkpeW8mNvv8XJrstWtu04ODBkFgH6 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppxzoVhSveT5ItTUHgaLKdXzFVn4XGmx { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS { display:block; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1i87ExSx62IPOZQG1SRhJAA9r1K88Bc { top:1.5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmgk2e045pWfS4qVJ4KIPFxdwJFJffHH { width:17.4375rem;height:3.3125rem;top:10.9375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOtlMmyBmrnBm7szDWG7wqaOcam2NZ46 { display:block; }
 }@media only screen and (max-width: 763px) { #rgiA2vQJB8iaZbxPk1fFwTQlBu91p5UG { top:6.8125rem;left:4.125rem;width:39.5rem;height:1.5rem;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) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFAQrmtLdvVIk3JRwyk0G3SqmRBpQTgl { width:10.0625rem;height:0;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2mDOgSMHtySKrHTQWC9uqRwLte5CMc2 { width:20rem;height:20rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { width:20rem;height:8.323875rem;top:0.62501478195187rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTi5B1duTMRFxkLy5DQ34GvHFTPmnoqX { width:20rem;height:5.0625rem;top:12.058625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTEqEzkkyLKLatuUTaV4WMsIPlfiQzFw { width:13.25rem;height:13.25rem;top:14.99609375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaL2SScVC7lvumvdsdU451dELlptmMmn { width:20rem;height:1.11035rem;top:9.69925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeIsiyd1qx8dEdoZDQ4wHXhGThregaTn { width:17.4375rem;height:3.3125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qven96VNldEZcme0vzvhzFWM4wQNuapn { display:block; }
 }@media only screen and (max-width: 763px) { #E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE { display:block; }#E7KCU1S7RKBohNFZpPN5x5u9ZlfkylQE > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOrC2U4HXtg82RtO7may5oXlhzRc2GgP { display:block; }#aOrC2U4HXtg82RtO7may5oXlhzRc2GgP > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZiTF8Q7JyBnMGLfVq2oUu7hzs0McR33 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsHiaiVPkWhwcS6BTDvqXTXBuICF1HcI { width:7.75rem;height:7.75rem;top:74.21584375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97IwKILgSVNVGq6R08rfMZTa2JDXZOn { width:14.5625rem;height:10.23653125rem;top:12.44921875rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFWacIxumnMhJfN2EN1ghXDgC7zK02PP { width:14.5rem;height:10.2365rem;top:29.05665625rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbk1uBxOevsDhmxTDWUrzrS1JW56V6m { width:13.75rem;height:10.23650625rem;top:45.47659375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLvi26bNUueruxf8zAmkvnHL2sblT0B1 { width:13.625rem;height:11.69885625rem;top:61.27153125rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4xuUPUTs1tfKerwATEHMEbxS2x3XLJ { width:3.5rem;height:3.5rem;top:7.69921875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHAPRZZkakid9PM2TZR2C2525hhknK1c { width:3.875rem;height:3.875rem;top:23.93165625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdF28xMwwf9QSgkpeO8ZP47irumyeAG { width:3.6875rem;height:3.6875rem;top:40.53909375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0rlvLBTQ5G7KaApTm4QoBvDZNHNqTHb { width:3.0625rem;height:3.0625rem;top:56.95903125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5O99surc66Ic8wlMeDOxT4xOFUH0xW { display:block; }#uF5O99surc66Ic8wlMeDOxT4xOFUH0xW > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9Lfm04aqEOxAvVkoIZfx2QrkSoKRhp1 { width:20rem;height:19.8125rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItqWUFaaO5nTnTX29E9FuXcnLX4aLxNP { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPIwQdM2mqbGmS621Rt9iyT8q1ekvTC5 { width:17.0625rem;height:14.7855125rem;top:8.005859375rem;left:2.142578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUXwNnIbx9xHtkoSdyJoKAwXTOqSiyV { width:1.25rem;height:2.355825rem;top:7.693359375rem;left:1.267578125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM1NlmqN6VTFvVOfnNVpSfu9LcLrv7S1 { width:2.1875rem;height:2.1875rem;top:7.755859375rem;left:0.673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H63uAlGbIbkDozHt69LhTga2JPTAguP3 { width:2.1875rem;height:2.1875rem;top:10.705078125rem;left:0.736328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onJtX176yOJIkeFviVyK9TvNKn8czhec { width:2.1875rem;height:2.1875rem;top:14.005859375rem;left:2.173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPtmvZcGw3KfNHQItm8a8fDxbiHJcmJT { width:2.1875rem;height:2.1875rem;top:17.361328125rem;left:1.986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz7AnvevFWm3FXCQh1OcLpI6sKqmm6n8 { width:2.1875rem;height:2.1875rem;top:20.5751953125rem;left:2.111328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND8SaUfRFRriwbM5trmd6ErEhf29sNFE { width:1.5rem;height:2.355825rem;top:10.55859375rem;left:1.205078125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaZl1fwlfqs5RE2zeklONuH5ayOL94v { width:1.4375rem;height:2.355825rem;top:13.984375rem;left:2.611328125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtfvIPvRrRtPHIeVWQRiqrEwRz6Dta0k { width:1.3125rem;height:2.355825rem;top:17.27734375rem;left:2.423828125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdIaBV4Jd2idI6uwiyQ1f7mO37mQ1r1 { width:1.3125rem;height:2.355825rem;top:20.5751953125rem;left:2.548828125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHNGu3zUz4OXFqT6JCZ33cMk1cJb0xp2 { width:5.25rem;height:4.875rem;top:31.330078125rem;left:2.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNN0eSmDsvqFQ7JwTLIEKT8klnul9IlB { width:20rem;height:19.8125rem;top:26.1621125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaxM0gFoxFaBwnL87nt7QGAuN192XTzX { width:19.8125rem;height:1.46235625rem;top:28.2001984375rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzMBTP2fZIIeGARQkIScwMAiToFxo8T { width:5.9375rem;height:5.9375rem;top:34.111328125rem;left:7.193359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRlTdBVPmr4XwnU0XQmeXTtIiBWCxkwc { width:5.25rem;height:4.875rem;top:31.330078125rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8koOTImAhdidee3fQTCRhUarOwVS6S8 { width:20rem;height:3.168325rem;top:40.04883125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slkLGvAsBUByUCpcPAXiadC8aaF3KBc2 { width:18.75rem;height:2.4375rem;top:18.875000519678rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnR6CETplVJl5maRluSt9dxWSFR8CqFX { width:20rem;height:8.53125rem;top:23.112217469141rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwCmqnwNF8myMLnkWZrZWFLcdyuRQR6y { width:15.25rem;height:15.25rem;top:1.9375000428408rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB3iCKbXl65Twg7V2Jtm5bBDkUgio1zN { width:19rem;height:3.3125rem;top:34.1044921875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3dXQbrucLD0GC9vOBcHryulgCDWVIzB { display:block; }
 }@media only screen and (max-width: 763px) { #JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 { display:block; }#JPT8hcxrhCiTdiTU2DodXvZW6tnD0sT8 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-heading-text { font-size:1rem;height:auto; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK { display:flex;height:auto;width:17.5rem;top:5.0996125rem;left:0rem; }
#XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #aqBr8mTKafvST8Vd7HGmrNI9bqt2llc0 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #B44TqQnmTZEGiV3Wb9r9VxnSTmPQOKXs {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #WlxPG9XpMQNldbphHxJJktwgoexdOdRw {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #w82SsOAfsh5bbaBSfchgur9xxlaXZLbk {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #VuUrQlC3DqcoPLyJfkDB2kZ3K32v2gKw {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #qPGM701gdtptlhATqooGpvIVeQCODZTs {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #cXwC0TeET8Rh76ovxCkkrFue2qkZecR9 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #xfBLSFs2bhlAt3rRRfc1SrbEDgCkGaKB {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #Dtc9B8ETWN2smOdJ8X82i8O2VBXCVJdF {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #xa0v7xdn1yfwF1gGakNKFLMT38Uwfyz5 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #WTiquolUxgc3kVIx4B2TlvO2IOsbo6Xw {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #ACe6Etv5ffhMNKQNho8n1w8GTHThvC58 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #S55wMs5XWldPTT6TfH4GPHZn7U8XaPGf {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #D2PetQBiRRQ64TfuqQNp8KRE9fHqNHw6 {  }
 }@media only screen and (max-width: 763px) { #XrpnQpMt4RyK9WCbxgv6bbUgmpP1xzOK #h5xi4oLuq0wxBhQlXCGEhTfCn2fFTkbL {  }
 }@media only screen and (max-width: 763px) { #aTybHFPUm8aIc2B7MctBg8xPVITfmgaJ { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen { display:block; }#pv4bZDV8lRNHybyUQhiQgsKEKmvK8aen > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSWDkCLb4QGD8Pb9inVLuA6ZTNdOnFaD { width:7.25rem;height:3.125rem;top:23.187500476837rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #POsf29SxceCbHrm9Gp46AypSm7ae8uQb { width:9rem;height:2.5625rem;top:13.937500476837rem;left:5.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmXa4BeibfA9mxiWsIpwMIh3Jcri1PBs { width:4.1875rem;height:4.1875rem;top:17.875000476837rem;left:7.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFvHa6lsH4T5PURcDO6AI8leJxdaLH5L { width:6.6875rem;height:2.25rem;top:27.812500476837rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZSsEMKw7OUq4TBJD6FqdxTbtIdFhup { width:7.3125rem;height:7.3125rem;top:7.8579545021056rem;left:6.3437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMnTCd92nXhKhwBcWGvaPBh49Dow4cny { width:20rem;height:4.8125rem;top:3.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n { display:block; }#xNur1wdaQ3dUfcBIzVwUmWaIy1O4r35n > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg8Jtqg2of809H8qfvNkgNicL5AKJzvs { width:18.75rem;height:26.6875rem;top:9.7500200271606rem;left:0.57954549789429rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVAgXbFADBzgKSQ6mn3EWbssUqKcQ1mZ { width:17rem;height:19.5rem;top:11.247869610786rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eZzTMiPmUivxrd8ZvKLKFiwDhBfUt7Th { width:17.5rem;height:3.65625rem;top:31.712359547615rem;left:1.2500001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NMxcTpG9Qc5GaPqeEnhGrpoDE1Pzmd6s { width:17.5rem;height:23.90625rem;top:39.921154022217rem;left:1.2500001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8rn03U1zyooZ6kBiPqAWye1weB3IEM { width:20rem;height:6.1875rem;top:1.6874866485596rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OorpkpeW8mNvv8XJrstWtu04ODBkFgH6 { width:19.875rem;height:31.1875rem;top:38.329548239708rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppxzoVhSveT5ItTUHgaLKdXzFVn4XGmx { width:10.3125rem;height:3.65625rem;top:64.702415466306rem;left:4.8437501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS { display:block; }#aIu40vvUmEdfTXiXtguTZB2WLAOPqTvS > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1i87ExSx62IPOZQG1SRhJAA9r1K88Bc { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Nmgk2e045pWfS4qVJ4KIPFxdwJFJffHH { width:17.4375rem;height:3.3125rem;top:12.691051483154rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOtlMmyBmrnBm7szDWG7wqaOcam2NZ46 { display:block; }
 }@media only screen and (max-width: 763px) { #rgiA2vQJB8iaZbxPk1fFwTQlBu91p5UG { width:20rem;height:4.875rem;top:6.5269889831544rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }