.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:237,218,230;--color-primary-1:194,133,170;--color-primary-2:132,11,85;--color-primary-3:66,6,43;--color-primary-4:20,2,13;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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:"Bree Serif";--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { background-color: transparent; background-image: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container > .video-iframe-container { display: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row > .video-iframe-container { display: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .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); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { border-width: 0; border-radius: 0; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .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; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;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; }#ambTnOM0WU7bk3e3oQBozzEfTPX1QRiT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:20.3125rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#l3qEcvPavcOxvPx92p7yAK9PBe9TRPi0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.96875rem;left:55.8125rem;display:block; }
#DdT9sN06E39X1wVdlExVbHfep0gREyec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uewq0dNOSQiguxUmSexheakvivTwqM9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { background-color: transparent; background-image: none; }#uewq0dNOSQiguxUmSexheakvivTwqM9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container > .video-iframe-container { display: none; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row > .video-iframe-container { display: none; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .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); }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { border-width: 0; border-radius: 0; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#k95SGotidJssEuZ1rO79TPXuMOLh75DS { color:#3c3832;display:block;width:44.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.625rem;left:1.3125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wbb0o5omTe5JVuCxMsmiSyqXgJOPIkS6 { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:2.125rem;left:0rem;display:block; }
#QtZGBwxnRRuQLbPzPkfIX5zkWO4A7A2U { color:#3c3832;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:16rem;left:1.3125rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fVdNLodvmPE46TpdnfIh3DEtOD2UP3CD { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.5rem;left:62.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tvrZb0WZSWimXKCuo7nqGhDKyTfG1Gdn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:29.8125rem;width:29.8125rem;top:4.25rem;left:37.25rem;overflow:hidden;display:block; }
#UM8ubziFk0SBNs8JlqyMPifAbQxT8Hbo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:4.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.5rem;left:2.8125rem;display:block; }
#BLgco7IpZxwNN9BEfG9fDm68DIdrdUxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { background-color: transparent; background-image: none; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container > .video-iframe-container { display: none; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row > .video-iframe-container { display: none; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .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); }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { border-width: 0; border-radius: 0; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#hxpcblLJN0fWqyoysn5x3aozeqM6xyLP { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#prSXTEaqiq8Tqp73FTwC67uKbke73NPa { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:14.0625rem;left:0rem;height:19.79165625rem;font-style:normal;display:block; }
#PBTX7butLZuvFm9kxmSmp918vxTENTmy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.4375rem;width:27.6875rem;top:9.0625rem;left:41.75rem;overflow:hidden;display:block; }
#ecBkVXWo5yEucab2FyZUKtElfcfmVNQ0 { box-sizing:content-box;height:0.0625rem;width:31.25rem;position:absolute;display:block;z-index:15006;background-color:#e3eaf0;background-image:none;top:22.875rem;left:0rem;display:block; }
#soUInVWS5l4KD0bdhBopaOvUKo43s9re { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.6875rem;width:28.3125rem;top:24.875rem;left:41.6875rem;overflow:hidden;display:block; }
#K3Q6NfZBF7pPiqzklZfIIlIZw1AXxdMR { background-color:#f6f4f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#840b55;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.958335876465rem;left:1.75rem;display:block; }
#Auq4q2TZRzMQlu939GaWLGWnVQeCLDtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { background-color: transparent; background-image: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container > .video-iframe-container { display: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container { display: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .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); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { border-width: 0; border-radius: 0; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { color:#3c3832;display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dGyc0TMPDq5VEV1ZXbzPtgTB6ZBliWDy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:40.375rem;left:28.28125rem;display:block; }
#MpOiy2gcK75xa3Fvyuto3fV43pcUlJE8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZK90y6AOv9WwJ9tk0JhJbpNubQynMsAr { color:#3c3832;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:30.75rem;left:3.0625rem;height:2rem;font-style:normal;display:block; }
#GAlpP7x94TwtaTTt1DT38l3wVmHEkol8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:32.75rem;left:3.0625rem;height:6.3958125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f18Aa7Ivb9nPqpUQoQdeIx1JK6M5auvU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:21.125rem;width:22.75rem;top:8.3125rem;left:1.8125rem;overflow:hidden;display:block; }
#GTQsRgkDxq0uQXpgHacT2zSPbsXi5UC7 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:21.0625rem;width:20.5rem;top:8.34375rem;left:27.25rem;overflow:hidden;display:block; }
#V3bQDuNeSmKJNHlJcO9WsVKWQd2s7rqv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:21.5rem;width:21.5rem;top:8.125rem;left:51.0625rem;overflow:hidden;display:block; }
#fQInmFQtQQ1KInxITy742UdrRlX0VLkl { color:#3c3832;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:30.75rem;left:26.75rem;height:2rem;font-style:normal;display:block; }
#EuO0aEwHJeJL6adKtetITNeNahJThXOb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:32.75rem;left:26.75rem;height:6.3958125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ayikKkgrxcLVebWkqpfe8EUqkrnXRmF0 { color:#3c3832;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:30.75rem;left:51.0625rem;height:2rem;font-style:normal;display:block; }
#DN3bv3zrzPDP0HsU7eOE18xepHZQH8wv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:32.75rem;left:51.0625rem;height:6.3958125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f4f1;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; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row .container { background-color: transparent; background-image: none; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row .container > .video-iframe-container { display: none; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row > .video-iframe-container { display: none; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .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); }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row .container { border-width: 0; border-radius: 0; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#wmstxnymtgStDzTmEENacML0NJkEXaHH { color:#3c3832;display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.798828125rem;left:2.3994140625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qbu2dbTL6XyDtaDwCvx48ZyMkPGISNen { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#840b55;background-image:none;top:11.3125rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mcxaOXlo6xqQWB9v8sV3qu4UL8Huyomt { color:#3c3832;display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:8.1875rem;left:24.125rem;height:2.9rem;font-style:normal;display:block; }
#QTvp779Z7wzpmtTCTolk8iTzScEzO55J { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:13.613278388977rem;left:24.125rem;height:17.09764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFQuSAb1eUAzKsXZ1TNmmQ5mAffNSKgB { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#840b55;background-image:none;top:11.875rem;left:25.375rem;display:block; }
#KrW9HBiKv4HyyuDi7RuquuZPufoMoTFt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:19.3125rem;width:15.4375rem;top:8.1875rem;left:2.3994140625rem;overflow:hidden;display:block; }
#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { background-color: transparent; background-image: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container > .video-iframe-container { display: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container { display: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .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); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { border-width: 0; border-radius: 0; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { color:rgba(var(--color-tertiary-0),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.375rem;left:8.28125rem;height:4.2747375rem;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;font-style:normal;display:block; }
#dKyfNmcDdJ4tiz5QMStS8HWfOrQTdcfO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:15.9697265625rem;left:1.53125rem;height:9.498675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KF3uGOPhQ7ZpuW8Rd0lulGE3AyzxedMF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8rem;left:40.125rem; }
#ARlnxT2Zdc1ApQotI5FLeivbtfcfNKir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.9375rem;left:24.875rem; }
#KWr12bxfkKzeNEz3EXbN2DsFg8D1x4tW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.9375rem;left:29.8125rem; }
#LIclQ5zo58mQLwqAqTd2kIJfHo3lZuQP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:8rem;left:35.1875rem; }
#JZoFsxIRQs22TTcCuafU2XMngOk4UI6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8rem;left:45.5rem; }
#oVhAS2HkivU4HN42K0dG8Cz0RrL6QrUr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:17.8671875rem;left:26.5625rem;height:7.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phqpfkzLkJOWegylaz1w6ow8cGG3kgpi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:15.967449188233rem;left:51.875rem;height:9.4986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AW0QooT3wiDZlMIc3sBBriwP5gk0DyIo { box-sizing:content-box;height:13.4375rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14rem;left:0.53125rem;border-top-right-radius:2.9375rem;border-bottom-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-top-left-radius:2.9375rem;display:block; }
#MPvUVmF1qQRgc5WyQESweVtdfEnoZ0ID { box-sizing:content-box;height:13.4375rem;width:23.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14rem;left:25.5625rem;border-top-right-radius:2.9375rem;border-bottom-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-top-left-radius:2.9375rem;display:block; }
#KNsJFgZqFa6cnasN9bf7h6KCkhwldtxh { box-sizing:content-box;height:13.4375rem;width:23.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14rem;left:50.875rem;border-top-right-radius:2.9375rem;border-bottom-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-top-left-radius:2.9375rem;display:block; }
#lbSQu6489BCZuOJSCGyszpXmBz7vpfne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { background-color: transparent; background-image: none; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container > .video-iframe-container { display: none; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row > .video-iframe-container { display: none; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .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); }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { border-width: 0; border-radius: 0; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#hl6TTDpM1OJ3qUgO8nJxtDFzf8N9ZUX9 { color:#3c3832;display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.875rem;left:1.75rem;height:8.0989375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gtzQLEaD65LuMlTr1rDFaxH084xf59gr { color:#3c3832;display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:5.5625rem;left:1.75rem;height:2.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zeJaCev5BSnal37tTxcgedpgGOqfFSrW { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.84765625rem;left:42.75rem;display:block; }
#KxIUx8hgFQDCrn6X6k98mdnAHplsCwwa { color:rgba(var(--color-primary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:18.75rem;left:2.5625rem;height:0;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DlJzWrQNJVaFGra1FC6BBi8ZXhHttTwt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:18.75rem;left:13.46875rem;display:block; }
#meABHte1JQ14cJ00DNictPebHHTgthhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXChvuXlDTEJP5LyUTB7Qqv9R8iIKrTm { box-sizing:content-box;height:25rem;width:0.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.849609375rem;left:43.28125rem;display:block; }
#amo41l17vZX1ylL0I6rCbu6MPwH81y0L { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:15.5rem;width:27.5625rem;top:7.21875rem;left:45.03125rem;overflow:hidden;display:block; }
#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { position:relative;display:block; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { background-color: transparent; background-image: none; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container > .video-iframe-container { display: none; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row > .video-iframe-container { display: none; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .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); }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { border-width: 0; border-radius: 0; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .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; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;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; }#SCGH9GkAE1FTVFWGHaH6oCk9pMxnsClH { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:4.3125rem;left:1.625rem;height:3.19921875rem;font-style:normal;display:block; }
#nPtJMx10ClI6eMKrts3xlL3cwuuhDJQg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:12.375rem;left:1.625rem;height:2.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bevdfxwQ2LQ1ggqERiXq05XiNPZ5pNb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:9.0625rem;left:1.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { position:relative;display:block; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { background-color: transparent; background-image: none; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container > .video-iframe-container { display: none; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row > .video-iframe-container { display: none; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .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); }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { border-width: 0; border-radius: 0; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .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; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;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; }#idGa7uhufL84zptyo9NXsq767rxztefr { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:2.4375rem;left:20.1875rem;height:1.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRCxC0qRCcR7D0PCTuT3mu3DWXK7OPQH { 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:#3c3832;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:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:5.1875rem;left:32.8125rem;display:block; }
#bdtotSkL8G7fPOoL3CNu5CLn2LcipLzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqRVdItDzbbJqw68lIwvDPD4qIHCBhgp { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.5rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ambTnOM0WU7bk3e3oQBozzEfTPX1QRiT { top:0.6875rem;left:0rem;width:20.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3qEcvPavcOxvPx92p7yAK9PBe9TRPi0 { width:18.5625rem;height:3.1875rem;top:1.9375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdT9sN06E39X1wVdlExVbHfep0gREyec { display:block; }
 }@media only screen and (max-width: 763px) { #uewq0dNOSQiguxUmSexheakvivTwqM9h { display:block; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k95SGotidJssEuZ1rO79TPXuMOLh75DS { top:7.625rem;left:0rem;width:44.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbb0o5omTe5JVuCxMsmiSyqXgJOPIkS6 { top:2.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZGBwxnRRuQLbPzPkfIX5zkWO4A7A2U { top:16rem;left:0rem;width:35.9375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVdNLodvmPE46TpdnfIh3DEtOD2UP3CD { top:1.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvrZb0WZSWimXKCuo7nqGhDKyTfG1Gdn { top:4.25rem;left:17.9375rem;width:29.8125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM8ubziFk0SBNs8JlqyMPifAbQxT8Hbo { width:28.1875rem;height:4.625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLgco7IpZxwNN9BEfG9fDm68DIdrdUxE { display:block; }
 }@media only screen and (max-width: 763px) { #fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK { display:block; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxpcblLJN0fWqyoysn5x3aozeqM6xyLP { top:2.5625rem;left:0rem;width:44.25rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #prSXTEaqiq8Tqp73FTwC67uKbke73NPa { top:14.0625rem;left:0rem;width:37.0625rem;height:19.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBTX7butLZuvFm9kxmSmp918vxTENTmy { top:9.0625rem;left:19rem;width:27.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecBkVXWo5yEucab2FyZUKtElfcfmVNQ0 { top:22.875rem;left:0rem;width:31.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUInVWS5l4KD0bdhBopaOvUKo43s9re { top:24.875rem;left:19.4375rem;width:28.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Q6NfZBF7pPiqzklZfIIlIZw1AXxdMR { width:23.125rem;height:4.3125rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auq4q2TZRzMQlu939GaWLGWnVQeCLDtD { display:block; }
 }@media only screen and (max-width: 763px) { #t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGyc0TMPDq5VEV1ZXbzPtgTB6ZBliWDy { width:18.4375rem;height:3.4375rem;top:40.375rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpOiy2gcK75xa3Fvyuto3fV43pcUlJE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZK90y6AOv9WwJ9tk0JhJbpNubQynMsAr { top:30.75rem;left:0rem;width:16.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAlpP7x94TwtaTTt1DT38l3wVmHEkol8 { top:32.75rem;left:0rem;width:17.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18Aa7Ivb9nPqpUQoQdeIx1JK6M5auvU { top:8.3125rem;left:0rem;width:22.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQsRgkDxq0uQXpgHacT2zSPbsXi5UC7 { top:8.3125rem;left:13.625rem;width:20.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bQDuNeSmKJNHlJcO9WsVKWQd2s7rqv { top:8.125rem;left:26.25rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQInmFQtQQ1KInxITy742UdrRlX0VLkl { top:30.75rem;left:13.125rem;width:16.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuO0aEwHJeJL6adKtetITNeNahJThXOb { top:32.75rem;left:13.125rem;width:19.6875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayikKkgrxcLVebWkqpfe8EUqkrnXRmF0 { top:30.75rem;left:31.0625rem;width:16.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN3bv3zrzPDP0HsU7eOE18xepHZQH8wv { top:32.75rem;left:30rem;width:17.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puHGBvMUmMW4w7NxNASiBkieZwnK76ZC { display:block; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmstxnymtgStDzTmEENacML0NJkEXaHH { top:1.75rem;left:0rem;width:44.8125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbu2dbTL6XyDtaDwCvx48ZyMkPGISNen { top:11.3125rem;left:10.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcxaOXlo6xqQWB9v8sV3qu4UL8Huyomt { top:8.1875rem;left:10.5rem;width:16.0625rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvp779Z7wzpmtTCTolk8iTzScEzO55J { top:13.5625rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFQuSAb1eUAzKsXZ1TNmmQ5mAffNSKgB { top:11.875rem;left:11.75rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrW9HBiKv4HyyuDi7RuquuZPufoMoTFt { top:8.1875rem;left:0rem;width:15.4375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { top:2.375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKyfNmcDdJ4tiz5QMStS8HWfOrQTdcfO { top:15.9375rem;left:0rem;width:21.875rem;height:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF3uGOPhQ7ZpuW8Rd0lulGE3AyzxedMF { top:8rem;left:26.5rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARlnxT2Zdc1ApQotI5FLeivbtfcfNKir { top:7.9375rem;left:11.25rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWr12bxfkKzeNEz3EXbN2DsFg8D1x4tW { top:7.9375rem;left:16.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIclQ5zo58mQLwqAqTd2kIJfHo3lZuQP { top:8rem;left:21.5625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZoFsxIRQs22TTcCuafU2XMngOk4UI6K { top:8rem;left:31.875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVhAS2HkivU4HN42K0dG8Cz0RrL6QrUr { top:17.8125rem;left:12.9375rem;width:21.875rem;height:7.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phqpfkzLkJOWegylaz1w6ow8cGG3kgpi { top:15.9375rem;left:25.875rem;width:21.875rem;height:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW0QooT3wiDZlMIc3sBBriwP5gk0DyIo { top:14rem;left:0rem;width:23.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPvUVmF1qQRgc5WyQESweVtdfEnoZ0ID { top:14rem;left:11.9375rem;width:23.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNsJFgZqFa6cnasN9bf7h6KCkhwldtxh { top:14rem;left:23.875rem;width:23.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbSQu6489BCZuOJSCGyszpXmBz7vpfne { display:block; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl6TTDpM1OJ3qUgO8nJxtDFzf8N9ZUX9 { top:7.875rem;left:0rem;width:41.625rem;height:8.0625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzQLEaD65LuMlTr1rDFaxH084xf59gr { top:5.5625rem;left:0rem;width:41.1875rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJaCev5BSnal37tTxcgedpgGOqfFSrW { top:3.8125rem;left:29.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxIUx8hgFQDCrn6X6k98mdnAHplsCwwa { top:18.75rem;left:0rem;width:19.625rem;height:0;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlJzWrQNJVaFGra1FC6BBi8ZXhHttTwt { width:18.1875rem;height:4.6875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meABHte1JQ14cJ00DNictPebHHTgthhS { display:block; }
 }@media only screen and (max-width: 763px) { #PXChvuXlDTEJP5LyUTB7Qqv9R8iIKrTm { top:3.8125rem;left:29.65625rem;width:0.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amo41l17vZX1ylL0I6rCbu6MPwH81y0L { top:7.1875rem;left:20.1875rem;width:27.5625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { display:block; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCGH9GkAE1FTVFWGHaH6oCk9pMxnsClH { top:4.3125rem;left:0rem;width:47.1875rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPtJMx10ClI6eMKrts3xlL3cwuuhDJQg { top:12.375rem;left:0rem;width:11.8125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bevdfxwQ2LQ1ggqERiXq05XiNPZ5pNb4 { top:9.0625rem;left:0rem;width:47.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { display:block; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idGa7uhufL84zptyo9NXsq767rxztefr { top:2.4375rem;left:6.5625rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRCxC0qRCcR7D0PCTuT3mu3DWXK7OPQH { width:9.375rem;height:2.1875rem;top:5.1875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdtotSkL8G7fPOoL3CNu5CLn2LcipLzi { display:block; }
 }@media only screen and (max-width: 763px) { #AqRVdItDzbbJqw68lIwvDPD4qIHCBhgp { top:1.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { position:relative;z-index:auto;display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ambTnOM0WU7bk3e3oQBozzEfTPX1QRiT { width:5.1875rem;height:1.5rem;top:0.375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3qEcvPavcOxvPx92p7yAK9PBe9TRPi0 { width:14.5625rem;height:2.5rem;top:4.125rem;left:2.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdT9sN06E39X1wVdlExVbHfep0gREyec { display:block; }
 }@media only screen and (max-width: 763px) { #uewq0dNOSQiguxUmSexheakvivTwqM9h { display:block; }#uewq0dNOSQiguxUmSexheakvivTwqM9h > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k95SGotidJssEuZ1rO79TPXuMOLh75DS { width:20rem;height:4.19791875rem;top:1.78125rem;left:0rem;font-size:1.75rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wbb0o5omTe5JVuCxMsmiSyqXgJOPIkS6 { width:12.5rem;height:0.0625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZGBwxnRRuQLbPzPkfIX5zkWO4A7A2U { width:18.75rem;height:4.546875rem;top:7.1875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVdNLodvmPE46TpdnfIh3DEtOD2UP3CD { width:1rem;height:1rem;top:0.78125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvrZb0WZSWimXKCuo7nqGhDKyTfG1Gdn { width:15.75rem;height:15.75rem;top:11.734375rem;left:2.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UM8ubziFk0SBNs8JlqyMPifAbQxT8Hbo { width:19rem;height:4.625rem;top:28.65625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLgco7IpZxwNN9BEfG9fDm68DIdrdUxE { display:block; }
 }@media only screen and (max-width: 763px) { #fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK { display:block; }#fSytUcOqQoUhPg6txhhCbZxtWeRVLTsK > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxpcblLJN0fWqyoysn5x3aozeqM6xyLP { width:17.6875rem;height:7.19925rem;top:1.3740234375rem;left:1.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prSXTEaqiq8Tqp73FTwC67uKbke73NPa { width:20rem;height:16.19534375rem;top:37.296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBTX7butLZuvFm9kxmSmp918vxTENTmy { width:19.1875rem;height:9.3125rem;top:12.5537109375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ecBkVXWo5yEucab2FyZUKtElfcfmVNQ0 { width:20rem;height:0.0625rem;top:9.54785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUInVWS5l4KD0bdhBopaOvUKo43s9re { width:20rem;height:9.75rem;top:24.7353515625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K3Q6NfZBF7pPiqzklZfIIlIZw1AXxdMR { width:19rem;height:4.3125rem;top:54.7421875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auq4q2TZRzMQlu939GaWLGWnVQeCLDtD { display:block; }
 }@media only screen and (max-width: 763px) { #t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { width:20rem;height:4.19791875rem;top:1.9375rem;left:0rem;font-size:1.75rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGyc0TMPDq5VEV1ZXbzPtgTB6ZBliWDy { width:15.625rem;height:2.8125rem;top:72.0908203125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpOiy2gcK75xa3Fvyuto3fV43pcUlJE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZK90y6AOv9WwJ9tk0JhJbpNubQynMsAr { width:17.25rem;height:1.79980625rem;top:18.2978515625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAlpP7x94TwtaTTt1DT38l3wVmHEkol8 { width:17.1875rem;height:6.3958125rem;top:20.09765625rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f18Aa7Ivb9nPqpUQoQdeIx1JK6M5auvU { width:10.75rem;height:10rem;top:7.609375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQsRgkDxq0uQXpgHacT2zSPbsXi5UC7 { width:10.625rem;height:10.875rem;top:27.921875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bQDuNeSmKJNHlJcO9WsVKWQd2s7rqv { width:11.25rem;height:11.25rem;top:50.7978515625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQInmFQtQQ1KInxITy742UdrRlX0VLkl { width:16.6875rem;height:1.79980625rem;top:39.78515625rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuO0aEwHJeJL6adKtetITNeNahJThXOb { width:17.75rem;height:7.9948125rem;top:41.5849609375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayikKkgrxcLVebWkqpfe8EUqkrnXRmF0 { width:16.6875rem;height:1.79980625rem;top:63.1474609375rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DN3bv3zrzPDP0HsU7eOE18xepHZQH8wv { width:17.75rem;height:6.3958125rem;top:64.884765625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puHGBvMUmMW4w7NxNASiBkieZwnK76ZC { display:block; }#puHGBvMUmMW4w7NxNASiBkieZwnK76ZC > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmstxnymtgStDzTmEENacML0NJkEXaHH { width:20rem;height:2.3997375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbu2dbTL6XyDtaDwCvx48ZyMkPGISNen { width:1.25rem;height:1.25rem;top:19.4609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcxaOXlo6xqQWB9v8sV3qu4UL8Huyomt { width:16.4375rem;height:2rem;top:17.3984375rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTvp779Z7wzpmtTCTolk8iTzScEzO55J { width:17.625rem;height:25.58333125rem;top:22.873046875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFQuSAb1eUAzKsXZ1TNmmQ5mAffNSKgB { width:16.625rem;height:0.0625rem;top:19.9951171875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrW9HBiKv4HyyuDi7RuquuZPufoMoTFt { width:8.75rem;height:11rem;top:4.8984375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKyfNmcDdJ4tiz5QMStS8HWfOrQTdcfO { width:17.6875rem;height:10.19534375rem;top:14.4609375rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KF3uGOPhQ7ZpuW8Rd0lulGE3AyzxedMF { display:flex;width:3rem;height:3rem;top:7.3125rem;left:11.4375rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ARlnxT2Zdc1ApQotI5FLeivbtfcfNKir { display:flex;width:3rem;height:3rem;top:7.3125rem;left:2.5625rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #KWr12bxfkKzeNEz3EXbN2DsFg8D1x4tW { display:flex;width:3rem;height:3rem;top:7.3125rem;left:5.5rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #LIclQ5zo58mQLwqAqTd2kIJfHo3lZuQP { display:flex;width:3rem;height:3rem;top:7.3125rem;left:8.4375rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #JZoFsxIRQs22TTcCuafU2XMngOk4UI6K { display:flex;width:3rem;height:3rem;top:7.3125rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #oVhAS2HkivU4HN42K0dG8Cz0RrL6QrUr { width:18.4375rem;height:6.796875rem;top:30.83984375rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phqpfkzLkJOWegylaz1w6ow8cGG3kgpi { width:17.9375rem;height:8.49609375rem;top:47.2744140625rem;left:1.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AW0QooT3wiDZlMIc3sBBriwP5gk0DyIo { width:20rem;height:13.4375rem;top:12.5400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPvUVmF1qQRgc5WyQESweVtdfEnoZ0ID { width:20rem;height:13.4375rem;top:28.3701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNsJFgZqFa6cnasN9bf7h6KCkhwldtxh { width:20rem;height:13.4375rem;top:43.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbSQu6489BCZuOJSCGyszpXmBz7vpfne { display:block; }#lbSQu6489BCZuOJSCGyszpXmBz7vpfne > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl6TTDpM1OJ3qUgO8nJxtDFzf8N9ZUX9 { width:17.0625rem;height:7.19925rem;top:1.1875rem;left:1.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzQLEaD65LuMlTr1rDFaxH084xf59gr { width:16.8125rem;height:3.19791875rem;top:9.048828125rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJaCev5BSnal37tTxcgedpgGOqfFSrW { width:1rem;height:1rem;top:13.40625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxIUx8hgFQDCrn6X6k98mdnAHplsCwwa { width:10.4375rem;height:0;top:14.40625rem;left:4.78125rem;font-size:2.1875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlJzWrQNJVaFGra1FC6BBi8ZXhHttTwt { width:12.875rem;height:3.4375rem;top:22.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meABHte1JQ14cJ00DNictPebHHTgthhS { display:block; }
 }@media only screen and (max-width: 763px) { #PXChvuXlDTEJP5LyUTB7Qqv9R8iIKrTm { width:15.625rem;height:0.0625rem;top:13.84375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amo41l17vZX1ylL0I6rCbu6MPwH81y0L { width:20rem;height:11.25rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG { display:block; }#QmkDPzyJueNIf63N4Kn4duql6Kk9P2VG > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCGH9GkAE1FTVFWGHaH6oCk9pMxnsClH { width:19.1875rem;height:2rem;top:3.0625rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPtJMx10ClI6eMKrts3xlL3cwuuhDJQg { width:18.25rem;height:1.5996125rem;top:10.8125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bevdfxwQ2LQ1ggqERiXq05XiNPZ5pNb4 { width:12.125rem;height:3.19791875rem;top:6.3125rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc { display:block; }#KJtWio2CLAeMcmdPgnMzSSnsUyvwCOIc > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idGa7uhufL84zptyo9NXsq767rxztefr { width:18.875rem;height:1.0996125rem;top:2.1875rem;left:1.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRCxC0qRCcR7D0PCTuT3mu3DWXK7OPQH { width:5.25rem;height:1.875rem;top:4.5371125rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdtotSkL8G7fPOoL3CNu5CLn2LcipLzi { display:block; }
 }@media only screen and (max-width: 763px) { #AqRVdItDzbbJqw68lIwvDPD4qIHCBhgp { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }