.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,221,221;--color-primary-1:255,171,171;--color-primary-2:255,84,84;--color-primary-3:153,50,50;--color-primary-4:51,17,17;--color-secondary-0:246,253,253;--color-secondary-1:226,250,250;--color-secondary-2:196,244,244;--color-secondary-3:98,122,122;--color-secondary-4:29,37,37;--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:"Source Sans Pro";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.26), rgba(var(--color-primary-2),0.24));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.26), rgba(var(--color-primary-2),0.24));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.26), rgba(var(--color-primary-2),0.24));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.26), rgba(var(--color-primary-2),0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.26)', endColorstr='rgba(var(--color-primary-2),0.24)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.26)', endColorstr='rgba(var(--color-primary-2),0.24)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.26), rgba(var(--color-primary-2),0.24));background-size:auto !important;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;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:75rem;height:45.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { z-index:15000;top:35.875rem;left:32.0625rem;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ob4cloGgpmpdMeflxuT4ql1CWGDitdn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rdFfNGqw9xi1lh0mDEONIwsqUcMUWs04 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:25.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AvN0RWVwmZ7HvuWTLVnz4fKX6UbHWaMH { color:#2b213d;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:32.7490234375rem;height:9.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#P8gAKCLTrFBkTzoWwTmugSVmIUlFcxmC { position:absolute;display:block;z-index:14994;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;height:37.125rem;width:30rem;top:8.75rem;left:2.7494697570801rem;overflow:hidden;display:block; }
#yxeBU5DmzuLmT5ES7o8cbIqeT8TbiNTv { color:rgba(var(--color-primary-2),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.3125rem;left:27.3125rem;height:5.6875rem;font-style:italic;display:block; }
#G7fJ6k7Ip20R67rS9E9cS92gX9BfXyhM { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(1deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(1deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(1deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(1deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;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:9.375rem;width:0.2494675rem;top:36.5rem;left:3.0671157836914rem;display:block; }
#PuqAq61KQqL4TUwo8KcWJChbsJFLkNd8 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(1deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(1deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(1deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(1deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;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:6.25rem;width:0.24902375rem;top:39.625rem;left:3.5029296875rem;display:block; }
#Z81FIonUPzLLEhsZAFrBXPp7LUNr6Q8p { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"bree serif";font-size:2.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.984375rem;left:0rem;height:3.4931625rem;display:block; }
#SIcrO050zSqSnL5fpuIleOvTeEB57WzM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.75rem;left:73.0625rem; }
#SIcrO050zSqSnL5fpuIleOvTeEB57WzM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#pyDclJCrAMC8eLFGU2PD6FkThdKB8QhP { color:#32264c;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3rem;left:60.75rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#qfSN7He9sKMcAhEKk3WNTM4wOW2psXpV { color:#2b213d;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3rem;left:50rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCTb6hBWKRbkBd2mfJEoB04DGWU3wAqL { color:#ff5454;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:3rem;left:42.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC { 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; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row .container { background-color: transparent; background-image: none; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row .container > .video-iframe-container { display: none; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row > .video-iframe-container { display: none; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .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); }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row .container { border-width: 0; border-radius: 0; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row .container { font-size:0.875rem;font-family:arial;height:103.25rem;width:75rem;position:relative;display:block; }#tZZLwhWbpTSdEz8rerlWpFOuTal8CWQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:45.6875rem;left:17.75rem;height:6.5800625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LBzsk8vNJanHTzTmKdinOwrAT1Pc3h5T { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:62.625rem;left:15.8125rem;height:6.5800625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MpMUurLVLTdn3Qlmtvg8EaQRZfZtNnpP { color:#2b213d;display:block;width:55.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6865234375rem;left:9.9052734375rem;height:9.75rem;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; }
#pVsIfIawxPQu9fX8nXXAtbD1dsoPcU4q { color:#2b213d;display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:19.64453125rem;left:13.96875rem;height:21.6952875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AicvMsTwGiDZrS5J7tDBH731DshBqARK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.375rem;left:19.1875rem;height:6.5800625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IqCT2gMymN3TefrTVATrJWGahPx9E4N9 { z-index:15001;top:90.84375rem;left:23.40625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fErOuRpChzwZSzzwVFinO182HFCqOlT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piHl1A1NFXknvxpASUNIWsv5SZnvAASL { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:93.75rem;width:0.25rem;top:0rem;left:3.5622825622559rem;display:block; }
#V1WCRlhMrkP2hyvD22p0RQ0fTVLQ7ZzU { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:68.0625rem;top:93.499782562256rem;left:3.687068939209rem;display:block; }
#J56tTp2bvpgPTpeg9khekQgeltzcrtrv { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:68rem;top:93.0625rem;left:3.25rem;display:block; }
#kp6sgw4KMTRDTFlMXn7USe24TsTfXUUD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.561525rem;width:4.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:54.875rem;left:35.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #c4f4f4); }
#S4muIFN9q8Kda5ogBuQ0OGvF67sANm2M { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:93.3125rem;width:0.25rem;top:0rem;left:3.09375rem;display:block; }
#rTWD2d9TOo7Aicey2zVepnS0COl1AXfl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:36.75rem;width:0.25rem;top:93.5rem;left:71.5625rem;display:block; }
#cscDS0Du9qxb9RLbKm96akMvXE4N33xm { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:0.25rem;top:93.0625rem;left:71.0625rem;display:block; }
#WZVEhidtFEWmGCugcMT1kToao5x67U3y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.561525rem;width:4.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:72.875rem;left:35.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #c4f4f4); }
#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row .container { background-color: transparent; background-image: none; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row .container > .video-iframe-container { display: none; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row > .video-iframe-container { display: none; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .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); }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row .container { border-width: 0; border-radius: 0; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#TTEEJX0JrszKThF8lyIK4xlgh16nh1fc { color:#2b213d;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:17.125rem;left:15.625rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocNOhTlac5VebZpozZ4i2xCXhiIgzXXJ { color:#2b213d;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16rem;left:15.625rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CFMwcFs4vdrdmoPlRFU4ZZaLzd0zcugn { color:#2f2f2f;display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5.5302734375rem;left:15.625rem;height:8.921875rem;font-style:normal;display:block; }
#eEosHT2IXgMETv4dP3eeBWDOd9gCS4N8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:13.7275390625rem;left:8.375rem;overflow:hidden;display:block; }
#W0sDTHpwuFebgEH3SqPyJ6yw1qoviFUQ { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:lobster;font-size:12.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:9rem;height:15.6809375rem;display:block; }
#VNAZOwpfLH7h3TT6PVuob3aZL9rg44w4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:21.6875rem;width:0.25rem;top:0rem;left:71.09375rem;display:block; }
#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo { position:relative;display:block; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo { background-color: transparent; background-image: none; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .row .container > .video-iframe-container { display: none; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .row > .video-iframe-container { display: none; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .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); }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo { border-width: 0; border-radius: 0; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .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; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .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:97.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; }#oc2qtNnx00FuLTGPqxD8BuRpbJVbg01B { color:#2b213d;display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.0625rem;left:16.0625rem;height:9.75rem;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; }
#DTD6x2P9ECc1JoWBSUNkglPksVNG5tP5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.25rem;left:18.84375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#PdIIXo35cW5QNIazqTn1D3SP3PANDZc0 { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.9375rem;left:20.5rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#urdftPzPOcV2hrOdtPsqMr9Opx8QveKr { color:rgba(var(--color-primary-2),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.5625rem;left:35.46875rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmzLm5veJDENrms06X40WE0pgJrTbwxu { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:57.3125rem;left:15.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8NO4TX4NlT6RFof3S59g4bRgNII6MXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:73.0625rem;left:7.625rem;height:7.472625rem;text-align:center;text-align-last:center;display:block; }
#bgSDF6Wo8eOb2BQrM4AAB51ZPU9Fbtr2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:73.0625rem;left:29rem;height:5.60449375rem;text-align:center;text-align-last:center;display:block; }
#Io2D3lTcCriMUq6yMHcfegRUV5yUW5fJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:73.0625rem;left:49.5625rem;height:7.472625rem;text-align:center;text-align-last:center;display:block; }
#vRr4LlwElrZMRiJz4JwaMOEUv6OsKBDU { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:67.9375rem;top:5.0625rem;left:3.875rem;display:block; }
#PhCnphKEXLizzSJtkTPfuxXCwSF2x3xa { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:68rem;top:5.5rem;left:3.25rem;display:block; }
#DconsRorNCsSv1aNoNIQxi6wT1suOptp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:83.5rem;width:0.25rem;top:5.0625rem;left:3.6875rem;display:block; }
#XwsNhfgRwW5gUhLzOfnSyh43cGcHIzIP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:82.6875rem;width:0.25rem;top:5.5rem;left:3.25rem;display:block; }
#KT1bTxwvr9vODFx77F1J1p2o57QyQRns { z-index:15004;top:85.71875rem;left:23.40625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fAbDQkCfeHSbOJeEqkVJpnPBsOa1cQG0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnzFdzgWPW0Ff9MJUU21Zzx44ohhvX0u { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:67.8125rem;top:87.9375rem;left:3.3125rem;display:block; }
#g5FXOXzTMZQsQePnke532NCiotvDg7Is { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:68.0625rem;top:88.375rem;left:3.6875rem;display:block; }
#GHFRurw7ueW2tOuFTSCnGe76pbgLxSRv { color:rgba(var(--color-primary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:65.1875rem;left:15.1875rem;height:5.6875rem;font-style:italic;display:block; }
#F8u3pnfhTaBenQbnBP5nsk3iSHcXwvqD { color:rgba(var(--color-primary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:65.1875rem;left:36.25rem;height:5.6875rem;font-style:italic;display:block; }
#QPfM8iuFg1h209N7lPFxEuSKZTqGUDCn { color:rgba(var(--color-primary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:65.1875rem;left:56.625rem;height:5.6875rem;font-style:italic;display:block; }
#CvB3pEwdPb8SSxuy6JeagnBDrBHAVmMb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:9.5625rem;width:0.25rem;top:87.9375rem;left:71.125rem;display:block; }
#T46rOKbOV5SyzpZOQBQIbnNdctIECa87 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:35.5rem;width:0.25rem;top:88.375rem;left:71.625rem;display:block; }
#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row .container { background-color: transparent; background-image: none; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row .container > .video-iframe-container { display: none; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row > .video-iframe-container { display: none; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .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); }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row .container { border-width: 0; border-radius: 0; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#bxaB0CBXUtNo72LeFi92A4koMdoPrCRh { color:#2b213d;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:17.125rem;left:15.625rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIO8TV5O5f8skKcFrqaTO5zqnKoW0plA { color:#2b213d;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16rem;left:15.625rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzGJIJQyENvu1zl3N04BXoWx5E8tE2w9 { color:#2f2f2f;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:6.41796875rem;left:15.625rem;height:6.691375rem;font-style:normal;display:block; }
#XUAH9EWVdGRdeI7KSbZmKE2hNF0BMBpm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.7275390625rem;left:8.375rem;overflow:hidden;display:block; }
#eyPtewsKCszGTXoRw1TqKhdvpmh4GDPD { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:lobster;font-size:12.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.943359375rem;left:9rem;height:15.6809375rem;display:block; }
#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi { 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; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row .container { background-color: transparent; background-image: none; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row .container > .video-iframe-container { display: none; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row > .video-iframe-container { display: none; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .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); }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row .container { border-width: 0; border-radius: 0; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#FaFlwzDuX3zLo1DlqW9oRfPDLpCofB9H { color:#2b213d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:4.875rem;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; }
#T4pPT4Lo2nHoOM6ArBTNwl7lFPmDHOAp { position:absolute;display:block;z-index:14990;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;height:30.875rem;width:25rem;top:19.75rem;left:7.3125rem;overflow:hidden;display:block; }
#T5mttQK2U2fttb6XPv1ZfuO3T2N0wMmJ { z-index:15002;top:48.34375rem;left:22.65625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.6875rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T6aiU7xRmh7GZrOTte0UeTg73sivQx1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3DmC7nfGZz2wLn4spFdk85zXpKuc1yh { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.625rem;left:33.5625rem;height:1.8681625rem;font-style:normal;display:block; }
#oXln3nrU8pBICNoFuhqsPQDXt5n57S1L { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:67.6875rem;top:4.625rem;left:4.1875rem;display:block; }
#iNVz1JvM7k3Cw2AiT0Ph40JHDCSPS3nl { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:67.625rem;top:5.0625rem;left:3.75rem;display:block; }
#s6JFFw9sBnFpr4pUM6v0S0ocRmbG49LT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:46.625rem;width:0.25rem;top:4.625rem;left:4.1875rem;display:block; }
#bAt4KtAHSF2sMF0wT3NgLy9r2tTggmtk { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:31.25rem;top:50.5625rem;left:3.75rem;display:block; }
#zlxHTyHc2apXyChEfdtKgtCkKS6TE1TA { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:31.25rem;top:51rem;left:4.1875rem;display:block; }
#f7tLs8HRla75Ae0cEHQ1yzJTDe4VZuiI { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:45.625rem;width:0.25rem;top:5.0625rem;left:3.75rem;display:block; }
#GKeAdmqQsIMAKBxvumTqO1z1LDKqwEsd { position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:20.84375rem;left:8.25rem;display:block; }
#eEsA66kRlIGKQPDOAKIsEqa70TyUAePd { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.3125rem;width:15.3125rem;top:30.0615234375rem;left:16.25rem;display:block; }
#owWaGfTmDUoESdVnFfFIZNq6WtJsd2oA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.1875rem;left:33.5625rem;height:14.6191375rem;display:block; }
#dmNDOnHRorxbJPb4XT0Hwhks0SCf6Jbd { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:41.8291015625rem;left:33.5625rem;height:2.923825rem;display:block; }
#sbHnANBhK9mTwbwvU9woDhQLPpIgT4x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.4375rem;left:33.5625rem;height:4.38574375rem;display:block; }
#VuFIiWcqIuT2BnU58fO3TK4xSqH06QWA { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.25rem;width:0.25rem;top:0rem;left:71.1572265625rem;display:block; }
#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.27), rgba(var(--color-secondary-2),0.25));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.27), rgba(var(--color-secondary-2),0.25));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.27), rgba(var(--color-secondary-2),0.25));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.27), rgba(var(--color-secondary-2),0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.27)', endColorstr='rgba(var(--color-secondary-2),0.25)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.27)', endColorstr='rgba(var(--color-secondary-2),0.25)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.27), rgba(var(--color-secondary-2),0.25));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row .container { background-color: transparent; background-image: none; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row .container > .video-iframe-container { display: none; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row > .video-iframe-container { display: none; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .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); }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row .container { border-width: 0; border-radius: 0; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ceuZ4xdHykSOXqtzlTzSk9S8yErW3J4K { color:rgba(var(--color-primary-2),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:28.5rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gkAkn14L0IW2BSZyxTz0K3gcsMi8Uzen { color:rgba(var(--color-primary-2),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.5rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTritPTDrvx0R0VVoMpE8G77uimdQUHb { color:#2b213d;display:block;width:55.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:9.90625rem;height:;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; }
#R80HJPVctmPvTAwghiakWZ4DkhrVqrnK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.7900390625rem;left:33rem;height:1.29980625rem;display:block; }
#Jpa3prdG5hGVh4TXD2K8rgaZN4LOUU6A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.2275390625rem;left:33rem;height:1.29980625rem;display:block; }
#sOt1hf8vbADnQPdmibqdrX8cIFCeMdXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.005859375rem;left:36.53125rem; }
#sOt1hf8vbADnQPdmibqdrX8cIFCeMdXC > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { top:35.875rem;left:18.4375rem;width:14.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob4cloGgpmpdMeflxuT4ql1CWGDitdn5 { display:block; }
 }@media only screen and (max-width: 763px) { #rdFfNGqw9xi1lh0mDEONIwsqUcMUWs04 { width:27.75rem;height:2rem;top:12rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvN0RWVwmZ7HvuWTLVnz4fKX6UbHWaMH { width:34.6875rem;height:9.75rem;top:21.9375rem;left:13.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8gAKCLTrFBkTzoWwTmugSVmIUlFcxmC { width:30rem;height:37.1244375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeBU5DmzuLmT5ES7o8cbIqeT8TbiNTv { width:38rem;height:5.6875rem;top:16.3125rem;left:9.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7fJ6k7Ip20R67rS9E9cS92gX9BfXyhM { width:0.1875rem;height:9.375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuqAq61KQqL4TUwo8KcWJChbsJFLkNd8 { width:0.1875rem;height:6.25rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z81FIonUPzLLEhsZAFrBXPp7LUNr6Q8p { width:12.5rem;height:3.4375rem;top:1.9375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIcrO050zSqSnL5fpuIleOvTeEB57WzM { width:1.9375rem;height:1.9375rem;top:2.75rem;left:45.8125rem;display:block; }
#SIcrO050zSqSnL5fpuIleOvTeEB57WzM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #pyDclJCrAMC8eLFGU2PD6FkThdKB8QhP { width:11.5rem;height:1.4375rem;top:3rem;left:36.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfSN7He9sKMcAhEKk3WNTM4wOW2psXpV { width:11.9375rem;height:1.4375rem;top:3rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTb6hBWKRbkBd2mfJEoB04DGWU3wAqL { width:12.5rem;height:1.4375rem;top:3rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC { display:block; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZZLwhWbpTSdEz8rerlWpFOuTal8CWQ7 { width:39.5rem;height:6.5625rem;top:45.6875rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBzsk8vNJanHTzTmKdinOwrAT1Pc3h5T { width:43.4375rem;height:6.5625rem;top:62.625rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpMUurLVLTdn3Qlmtvg8EaQRZfZtNnpP { width:47.75rem;height:9.75rem;top:5.625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsIfIawxPQu9fX8nXXAtbD1dsoPcU4q { width:47.0625rem;height:21.6875rem;top:19.625rem;left:0.34375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AicvMsTwGiDZrS5J7tDBH731DshBqARK { width:36.6875rem;height:6.5625rem;top:79.375rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqCT2gMymN3TefrTVATrJWGahPx9E4N9 { top:90.8125rem;left:9.78125rem;width:28.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErOuRpChzwZSzzwVFinO182HFCqOlT6 { display:block; }
 }@media only screen and (max-width: 763px) { #piHl1A1NFXknvxpASUNIWsv5SZnvAASL { width:0.25rem;height:93.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1WCRlhMrkP2hyvD22p0RQ0fTVLQ7ZzU { width:47.75rem;height:0.25rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J56tTp2bvpgPTpeg9khekQgeltzcrtrv { width:47.75rem;height:0.25rem;top:93.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp6sgw4KMTRDTFlMXn7USe24TsTfXUUD { width:4.5rem;height:4.5rem;top:54.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4muIFN9q8Kda5ogBuQ0OGvF67sANm2M { width:0.25rem;height:93.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWD2d9TOo7Aicey2zVepnS0COl1AXfl { width:0.25rem;height:36.75rem;top:93.5rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cscDS0Du9qxb9RLbKm96akMvXE4N33xm { width:0.25rem;height:37.625rem;top:93.0625rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZVEhidtFEWmGCugcMT1kToao5x67U3y { width:4.5rem;height:4.5rem;top:72.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuFzrd77hcMxbE0T4ET1M0LghFzylo0O { display:block; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTEEJX0JrszKThF8lyIK4xlgh16nh1fc { width:11.25rem;height:0.89355625rem;top:17.125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNOhTlac5VebZpozZ4i2xCXhiIgzXXJ { width:11.25rem;height:1.13671875rem;top:16rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFMwcFs4vdrdmoPlRFU4ZZaLzd0zcugn { width:47.75rem;height:11.152375rem;top:5.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEosHT2IXgMETv4dP3eeBWDOd9gCS4N8 { width:6.5625rem;height:6.5625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0sDTHpwuFebgEH3SqPyJ6yw1qoviFUQ { width:6.6875rem;height:8.125rem;top:0rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNAZOwpfLH7h3TT6PVuob3aZL9rg44w4 { width:0.25rem;height:21.6875rem;top:0rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo { display:block; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oc2qtNnx00FuLTGPqxD8BuRpbJVbg01B { width:42.875rem;height:;top:11.0625rem;left:2.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTD6x2P9ECc1JoWBSUNkglPksVNG5tP5 { width:37.3125rem;height:9.75rem;top:25.25rem;left:5.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIIXo35cW5QNIazqTn1D3SP3PANDZc0 { width:34rem;height:9.75rem;top:41.9375rem;left:6.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #urdftPzPOcV2hrOdtPsqMr9Opx8QveKr { width:4.0625rem;height:3.6875rem;top:36.5625rem;left:21.84375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmzLm5veJDENrms06X40WE0pgJrTbwxu { width:44rem;height:4.875rem;top:57.3125rem;left:1.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8NO4TX4NlT6RFof3S59g4bRgNII6MXZ { width:19rem;height:7.472625rem;top:73.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSDF6Wo8eOb2BQrM4AAB51ZPU9Fbtr2 { width:17.6875rem;height:5.60449375rem;top:73.0625rem;left:15.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io2D3lTcCriMUq6yMHcfegRUV5yUW5fJ { width:17.875rem;height:7.472625rem;top:73.0625rem;left:29.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRr4LlwElrZMRiJz4JwaMOEUv6OsKBDU { width:47.75rem;height:0.25rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhCnphKEXLizzSJtkTPfuxXCwSF2x3xa { width:47.75rem;height:0.25rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DconsRorNCsSv1aNoNIQxi6wT1suOptp { width:0.25rem;height:83.5rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsNhfgRwW5gUhLzOfnSyh43cGcHIzIP { width:0.25rem;height:82.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1bTxwvr9vODFx77F1J1p2o57QyQRns { top:85.6875rem;left:9.78125rem;width:28.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAbDQkCfeHSbOJeEqkVJpnPBsOa1cQG0 { display:block; }
 }@media only screen and (max-width: 763px) { #TnzFdzgWPW0Ff9MJUU21Zzx44ohhvX0u { width:47.75rem;height:0.25rem;top:87.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5FXOXzTMZQsQePnke532NCiotvDg7Is { width:47.75rem;height:0.25rem;top:88.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFRurw7ueW2tOuFTSCnGe76pbgLxSRv { width:3.1875rem;height:5.6875rem;top:65.1875rem;left:1.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8u3pnfhTaBenQbnBP5nsk3iSHcXwvqD { width:3.1875rem;height:5.6875rem;top:65.1875rem;left:22.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPfM8iuFg1h209N7lPFxEuSKZTqGUDCn { width:3.1875rem;height:5.6875rem;top:65.1875rem;left:43rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvB3pEwdPb8SSxuy6JeagnBDrBHAVmMb { width:0.25rem;height:9.5625rem;top:87.9375rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46rOKbOV5SyzpZOQBQIbnNdctIECa87 { width:0.25rem;height:35.5rem;top:88.375rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao { display:block; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxaB0CBXUtNo72LeFi92A4koMdoPrCRh { width:18.5625rem;height:0.89355625rem;top:17.125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIO8TV5O5f8skKcFrqaTO5zqnKoW0plA { width:11.25rem;height:1.13671875rem;top:16rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzGJIJQyENvu1zl3N04BXoWx5E8tE2w9 { width:47.75rem;height:3.611325rem;top:6.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUAH9EWVdGRdeI7KSbZmKE2hNF0BMBpm { width:6.25rem;height:6.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyPtewsKCszGTXoRw1TqKhdvpmh4GDPD { width:6.6875rem;height:8.125rem;top:0.9375rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi { display:block; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaFlwzDuX3zLo1DlqW9oRfPDLpCofB9H { width:47.75rem;height:4.875rem;top:8.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pPT4Lo2nHoOM6ArBTNwl7lFPmDHOAp { width:25rem;height:30.875rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mttQK2U2fttb6XPv1ZfuO3T2N0wMmJ { top:48.3125rem;left:9.03125rem;width:29.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aiU7xRmh7GZrOTte0UeTg73sivQx1d { display:block; }
 }@media only screen and (max-width: 763px) { #K3DmC7nfGZz2wLn4spFdk85zXpKuc1yh { width:34.125rem;height:1.8681625rem;top:16.625rem;left:13.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXln3nrU8pBICNoFuhqsPQDXt5n57S1L { width:47.75rem;height:0.25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVz1JvM7k3Cw2AiT0Ph40JHDCSPS3nl { width:47.75rem;height:0.25rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6JFFw9sBnFpr4pUM6v0S0ocRmbG49LT { width:0.25rem;height:46.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAt4KtAHSF2sMF0wT3NgLy9r2tTggmtk { width:31.25rem;height:0.25rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlxHTyHc2apXyChEfdtKgtCkKS6TE1TA { width:31.25rem;height:0.25rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7tLs8HRla75Ae0cEHQ1yzJTDe4VZuiI { width:0.25rem;height:45.625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKeAdmqQsIMAKBxvumTqO1z1LDKqwEsd { width:15.3125rem;height:15.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEsA66kRlIGKQPDOAKIsEqa70TyUAePd { width:15.3125rem;height:15.3125rem;top:30rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWaGfTmDUoESdVnFfFIZNq6WtJsd2oA { width:35.5625rem;height:14.5625rem;top:25.1875rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmNDOnHRorxbJPb4XT0Hwhks0SCf6Jbd { width:35.5rem;height:2.875rem;top:41.8125rem;left:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbHnANBhK9mTwbwvU9woDhQLPpIgT4x7 { width:34.5rem;height:4.38574375rem;top:19.4375rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuFIiWcqIuT2BnU58fO3TK4xSqH06QWA { width:0.25rem;height:5.25rem;top:0rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 { display:block; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceuZ4xdHykSOXqtzlTzSk9S8yErW3J4K { width:4.5rem;height:1.29980625rem;top:14.75rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkAkn14L0IW2BSZyxTz0K3gcsMi8Uzen { width:4.5rem;height:1.29980625rem;top:16.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTritPTDrvx0R0VVoMpE8G77uimdQUHb { width:47.75rem;height:;top:6.625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R80HJPVctmPvTAwghiakWZ4DkhrVqrnK { width:12.5rem;height:1.25rem;top:14.75rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpa3prdG5hGVh4TXD2K8rgaZN4LOUU6A { width:12.5rem;height:1.25rem;top:16.1875rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOt1hf8vbADnQPdmibqdrX8cIFCeMdXC { width:1.9375rem;height:1.9375rem;top:21rem;left:22.90625rem;display:block; }
#sOt1hf8vbADnQPdmibqdrX8cIFCeMdXC > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:20rem;height:48.4453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { top:27.75rem;left:4.0625rem;width:11.875rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob4cloGgpmpdMeflxuT4ql1CWGDitdn5 { display:block; }
 }@media only screen and (max-width: 763px) { #rdFfNGqw9xi1lh0mDEONIwsqUcMUWs04 { width:11.3125rem;height:2.76171875rem;top:12.3125rem;left:4.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvN0RWVwmZ7HvuWTLVnz4fKX6UbHWaMH { width:20rem;height:5.361325rem;top:19.1875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8gAKCLTrFBkTzoWwTmugSVmIUlFcxmC { width:0.625rem;height:0.875rem;top:0rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeBU5DmzuLmT5ES7o8cbIqeT8TbiNTv { width:20rem;height:3.0869125rem;top:16.125rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7fJ6k7Ip20R67rS9E9cS92gX9BfXyhM { width:0.1875rem;height:9.375rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuqAq61KQqL4TUwo8KcWJChbsJFLkNd8 { width:0.1875rem;height:6.25rem;top:29.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z81FIonUPzLLEhsZAFrBXPp7LUNr6Q8p { width:14.0625rem;height:3.0058625rem;top:6rem;left:2.96875rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIcrO050zSqSnL5fpuIleOvTeEB57WzM { display:flex;width:1.9375rem;height:1.9375rem;top:45.2578125rem;left:9rem; }
#SIcrO050zSqSnL5fpuIleOvTeEB57WzM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #pyDclJCrAMC8eLFGU2PD6FkThdKB8QhP { width:11.5rem;height:0;top:42.546875rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfSN7He9sKMcAhEKk3WNTM4wOW2psXpV { width:11.9375rem;height:0;top:39.8359375rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCTb6hBWKRbkBd2mfJEoB04DGWU3wAqL { width:12.5rem;height:0;top:37.125rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC { display:block; }#tgNHIZW7Q2M2ZkDHh6miepGOc15Xs1SC > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZZLwhWbpTSdEz8rerlWpFOuTal8CWQ7 { width:18.6875rem;height:9.746125rem;top:32.25rem;left:0.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBzsk8vNJanHTzTmKdinOwrAT1Pc3h5T { width:20rem;height:11.6953125rem;top:47.248046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpMUurLVLTdn3Qlmtvg8EaQRZfZtNnpP { width:16.6875rem;height:10.3984375rem;top:3.5rem;left:1.65625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVsIfIawxPQu9fX8nXXAtbD1dsoPcU4q { width:20rem;height:12.25rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AicvMsTwGiDZrS5J7tDBH731DshBqARK { width:16.9375rem;height:11.6953125rem;top:64.068359375rem;left:1.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqCT2gMymN3TefrTVATrJWGahPx9E4N9 { top:81rem;left:0.78125rem;width:18.4375rem;height:3.499025rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErOuRpChzwZSzzwVFinO182HFCqOlT6 { display:block; }
 }@media only screen and (max-width: 763px) { #piHl1A1NFXknvxpASUNIWsv5SZnvAASL { width:0.24956625rem;height:0.125rem;top:0rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1WCRlhMrkP2hyvD22p0RQ0fTVLQ7ZzU { width:0.125rem;height:0.24956625rem;top:0rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J56tTp2bvpgPTpeg9khekQgeltzcrtrv { width:0.124783125rem;height:0.124783125rem;top:0rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp6sgw4KMTRDTFlMXn7USe24TsTfXUUD { display:flex;width:4.56055rem;height:4.56055rem;top:42.375rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #S4muIFN9q8Kda5ogBuQ0OGvF67sANm2M { width:0.124783125rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWD2d9TOo7Aicey2zVepnS0COl1AXfl { width:0.24956625rem;height:0.125rem;top:1.4973964691162rem;left:2.4370661377907rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cscDS0Du9qxb9RLbKm96akMvXE4N33xm { width:0.24956625rem;height:0.125rem;top:0rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZVEhidtFEWmGCugcMT1kToao5x67U3y { display:flex;width:4.5rem;height:4.5rem;top:59.255859375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #GuFzrd77hcMxbE0T4ET1M0LghFzylo0O { display:block; }#GuFzrd77hcMxbE0T4ET1M0LghFzylo0O > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTEEJX0JrszKThF8lyIK4xlgh16nh1fc { width:11.25rem;height:0.89355625rem;top:27.1875rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNOhTlac5VebZpozZ4i2xCXhiIgzXXJ { width:11.25rem;height:1.13671875rem;top:26.0625rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFMwcFs4vdrdmoPlRFU4ZZaLzd0zcugn { width:16.5625rem;height:18.691375rem;top:4.6875rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEosHT2IXgMETv4dP3eeBWDOd9gCS4N8 { width:4.875rem;height:4.875rem;top:24.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0sDTHpwuFebgEH3SqPyJ6yw1qoviFUQ { width:6.6855625rem;height:8.125rem;top:0.75rem;left:0rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNAZOwpfLH7h3TT6PVuob3aZL9rg44w4 { width:0.125rem;height:0.1875rem;top:3.375rem;left:13.4375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo { display:block; }#QVhTSuWGuCMkPTeC1TKz2ECPH0LqwNLo > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oc2qtNnx00FuLTGPqxD8BuRpbJVbg01B { width:20rem;height:8.53125rem;top:3.3740234375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTD6x2P9ECc1JoWBSUNkglPksVNG5tP5 { width:18.5rem;height:13.6445rem;top:15.25rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdIIXo35cW5QNIazqTn1D3SP3PANDZc0 { width:20rem;height:11.6953125rem;top:34.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urdftPzPOcV2hrOdtPsqMr9Opx8QveKr { width:4.0625rem;height:2.5996125rem;top:30.125rem;left:7.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmzLm5veJDENrms06X40WE0pgJrTbwxu { width:20rem;height:2.11230625rem;top:51.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8NO4TX4NlT6RFof3S59g4bRgNII6MXZ { width:12.5rem;height:8.125rem;top:55.5rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgSDF6Wo8eOb2BQrM4AAB51ZPU9Fbtr2 { width:14.3105625rem;height:6.5rem;top:67.8125rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Io2D3lTcCriMUq6yMHcfegRUV5yUW5fJ { width:13.1855625rem;height:8.125rem;top:78.75rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRr4LlwElrZMRiJz4JwaMOEUv6OsKBDU { width:0.125rem;height:0.24956625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhCnphKEXLizzSJtkTPfuxXCwSF2x3xa { width:0.125rem;height:0.24956625rem;top:1.2489185333252rem;left:2.7560763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #DconsRorNCsSv1aNoNIQxi6wT1suOptp { width:0.24956625rem;height:0.125rem;top:1.3129425048828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsNhfgRwW5gUhLzOfnSyh43cGcHIzIP { width:0.24956625rem;height:0.125rem;top:0.56097984313965rem;left:18.498265326023rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1bTxwvr9vODFx77F1J1p2o57QyQRns { top:91.375rem;left:0.8125rem;width:18.4375rem;height:3.499025rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAbDQkCfeHSbOJeEqkVJpnPBsOa1cQG0 { display:block; }
 }@media only screen and (max-width: 763px) { #TnzFdzgWPW0Ff9MJUU21Zzx44ohhvX0u { width:0.125rem;height:0.24956625rem;top:1.2478370666504rem;left:3.6935763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5FXOXzTMZQsQePnke532NCiotvDg7Is { width:0.125rem;height:0.24956625rem;top:0.50021553039551rem;left:0.19314235448837rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFRurw7ueW2tOuFTSCnGe76pbgLxSRv { width:3.1875rem;height:2.5996125rem;top:58.25rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8u3pnfhTaBenQbnBP5nsk3iSHcXwvqD { width:3.1875rem;height:2.5996125rem;top:69.75rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPfM8iuFg1h209N7lPFxEuSKZTqGUDCn { width:3.1875rem;height:2.5996125rem;top:81.5rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvB3pEwdPb8SSxuy6JeagnBDrBHAVmMb { width:0.125rem;height:0.125rem;top:1.3115234375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46rOKbOV5SyzpZOQBQIbnNdctIECa87 { width:0.125rem;height:0.125rem;top:1.3115234375rem;left:16.375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao { display:block; }#s1QVBXkLFmipqxmfNsE3T7spLZrdi2ao > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxaB0CBXUtNo72LeFi92A4koMdoPrCRh { width:11.25rem;height:1.7871125rem;top:18.9375rem;left:7.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIO8TV5O5f8skKcFrqaTO5zqnKoW0plA { width:11.25rem;height:1.13671875rem;top:17.8125rem;left:7.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzGJIJQyENvu1zl3N04BXoWx5E8tE2w9 { width:17.875rem;height:10.834rem;top:4.2236328125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUAH9EWVdGRdeI7KSbZmKE2hNF0BMBpm { width:4.3125rem;height:4.3125rem;top:17.1240234375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyPtewsKCszGTXoRw1TqKhdvpmh4GDPD { width:6.6855625rem;height:8.125rem;top:0rem;left:0rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi { display:block; }#DGgV6OcKmqQULp7P2ZqfOOw7zOb1sIzi > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaFlwzDuX3zLo1DlqW9oRfPDLpCofB9H { width:20rem;height:2.4375rem;top:3.1835947036743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pPT4Lo2nHoOM6ArBTNwl7lFPmDHOAp { width:14.3125rem;height:17.6875rem;top:7.5933170318606rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mttQK2U2fttb6XPv1ZfuO3T2N0wMmJ { top:81.810546875rem;left:0.78125rem;width:18.4375rem;height:3.499025rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aiU7xRmh7GZrOTte0UeTg73sivQx1d { display:block; }
 }@media only screen and (max-width: 763px) { #K3DmC7nfGZz2wLn4spFdk85zXpKuc1yh { width:20rem;height:1.625rem;top:29.6298828125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXln3nrU8pBICNoFuhqsPQDXt5n57S1L { width:0.0625rem;height:0.24956625rem;top:1.6222019195557rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVz1JvM7k3Cw2AiT0Ph40JHDCSPS3nl { width:0.0625rem;height:0.24956625rem;top:1.0687942504882rem;left:0.75629347562787rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6JFFw9sBnFpr4pUM6v0S0ocRmbG49LT { width:0.24956625rem;height:0.0625rem;top:2.4348888397217rem;left:19.007163107395rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAt4KtAHSF2sMF0wT3NgLy9r2tTggmtk { width:0.0625rem;height:0.24956625rem;top:2.3437328338623rem;left:15.625001013279rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlxHTyHc2apXyChEfdtKgtCkKS6TE1TA { width:0.125rem;height:0.24956625rem;top:2.3426704406738rem;left:17.061633169651rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7tLs8HRla75Ae0cEHQ1yzJTDe4VZuiI { width:0.24956625rem;height:0.0625rem;top:1.2565116882324rem;left:1.3736980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKeAdmqQsIMAKBxvumTqO1z1LDKqwEsd { width:9.875rem;height:9.875rem;top:8.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEsA66kRlIGKQPDOAKIsEqa70TyUAePd { width:12.8125rem;height:12.8125rem;top:11.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWaGfTmDUoESdVnFfFIZNq6WtJsd2oA { width:17.686625rem;height:17.542975rem;top:41.936851501465rem;left:1.1555990576744rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmNDOnHRorxbJPb4XT0Hwhks0SCf6Jbd { width:17.999125rem;height:19.00490625rem;top:59.249134063721rem;left:0.99934893846512rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbHnANBhK9mTwbwvU9woDhQLPpIgT4x7 { width:18.6870625rem;height:7.3095625rem;top:33.311634063721rem;left:0.65538197755812rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuFIiWcqIuT2BnU58fO3TK4xSqH06QWA { width:0.125rem;height:0.125rem;top:84.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 { display:block; }#rmMc6lZLm2oVshoRxLzQAvcWWyHT5Jv8 > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceuZ4xdHykSOXqtzlTzSk9S8yErW3J4K { width:4.5rem;height:1.29980625rem;top:9.568359375rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkAkn14L0IW2BSZyxTz0K3gcsMi8Uzen { width:4.5rem;height:1.29980625rem;top:14.9736328125rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTritPTDrvx0R0VVoMpE8G77uimdQUHb { width:20rem;height:2.5996125rem;top:4.5556640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R80HJPVctmPvTAwghiakWZ4DkhrVqrnK { width:12.5rem;height:1.29980625rem;top:11.736328125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpa3prdG5hGVh4TXD2K8rgaZN4LOUU6A { width:12.5rem;height:1.29980625rem;top:16.8486328125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOt1hf8vbADnQPdmibqdrX8cIFCeMdXC { display:flex;width:1.9375rem;height:1.9375rem;top:20.6484375rem;left:9.03125rem; }
#sOt1hf8vbADnQPdmibqdrX8cIFCeMdXC > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }