.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,239,204;--color-primary-1:254,206,102;--color-primary-2:254,174,0;--color-primary-3:254,174,3;--color-primary-4:51,35,0;--color-secondary-0:218,237,235;--color-secondary-1:130,195,188;--color-secondary-2:5,134,120;--color-secondary-3:3,67,60;--color-secondary-4:1,20,18;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#05f2ea;background-image:none;position:relative;display:block; }
#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); }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o { border-top:0;border-left:0;border-right:0;border-bottom: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; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row .container { background-color: transparent; background-image: none; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row .container > .video-iframe-container { display: none; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row > .video-iframe-container { display: none; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .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); }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row .container { border-width: 0; border-radius: 0; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#kAoMWrTEAWwnCeVRvrXStVVymSCs5Kac { color:#040404;display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.8125rem;left:11.9375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoNXCAly3EvniWKpTOnTBWPaxUHTZbmd { box-sizing:content-box;height:7.625rem;width:55.4375rem;position:absolute;display:block;z-index:15001;background-color:#fdcf66;background-image:none;top:2.75rem;left:9.5625rem;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;display:block; }
#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row .container { background-color: transparent; background-image: none; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row .container > .video-iframe-container { display: none; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row > .video-iframe-container { display: none; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .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); }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row .container { border-width: 0; border-radius: 0; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#cW7cciD8pWx7WCUNBlJ5m72H6TdMsMie { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.875rem;left:0rem;display:none; }
#gveEPHuRkyQZH9Htzx8ic3VTyr9mE7eg { color:#023466;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.75rem;left:1.75rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AsJoTy7MC83nCNqBVLEoOT1TBfwV9t6i { color:#023466;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:2.875rem;left:1.75rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tfpPVl8psTkLnexV3FESESMdQZwttPOR { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:9.375rem;left:1.75rem;height:3.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KBauMVdicDP6XNXsi9PFuDDglubLBTNO { color:#023466;display:block;width:61.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:14.9375rem;left:1.75rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bcBxI15FzG6yxOpG1Lo688BeO7d5OZ3O { color:#023466;display:block;width:61.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.9;letter-spacing:0;top:18.0625rem;left:2.5rem;height:9.02345rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Eg3ez9oZK5W0PolnC1XKpkyDitNitwhM { color:#023466;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:29.3125rem;left:1.75rem;height:3.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { position:relative;display:block; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { background-color: transparent; background-image: none; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container > .video-iframe-container { display: none; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row > .video-iframe-container { display: none; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .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); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { border-width: 0; border-radius: 0; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .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; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .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:49.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q6wdoTTLnzzPB6zhrfh3a4zuwcpviZUv { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#XX9pKtU5LQZdsDQg9KyQq2NMwDoydyNs { color:rgba(var(--color-tertiary-4),1);display:block;width:55.81125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:6.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oCpAWi89vPCkeJXKBTFhErkmCsVI5eR7 { box-sizing:content-box;height:7.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.0625rem;left:0rem;display:block; }
#h8VowQdInx57AeAzgakthShdllrlMFXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { background-color: transparent; background-image: none; }#h8VowQdInx57AeAzgakthShdllrlMFXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container > .video-iframe-container { display: none; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row > .video-iframe-container { display: none; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .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); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { border-width: 0; border-radius: 0; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#eGLrO3TAOxAhaMGUQFvTwT6UWBXQSrDN { background-color:#fdcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#B9oIGiHRUQWiWtks3ot9PBMxMFrlsPm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PoCZaF7EV9QqSVeADyFPDk2zcO8D8vkQ { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.4993467330933rem;left:12.5rem;display:block; }
#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row .container { background-color: transparent; background-image: none; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row .container > .video-iframe-container { display: none; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row > .video-iframe-container { display: none; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .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); }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row .container { border-width: 0; border-radius: 0; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#VATc8QzZJWmtLuFTeKyfaETPChKAmGMF { color:#023466;display:block;width:72.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.8079452514649rem;left:1.75rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el .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; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.4375rem;font-family:var(--paragraphs-font-family);height:auto;color:#023466;font-style:normal; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#023466;line-height:1.4;overflow:hidden;height:auto;font-weight:700;font-style:normal; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;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_c3f8c07fb3799644985ee45b9c6bfb16881f600e.svg");background-size:contain !important; }#NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-trigger.adaptive-delivery-prevent-bg, #NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-trigger.lazyload, #NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-trigger.lazyloading { background-image: none; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el { box-sizing:content-box;height:auto;width:52.0573125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15020;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.8125028610231rem;left:1.75rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #m4C131Cqn4maEqTErAMA50ediDxZVZCm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #Ufh6rcrfkNBOm08sA1plz25bvVI8KL8W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #xGmXHQoyEx7nckEgkckiQlQLo1cCBGTK { display:block;position:relative; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #FSPLwTOTL6wTQrWXBRXSry9RMT2kxZNf {  }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #I0LKdHF178vZgnVITgTDELdv6dZOLA0w {  }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #KL0OEooGovlxfRdeaT9UftTD3VeTPOw7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #cN9PnM9Tds1w6BGEps3XutB9a7GIz1z9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #GbQ8TgT6beVIrLsGctHOWTPqudHsb0eR { display:block;position:relative; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #bOiJfEwTivZ7TDdIQ9L2hpyrodhwCwbv {  }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #rMzEyStl5vfab75upTvGTiTagJ8oDUub { display:none; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #lUrEvUD3ofQ9XeDenC8lzewyer0I23vw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #WazP8BTq3T1HJDtOuS1BK7Vdo4rmngdA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #KSvGOtAOI1AWQUUNf30uccqkE1lbONfP { display:block;position:relative; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #G3Gq0LV2bfSC8pzz0bg5MiSwsvkIrkq8 {  }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #pBI6sGtSKzZtXIuU9ysfvOtF6c97kIuo { display:none; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #aKkeO8DHkr8SbytOFb0AXssJ8hCHCA9k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #k3I174HqSmPCdtuqaxxyfiGOpselTCTh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #GI5SU65dCmsvuskAnZ6VLAtE7Igtv7HE { display:block;position:relative; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #DMqMbaWlnXoQg7dyo7OmTUVWkSbt4LZ0 {  }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #dkItdAuA4l9TFu4cgCJkSJit3iVcUzzI { display:none; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #cgfI9hkK1zvJMUPiD4GuPc4z2JpauLMg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #tNTcOw4Z739Tn8A5ulwSaodatzAPrHCL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #rwMRp9JcB0LyHn3TO93yzDRmaBO5fRlB { display:block;position:relative; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #naZD9UPfSaJvptEe9nWcWLo52TZTRR6c {  }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #CwnMQffUsvzDau4guVMrvsoSVptean7l { display:none; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #hrB7gsqfFyScNlLTXioepvEBnUM49J5H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #VNsmIqClwTe9hISR4IV5LdNkGFwOtPZ6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #TTRMOMkVBF3LfuMhUlVxz6CzQxoptxa8 { display:block;position:relative; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #XF1ylqC7PzzZBwU49gzvJhxxVO1e7gD5 {  }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el #PG42xT6auJ1NRKHTt0kUByZIy8EkQonp { display:none; }
#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row .container { background-color: transparent; background-image: none; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row .container > .video-iframe-container { display: none; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row > .video-iframe-container { display: none; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .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); }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row .container { border-width: 0; border-radius: 0; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#igQzwPGHsAyJd04sB1MmoIw10hhBzU95 { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#vUrG6EpTgQBUIemukfmvTPxlDCxgoIe1 { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#512d38;background-image:none;top:2.46875rem;left:0rem;display:block; }
#DB0CBE5vcKoa30mQxKQEPTmQKQ18Q2vg { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:#512d38;background-image:none;top:2.46875rem;left:62.5rem;display:block; }
#qoa6ltuzgxAUGXbqIraC5X1qio0QScvw { color:#023466;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:0.8124895095825rem;left:15.34375rem;height:3.375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#buJn2pC7O6RiwiuHeXv9IS20DTldc2Mi { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.875rem;left:0rem;display:none; }
#apLntBKbFCubtCpOPfFL6g6AArw83y4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row .container { background-color: transparent; background-image: none; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row .container > .video-iframe-container { display: none; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row > .video-iframe-container { display: none; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .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); }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row .container { border-width: 0; border-radius: 0; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#Z18zTpIb4yokiEi9No7Ut6z2EVpWSn0p { color:#023466;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:8.3125rem;left:1.75rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wb8mWPHdi20ZH3scTOXQ1i51ymG4w3x7 { color:#023466;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:2.375rem;left:1.75rem;height:3.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PoSJ1wplkRXOp9mdWL3Pg44zbAFBtt5Z { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:11.5625rem;left:2.5rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#arB6A645eDnvXom1EEooey730JJyr9vZ { color:#023466;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:35.3125rem;left:1.75rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fovl6ooQaO7LSi6ST9aFhAiOohC3q6Rp { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:15.770833015442rem;left:2.5rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ukfkDkKbaJHiEIuzL2hFoq3oU5p3RX29 { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:20.270834602416rem;left:2.5rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H9zwB0BuvNVKzXRuaZK9TyWJb92mmg5k { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:24.69987487793rem;left:2.5rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WSAASxbaDCW1KoS4OsFluMMszAXFQzhq { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:29.395843505859rem;left:2.5rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tEVB50bftbN5vV4VfINEccISgBCmJKGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row .container { background-color: transparent; background-image: none; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row .container > .video-iframe-container { display: none; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row > .video-iframe-container { display: none; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .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); }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row .container { border-width: 0; border-radius: 0; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#xVVIs7aJ6nZaB9Ui3BVCcDotMO2SuUiC { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#r1Ev1NXCHb4s8uc3GTv8ZG9zovWGGcQn { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15010;background-color:#512d38;background-image:none;top:3.84375rem;left:0rem;display:block; }
#ePvw6eLOsM1yTr5AxzX9OaCMi7QRevVM { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:#512d38;background-image:none;top:3.96875rem;left:59.5rem;display:block; }
#dlzCJ9TSCs3de3tuHzTu4H2eW1nROyeS { color:#023466;display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:0.89322662353513rem;left:19.71875rem;height:6.75rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#asllssnJhQAWVu62ldUWp4NDzbyziu2p { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row .container { background-color: transparent; background-image: none; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row .container > .video-iframe-container { display: none; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row > .video-iframe-container { display: none; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .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); }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row .container { border-width: 0; border-radius: 0; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#x1tDGmG2lGqibu32Te5qP1txaTFZTAlB { color:#023466;display:block;width:72.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4329528808594rem;left:1.75rem;height:1.70573125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .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; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.4375rem;font-family:var(--paragraphs-font-family);height:auto;color:#023466;font-style:normal; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#023466;line-height:1.4;overflow:hidden;height:auto;font-weight:700;font-style:normal; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;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_c3f8c07fb3799644985ee45b9c6bfb16881f600e.svg");background-size:contain !important; }#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-trigger.adaptive-delivery-prevent-bg, #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-trigger.lazyload, #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-trigger.lazyloading { background-image: none; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA { box-sizing:content-box;height:auto;width:52.0573125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15020;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.9374895095825rem;left:1.75rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #m4C131Cqn4maEqTErAMA50ediDxZVZCm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Ufh6rcrfkNBOm08sA1plz25bvVI8KL8W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #xGmXHQoyEx7nckEgkckiQlQLo1cCBGTK { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #FSPLwTOTL6wTQrWXBRXSry9RMT2kxZNf {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #I0LKdHF178vZgnVITgTDELdv6dZOLA0w {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #KL0OEooGovlxfRdeaT9UftTD3VeTPOw7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #cN9PnM9Tds1w6BGEps3XutB9a7GIz1z9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #GbQ8TgT6beVIrLsGctHOWTPqudHsb0eR { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #bOiJfEwTivZ7TDdIQ9L2hpyrodhwCwbv {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #rMzEyStl5vfab75upTvGTiTagJ8oDUub { display:none; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #lUrEvUD3ofQ9XeDenC8lzewyer0I23vw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #WazP8BTq3T1HJDtOuS1BK7Vdo4rmngdA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #KSvGOtAOI1AWQUUNf30uccqkE1lbONfP { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #G3Gq0LV2bfSC8pzz0bg5MiSwsvkIrkq8 {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #pBI6sGtSKzZtXIuU9ysfvOtF6c97kIuo { display:none; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #aKkeO8DHkr8SbytOFb0AXssJ8hCHCA9k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #k3I174HqSmPCdtuqaxxyfiGOpselTCTh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #GI5SU65dCmsvuskAnZ6VLAtE7Igtv7HE { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #DMqMbaWlnXoQg7dyo7OmTUVWkSbt4LZ0 {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #dkItdAuA4l9TFu4cgCJkSJit3iVcUzzI { display:none; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #cgfI9hkK1zvJMUPiD4GuPc4z2JpauLMg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #tNTcOw4Z739Tn8A5ulwSaodatzAPrHCL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #rwMRp9JcB0LyHn3TO93yzDRmaBO5fRlB { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #naZD9UPfSaJvptEe9nWcWLo52TZTRR6c {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #CwnMQffUsvzDau4guVMrvsoSVptean7l { display:none; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #hrB7gsqfFyScNlLTXioepvEBnUM49J5H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #VNsmIqClwTe9hISR4IV5LdNkGFwOtPZ6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #TTRMOMkVBF3LfuMhUlVxz6CzQxoptxa8 { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #XF1ylqC7PzzZBwU49gzvJhxxVO1e7gD5 {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #PG42xT6auJ1NRKHTt0kUByZIy8EkQonp { display:none; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #nkKaNJpPqcvHyzm4xOWUSX97O4GVy9yM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #JgZmSzJGVAn1wDfBXBZCfUaonnKHn81O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #fR4637q8k6WuSU6s73mvtz7ExV6PsaUM { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #UH51CSKsc0DUJHkspelSnffI2yEhKXGM {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #A4Xi4s4Z8KOsgNHauqF2EebbFgahxG9t { display:none; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #fHf7WnoXKwGTmcuf6V6u0F8GUDMb6HVr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Em7GoImpK0aMS61ze5V7BvpFiCeCR7Cv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Fq5gpDHargDGV3pt6PkRifUNuliSeMZl { display:block;position:relative; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #zZuwHRsLkaEQV30FsQhhDOn3FF9dgTbI {  }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #f68cuJKOJEWQcT9euJ1dyOmkSuR2vzpS { display:none; }
#UK758WgVTkwzprhkncmma7GTKJRGo4TV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row .container { background-color: transparent; background-image: none; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row .container > .video-iframe-container { display: none; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row > .video-iframe-container { display: none; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .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); }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row .container { border-width: 0; border-radius: 0; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#mUTor49sMi09tzcVBFxkXd1dKlTfGLVK { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#bgxvMJxyBTVtnk4QcTM5aM9rVimlySRb { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15010;background-color:#512d38;background-image:none;top:3.84375rem;left:0rem;display:block; }
#HeLGnyu6ycucZcrDHz3l02B3QBunK2Tv { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:#512d38;background-image:none;top:3.96875rem;left:59.5rem;display:block; }
#t19x1tIDrxDLI4RLGJM2ontIDtT5q2Tf { color:#023466;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:2.431640625rem;left:19.90625rem;height:3.375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vpNG0T8Bfamh2cV7ugZ8QzEViB7aDEfH { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row .container { background-color: transparent; background-image: none; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row .container > .video-iframe-container { display: none; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row > .video-iframe-container { display: none; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .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); }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row .container { border-width: 0; border-radius: 0; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#x6AgcpodX6bexxa6QwqzoVPvTUpy2IzE { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.875rem;left:0rem;display:none; }
#dAJw731xe38wIQT0z6I4UBTH0IrSwfMX { color:#023466;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:2rem;left:1.875rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wSqZkWN3UKy0ybrcJ5hyR0AXvwJH7KgQ { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:4.625rem;left:1.875rem;height:3.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ecvk035aotNiGgTpwxeobSmG3alxN8u2 { color:#023466;display:block;width:61.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:10.1875rem;left:1.875rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DLltzGzZbWqSqdegbztXKXmTATbqTWfH { color:#023466;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:23rem;left:1.875rem;height:3.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tafRq6vUHnRDvfnBeNdGBJCgvHVuSUIb { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:13.5rem;left:4.5rem;height:9.4986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fioXLPdrlDnIWIxs0RrZhIIGxDZNfTlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.9375rem;left:1.875rem; }
#Ct1TmqU0OnLHthVpMyGWvmRZO8ivqJrA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.8125rem;left:1.875rem; }
#lWARgZIItRZg1NpkBtBVUyEDWdkcKCLs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.6875rem;left:1.875rem; }
#BogdSTaHww332950XH0JZgeRKtGULabz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.6875rem;left:1.875rem; }
#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row .container { background-color: transparent; background-image: none; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row .container > .video-iframe-container { display: none; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row > .video-iframe-container { display: none; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .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); }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row .container { border-width: 0; border-radius: 0; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row .container { font-size:0.875rem;font-family:arial;height:77.5rem;width:75rem;position:relative;display:block; }#amLDMoBVVkIe4TSSHxAtI3zFe5hQsmFo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.625rem;width:33.125rem;top:0rem;left:2.75rem;display:block; }
#OxlooBPgU2iKIhsMEeyZKWTmTwZycth4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.625rem;width:33.125rem;top:0rem;left:38.5625rem;display:block; }
#S9ht4yvJzuGnXk0owQVrC4HRisRokCcD { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.625rem;width:33.125rem;top:21.4375rem;left:2.75rem;display:block; }
#S8HhboHsGbHCGuJEU7GChw92a9l2WelK { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.625rem;width:33.125rem;top:21.4375rem;left:38.5625rem;display:block; }
#eTcJpCDMHKdPio7XTpllhp14ibRAOhGd { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.625rem;width:33.125rem;top:42.875rem;left:2.75rem;display:block; }
#hz46VVDC9xqu4xgTiWMWimyOHb5TyX05 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.625rem;width:33.125rem;top:42.875rem;left:38.5625rem;display:block; }
#uIzlloV3597ODDH2oyxgMHIPZ0MGx4pq { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:66.1875rem;left:1.8125rem;height:7.5989375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VihBOiLUaKU25U360qy2Sm3BSG2dlTo0 { color:#023466;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:64.25rem;left:1.8125rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NITQT42zApU52USlvB5DCPxi97vZEwnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row .container { background-color: transparent; background-image: none; }#NITQT42zApU52USlvB5DCPxi97vZEwnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row .container > .video-iframe-container { display: none; }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row > .video-iframe-container { display: none; }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .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); }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row .container { border-width: 0; border-radius: 0; }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#FHy69CCTbDI4XcTOM8sA8GFx5F54Pbu2 { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#unU0Rb0PbsAGDG43846hVWgIVH3lffNo { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#512d38;background-image:none;top:3.84375rem;left:0rem;display:block; }
#MpqJDmcUoTlq5wLTSufLDLND78hpbJgR { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:#512d38;background-image:none;top:3.9375rem;left:62.5rem;display:block; }
#di0V9Z23hZExmMRCcJEU9EOIWeZUQixh { color:#023466;display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:2.28125rem;left:12.8125rem;height:3.375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zydzibTswntnUgObhvXNHbSPrnH3Gp6v { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row .container { background-color: transparent; background-image: none; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row .container > .video-iframe-container { display: none; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row > .video-iframe-container { display: none; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .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); }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row .container { border-width: 0; border-radius: 0; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#mcIlRdEcyrm5Iyf58vGGbHolx9dgWtPi { color:#023466;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:2.375rem;left:1.75rem;height:3.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X6mL33oHG3fypTWOnZy8c6IG3IfpNPvq { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:7.6803398132325rem;left:1.75rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wD5gadTJ43gsSLuxVTxQqxkaqRg6vTHO { color:#023466;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:35.3125rem;left:1.75rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C5wZFr9tmlA7msa9kk3sG6NvHpUIa6G3 { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:11.5625rem;left:1.75rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sbIgTDqXSK0LBP2BaZT4hOZXeeS7XRuT { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:15.9375rem;left:1.75rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q3wpVllPfeDTZ7XeJTkuTCEIa3K85FwE { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:20.25rem;left:1.75rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JRxC3inW7mo3kxulqQ7kqhUVDLllZ9GQ { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:24.6875rem;left:1.75rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GCpH10Xam75Ht6a1Ak858qWw520cOOCM { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:28.798830032349rem;left:1.75rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T4kfAp1qOu0TZEwKsTcGzHedLWngdGPZ { color:#023466;display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:28.798197746277rem;left:3.75rem;height:3.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ceOpqfomtnh65wTzlLTUzmwslg3nfLlU { color:#023466;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:38.291017532349rem;left:1.75rem;height:11.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SWKZO32ceeSN85eXuKqRWZaSuvgeLpxz { color:#023466;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:52.062501907349rem;left:1.75rem;height:5.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row .container { background-color: transparent; background-image: none; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row .container > .video-iframe-container { display: none; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row > .video-iframe-container { display: none; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .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); }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row .container { border-width: 0; border-radius: 0; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#RASaQDVaXyV7fQKTq06Fc1RXZBvNE7PR { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#r9S69AkTGiVhPMS9ynyWOelqpNuTwZRW { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15010;background-color:#512d38;background-image:none;top:3.84375rem;left:0rem;display:block; }
#qX1G0bJmPuwF0mDx5whTA3LSuxGhJdl1 { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15011;background-color:#512d38;background-image:none;top:3.9375rem;left:65rem;display:block; }
#q2dzizXkQnbhX19pwWvqPNtUsKISgmDq { color:#023466;display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:2.28125rem;left:11.25rem;height:3.375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A0Ju6DBKebxn53PsKEmI3d1t9trG6of8 { box-sizing:content-box;height:0.0623915rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.125rem;left:0rem;display:none; }
#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row .container { background-color: transparent; background-image: none; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row .container > .video-iframe-container { display: none; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row > .video-iframe-container { display: none; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .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); }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row .container { border-width: 0; border-radius: 0; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#ZAto2WXKmS4BJP5dH55WLRvi01l1Joen { color:#023466;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:1.875rem;left:1.8125rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rTWoFECh7HBk7KmIQ2BBNylCmLkrTNeG { color:#023466;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:5rem;left:1.8125rem;height:1.8997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { background-color: transparent; background-image: none; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container > .video-iframe-container { display: none; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row > .video-iframe-container { display: none; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .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); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { border-width: 0; border-radius: 0; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#SGztF3Dy1OfWiW3TpvMuNXfrdhNiJTk8 { background-color:#fdcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#O1mUT4iCGVP3zKeSeOhHroaTtkwA4qMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdJGHRtA2urDtZdZUIX2EmpOMZrtHZwd { position:absolute;display:block;z-index:14990;height:4.0625rem;width:50rem;top:2.5000114440918rem;left:12.5rem;display:block; }
#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { background-color: transparent; background-image: none; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container > .video-iframe-container { display: none; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row > .video-iframe-container { display: none; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .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); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { border-width: 0; border-radius: 0; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#XTbWFWkUxExCNKLqf2rG5ACloEA9T71d { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row .container { background-color: transparent; background-image: none; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row .container > .video-iframe-container { display: none; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row > .video-iframe-container { display: none; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .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); }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row .container { border-width: 0; border-radius: 0; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#h3mPVpfos45mFXF96PA6Vt29WEaS4l5P { 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:42.0625rem;width:75rem;top:0rem;left:-0.125rem;overflow:hidden;display:block; }
#THOXt5tMRPdqnNH0fJdqURhmsATezuPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row .container { background-color: transparent; background-image: none; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row .container > .video-iframe-container { display: none; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row > .video-iframe-container { display: none; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .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); }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row .container { border-width: 0; border-radius: 0; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#CKgA87RZIdHDCtD34fR0IzGqUTSh0oyx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row .container { background-color: transparent; background-image: none; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row .container > .video-iframe-container { display: none; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row > .video-iframe-container { display: none; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .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); }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row .container { border-width: 0; border-radius: 0; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#R3dPB0UwztwqAhVMMnIanJaESfZLJsE0 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.75rem;left:20.75rem; }
#R3dPB0UwztwqAhVMMnIanJaESfZLJsE0 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#iHEL10zSnUdUFPm4txfnJBMkS2v4yOiT { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.6875rem;left:28rem; }
#iHEL10zSnUdUFPm4txfnJBMkS2v4yOiT > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#i4Zqmnz7Xegu0cEztXTUEAEplS4c3aiS { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.6875rem;left:35.5rem; }
#i4Zqmnz7Xegu0cEztXTUEAEplS4c3aiS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#Jm6Nw7EV4LU8Wd6neSykSnW3JgzcLl0F { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.6875rem;left:43rem; }
#Jm6Nw7EV4LU8Wd6neSykSnW3JgzcLl0F > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#vQwW6RLiaazkOU6maMe7MRLbUNQgv5Rt { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.6875rem;left:50.5rem; }
#vQwW6RLiaazkOU6maMe7MRLbUNQgv5Rt > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row .container { background-color: transparent; background-image: none; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row .container > .video-iframe-container { display: none; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row > .video-iframe-container { display: none; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .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); }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row .container { border-width: 0; border-radius: 0; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#TcNwp06L3fGIsewF71wekCxpCcIXKWcX { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.23828125rem;left:0rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EOgsJCnkRuLnz8JxJqLiG8dBGnTVwbEF { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.537109375rem;left:25rem;height:2.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iVMiv40JzbWc2ROmmwZr2GPqZR2SgJak { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.6875rem;left:50rem;display:block; }
#x4uMBs973J80RU5vIwF5elySDN9Nbs9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o { display:block; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAoMWrTEAWwnCeVRvrXStVVymSCs5Kac { top:4.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoNXCAly3EvniWKpTOnTBWPaxUHTZbmd { top:2.75rem;left:0rem;width:47.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC { display:block; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cW7cciD8pWx7WCUNBlJ5m72H6TdMsMie { width:31.25rem;height:0.0625rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gveEPHuRkyQZH9Htzx8ic3VTyr9mE7eg { width:45.5625rem;height:1.875rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsJoTy7MC83nCNqBVLEoOT1TBfwV9t6i { width:47.75rem;height:1.875rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpPVl8psTkLnexV3FESESMdQZwttPOR { width:47.75rem;height:3.75rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBauMVdicDP6XNXsi9PFuDDglubLBTNO { width:47.75rem;height:1.875rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcBxI15FzG6yxOpG1Lo688BeO7d5OZ3O { width:47.75rem;height:9rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg3ez9oZK5W0PolnC1XKpkyDitNitwhM { width:47.75rem;height:3.75rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { display:block; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6wdoTTLnzzPB6zhrfh3a4zuwcpviZUv { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX9pKtU5LQZdsDQg9KyQq2NMwDoydyNs { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCpAWi89vPCkeJXKBTFhErkmCsVI5eR7 { top:0.0625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8VowQdInx57AeAzgakthShdllrlMFXt { display:block; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGLrO3TAOxAhaMGUQFvTwT6UWBXQSrDN { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9oIGiHRUQWiWtks3ot9PBMxMFrlsPm2 { display:block; }
 }@media only screen and (max-width: 763px) { #PoCZaF7EV9QqSVeADyFPDk2zcO8D8vkQ { top:2.4375rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 { display:block; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VATc8QzZJWmtLuFTeKyfaETPChKAmGMF { width:47.75rem;height:6.5rem;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #m4C131Cqn4maEqTErAMA50ediDxZVZCm {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #Ufh6rcrfkNBOm08sA1plz25bvVI8KL8W {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #xGmXHQoyEx7nckEgkckiQlQLo1cCBGTK {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #FSPLwTOTL6wTQrWXBRXSry9RMT2kxZNf {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #I0LKdHF178vZgnVITgTDELdv6dZOLA0w {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #KL0OEooGovlxfRdeaT9UftTD3VeTPOw7 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #cN9PnM9Tds1w6BGEps3XutB9a7GIz1z9 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #GbQ8TgT6beVIrLsGctHOWTPqudHsb0eR {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #bOiJfEwTivZ7TDdIQ9L2hpyrodhwCwbv {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #rMzEyStl5vfab75upTvGTiTagJ8oDUub {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #lUrEvUD3ofQ9XeDenC8lzewyer0I23vw {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #WazP8BTq3T1HJDtOuS1BK7Vdo4rmngdA {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #KSvGOtAOI1AWQUUNf30uccqkE1lbONfP {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #G3Gq0LV2bfSC8pzz0bg5MiSwsvkIrkq8 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #pBI6sGtSKzZtXIuU9ysfvOtF6c97kIuo {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #aKkeO8DHkr8SbytOFb0AXssJ8hCHCA9k {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #k3I174HqSmPCdtuqaxxyfiGOpselTCTh {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #GI5SU65dCmsvuskAnZ6VLAtE7Igtv7HE {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #DMqMbaWlnXoQg7dyo7OmTUVWkSbt4LZ0 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #dkItdAuA4l9TFu4cgCJkSJit3iVcUzzI {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #cgfI9hkK1zvJMUPiD4GuPc4z2JpauLMg {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #tNTcOw4Z739Tn8A5ulwSaodatzAPrHCL {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #rwMRp9JcB0LyHn3TO93yzDRmaBO5fRlB {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #naZD9UPfSaJvptEe9nWcWLo52TZTRR6c {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #CwnMQffUsvzDau4guVMrvsoSVptean7l {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #hrB7gsqfFyScNlLTXioepvEBnUM49J5H {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #VNsmIqClwTe9hISR4IV5LdNkGFwOtPZ6 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #TTRMOMkVBF3LfuMhUlVxz6CzQxoptxa8 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #XF1ylqC7PzzZBwU49gzvJhxxVO1e7gD5 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #PG42xT6auJ1NRKHTt0kUByZIy8EkQonp {  }
 }@media only screen and (max-width: 763px) { #At4Vne6gAhZcGgBCF5tBKapAOoswyKLf { display:block; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igQzwPGHsAyJd04sB1MmoIw10hhBzU95 { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUrG6EpTgQBUIemukfmvTPxlDCxgoIe1 { width:12.5rem;height:0.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0CBE5vcKoa30mQxKQEPTmQKQ18Q2vg { width:12.5rem;height:0.0625rem;top:2.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoa6ltuzgxAUGXbqIraC5X1qio0QScvw { width:44.3125rem;height:3.375rem;top:0.75rem;left:1.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #buJn2pC7O6RiwiuHeXv9IS20DTldc2Mi { width:31.25rem;height:0.0625rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #apLntBKbFCubtCpOPfFL6g6AArw83y4d { display:block; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z18zTpIb4yokiEi9No7Ut6z2EVpWSn0p { width:45.5625rem;height:1.875rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb8mWPHdi20ZH3scTOXQ1i51ymG4w3x7 { width:47.75rem;height:3.75rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoSJ1wplkRXOp9mdWL3Pg44zbAFBtt5Z { width:47.75rem;height:3.75rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arB6A645eDnvXom1EEooey730JJyr9vZ { width:47.75rem;height:1.875rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovl6ooQaO7LSi6ST9aFhAiOohC3q6Rp { width:47.75rem;height:3.75rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukfkDkKbaJHiEIuzL2hFoq3oU5p3RX29 { width:47.75rem;height:3.75rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9zwB0BuvNVKzXRuaZK9TyWJb92mmg5k { width:47.75rem;height:4rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSAASxbaDCW1KoS4OsFluMMszAXFQzhq { width:47.75rem;height:3.75rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEVB50bftbN5vV4VfINEccISgBCmJKGk { display:block; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVVIs7aJ6nZaB9Ui3BVCcDotMO2SuUiC { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1Ev1NXCHb4s8uc3GTv8ZG9zovWGGcQn { width:15.625rem;height:0.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePvw6eLOsM1yTr5AxzX9OaCMi7QRevVM { width:15.625rem;height:0.0625rem;top:3.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzCJ9TSCs3de3tuHzTu4H2eW1nROyeS { width:34.5625rem;height:6.75rem;top:0.875rem;left:6.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #asllssnJhQAWVu62ldUWp4NDzbyziu2p { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9dLryTyPOWZp8J0JBfs1VehPNvor9BU { display:block; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1tDGmG2lGqibu32Te5qP1txaTFZTAlB { width:47.75rem;height:1.6875rem;top:2.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #m4C131Cqn4maEqTErAMA50ediDxZVZCm {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Ufh6rcrfkNBOm08sA1plz25bvVI8KL8W {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #xGmXHQoyEx7nckEgkckiQlQLo1cCBGTK {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #FSPLwTOTL6wTQrWXBRXSry9RMT2kxZNf {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #I0LKdHF178vZgnVITgTDELdv6dZOLA0w {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #KL0OEooGovlxfRdeaT9UftTD3VeTPOw7 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #cN9PnM9Tds1w6BGEps3XutB9a7GIz1z9 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #GbQ8TgT6beVIrLsGctHOWTPqudHsb0eR {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #bOiJfEwTivZ7TDdIQ9L2hpyrodhwCwbv {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #rMzEyStl5vfab75upTvGTiTagJ8oDUub {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #lUrEvUD3ofQ9XeDenC8lzewyer0I23vw {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #WazP8BTq3T1HJDtOuS1BK7Vdo4rmngdA {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #KSvGOtAOI1AWQUUNf30uccqkE1lbONfP {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #G3Gq0LV2bfSC8pzz0bg5MiSwsvkIrkq8 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #pBI6sGtSKzZtXIuU9ysfvOtF6c97kIuo {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #aKkeO8DHkr8SbytOFb0AXssJ8hCHCA9k {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #k3I174HqSmPCdtuqaxxyfiGOpselTCTh {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #GI5SU65dCmsvuskAnZ6VLAtE7Igtv7HE {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #DMqMbaWlnXoQg7dyo7OmTUVWkSbt4LZ0 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #dkItdAuA4l9TFu4cgCJkSJit3iVcUzzI {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #cgfI9hkK1zvJMUPiD4GuPc4z2JpauLMg {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #tNTcOw4Z739Tn8A5ulwSaodatzAPrHCL {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #rwMRp9JcB0LyHn3TO93yzDRmaBO5fRlB {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #naZD9UPfSaJvptEe9nWcWLo52TZTRR6c {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #CwnMQffUsvzDau4guVMrvsoSVptean7l {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #hrB7gsqfFyScNlLTXioepvEBnUM49J5H {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #VNsmIqClwTe9hISR4IV5LdNkGFwOtPZ6 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #TTRMOMkVBF3LfuMhUlVxz6CzQxoptxa8 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #XF1ylqC7PzzZBwU49gzvJhxxVO1e7gD5 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #PG42xT6auJ1NRKHTt0kUByZIy8EkQonp {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #nkKaNJpPqcvHyzm4xOWUSX97O4GVy9yM {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #JgZmSzJGVAn1wDfBXBZCfUaonnKHn81O {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #fR4637q8k6WuSU6s73mvtz7ExV6PsaUM {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #UH51CSKsc0DUJHkspelSnffI2yEhKXGM {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #A4Xi4s4Z8KOsgNHauqF2EebbFgahxG9t {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #fHf7WnoXKwGTmcuf6V6u0F8GUDMb6HVr {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Em7GoImpK0aMS61ze5V7BvpFiCeCR7Cv {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Fq5gpDHargDGV3pt6PkRifUNuliSeMZl {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #zZuwHRsLkaEQV30FsQhhDOn3FF9dgTbI {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #f68cuJKOJEWQcT9euJ1dyOmkSuR2vzpS {  }
 }@media only screen and (max-width: 763px) { #UK758WgVTkwzprhkncmma7GTKJRGo4TV { display:block; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUTor49sMi09tzcVBFxkXd1dKlTfGLVK { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgxvMJxyBTVtnk4QcTM5aM9rVimlySRb { width:15.625rem;height:0.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeLGnyu6ycucZcrDHz3l02B3QBunK2Tv { width:15.625rem;height:0.0625rem;top:3.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t19x1tIDrxDLI4RLGJM2ontIDtT5q2Tf { width:36.375rem;height:3.375rem;top:2.375rem;left:6.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpNG0T8Bfamh2cV7ugZ8QzEViB7aDEfH { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT { display:block; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6AgcpodX6bexxa6QwqzoVPvTUpy2IzE { width:31.25rem;height:0.0625rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAJw731xe38wIQT0z6I4UBTH0IrSwfMX { width:45.5625rem;height:1.875rem;top:2rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSqZkWN3UKy0ybrcJ5hyR0AXvwJH7KgQ { width:47.75rem;height:3.75rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecvk035aotNiGgTpwxeobSmG3alxN8u2 { width:47.75rem;height:1.875rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLltzGzZbWqSqdegbztXKXmTATbqTWfH { width:47.75rem;height:3.75rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tafRq6vUHnRDvfnBeNdGBJCgvHVuSUIb { width:47.75rem;height:9.4375rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fioXLPdrlDnIWIxs0RrZhIIGxDZNfTlK { top:12.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1TmqU0OnLHthVpMyGWvmRZO8ivqJrA { top:14.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWARgZIItRZg1NpkBtBVUyEDWdkcKCLs { top:16.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BogdSTaHww332950XH0JZgeRKtGULabz { top:18.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH { display:block; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amLDMoBVVkIe4TSSHxAtI3zFe5hQsmFo { top:0rem;left:0rem;width:33.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxlooBPgU2iKIhsMEeyZKWTmTwZycth4 { top:0rem;left:14.625rem;width:33.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ht4yvJzuGnXk0owQVrC4HRisRokCcD { top:21.4375rem;left:0rem;width:33.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8HhboHsGbHCGuJEU7GChw92a9l2WelK { top:21.4375rem;left:14.625rem;width:33.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcJpCDMHKdPio7XTpllhp14ibRAOhGd { top:42.875rem;left:0rem;width:33.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz46VVDC9xqu4xgTiWMWimyOHb5TyX05 { top:42.875rem;left:14.625rem;width:33.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIzlloV3597ODDH2oyxgMHIPZ0MGx4pq { width:47.75rem;height:7.5625rem;top:66.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VihBOiLUaKU25U360qy2Sm3BSG2dlTo0 { width:45.5625rem;height:1.875rem;top:64.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITQT42zApU52USlvB5DCPxi97vZEwnB { display:block; }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHy69CCTbDI4XcTOM8sA8GFx5F54Pbu2 { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #unU0Rb0PbsAGDG43846hVWgIVH3lffNo { width:12.5rem;height:0.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpqJDmcUoTlq5wLTSufLDLND78hpbJgR { width:12.5rem;height:0.0625rem;top:3.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #di0V9Z23hZExmMRCcJEU9EOIWeZUQixh { width:47.75rem;height:3.375rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zydzibTswntnUgObhvXNHbSPrnH3Gp6v { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 { display:block; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcIlRdEcyrm5Iyf58vGGbHolx9dgWtPi { width:47.75rem;height:3.75rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6mL33oHG3fypTWOnZy8c6IG3IfpNPvq { width:47.75rem;height:3.75rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD5gadTJ43gsSLuxVTxQqxkaqRg6vTHO { width:47.75rem;height:1.875rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5wZFr9tmlA7msa9kk3sG6NvHpUIa6G3 { width:47.75rem;height:3.75rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIgTDqXSK0LBP2BaZT4hOZXeeS7XRuT { width:47.75rem;height:3.75rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3wpVllPfeDTZ7XeJTkuTCEIa3K85FwE { width:47.75rem;height:4rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxC3inW7mo3kxulqQ7kqhUVDLllZ9GQ { width:47.75rem;height:3.75rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpH10Xam75Ht6a1Ak858qWw520cOOCM { width:47.75rem;height:3.75rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kfAp1qOu0TZEwKsTcGzHedLWngdGPZ { width:47.75rem;height:3.75rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOpqfomtnh65wTzlLTUzmwslg3nfLlU { width:47.75rem;height:11.375rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKZO32ceeSN85eXuKqRWZaSuvgeLpxz { width:47.75rem;height:5.6875rem;top:52.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs { display:block; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RASaQDVaXyV7fQKTq06Fc1RXZBvNE7PR { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9S69AkTGiVhPMS9ynyWOelqpNuTwZRW { width:10rem;height:0.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX1G0bJmPuwF0mDx5whTA3LSuxGhJdl1 { width:10rem;height:0.0625rem;top:3.9375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2dzizXkQnbhX19pwWvqPNtUsKISgmDq { width:47.75rem;height:3.375rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Ju6DBKebxn53PsKEmI3d1t9trG6of8 { width:25rem;height:0.0625rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg { display:block; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAto2WXKmS4BJP5dH55WLRvi01l1Joen { width:47.75rem;height:2.5rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWoFECh7HBk7KmIQ2BBNylCmLkrTNeG { width:47.75rem;height:1.875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF { display:block; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGztF3Dy1OfWiW3TpvMuNXfrdhNiJTk8 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1mUT4iCGVP3zKeSeOhHroaTtkwA4qMP { display:block; }
 }@media only screen and (max-width: 763px) { #wdJGHRtA2urDtZdZUIX2EmpOMZrtHZwd { top:2.5rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo { display:block; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTbWFWkUxExCNKLqf2rG5ACloEA9T71d { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK { display:block; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3mPVpfos45mFXF96PA6Vt29WEaS4l5P { top:0rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOXt5tMRPdqnNH0fJdqURhmsATezuPV { display:block; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKgA87RZIdHDCtD34fR0IzGqUTSh0oyx { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 { display:block; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3dPB0UwztwqAhVMMnIanJaESfZLJsE0 { top:2.75rem;left:7.125rem;width:3.75rem;height:3.75rem;display:block; }
#R3dPB0UwztwqAhVMMnIanJaESfZLJsE0 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #iHEL10zSnUdUFPm4txfnJBMkS2v4yOiT { top:2.6875rem;left:14.375rem;width:3.75rem;height:3.75rem;display:block; }
#iHEL10zSnUdUFPm4txfnJBMkS2v4yOiT > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #i4Zqmnz7Xegu0cEztXTUEAEplS4c3aiS { top:2.6875rem;left:21.875rem;width:3.75rem;height:3.75rem;display:block; }
#i4Zqmnz7Xegu0cEztXTUEAEplS4c3aiS > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #Jm6Nw7EV4LU8Wd6neSykSnW3JgzcLl0F { top:2.6875rem;left:29.375rem;width:3.75rem;height:3.75rem;display:block; }
#Jm6Nw7EV4LU8Wd6neSykSnW3JgzcLl0F > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #vQwW6RLiaazkOU6maMe7MRLbUNQgv5Rt { top:2.6875rem;left:36.875rem;width:3.75rem;height:3.75rem;display:block; }
#vQwW6RLiaazkOU6maMe7MRLbUNQgv5Rt > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #mAuFusm0z8NOnxgwi3zp69D6HM1Idoti { display:block; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcNwp06L3fGIsewF71wekCxpCcIXKWcX { width:25rem;height:1.375rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOgsJCnkRuLnz8JxJqLiG8dBGnTVwbEF { width:25rem;height:2.75rem;top:2.5rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVMiv40JzbWc2ROmmwZr2GPqZR2SgJak { width:25rem;height:2.5rem;top:2.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4uMBs973J80RU5vIwF5elySDN9Nbs9L { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o { display:block; }#NFEDGy58CdSkNgFV8NbgkAWTmmGlKH7o > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAoMWrTEAWwnCeVRvrXStVVymSCs5Kac { width:20rem;height:4.34895625rem;top:3.4811351299286rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoNXCAly3EvniWKpTOnTBWPaxUHTZbmd { width:19.5rem;height:7.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC { display:block; }#CZOh2E0Dkv6NKOfcmHineblSn7iBTbPC > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cW7cciD8pWx7WCUNBlJ5m72H6TdMsMie { width:1.25rem;height:0.0625rem;top:1.8749923706055rem;left:18.749999582768rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gveEPHuRkyQZH9Htzx8ic3VTyr9mE7eg { width:20rem;height:1.5996125rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsJoTy7MC83nCNqBVLEoOT1TBfwV9t6i { width:20rem;height:4.798825rem;top:1.8743495941162rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpPVl8psTkLnexV3FESESMdQZwttPOR { width:20rem;height:6.3984375rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBauMVdicDP6XNXsi9PFuDDglubLBTNO { width:20rem;height:3.19921875rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcBxI15FzG6yxOpG1Lo688BeO7d5OZ3O { width:20rem;height:17.0976625rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg3ez9oZK5W0PolnC1XKpkyDitNitwhM { width:20rem;height:6.3984375rem;top:44.062501430511rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { display:block; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6wdoTTLnzzPB6zhrfh3a4zuwcpviZUv { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #XX9pKtU5LQZdsDQg9KyQq2NMwDoydyNs { width:20rem;height:6.09375rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCpAWi89vPCkeJXKBTFhErkmCsVI5eR7 { width:19.875rem;height:7.4375rem;top:0.812255859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8VowQdInx57AeAzgakthShdllrlMFXt { display:block; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGLrO3TAOxAhaMGUQFvTwT6UWBXQSrDN { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9oIGiHRUQWiWtks3ot9PBMxMFrlsPm2 { display:block; }
 }@media only screen and (max-width: 763px) { #PoCZaF7EV9QqSVeADyFPDk2zcO8D8vkQ { width:20rem;height:4.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 { display:block; }#XqQFBMxqWHNlvTw1CPXJGkxPZegZtcl6 > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VATc8QzZJWmtLuFTeKyfaETPChKAmGMF { width:20rem;height:5.60546875rem;top:0.662109375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-heading-text { font-size:1.4375rem;height:auto; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el .accordion-desc-text { font-size:1rem;height:auto; }
#NfdG5DGcZshvtbu0y8XaAxrkPND407el { display:flex;height:auto;width:20rem;top:8.5624980926512rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #m4C131Cqn4maEqTErAMA50ediDxZVZCm {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #Ufh6rcrfkNBOm08sA1plz25bvVI8KL8W {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #xGmXHQoyEx7nckEgkckiQlQLo1cCBGTK {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #FSPLwTOTL6wTQrWXBRXSry9RMT2kxZNf {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #I0LKdHF178vZgnVITgTDELdv6dZOLA0w {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #KL0OEooGovlxfRdeaT9UftTD3VeTPOw7 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #cN9PnM9Tds1w6BGEps3XutB9a7GIz1z9 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #GbQ8TgT6beVIrLsGctHOWTPqudHsb0eR {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #bOiJfEwTivZ7TDdIQ9L2hpyrodhwCwbv {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #rMzEyStl5vfab75upTvGTiTagJ8oDUub {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #lUrEvUD3ofQ9XeDenC8lzewyer0I23vw {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #WazP8BTq3T1HJDtOuS1BK7Vdo4rmngdA {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #KSvGOtAOI1AWQUUNf30uccqkE1lbONfP {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #G3Gq0LV2bfSC8pzz0bg5MiSwsvkIrkq8 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #pBI6sGtSKzZtXIuU9ysfvOtF6c97kIuo {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #aKkeO8DHkr8SbytOFb0AXssJ8hCHCA9k {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #k3I174HqSmPCdtuqaxxyfiGOpselTCTh {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #GI5SU65dCmsvuskAnZ6VLAtE7Igtv7HE {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #DMqMbaWlnXoQg7dyo7OmTUVWkSbt4LZ0 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #dkItdAuA4l9TFu4cgCJkSJit3iVcUzzI {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #cgfI9hkK1zvJMUPiD4GuPc4z2JpauLMg {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #tNTcOw4Z739Tn8A5ulwSaodatzAPrHCL {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #rwMRp9JcB0LyHn3TO93yzDRmaBO5fRlB {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #naZD9UPfSaJvptEe9nWcWLo52TZTRR6c {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #CwnMQffUsvzDau4guVMrvsoSVptean7l {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #hrB7gsqfFyScNlLTXioepvEBnUM49J5H {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #VNsmIqClwTe9hISR4IV5LdNkGFwOtPZ6 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #TTRMOMkVBF3LfuMhUlVxz6CzQxoptxa8 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #XF1ylqC7PzzZBwU49gzvJhxxVO1e7gD5 {  }
 }@media only screen and (max-width: 763px) { #NfdG5DGcZshvtbu0y8XaAxrkPND407el #PG42xT6auJ1NRKHTt0kUByZIy8EkQonp {  }
 }@media only screen and (max-width: 763px) { #At4Vne6gAhZcGgBCF5tBKapAOoswyKLf { display:block; }#At4Vne6gAhZcGgBCF5tBKapAOoswyKLf > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igQzwPGHsAyJd04sB1MmoIw10hhBzU95 { width:2.5rem;height:0.0625rem;top:2.5488204956055rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vUrG6EpTgQBUIemukfmvTPxlDCxgoIe1 { width:12.5rem;height:0.0625rem;top:2.4375rem;left:3.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #DB0CBE5vcKoa30mQxKQEPTmQKQ18Q2vg { width:12.5rem;height:0.0625rem;top:2.4375rem;left:3.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #qoa6ltuzgxAUGXbqIraC5X1qio0QScvw { width:14.875rem;height:4.79948125rem;top:0.3125rem;left:2.6875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #buJn2pC7O6RiwiuHeXv9IS20DTldc2Mi { width:2.5rem;height:0.0625rem;top:2.5625rem;left:17.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #apLntBKbFCubtCpOPfFL6g6AArw83y4d { display:block; }#apLntBKbFCubtCpOPfFL6g6AArw83y4d > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z18zTpIb4yokiEi9No7Ut6z2EVpWSn0p { width:20rem;height:1.5996125rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb8mWPHdi20ZH3scTOXQ1i51ymG4w3x7 { width:20rem;height:6.3984375rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoSJ1wplkRXOp9mdWL3Pg44zbAFBtt5Z { width:20rem;height:4.79883125rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arB6A645eDnvXom1EEooey730JJyr9vZ { width:20rem;height:3.19921875rem;top:40.510416984558rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovl6ooQaO7LSi6ST9aFhAiOohC3q6Rp { width:20rem;height:4.79883125rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukfkDkKbaJHiEIuzL2hFoq3oU5p3RX29 { width:20rem;height:4.79883125rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9zwB0BuvNVKzXRuaZK9TyWJb92mmg5k { width:20rem;height:4.79883125rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSAASxbaDCW1KoS4OsFluMMszAXFQzhq { width:20rem;height:4.79883125rem;top:34.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEVB50bftbN5vV4VfINEccISgBCmJKGk { display:block; }#tEVB50bftbN5vV4VfINEccISgBCmJKGk > .row .container { width:20rem;height:9.5983125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVVIs7aJ6nZaB9Ui3BVCcDotMO2SuUiC { width:2.375rem;height:0.0625rem;top:3.6868476867676rem;left:17.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #r1Ev1NXCHb4s8uc3GTv8ZG9zovWGGcQn { width:15.625rem;height:0.0625rem;top:3.8125rem;left:2.1875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ePvw6eLOsM1yTr5AxzX9OaCMi7QRevVM { width:15.625rem;height:0.0625rem;top:3.9375rem;left:2.1875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #dlzCJ9TSCs3de3tuHzTu4H2eW1nROyeS { width:14.875rem;height:9.5989375rem;top:0rem;left:2.59375rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #asllssnJhQAWVu62ldUWp4NDzbyziu2p { width:2.375rem;height:0.0625rem;top:3.90625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #I9dLryTyPOWZp8J0JBfs1VehPNvor9BU { display:block; }#I9dLryTyPOWZp8J0JBfs1VehPNvor9BU > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1tDGmG2lGqibu32Te5qP1txaTFZTAlB { width:20rem;height:9.3424375rem;top:2.26171875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-heading-text { font-size:1.4375rem;height:auto; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA .accordion-desc-text { font-size:1rem;height:auto; }
#QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA { display:flex;height:auto;width:20rem;top:13.187511444092rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #m4C131Cqn4maEqTErAMA50ediDxZVZCm {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Ufh6rcrfkNBOm08sA1plz25bvVI8KL8W {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #xGmXHQoyEx7nckEgkckiQlQLo1cCBGTK {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #FSPLwTOTL6wTQrWXBRXSry9RMT2kxZNf {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #I0LKdHF178vZgnVITgTDELdv6dZOLA0w {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #KL0OEooGovlxfRdeaT9UftTD3VeTPOw7 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #cN9PnM9Tds1w6BGEps3XutB9a7GIz1z9 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #GbQ8TgT6beVIrLsGctHOWTPqudHsb0eR {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #bOiJfEwTivZ7TDdIQ9L2hpyrodhwCwbv {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #rMzEyStl5vfab75upTvGTiTagJ8oDUub {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #lUrEvUD3ofQ9XeDenC8lzewyer0I23vw {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #WazP8BTq3T1HJDtOuS1BK7Vdo4rmngdA {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #KSvGOtAOI1AWQUUNf30uccqkE1lbONfP {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #G3Gq0LV2bfSC8pzz0bg5MiSwsvkIrkq8 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #pBI6sGtSKzZtXIuU9ysfvOtF6c97kIuo {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #aKkeO8DHkr8SbytOFb0AXssJ8hCHCA9k {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #k3I174HqSmPCdtuqaxxyfiGOpselTCTh {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #GI5SU65dCmsvuskAnZ6VLAtE7Igtv7HE {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #DMqMbaWlnXoQg7dyo7OmTUVWkSbt4LZ0 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #dkItdAuA4l9TFu4cgCJkSJit3iVcUzzI {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #cgfI9hkK1zvJMUPiD4GuPc4z2JpauLMg {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #tNTcOw4Z739Tn8A5ulwSaodatzAPrHCL {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #rwMRp9JcB0LyHn3TO93yzDRmaBO5fRlB {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #naZD9UPfSaJvptEe9nWcWLo52TZTRR6c {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #CwnMQffUsvzDau4guVMrvsoSVptean7l {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #hrB7gsqfFyScNlLTXioepvEBnUM49J5H {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #VNsmIqClwTe9hISR4IV5LdNkGFwOtPZ6 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #TTRMOMkVBF3LfuMhUlVxz6CzQxoptxa8 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #XF1ylqC7PzzZBwU49gzvJhxxVO1e7gD5 {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #PG42xT6auJ1NRKHTt0kUByZIy8EkQonp {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #nkKaNJpPqcvHyzm4xOWUSX97O4GVy9yM {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #JgZmSzJGVAn1wDfBXBZCfUaonnKHn81O {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #fR4637q8k6WuSU6s73mvtz7ExV6PsaUM {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #UH51CSKsc0DUJHkspelSnffI2yEhKXGM {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #A4Xi4s4Z8KOsgNHauqF2EebbFgahxG9t {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #fHf7WnoXKwGTmcuf6V6u0F8GUDMb6HVr {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Em7GoImpK0aMS61ze5V7BvpFiCeCR7Cv {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #Fq5gpDHargDGV3pt6PkRifUNuliSeMZl {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #zZuwHRsLkaEQV30FsQhhDOn3FF9dgTbI {  }
 }@media only screen and (max-width: 763px) { #QOn5XbTaNw0eDpO8DRFTptLR7UXBITMA #f68cuJKOJEWQcT9euJ1dyOmkSuR2vzpS {  }
 }@media only screen and (max-width: 763px) { #UK758WgVTkwzprhkncmma7GTKJRGo4TV { display:block; }#UK758WgVTkwzprhkncmma7GTKJRGo4TV > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUTor49sMi09tzcVBFxkXd1dKlTfGLVK { width:2.5rem;height:0.0625rem;top:3.6874961853027rem;left:17.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bgxvMJxyBTVtnk4QcTM5aM9rVimlySRb { width:15.625rem;height:0.0625rem;top:3.8125rem;left:2.1875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #HeLGnyu6ycucZcrDHz3l02B3QBunK2Tv { width:15.625rem;height:0.0625rem;top:3.9375rem;left:2.1875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #t19x1tIDrxDLI4RLGJM2ontIDtT5q2Tf { width:14.3125rem;height:4.79948125rem;top:1.1875rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vpNG0T8Bfamh2cV7ugZ8QzEViB7aDEfH { width:2.5rem;height:0.0625rem;top:3.90625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT { display:block; }#KHWyGwWNIR6IlIk7QbVMdGuRAo0TTtWT > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6AgcpodX6bexxa6QwqzoVPvTUpy2IzE { width:1.25rem;height:0.0625rem;top:1.8749923706055rem;left:18.749999582768rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dAJw731xe38wIQT0z6I4UBTH0IrSwfMX { width:20rem;height:3.79948125rem;top:1.8730506896973rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSqZkWN3UKy0ybrcJ5hyR0AXvwJH7KgQ { width:20rem;height:4.798825rem;top:7.124979019165rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecvk035aotNiGgTpwxeobSmG3alxN8u2 { width:20rem;height:3.19921875rem;top:13.625001907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLltzGzZbWqSqdegbztXKXmTATbqTWfH { width:20rem;height:4.798825rem;top:27.749350547791rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tafRq6vUHnRDvfnBeNdGBJCgvHVuSUIb { width:17.1875rem;height:10rem;top:17.75rem;left:2.8125rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #fioXLPdrlDnIWIxs0RrZhIIGxDZNfTlK { display:flex;width:3.125rem;height:3.125rem;top:17.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct1TmqU0OnLHthVpMyGWvmRZO8ivqJrA { display:flex;width:3.125rem;height:3.125rem;top:19.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lWARgZIItRZg1NpkBtBVUyEDWdkcKCLs { display:flex;width:3.125rem;height:3.125rem;top:21.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BogdSTaHww332950XH0JZgeRKtGULabz { display:flex;width:3.125rem;height:3.125rem;top:23.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH { display:block; }#IWn6dLUlMx8Tx560CwOzQdSORWxNFKLH > .row .container { width:20rem;height:97.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amLDMoBVVkIe4TSSHxAtI3zFe5hQsmFo { height:11.245283018868rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxlooBPgU2iKIhsMEeyZKWTmTwZycth4 { height:11.245283018868rem;width:20rem;top:13.7448125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ht4yvJzuGnXk0owQVrC4HRisRokCcD { height:11.245283018868rem;width:20rem;top:26.239625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8HhboHsGbHCGuJEU7GChw92a9l2WelK { height:11.245283018868rem;width:20rem;top:38.7344375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcJpCDMHKdPio7XTpllhp14ibRAOhGd { height:11.245283018868rem;width:20rem;top:51.229190063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz46VVDC9xqu4xgTiWMWimyOHb5TyX05 { height:11.245283018868rem;width:20rem;top:63.724002563rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIzlloV3597ODDH2oyxgMHIPZ0MGx4pq { width:20rem;height:14.3965rem;top:80.617179870606rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VihBOiLUaKU25U360qy2Sm3BSG2dlTo0 { width:20rem;height:1.5996125rem;top:77.906261444094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITQT42zApU52USlvB5DCPxi97vZEwnB { display:block; }#NITQT42zApU52USlvB5DCPxi97vZEwnB > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHy69CCTbDI4XcTOM8sA8GFx5F54Pbu2 { width:2.5rem;height:0.0625rem;top:3.6874961853027rem;left:17.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #unU0Rb0PbsAGDG43846hVWgIVH3lffNo { width:12.5rem;height:0.0625rem;top:3.8125rem;left:3.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #MpqJDmcUoTlq5wLTSufLDLND78hpbJgR { width:12.5rem;height:0.0625rem;top:3.9375rem;left:3.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #di0V9Z23hZExmMRCcJEU9EOIWeZUQixh { width:13.75rem;height:7.19925rem;top:0.59375rem;left:3.125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zydzibTswntnUgObhvXNHbSPrnH3Gp6v { width:2.5rem;height:0.0625rem;top:3.90625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 { display:block; }#u1CRVJUFhbpsG1EoQnT9GeboMfuwNVt7 > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcIlRdEcyrm5Iyf58vGGbHolx9dgWtPi { width:20rem;height:4.798825rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6mL33oHG3fypTWOnZy8c6IG3IfpNPvq { width:20rem;height:4.79883125rem;top:8.6875200271606rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD5gadTJ43gsSLuxVTxQqxkaqRg6vTHO { width:20rem;height:1.5996125rem;top:38.885416746139rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5wZFr9tmlA7msa9kk3sG6NvHpUIa6G3 { width:20rem;height:4.79883125rem;top:13.485676765442rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIgTDqXSK0LBP2BaZT4hOZXeeS7XRuT { width:20rem;height:6.3984375rem;top:18.283854484558rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3wpVllPfeDTZ7XeJTkuTCEIa3K85FwE { width:20rem;height:6.3984375rem;top:24.682291984558rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxC3inW7mo3kxulqQ7kqhUVDLllZ9GQ { width:20rem;height:6.3984375rem;top:31.080708503723rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpH10Xam75Ht6a1Ak858qWw520cOOCM { width:20rem;height:6.3984375rem;top:41.235026121139rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kfAp1qOu0TZEwKsTcGzHedLWngdGPZ { width:20rem;height:3.199225rem;top:44.475914001465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOpqfomtnh65wTzlLTUzmwslg3nfLlU { width:20rem;height:19.1953rem;top:50.520164489746rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKZO32ceeSN85eXuKqRWZaSuvgeLpxz { width:20rem;height:9.597625rem;top:70.96422065735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs { display:block; }#xTU1fyXmvMf6NDn5ZdZr0MfmTXZOXlVs > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RASaQDVaXyV7fQKTq06Fc1RXZBvNE7PR { width:2.5rem;height:0.0625rem;top:3.6874961853027rem;left:17.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #r9S69AkTGiVhPMS9ynyWOelqpNuTwZRW { width:10rem;height:0.0625rem;top:3.8125rem;left:5rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #qX1G0bJmPuwF0mDx5whTA3LSuxGhJdl1 { width:10rem;height:0.0625rem;top:3.9375rem;left:5rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #q2dzizXkQnbhX19pwWvqPNtUsKISgmDq { width:13.75rem;height:7.19925rem;top:0.59375rem;left:3.125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #A0Ju6DBKebxn53PsKEmI3d1t9trG6of8 { width:2.5rem;height:0.0625rem;top:3.90625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg { display:block; }#NJTBFPA5wGpDPKpBgvTIA0MdH5HhoCJg > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAto2WXKmS4BJP5dH55WLRvi01l1Joen { width:20rem;height:1.8997375rem;top:2.4615697860717rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWoFECh7HBk7KmIQ2BBNylCmLkrTNeG { width:20rem;height:4.798825rem;top:5.3977870941162rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF { display:block; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGztF3Dy1OfWiW3TpvMuNXfrdhNiJTk8 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1mUT4iCGVP3zKeSeOhHroaTtkwA4qMP { display:block; }
 }@media only screen and (max-width: 763px) { #wdJGHRtA2urDtZdZUIX2EmpOMZrtHZwd { width:20rem;height:4.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo { display:block; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTbWFWkUxExCNKLqf2rG5ACloEA9T71d { width:20rem;height:1.625rem;top:1.15625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK { display:block; }#zDpM1GZEsX0TsonLpZTpFTk1fvdg8kZK > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3mPVpfos45mFXF96PA6Vt29WEaS4l5P { width:20rem;height:11.216125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOXt5tMRPdqnNH0fJdqURhmsATezuPV { display:block; }#THOXt5tMRPdqnNH0fJdqURhmsATezuPV > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKgA87RZIdHDCtD34fR0IzGqUTSh0oyx { width:20rem;height:6.5rem;top:1.28125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 { display:block; }#SxnPLpns0LAc4iRaOJ7NCqz8Lib5XWB2 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3dPB0UwztwqAhVMMnIanJaESfZLJsE0 { display:flex;width:3.125rem;height:3.125rem;top:2.25rem;left:2.6875rem;font-size:2.1875rem; }
#R3dPB0UwztwqAhVMMnIanJaESfZLJsE0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #iHEL10zSnUdUFPm4txfnJBMkS2v4yOiT { display:flex;width:3.125rem;height:3.125rem;top:2.25rem;left:8.5rem;font-size:2.1875rem; }
#iHEL10zSnUdUFPm4txfnJBMkS2v4yOiT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #i4Zqmnz7Xegu0cEztXTUEAEplS4c3aiS { display:flex;width:3.125rem;height:3.125rem;top:2.25rem;left:14.25rem;font-size:2.1875rem; }
#i4Zqmnz7Xegu0cEztXTUEAEplS4c3aiS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Jm6Nw7EV4LU8Wd6neSykSnW3JgzcLl0F { display:flex;width:3.125rem;height:3.125rem;top:6.625rem;left:5.8125rem;font-size:2.1875rem; }
#Jm6Nw7EV4LU8Wd6neSykSnW3JgzcLl0F > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vQwW6RLiaazkOU6maMe7MRLbUNQgv5Rt { display:flex;width:3.125rem;height:3.125rem;top:6.625rem;left:11.625rem;font-size:2.1875rem; }
#vQwW6RLiaazkOU6maMe7MRLbUNQgv5Rt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mAuFusm0z8NOnxgwi3zp69D6HM1Idoti { display:block; }#mAuFusm0z8NOnxgwi3zp69D6HM1Idoti > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcNwp06L3fGIsewF71wekCxpCcIXKWcX { width:20rem;height:1.225rem;top:2.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOgsJCnkRuLnz8JxJqLiG8dBGnTVwbEF { width:18.9375rem;height:2.44921875rem;top:6.369140625rem;left:0.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVMiv40JzbWc2ROmmwZr2GPqZR2SgJak { width:20rem;height:2.3125rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4uMBs973J80RU5vIwF5elySDN9Nbs9L { display:block; }
 }