.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:243,243,224;--color-primary-1:211,225,175;--color-primary-2:255,204,0;--color-primary-3:109,166,68;--color-primary-4:51,41,0;--color-secondary-0:255,231,222;--color-secondary-1:254,177,144;--color-secondary-2:253,98,33;--color-secondary-3:127,49,17;--color-secondary-4:38,15,5;--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:Poppins;--paragraphs-font-family:Signika; }@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(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row .container { background-color: transparent; background-image: none; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row .container > .video-iframe-container { display: none; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row > .video-iframe-container { display: none; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .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); }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row .container { border-width: 0; border-radius: 0; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#LRTfKG7ZpXbqT7iNtIHU4BgJVW0AhOZh { z-index:15004;top:1.09375rem;left:58.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(95deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(95deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(95deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(95deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(95deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rh3rRt7mubbCqKOEqI6fxHlrTMnq8Skk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mwhv83oVmT6aWOBz8TTt9IcGS775Kn62 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99913125rem;width:9.375rem;top:1.3420139551162rem;left:2.4435768127441rem;overflow:hidden;display:block; }
#nWc12wsUC116UK4a3GQX87wDFFkUHnwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row .container { background-color: transparent; background-image: none; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row .container > .video-iframe-container { display: none; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row > .video-iframe-container { display: none; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .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); }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row .container { border-width: 0; border-radius: 0; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#fdAgJS6kRD5hh5dBSr2C3QfMvUQX7cul { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:69.5625rem;top:4.375rem;left:2.71875rem;overflow:hidden;display:block; }
#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row .container { background-color: transparent; background-image: none; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row .container > .video-iframe-container { display: none; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row > .video-iframe-container { display: none; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .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); }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row .container { border-width: 0; border-radius: 0; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#RGeirc3cmaBE103kHkLT1ZiB1UuM5fOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.35;top:2.40625rem;left:2.71875rem; }
#v2NZD8RXaDKin4VsANN0dPZKdRWUH9QM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#DklkcgdAQUeJXnQnHVsVQs8ApmykfHpP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#Hx1sX0T3r4aLOfsEDyVv6mgetTFeBg11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#gdoFbE6DGelfeTt6qMB2CV0bT6u8VdIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#wUy8htI1s4W3Lg7n0WPmySPiAekOOdE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#CMmLqSbnALAbVB07oO1oBuGihz8fDM3l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#QQqU1JhafhsqFdliOQPJxaRxFhZQxA1L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#VWlOFzr4tko4DaV6DFZVXtPqxiET4r3L { color:#212529;display:block;width:57.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:1.81640625rem;left:8.6555995941163rem;height:4.21875rem;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; }
#piX5KxvRTvxazmCZdAUOkrJKf3p2XeG7 { position:absolute;display:block;z-index:15033;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);box-shadow: none;height:24.0625rem;width:43rem;top:13.6875rem;left:15.75rem;display:block; }
#JUUZ3LH0RalTnfQ9T8B3JzU2O2AzQteo { box-sizing:content-box;height:3.0625rem;width:21.3125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.0625rem;left:26.875rem;display:block; }
#FFgrbT6AhxICdtexvehflFL8pHKDvhue { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:11.5rem;left:29.125rem;height:2.1875rem;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; }
#WI04Kp71ykgCguQSrsD3ouZn5rV1VV9O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#fffefd;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.874125rem;height:4.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:41.297744750976rem;left:25.061849594116rem;display:block; }
#X4lzVFa2l3wPU6aG8aAqyb6TZ0kbMAB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1gIEfRERI4wQB2IiDvvqpJTdEdwpWca { color:#212529;display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:5.9678821563721rem;left:17.21875rem;height:3.37456875rem;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; }
#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row .container { background-color: transparent; background-image: none; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row .container > .video-iframe-container { display: none; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row > .video-iframe-container { display: none; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .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); }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row .container { border-width: 0; border-radius: 0; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row .container { font-size:0.875rem;font-family:arial;height:75.6875rem;width:75rem;position:relative;display:block; }#Tmd8n5T3Za6NDhxv7OnlOt65mN4KKRZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#wVp1v9iyZRie70LTCuHWGzoP8gEKh79L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#x9uTQBdPkwTqCbzxDssLNzm7T3qi5dSF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#SKpscnUTTMeCAc1pgpyaql8gsUSQOqXb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#G1va5xvwJUDuat2S8qSIIqJ6TCBMknlF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#KmgiPVRFiNlTPF7UADIu730EdMflKQvh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#B1zh2UdcTcgriwU0yEQe0rBzAx2fzwUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#QG7InqotKTmqXO1A5OeMqD4IAVrrxka5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.75;letter-spacing:0;top:23.124999523163rem;left:9.2421875rem;height:10.9375rem;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; }
#gcLcuIlFqV6IPl0bQJ1PdQA4gqndrb9q { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:37.25rem;top:41.125rem;left:0rem;overflow:hidden;display:block; }
#xJ9VlKWLTtFvccZE1VJrgilKJbWZsOE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.75;letter-spacing:0;top:47.343749523163rem;left:45rem;height:19.6875rem;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; }
#cQ9eTRGR6IVLw0LuhbxUpQgZszwwLPTU { color:#328d0b;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:7.6657986640931rem;left:11.680553436279rem;height:8.528625rem;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; }
#ibHdrzIFb1fqm3C5HAOykuEC06V8sHBc { position:absolute;display:block;z-index:15032;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.4375rem;width:38rem;top:2.2291717529297rem;left:37.5rem;overflow:hidden;display:block; }
#e7A8pgLifHqUpIeToeeGpOqRCTxRORPE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5625rem;width:38.5625rem;top:36.812499523163rem;left:36.4375rem;overflow:hidden;display:block; }
#JlJGKX6GHATvJeQ64SwMusagb7s26SUd { position:absolute;display:block;z-index:15002;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.125rem;width:35.125rem;top:2.384548664093rem;left:8.1875rem;overflow:hidden;display:block; }
#TAUTSudn5uIcZrNXsfFATLkaWxfCGknf { position:absolute;display:block;z-index:15005;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:4.871525rem;width:67.624375rem;top:35.187496185302rem;left:3.6875rem;overflow:hidden;display:block; }
#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row .container { background-color: transparent; background-image: none; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row .container > .video-iframe-container { display: none; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row > .video-iframe-container { display: none; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .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); }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row .container { border-width: 0; border-radius: 0; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#rcGwxNJHkzRehueQpCSeRqTrmm9ILzkw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#z5XweuTNnT9bOBaVQ1U0JxtcRuAzDOIH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#UJn2rkItC8CxqxgudTTTK2CPfTEwmJBd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#kTVrOIlmvMxZ2R290naItIHaqGuxKloi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#ArU4twbyzhqsyXT01TAiFZ3WgFFfdZTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#PmbrUrAGBFzSNo3es1iHZS6VMeL7sexg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#g8Ao5oITifuPmTbzRSg0WCVWRFA3CBMt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#E8gZL73sOGSQZMH3qVScGzSxPHyDZyTi { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:1rem;left:18.40625rem;height:4.921875rem;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; }
#EKDmcWmTUiFX41vZdHFDg58Qr7PqVioP { position:absolute;display:block;z-index:15032;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:34.4375rem;width:68.0625rem;top:6.875rem;left:3.46875rem;overflow:hidden;display:block; }
#B4CZspcIJX1gVJA6CC89wbQrc2KzW3kI { position:absolute;display:block;z-index:15006;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:4.8705125rem;width:67.62375rem;top:48.427383422851rem;left:3.6877918243408rem;overflow:hidden;display:block; }
#H5NdbrgNG13K7ZKnE6znhFdM8qNCtfuG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#fffefd;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:4.6875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:43.741312682629rem;left:25.0625rem;display:block; }
#FVT9PWoRtuNEdT9TwErd0k37W5NhVK4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row .container { background-color: transparent; background-image: none; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row .container > .video-iframe-container { display: none; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row > .video-iframe-container { display: none; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .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); }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row .container { border-width: 0; border-radius: 0; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#fnKkAqHFoRRSB3IeTdknLrzg7oW7l8CC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#LoADrK2VAeUskDL4lxM1BB0sTxWQGTH8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#fn9e2SFfrbMANIQh5VWnGoZzOGVq8B8I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#VULxwZP7x4poPVSJHskkWhFBK3Vombqw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#U30BHtHef7AStp581hnZ3Iz0Ro5JhFls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#qoWSsxIA48qg6P41m80wIZbZri4bHloG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#B7OXgnPdnZFQQlVqaslW8Lam9S8xNgSU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#WiIUTdhckmRqTKUO6gXr9gyleVeOqP49 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:1.3736972808838rem;left:10.499132156372rem;height:4.921875rem;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; }
#pN2uG0nT9JTNTFmTSVWhfWzcS69gETpO { color:rgba(var(--color-tertiary-4),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.0625rem;left:6.375rem;height:5.3624125rem;text-align:justify;text-align-last:initial;display:block; }
#Xan219v5F91HX9dEvfhLUefuNxTS9nWB { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.125rem;left:6.375rem;height:7.149875rem;text-align:justify;text-align-last:initial;display:block; }
#vPPI6U8QW6xVNv13lVSH07PxFpeI5ysG { color:rgba(var(--color-tertiary-4),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.875rem;left:6.4375rem;height:3.57494375rem;text-align:justify;text-align-last:initial;display:block; }
#dK0EluTwlOBVLofuQ0ZmiWAM30hh3KOm { position:absolute;display:block;z-index:15007;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:4.87305rem;width:67.62375rem;top:31.448595046997rem;left:3.6870670318604rem;overflow:hidden;display:block; }
#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row .container { background-color: transparent; background-image: none; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row .container > .video-iframe-container { display: none; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row > .video-iframe-container { display: none; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .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); }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row .container { border-width: 0; border-radius: 0; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#zJ6tsFiFOCkbUyMu4X7ZFGH4CETdZlpx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#G2QiMeSaqTu7POO8QSDDyoITimOo3oCM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#bA40pzqN9JCD7d17JIUSkOVrcKSlGUDu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#owhklq5wSQPKT0LRTzaUlVn0cZ6BJLwS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#mbabvmbilb69lHHT0P6ggTecy66D4Woc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#hflW4ncfSRwBmcuKytQkzq7Hf3b7QPp9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#D0LAupzTzRgh57vtcAFgDq2UNWah5B3T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#WI6wTAsdLG78yobspWAlmN2nbbe0CQq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.75;letter-spacing:0;top:7.90624499321rem;left:0.9375rem;height:28.4375rem;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; }
#A0vK4cNfNAXMMKioEvipObk9ziRsLykp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:1.8749930858612rem;left:2.5rem;height:4.921875rem;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; }
#mZW2nyph4x840Lm4SMqx5bSFTzIFIW3f { position:absolute;display:block;z-index:15007;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:4.8706625rem;width:67.624375rem;top:41.493055343628rem;left:3.6875rem;overflow:hidden;display:block; }
#XbCXsmT66TReG0bKHd82kNshhvOkl1Zz { position:absolute;display:block;z-index:15032;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:39.125rem;width:38.125rem;top:2.5616302490234rem;left:35.875rem;overflow:hidden;display:block; }
#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row .container { background-color: transparent; background-image: none; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row .container > .video-iframe-container { display: none; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row > .video-iframe-container { display: none; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .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); }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row .container { border-width: 0; border-radius: 0; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#T9XNC5bIVsAGidXsvqQNhXysp4mPldzl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#o9fasIuEEDEWmzMqs07eLNT8tXDVpoMM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#L6bz1aEltGkibrJ5Ceg4W691UQsdViFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#KnL0sLdJq6Fnfu0qBAEHQaRJrrIhCGWP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#LfJIHZuIltaVhpRbq6Em6OqKbJ1JSwTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#HKFINA7Z8WdftK5d5wTcFqdohS7L6H23 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#FLrZbS8u6SdrCwH2XG8tEgxI5ZEAWkwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#vDl5PHFsaASyyyQOpolfoC239PTLIGqe { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.75;letter-spacing:0;top:9.0625rem;left:34.0625rem;height:10.9375rem;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; }
#kB4HDD3m2HTTylXJgdMNDZzUoneC85D6 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:2.3125rem;left:34.0625rem;height:4.921875rem;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; }
#oGT5PFSxrVhzVT8kLJQOJoe02TcfZV4d { position:absolute;display:block;z-index:15032;border-top:0.375rem solid #328d0b;border-left:0.375rem solid #328d0b;border-right:0.375rem solid #328d0b;border-bottom:0.375rem solid #328d0b;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: none;height:16.9375rem;width:31.875rem;top:2.6805553436279rem;left:0rem;overflow:hidden;display:block; }
#MXlve73ydDS6JpVIvZluf2PSffkeQ5mQ { position:absolute;display:block;z-index:15008;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:4.8706625rem;width:67.624375rem;top:22.753473281861rem;left:3.6875rem;overflow:hidden;display:block; }
#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row .container { background-color: transparent; background-image: none; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row .container > .video-iframe-container { display: none; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row > .video-iframe-container { display: none; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .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); }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row .container { border-width: 0; border-radius: 0; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#iSDMZxTkr3zmN1eXLpkAEIlpwxMIDq4s { position:absolute;display:block;z-index:15005;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:4.87413125rem;width:67.624375rem;top:38.593750953674rem;left:3.6875rem;overflow:hidden;display:block; }
#u8hsHqNL8xEx1rSe0Ne8afR01qcsnBFb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#oyZ9EQMl7SamcdS7rBDTsMS0ts3u3irO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#ZsQ31v3vNVDmlJo7V67k3lId6B4dlu1n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#Tn7nIwqUs8QBJOxme2mdKdMcE4QQw2GM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:.35;top:9.3125rem;left:73.4375rem; }
#QauhL0sIIfzJufZoHnVcdTtWq0n386GJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#STD7FTaxukLIFEnMxr35ZuFL9TeBZvdz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#TAuNzZXfBQbS39p4z3ZKvIbyIv5Zzkr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#dFzxnTZosTBk7pUFU6n60LTOGJLzTrPf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:.35;top:36.40625rem;left:-3.0625rem; }
#syuFRG6C5aUL3E4FJOxSDaBfboVN2RTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#z5tuvCXqJ0AlNC3FXlk4ytq3dWbJzhMD { position:absolute;display:block;z-index:15027;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:15.25rem;width:15.625rem;top:21.1875rem;left:57.25rem;overflow:hidden;display:block; }
#rxBdUCmICDGPT8rsnUIBJzbnpOTNqzDu { position:absolute;display:block;z-index:15028;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:15.4375rem;width:15.625rem;top:21.1875rem;left:20.9375rem;overflow:hidden;display:block; }
#dEyzsPonDg8mBaE1ccbOSNHr8iRctQ2z { position:absolute;display:block;z-index:15029;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:16.9375rem;width:16.625rem;top:2.6875rem;left:38.875rem;overflow:hidden;display:block; }
#Wb3MI9e1Jov3U3Oceho6Psft0e4JEz5f { position:absolute;display:block;z-index:15029;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:15.124625rem;width:16.5625rem;top:21.5rem;left:38.9375rem;overflow:hidden;display:block; }
#WmhPHgQvxuMmNpn2tp7kcBvQTE9llDU2 { position:absolute;display:block;z-index:15030;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:17.25rem;width:16.375rem;top:2.6875rem;left:56.5625rem;overflow:hidden;display:block; }
#W1i8FixnXs0tlInl2l5wbkSHWsca8p9x { position:absolute;display:block;z-index:15030;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:16.875rem;width:17.5rem;top:2.6875rem;left:20rem;overflow:hidden;display:block; }
#e8USDUX1L12WnPSLNsZNUlXw9IXaoM60 { position:absolute;display:block;z-index:15028;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:17.125rem;width:17.125rem;top:2.6875rem;left:1.875rem;overflow:hidden;display:block; }
#hZb0AVESB7RNT85wKMoI8xQ0uOOytuc9 { position:absolute;display:block;z-index:15029;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:15.625rem;width:16.62425rem;top:21.1875rem;left:2.125rem;overflow:hidden;display:block; }
#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row .container { background-color: transparent; background-image: none; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row .container > .video-iframe-container { display: none; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row > .video-iframe-container { display: none; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .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); }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row .container { border-width: 0; border-radius: 0; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#ffHCmTpTiFJ9gaXtzipGocunJmn3OyQL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#r7ybC3QQFyIEwxdT1OsXHU9ZFpyibmBF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#zhFbsPk998r3ln09eMEgztX9yCdnTrhq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#GCssuypTJDkX3exR18UOMbKV9FJE8NVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#TzlVHlI2557OZbkGhSgPtyCxmPUteIax { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#T0e82Lw67yS69Af47L6R2XBIFBWGTvDA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#hmTM890FatAzWefPify7DIyCfTszOghx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#yn7KS7WuoEqOmng3yUWXwrrZstPGQIqg { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.5820388793944rem;left:6.4377193450925rem;height:25.02459375rem;text-align:justify;text-align-last:initial;display:block; }
#y2NF0MoLfm6eDUlTg7fhML3arq4O6Qz6 { position:absolute;display:block;z-index:15007;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:4.87305rem;width:67.62375rem;top:51.438803672791rem;left:3.6870670318604rem;overflow:hidden;display:block; }
#Z0B3SBhGP7O7xfhLNJEq2B9BGMaNlXUt { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:37.435982704162rem;left:6.4377193450925rem;height:12.2836875rem;text-align:justify;text-align-last:initial;display:block; }#Z0B3SBhGP7O7xfhLNJEq2B9BGMaNlXUt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z0B3SBhGP7O7xfhLNJEq2B9BGMaNlXUt li:before{  }
#DWStRDZhS8iXscBpNs1qKzgqZARFmOzV { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.927952766419rem;left:6.4377193450925rem;height:1.78746875rem;text-align:justify;text-align-last:initial;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; }
#SsWQFqRwf9pynXTOVqlOGs5LZXTdxdtp { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:0.85505294799806rem;left:7.5629367828369rem;height:4.921875rem;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; }
#zQem4uWACH4tG1UNJadleDyWH6zSMTfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row .container { background-color: transparent; background-image: none; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row .container > .video-iframe-container { display: none; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row > .video-iframe-container { display: none; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .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); }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row .container { border-width: 0; border-radius: 0; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#NKUAIxWvV4TiIf1stTLStxP0TUyN9BFW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#QCTP9ctuovbDgJ3TNkfTxm5AaHBZ6bfB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#IMzEM9gmz3hrtqRbKQNPqpuLc4CFFAs1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#sQabmGw7SMCTatksxaIbNpqEmFlNmlQW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#lzUnZwqlVpw8uA40HCq3yaFrmTMDLCNm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#KeJuK7mWpP7xRAefMrP1OSH5qLLFRwQs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#Kb3ygdMAMSwzlmbtAHLX5HAC19ynKa1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#COTNvEXtbxGRXEaAGn1aKtDAttIKwbnv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:0.99609422683719rem;left:7.5618495941163rem;height:6.1863375rem;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; }
#mO14UeubMgaqzESTuQe7fhrlSuzTCuSl { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.1875rem;left:6.4375rem;height:37.5368875rem;text-align:justify;text-align-last:initial;display:block; }
#walAyG5XzP3T0cPSBpESZo3GP2DzezOr { position:absolute;display:block;z-index:15007;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:4.87305rem;width:67.62375rem;top:48.716380059719rem;left:3.6870670318604rem;overflow:hidden;display:block; }
#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row .container { background-color: transparent; background-image: none; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row .container > .video-iframe-container { display: none; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row > .video-iframe-container { display: none; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .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); }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row .container { border-width: 0; border-radius: 0; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#kx7yZERCliKKEKTVqTInstF0ITaXu7UE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#dlSoDLcNm9KwNRDzmU8MMROFdy2EdRrb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#Z2Ekl8nuPT8wmLllZFUehnuUu8vcor4E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#Rv9V7aCzKRzzmR1n73Qx6xeAHWqVRTJq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#nlhL35uDfdAXBcn1uRSmZCXEcHAxL2WS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#wvgRgaPuPrrZUivHAxkVpLzantRXD9M2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#QXQhVIFwumerxc17ilfhPQdkUoGeTkHR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#qtvDwGJB1VA56BTkFpDXOG7OCDdTKA9h { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:2.3125rem;left:17.53125rem;height:4.921875rem;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; }
#TUNqmNTanRTIXltNa6E6hGqJpUK3gIUg { position:absolute;display:block;z-index:15042;border-top:0.375rem solid #191a33;border-left:0.375rem solid #191a33;border-right:0.375rem solid #191a33;border-bottom:0.375rem solid #191a33;border-top-left-radius:18rem;border-top-right-radius:18rem;border-bottom-left-radius:18rem;border-bottom-right-radius:18rem;box-shadow: none;height:7.061625rem;width:6.999125rem;top:8.8967037200925rem;left:1.934024810791rem;overflow:hidden;display:block; }
#FbcOw4HVTEH07NiImnFB2TRBI6pU6nom { color:rgba(var(--color-tertiary-4),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.1875rem;left:10.875rem;height:7.1498875rem;text-align:justify;text-align-last:initial;display:block; }
#J2NFbKoKa9qHUSUIr6ytNVpJqBhTohCL { position:absolute;display:block;z-index:15040;border-top:0.375rem solid #191a33;border-left:0.375rem solid #191a33;border-right:0.375rem solid #191a33;border-bottom:0.375rem solid #191a33;border-top-left-radius:14.1875rem;border-top-right-radius:14.1875rem;border-bottom-left-radius:14.1875rem;border-bottom-right-radius:14.1875rem;box-shadow: none;height:6.936625rem;width:7.061625rem;top:18.25rem;left:1.9375rem;overflow:hidden;display:block; }
#ShUwcNKvxwf3sEDzAUDh5eLxMxKcReRi { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.489585876465rem;left:10.874567031861rem;height:7.14988125rem;text-align:justify;text-align-last:initial;display:block; }
#okGXtAdJyEPJOq500Upv2uywghCwUZEy { position:absolute;display:block;z-index:15038;border-top:0.375rem solid #191a33;border-left:0.375rem solid #191a33;border-right:0.375rem solid #191a33;border-bottom:0.375rem solid #191a33;border-top-left-radius:14.1875rem;border-top-right-radius:14.1875rem;border-bottom-left-radius:14.1875rem;border-bottom-right-radius:14.1875rem;box-shadow: none;height:6.811625rem;width:6.749125rem;top:27.8125rem;left:2.0625rem;overflow:hidden;display:block; }
#dDDmI5pqnVIZe6emAB2AQ2NKSRzQWhEO { color:rgba(var(--color-tertiary-4),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28rem;left:10.9375rem;height:7.14988125rem;text-align:justify;text-align-last:initial;display:block; }
#ETTzcEhO36UsSJmagEMyRWShfmOlZBGe { position:absolute;display:block;z-index:15007;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:4.8732625rem;width:67.624375rem;top:39.798610687256rem;left:3.6875rem;overflow:hidden;display:block; }
#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row .container { background-color: transparent; background-image: none; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row .container > .video-iframe-container { display: none; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row > .video-iframe-container { display: none; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .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); }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row .container { border-width: 0; border-radius: 0; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#Xg0iMcO8ZAEgMNuhB0odbLcBq1VVF6TI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#rcEgNbnHhEEM5g1a85sV1I20mBETX1kf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#iiDS2VylkeDiToqTPqVicrNIm4nbgkBZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#EQfwq0sTCu9HymXTOy3Tgr7QIBDPTggo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#Ksnv2KQGt4MmCwhdiix0HhADmdi2pwa4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#G7uihnlTII0LpTun8zwbpwCi1VZbUWle { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#ZN4qu3I5bO9ZVFlJT5LupiI5WvTJHad7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#UzLMZTd2eX74WfaNb31cCFBikzIcJSzU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:1.5581116676331rem;left:7.5629367828369rem;height:3.09316875rem;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; }
#lhmcbDPv2hflbIviWMgS2fS218TpkCI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.37256526947rem;left:6.4377193450925rem;height:24.796rem;text-align:justify;text-align-last:initial;display:block; }#lhmcbDPv2hflbIviWMgS2fS218TpkCI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lhmcbDPv2hflbIviWMgS2fS218TpkCI4 li:before{  }
#OJzZ6J4wXvBqCE14WIA1Zs6SgtkGIvlJ { position:absolute;display:block;z-index:15007;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:4.87305rem;width:67.62375rem;top:31.165317535401rem;left:3.6870670318604rem;overflow:hidden;display:block; }
#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row .container { background-color: transparent; background-image: none; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row .container > .video-iframe-container { display: none; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row > .video-iframe-container { display: none; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .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); }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row .container { border-width: 0; border-radius: 0; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#EPwBLQqETAOvlmDHJdl3TWL65kpWRTl0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#BWdEaO16C5IWDlJw6LdvKOaNJi4Fa05Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#enlhtOkkCSb26sl8PARF0F5yH3UlMUKU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#pRg3kfQxXIbZqmdOBhKLIHBXi6JrGFRZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#O2A4VBwtlgIyzclls0Q36IQbmagT8ZnI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#Dy0EP2A3bkQF2rmWTIZwx06WBwJvyZbJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#J5PT7WrWH5VR37IRZtnSxqZPTaHIEOH8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#SBvklicLf0zIyeDfEXDaKVoWlIE32ty6 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:2.3671875rem;left:11.4375rem;height:4.921875rem;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; }
#P5m2NNk49MwxGJHJmRVqN6D40aSOFURQ { color:rgba(var(--color-tertiary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.75;letter-spacing:0;top:9.9748268127444rem;left:3.125rem;height:;display:block; }#P5m2NNk49MwxGJHJmRVqN6D40aSOFURQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P5m2NNk49MwxGJHJmRVqN6D40aSOFURQ li:before{  }
#moNRE3plVzGlMIv3hRc2tBNJxnvdhDJ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:19.811645507812rem;left:22.125rem;height:2.1875rem;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; }
#n1teTSotAhOpBxWlnSPzFWiMRQSpHThg { position:absolute;display:block;z-index:15006;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:4.8732625rem;width:67.624375rem;top:37.876735687256rem;left:3.6875rem;overflow:hidden;display:block; }
#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row .container { background-color: transparent; background-image: none; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row .container > .video-iframe-container { display: none; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row > .video-iframe-container { display: none; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .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); }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row .container { border-width: 0; border-radius: 0; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#L8WTpJZxxVnQGQgmDlcuu1IfFrWCdRTN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:4.65625rem;left:14.6875rem;display:none; }
#kNzNO4k4Xthh5TmnMNRAm0tDVllM4Zln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.35;top:32.9375rem;left:10.34375rem;display:none; }
#qHvB7NTPcDBRNWu5qFhSZiSXkpmNb4A7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.35;top:1.0625rem;left:24.65625rem;display:none; }
#zHTtRaciOOCwaWLSVTklVqRnpwCTcUUU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:1.03125rem;left:58.375rem;display:none; }
#gxkv99Pe58hXotlt2R593DldTJAxFI47 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.35;top:34.1875rem;left:74.375rem;display:none; }
#L1eXewuW6dGN2yCAHrV2TD7yrpGwLqz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.35;top:23.625rem;left:0rem;display:none; }
#XhBLAm86WuFCNWMyBDO9vqxOXTWTERX7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.35;top:35.5625rem;left:4.375rem;display:none; }
#T9d9NVyobcUT2zBXfbOJhmWTvu6rEwSF { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.75;letter-spacing:0;top:9.5928821563719rem;left:10.875rem;height:8.75rem;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; }
#PN80JX60sxNoaGGHgEmtL4AiTclpmWJu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1.75;letter-spacing:0;top:1.9296875rem;left:24.0625rem;height:4.921875rem;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; }
#ROlJncQJCupgGErzmkcpeDH2cOxTyCbA { position:absolute;display:block;z-index:15033;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:24.8123125rem;width:53.5623125rem;top:18.984371185302rem;left:10.718317031861rem;overflow:hidden;display:block; }
#kxw7BknGtVpAIGsMOnT1CxpVesBvqsv2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#fffefd;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.874875rem;height:4.686775rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:47.75rem;left:25.0625rem;display:block; }
#prez8GWZdumGCSwtQdnSISkT7aA8UgE1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tS5EZveTFJm8G4vEaMQTbowxGrGfvmEB { position:absolute;display:block;z-index:15008;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:4.86979375rem;width:67.62375rem;top:52.4375rem;left:3.6875rem;overflow:hidden;display:block; }
#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row .container { background-color: transparent; background-image: none; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row .container > .video-iframe-container { display: none; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row > .video-iframe-container { display: none; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .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); }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row .container { border-width: 0; border-radius: 0; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#CX9qDxRgvxH9JHG3marhCLCBt1sOKhgn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:3.0622215270996rem;left:43.24986076355rem;height:;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; }
#QuwUXJ3sEH1aWhfuA66kqp9SBfm6t8Wy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:0.9375rem;left:43.249782562256rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o0bKTTeKMV5s14aFmdGA6N5QlaGUyLSa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:11.965061187744rem;left:43.249788284302rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X9crGkRh43FqTH21MLKMWcCyvQTT6xaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.22;top:3.0625rem;left:7.09375rem; }
#qo0kr4h5nmWUMdPC2cZPJdTzVQCFMxhD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:.22;top:3.71875rem;left:44.0625rem; }
#ceHPmZkZlXauiaoAXAUvmMgi8gwzc8VZ { color:rgba(var(--color-primary-3),1);display:block;width:36.43625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.75;letter-spacing:0;top:2.5rem;left:3.5rem;height:3.71816875rem;text-align:left;text-align-last:left;display:block; }
#B5ksiHXylv4RFM0NKgf2nhRRtMPuzo2m { color:rgba(var(--color-primary-3),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0603294372556rem;left:3.4993495941162rem;height:1.2999125rem;display:block; }
#Qz0cHQtPBGniUTbA6zHqPyohTthWiJrR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99944375rem;width:9.375rem;top:1.3253326416016rem;left:64.793531417844rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TurHylCKCTBurAUpROQXJ5kXaeBFrE2J { display:block; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRTfKG7ZpXbqT7iNtIHU4BgJVW0AhOZh { top:1.0625rem;left:34.375rem;width:13.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh3rRt7mubbCqKOEqI6fxHlrTMnq8Skk { display:block; }
 }@media only screen and (max-width: 763px) { #Mwhv83oVmT6aWOBz8TTt9IcGS775Kn62 { width:9.375rem;height:2.99913125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWc12wsUC116UK4a3GQX87wDFFkUHnwr { display:block; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdAgJS6kRD5hh5dBSr2C3QfMvUQX7cul { top:4.375rem;left:0rem;width:47.75rem;height:26.556379155436rem;display:block; }
 }@media only screen and (max-width: 763px) { #lboIwgTZen32r4R64kTu5s0g2G7gqNO0 { display:block; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGeirc3cmaBE103kHkLT1ZiB1UuM5fOV { top:2.375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2NZD8RXaDKin4VsANN0dPZKdRWUH9QM { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DklkcgdAQUeJXnQnHVsVQs8ApmykfHpP { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx1sX0T3r4aLOfsEDyVv6mgetTFeBg11 { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoFbE6DGelfeTt6qMB2CV0bT6u8VdIA { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUy8htI1s4W3Lg7n0WPmySPiAekOOdE6 { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMmLqSbnALAbVB07oO1oBuGihz8fDM3l { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQqU1JhafhsqFdliOQPJxaRxFhZQxA1L { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWlOFzr4tko4DaV6DFZVXtPqxiET4r3L { top:1.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piX5KxvRTvxazmCZdAUOkrJKf3p2XeG7 { top:13.6875rem;left:2.125rem;width:42.9375rem;height:24.027595283708rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUZ3LH0RalTnfQ9T8B3JzU2O2AzQteo { top:11.0625rem;left:13.25rem;width:21.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFgrbT6AhxICdtexvehflFL8pHKDvhue { top:11.5rem;left:15.5rem;width:16.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI04Kp71ykgCguQSrsD3ouZn5rV1VV9O { width:24.8125rem;height:4.6875rem;top:41.25rem;left:11.436849594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4lzVFa2l3wPU6aG8aAqyb6TZ0kbMAB9 { display:block; }
 }@media only screen and (max-width: 763px) { #e1gIEfRERI4wQB2IiDvvqpJTdEdwpWca { top:5.9375rem;left:3.5928821563721rem;width:40.5rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL { display:block; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmd8n5T3Za6NDhxv7OnlOt65mN4KKRZT { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVp1v9iyZRie70LTCuHWGzoP8gEKh79L { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9uTQBdPkwTqCbzxDssLNzm7T3qi5dSF { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKpscnUTTMeCAc1pgpyaql8gsUSQOqXb { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1va5xvwJUDuat2S8qSIIqJ6TCBMknlF { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmgiPVRFiNlTPF7UADIu730EdMflKQvh { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1zh2UdcTcgriwU0yEQe0rBzAx2fzwUI { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG7InqotKTmqXO1A5OeMqD4IAVrrxka5 { top:23.0625rem;left:0rem;width:26.125rem;height:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcLcuIlFqV6IPl0bQJ1PdQA4gqndrb9q { top:41.125rem;left:0rem;width:37.25rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ9VlKWLTtFvccZE1VJrgilKJbWZsOE9 { top:47.3125rem;left:18.625rem;width:27.3125rem;height:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ9eTRGR6IVLw0LuhbxUpQgZszwwLPTU { top:7.625rem;left:0rem;width:24.8125rem;height:8.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibHdrzIFb1fqm3C5HAOykuEC06V8sHBc { top:2.1875rem;left:9.75rem;width:38rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7A8pgLifHqUpIeToeeGpOqRCTxRORPE { top:36.75rem;left:9.1875rem;width:38.5625rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlJGKX6GHATvJeQ64SwMusagb7s26SUd { top:2.375rem;left:0rem;width:35.125rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUTSudn5uIcZrNXsfFATLkaWxfCGknf { top:35.125rem;left:0rem;width:47.75rem;height:3.4398146932966rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq { display:block; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcGwxNJHkzRehueQpCSeRqTrmm9ILzkw { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5XweuTNnT9bOBaVQ1U0JxtcRuAzDOIH { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJn2rkItC8CxqxgudTTTK2CPfTEwmJBd { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVrOIlmvMxZ2R290naItIHaqGuxKloi { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArU4twbyzhqsyXT01TAiFZ3WgFFfdZTI { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmbrUrAGBFzSNo3es1iHZS6VMeL7sexg { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Ao5oITifuPmTbzRSg0WCVWRFA3CBMt { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8gZL73sOGSQZMH3qVScGzSxPHyDZyTi { top:1rem;left:4.78125rem;width:38.1875rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKDmcWmTUiFX41vZdHFDg58Qr7PqVioP { top:6.875rem;left:0rem;width:47.75rem;height:24.160009182736rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4CZspcIJX1gVJA6CC89wbQrc2KzW3kI { top:48.375rem;left:0rem;width:47.75rem;height:3.4391315458696rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5NdbrgNG13K7ZKnE6znhFdM8qNCtfuG { width:24.875rem;height:4.6875rem;top:43.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVT9PWoRtuNEdT9TwErd0k37W5NhVK4T { display:block; }
 }@media only screen and (max-width: 763px) { #wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS { display:block; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnKkAqHFoRRSB3IeTdknLrzg7oW7l8CC { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoADrK2VAeUskDL4lxM1BB0sTxWQGTH8 { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn9e2SFfrbMANIQh5VWnGoZzOGVq8B8I { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VULxwZP7x4poPVSJHskkWhFBK3Vombqw { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U30BHtHef7AStp581hnZ3Iz0Ro5JhFls { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoWSsxIA48qg6P41m80wIZbZri4bHloG { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7OXgnPdnZFQQlVqaslW8Lam9S8xNgSU { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiIUTdhckmRqTKUO6gXr9gyleVeOqP49 { top:1.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN2uG0nT9JTNTFmTSVWhfWzcS69gETpO { top:9.0625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xan219v5F91HX9dEvfhLUefuNxTS9nWB { top:17.125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPPI6U8QW6xVNv13lVSH07PxFpeI5ysG { top:27.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0EluTwlOBVLofuQ0ZmiWAM30hh3KOm { top:31.4375rem;left:0rem;width:47.75rem;height:3.44092330727rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr { display:block; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ6tsFiFOCkbUyMu4X7ZFGH4CETdZlpx { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QiMeSaqTu7POO8QSDDyoITimOo3oCM { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA40pzqN9JCD7d17JIUSkOVrcKSlGUDu { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhklq5wSQPKT0LRTzaUlVn0cZ6BJLwS { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbabvmbilb69lHHT0P6ggTecy66D4Woc { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hflW4ncfSRwBmcuKytQkzq7Hf3b7QPp9 { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0LAupzTzRgh57vtcAFgDq2UNWah5B3T { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI6wTAsdLG78yobspWAlmN2nbbe0CQq3 { top:7.875rem;left:0rem;width:34.9375rem;height:28.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0vK4cNfNAXMMKioEvipObk9ziRsLykp { top:1.8125rem;left:0rem;width:31.8125rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZW2nyph4x840Lm4SMqx5bSFTzIFIW3f { top:41.4375rem;left:0rem;width:47.75rem;height:3.4392056765774rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCXsmT66TReG0bKHd82kNshhvOkl1Zz { top:2.5rem;left:9.625rem;width:38.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm { display:block; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9XNC5bIVsAGidXsvqQNhXysp4mPldzl { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9fasIuEEDEWmzMqs07eLNT8tXDVpoMM { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6bz1aEltGkibrJ5Ceg4W691UQsdViFT { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnL0sLdJq6Fnfu0qBAEHQaRJrrIhCGWP { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfJIHZuIltaVhpRbq6Em6OqKbJ1JSwTV { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKFINA7Z8WdftK5d5wTcFqdohS7L6H23 { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLrZbS8u6SdrCwH2XG8tEgxI5ZEAWkwT { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDl5PHFsaASyyyQOpolfoC239PTLIGqe { top:9.0625rem;left:8.375rem;width:39.375rem;height:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB4HDD3m2HTTylXJgdMNDZzUoneC85D6 { top:2.3125rem;left:7.8125rem;width:39.9375rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGT5PFSxrVhzVT8kLJQOJoe02TcfZV4d { top:2.625rem;left:0rem;width:31.875rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXlve73ydDS6JpVIvZluf2PSffkeQ5mQ { top:22.75rem;left:0rem;width:47.75rem;height:3.4392056765774rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h { display:block; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSDMZxTkr3zmN1eXLpkAEIlpwxMIDq4s { top:38.5625rem;left:0rem;width:47.75rem;height:3.4416549829481rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8hsHqNL8xEx1rSe0Ne8afR01qcsnBFb { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZ9EQMl7SamcdS7rBDTsMS0ts3u3irO { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsQ31v3vNVDmlJo7V67k3lId6B4dlu1n { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7nIwqUs8QBJOxme2mdKdMcE4QQw2GM { top:9.3125rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QauhL0sIIfzJufZoHnVcdTtWq0n386GJ { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STD7FTaxukLIFEnMxr35ZuFL9TeBZvdz { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAuNzZXfBQbS39p4z3ZKvIbyIv5Zzkr0 { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFzxnTZosTBk7pUFU6n60LTOGJLzTrPf { top:36.375rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syuFRG6C5aUL3E4FJOxSDaBfboVN2RTp { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5tuvCXqJ0AlNC3FXlk4ytq3dWbJzhMD { top:21.1875rem;left:31.5rem;width:15.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxBdUCmICDGPT8rsnUIBJzbnpOTNqzDu { top:21.1875rem;left:7.3125rem;width:15.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyzsPonDg8mBaE1ccbOSNHr8iRctQ2z { top:2.6875rem;left:25.25rem;width:16.625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb3MI9e1Jov3U3Oceho6Psft0e4JEz5f { top:21.5rem;left:25.3125rem;width:16.5625rem;height:15.124125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmhPHgQvxuMmNpn2tp7kcBvQTE9llDU2 { top:2.6875rem;left:30.75rem;width:16.375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1i8FixnXs0tlInl2l5wbkSHWsca8p9x { top:2.6875rem;left:6.375rem;width:17.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8USDUX1L12WnPSLNsZNUlXw9IXaoM60 { top:2.6875rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZb0AVESB7RNT85wKMoI8xQ0uOOytuc9 { top:21.1875rem;left:0rem;width:16.5625rem;height:15.567078718429rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH { display:block; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffHCmTpTiFJ9gaXtzipGocunJmn3OyQL { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ybC3QQFyIEwxdT1OsXHU9ZFpyibmBF { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhFbsPk998r3ln09eMEgztX9yCdnTrhq { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCssuypTJDkX3exR18UOMbKV9FJE8NVo { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlVHlI2557OZbkGhSgPtyCxmPUteIax { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e82Lw67yS69Af47L6R2XBIFBWGTvDA { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTM890FatAzWefPify7DIyCfTszOghx { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn7KS7WuoEqOmng3yUWXwrrZstPGQIqg { top:6.5625rem;left:0rem;width:47.75rem;height:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2NF0MoLfm6eDUlTg7fhML3arq4O6Qz6 { top:51.4375rem;left:0rem;width:47.75rem;height:3.44092330727rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0B3SBhGP7O7xfhLNJEq2B9BGMaNlXUt { top:37.375rem;left:0rem;width:47.75rem;height:12.25rem;font-size:1.25rem;display:block; }#Z0B3SBhGP7O7xfhLNJEq2B9BGMaNlXUt li:before{  }
 }@media only screen and (max-width: 763px) { #DWStRDZhS8iXscBpNs1qKzgqZARFmOzV { top:33.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsWQFqRwf9pynXTOVqlOGs5LZXTdxdtp { top:0.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQem4uWACH4tG1UNJadleDyWH6zSMTfS { display:block; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKUAIxWvV4TiIf1stTLStxP0TUyN9BFW { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTP9ctuovbDgJ3TNkfTxm5AaHBZ6bfB { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMzEM9gmz3hrtqRbKQNPqpuLc4CFFAs1 { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQabmGw7SMCTatksxaIbNpqEmFlNmlQW { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzUnZwqlVpw8uA40HCq3yaFrmTMDLCNm { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeJuK7mWpP7xRAefMrP1OSH5qLLFRwQs { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb3ygdMAMSwzlmbtAHLX5HAC19ynKa1K { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTNvEXtbxGRXEaAGn1aKtDAttIKwbnv { top:0.9375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO14UeubMgaqzESTuQe7fhrlSuzTCuSl { top:11.1875rem;left:0rem;width:47.75rem;height:37.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #walAyG5XzP3T0cPSBpESZo3GP2DzezOr { top:48.6875rem;left:0rem;width:47.75rem;height:3.44092330727rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M { display:block; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx7yZERCliKKEKTVqTInstF0ITaXu7UE { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlSoDLcNm9KwNRDzmU8MMROFdy2EdRrb { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Ekl8nuPT8wmLllZFUehnuUu8vcor4E { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv9V7aCzKRzzmR1n73Qx6xeAHWqVRTJq { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlhL35uDfdAXBcn1uRSmZCXEcHAxL2WS { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvgRgaPuPrrZUivHAxkVpLzantRXD9M2 { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXQhVIFwumerxc17ilfhPQdkUoGeTkHR { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtvDwGJB1VA56BTkFpDXOG7OCDdTKA9h { top:2.3125rem;left:3.90625rem;width:39.9375rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUNqmNTanRTIXltNa6E6hGqJpUK3gIUg { top:8.875rem;left:0rem;width:6.9375rem;height:6.9994497079994rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcOw4HVTEH07NiImnFB2TRBI6pU6nom { top:9.1875rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2NFbKoKa9qHUSUIr6ytNVpJqBhTohCL { top:18.25rem;left:0rem;width:7rem;height:6.8760908431131rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShUwcNKvxwf3sEDzAUDh5eLxMxKcReRi { top:18.4375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okGXtAdJyEPJOq500Upv2uywghCwUZEy { top:27.8125rem;left:0rem;width:6.6875rem;height:6.7494293241719rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDDmI5pqnVIZe6emAB2AQ2NKSRzQWhEO { top:28rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTzcEhO36UsSJmagEMyRWShfmOlZBGe { top:39.75rem;left:0rem;width:47.75rem;height:3.4410415530643rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws { display:block; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg0iMcO8ZAEgMNuhB0odbLcBq1VVF6TI { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcEgNbnHhEEM5g1a85sV1I20mBETX1kf { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiDS2VylkeDiToqTPqVicrNIm4nbgkBZ { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQfwq0sTCu9HymXTOy3Tgr7QIBDPTggo { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksnv2KQGt4MmCwhdiix0HhADmdi2pwa4 { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7uihnlTII0LpTun8zwbpwCi1VZbUWle { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4qu3I5bO9ZVFlJT5LupiI5WvTJHad7 { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzLMZTd2eX74WfaNb31cCFBikzIcJSzU { top:1.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhmcbDPv2hflbIviWMgS2fS218TpkCI4 { top:6.3125rem;left:0rem;width:47.75rem;height:24.75rem;font-size:1.25rem;display:block; }#lhmcbDPv2hflbIviWMgS2fS218TpkCI4 li:before{  }
 }@media only screen and (max-width: 763px) { #OJzZ6J4wXvBqCE14WIA1Zs6SgtkGIvlJ { top:31.125rem;left:0rem;width:47.75rem;height:3.44092330727rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz { display:block; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPwBLQqETAOvlmDHJdl3TWL65kpWRTl0 { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWdEaO16C5IWDlJw6LdvKOaNJi4Fa05Q { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enlhtOkkCSb26sl8PARF0F5yH3UlMUKU { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRg3kfQxXIbZqmdOBhKLIHBXi6JrGFRZ { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2A4VBwtlgIyzclls0Q36IQbmagT8ZnI { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0EP2A3bkQF2rmWTIZwx06WBwJvyZbJ { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5PT7WrWH5VR37IRZtnSxqZPTaHIEOH8 { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBvklicLf0zIyeDfEXDaKVoWlIE32ty6 { top:2.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5m2NNk49MwxGJHJmRVqN6D40aSOFURQ { top:9.9375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#P5m2NNk49MwxGJHJmRVqN6D40aSOFURQ li:before{  }
 }@media only screen and (max-width: 763px) { #moNRE3plVzGlMIv3hRc2tBNJxnvdhDJ1 { top:19.75rem;left:8.5rem;width:29.625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1teTSotAhOpBxWlnSPzFWiMRQSpHThg { top:37.875rem;left:0rem;width:47.75rem;height:3.4410415530643rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 { display:block; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8WTpJZxxVnQGQgmDlcuu1IfFrWCdRTN { top:4.625rem;left:1.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNzNO4k4Xthh5TmnMNRAm0tDVllM4Zln { top:32.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHvB7NTPcDBRNWu5qFhSZiSXkpmNb4A7 { top:1.0625rem;left:11.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTtRaciOOCwaWLSVTklVqRnpwCTcUUU { top:1rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxkv99Pe58hXotlt2R593DldTJAxFI47 { top:34.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1eXewuW6dGN2yCAHrV2TD7yrpGwLqz7 { top:23.625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhBLAm86WuFCNWMyBDO9vqxOXTWTERX7 { top:35.5625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9d9NVyobcUT2zBXfbOJhmWTvu6rEwSF { top:9.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN80JX60sxNoaGGHgEmtL4AiTclpmWJu { top:1.875rem;left:10.4375rem;width:26.875rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROlJncQJCupgGErzmkcpeDH2cOxTyCbA { top:18.9375rem;left:0rem;width:47.75rem;height:22.119805261862rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxw7BknGtVpAIGsMOnT1CxpVesBvqsv2 { width:24.8125rem;height:4.625rem;top:47.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prez8GWZdumGCSwtQdnSISkT7aA8UgE1 { display:block; }
 }@media only screen and (max-width: 763px) { #tS5EZveTFJm8G4vEaMQTbowxGrGfvmEB { top:52.4375rem;left:0rem;width:47.75rem;height:3.4386240272463rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap { display:block; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX9qDxRgvxH9JHG3marhCLCBt1sOKhgn { top:3rem;left:28.6875rem;width:19.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuwUXJ3sEH1aWhfuA66kqp9SBfm6t8Wy { top:0.9375rem;left:29.624166488648rem;width:11rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bKTTeKMV5s14aFmdGA6N5QlaGUyLSa { top:11.9375rem;left:29.624788284302rem;width:15.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9crGkRh43FqTH21MLKMWcCyvQTT6xaI { top:3.0625rem;left:0rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo0kr4h5nmWUMdPC2cZPJdTzVQCFMxhD { top:3.6875rem;left:30.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHPmZkZlXauiaoAXAUvmMgi8gwzc8VZ { top:2.5rem;left:0rem;width:36.375rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ksiHXylv4RFM0NKgf2nhRRtMPuzo2m { top:9rem;left:0rem;width:12rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz0cHQtPBGniUTbA6zHqPyohTthWiJrR { width:9.375rem;height:2.99944375rem;top:1.3125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TurHylCKCTBurAUpROQXJ5kXaeBFrE2J { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TurHylCKCTBurAUpROQXJ5kXaeBFrE2J > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRTfKG7ZpXbqT7iNtIHU4BgJVW0AhOZh { top:5.4982625rem;left:3.3125rem;width:13.372375rem;height:3.49739375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh3rRt7mubbCqKOEqI6fxHlrTMnq8Skk { display:block; }
 }@media only screen and (max-width: 763px) { #Mwhv83oVmT6aWOBz8TTt9IcGS775Kn62 { width:9.375rem;height:2.99913125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWc12wsUC116UK4a3GQX87wDFFkUHnwr { display:block; }#nWc12wsUC116UK4a3GQX87wDFFkUHnwr > .row .container { width:20rem;height:21.241455078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdAgJS6kRD5hh5dBSr2C3QfMvUQX7cul { width:20rem;height:11.1328125rem;top:10.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lboIwgTZen32r4R64kTu5s0g2G7gqNO0 { display:block; }#lboIwgTZen32r4R64kTu5s0g2G7gqNO0 > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGeirc3cmaBE103kHkLT1ZiB1UuM5fOV { display:flex;width:2.1875rem;height:2.1875rem;top:4.56194375rem;left:8.875rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #v2NZD8RXaDKin4VsANN0dPZKdRWUH9QM { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #DklkcgdAQUeJXnQnHVsVQs8ApmykfHpP { display:flex;width:2.06175625rem;height:2.06175625rem;top:48.774307191162rem;left:6.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hx1sX0T3r4aLOfsEDyVv6mgetTFeBg11 { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #gdoFbE6DGelfeTt6qMB2CV0bT6u8VdIA { display:flex;width:1.74925625rem;height:1.74925625rem;top:65.658825rem;left:13.309898376465rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUy8htI1s4W3Lg7n0WPmySPiAekOOdE6 { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #CMmLqSbnALAbVB07oO1oBuGihz8fDM3l { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQqU1JhafhsqFdliOQPJxaRxFhZQxA1L { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWlOFzr4tko4DaV6DFZVXtPqxiET4r3L { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #piX5KxvRTvxazmCZdAUOkrJKf3p2XeG7 { height:10.867rem;width:19.375rem;top:19.373931884766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUZ3LH0RalTnfQ9T8B3JzU2O2AzQteo { width:20rem;height:3.0625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFgrbT6AhxICdtexvehflFL8pHKDvhue { width:16.8125rem;height:2.03125rem;top:16.875rem;left:2.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WI04Kp71ykgCguQSrsD3ouZn5rV1VV9O { width:18.9995625rem;height:4.686775rem;top:33.874422073364rem;left:0.4976851940155rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4lzVFa2l3wPU6aG8aAqyb6TZ0kbMAB9 { display:block; }
 }@media only screen and (max-width: 763px) { #e1gIEfRERI4wQB2IiDvvqpJTdEdwpWca { width:20rem;height:4.0625rem;top:10.044549942017rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL { display:block; }#xVsId5xrvDAXJFymXGRoN6cC7WG3xeZL > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmd8n5T3Za6NDhxv7OnlOt65mN4KKRZT { display:flex;width:2.31175625rem;height:2.31175625rem;top:6.2126882568359rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVp1v9iyZRie70LTCuHWGzoP8gEKh79L { display:flex;width:2.06175625rem;height:2.06175625rem;top:34.493945886231rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9uTQBdPkwTqCbzxDssLNzm7T3qi5dSF { display:flex;width:2.24925625rem;height:2.24925625rem;top:2.6189382568359rem;left:16.46875rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #SKpscnUTTMeCAc1pgpyaql8gsUSQOqXb { display:flex;width:1.74925625rem;height:1.74925625rem;top:67.105969262694rem;left:18.25074375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1va5xvwJUDuat2S8qSIIqJ6TCBMknlF { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #KmgiPVRFiNlTPF7UADIu730EdMflKQvh { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1zh2UdcTcgriwU0yEQe0rBzAx2fzwUI { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #QG7InqotKTmqXO1A5OeMqD4IAVrrxka5 { width:18.375rem;height:12.598375rem;top:28.868925094604rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gcLcuIlFqV6IPl0bQJ1PdQA4gqndrb9q { width:20rem;height:16.0625rem;top:47.329862594604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ9VlKWLTtFvccZE1VJrgilKJbWZsOE9 { width:20rem;height:17.997675rem;top:65.151908874513rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cQ9eTRGR6IVLw0LuhbxUpQgZszwwLPTU { width:16.5rem;height:9.6006875rem;top:18.651041030884rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ibHdrzIFb1fqm3C5HAOykuEC06V8sHBc { width:20rem;height:18.6510625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7A8pgLifHqUpIeToeeGpOqRCTxRORPE { width:20rem;height:20rem;top:61.277777433396rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlJGKX6GHATvJeQ64SwMusagb7s26SUd { width:20rem;height:20rem;top:21.127603530884rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAUTSudn5uIcZrNXsfFATLkaWxfCGknf { width:20rem;height:1.440975rem;top:43.943578720093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq { display:block; }#FXv5KqsIHJcWVuE43m8db6xZxqvkV2Jq > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcGwxNJHkzRehueQpCSeRqTrmm9ILzkw { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5XweuTNnT9bOBaVQ1U0JxtcRuAzDOIH { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJn2rkItC8CxqxgudTTTK2CPfTEwmJBd { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #kTVrOIlmvMxZ2R290naItIHaqGuxKloi { display:flex;width:1.74925625rem;height:1.74925625rem;top:55.6171875rem;left:18.25074375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArU4twbyzhqsyXT01TAiFZ3WgFFfdZTI { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #PmbrUrAGBFzSNo3es1iHZS6VMeL7sexg { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8Ao5oITifuPmTbzRSg0WCVWRFA3CBMt { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8gZL73sOGSQZMH3qVScGzSxPHyDZyTi { width:20rem;height:6.4004375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EKDmcWmTUiFX41vZdHFDg58Qr7PqVioP { width:20rem;height:10.125rem;top:8.8246555328369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4CZspcIJX1gVJA6CC89wbQrc2KzW3kI { width:19.99925rem;height:1.439525rem;top:19.510995864868rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5NdbrgNG13K7ZKnE6znhFdM8qNCtfuG { width:18.9995625rem;height:4.686775rem;top:20.94762802124rem;left:0.4976851940155rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVT9PWoRtuNEdT9TwErd0k37W5NhVK4T { display:block; }
 }@media only screen and (max-width: 763px) { #wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS { display:block; }#wWpPgp3UF8T68x9VwbMHEeaAE2nrD9KS > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnKkAqHFoRRSB3IeTdknLrzg7oW7l8CC { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoADrK2VAeUskDL4lxM1BB0sTxWQGTH8 { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn9e2SFfrbMANIQh5VWnGoZzOGVq8B8I { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #VULxwZP7x4poPVSJHskkWhFBK3Vombqw { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #U30BHtHef7AStp581hnZ3Iz0Ro5JhFls { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #qoWSsxIA48qg6P41m80wIZbZri4bHloG { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7OXgnPdnZFQQlVqaslW8Lam9S8xNgSU { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiIUTdhckmRqTKUO6gXr9gyleVeOqP49 { width:20rem;height:6.4004375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pN2uG0nT9JTNTFmTSVWhfWzcS69gETpO { width:20rem;height:14.29975rem;top:8.2519493103025rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xan219v5F91HX9dEvfhLUefuNxTS9nWB { width:20rem;height:19.6621875rem;top:26.016706466675rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPPI6U8QW6xVNv13lVSH07PxFpeI5ysG { width:20rem;height:8.937375rem;top:48.467884063721rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dK0EluTwlOBVLofuQ0ZmiWAM30hh3KOm { width:20rem;height:1.440975rem;top:58.403860092163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr { display:block; }#n6TnsVKVGLBwPhdGhlUkEVk1BKNpk4Tr > .row .container { width:20rem;height:66.809326171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ6tsFiFOCkbUyMu4X7ZFGH4CETdZlpx { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2QiMeSaqTu7POO8QSDDyoITimOo3oCM { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #bA40pzqN9JCD7d17JIUSkOVrcKSlGUDu { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #owhklq5wSQPKT0LRTzaUlVn0cZ6BJLwS { display:flex;width:1.74925625rem;height:1.74925625rem;top:55.6171875rem;left:18.25074375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbabvmbilb69lHHT0P6ggTecy66D4Woc { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #hflW4ncfSRwBmcuKytQkzq7Hf3b7QPp9 { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0LAupzTzRgh57vtcAFgDq2UNWah5B3T { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #WI6wTAsdLG78yobspWAlmN2nbbe0CQq3 { width:20rem;height:35.9953125rem;top:28.240451812744rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #A0vK4cNfNAXMMKioEvipObk9ziRsLykp { width:20rem;height:6.4004375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mZW2nyph4x840Lm4SMqx5bSFTzIFIW3f { width:20rem;height:1.44010625rem;top:65.372395038606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCXsmT66TReG0bKHd82kNshhvOkl1Zz { width:19.5rem;height:20rem;top:8.2404518127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm { display:block; }#KUB43MkfxJQvxL5daeMSLGdPmOTiT3vm > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9XNC5bIVsAGidXsvqQNhXysp4mPldzl { display:flex;width:2.31175625rem;height:2.31175625rem;top:3.2265625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9fasIuEEDEWmzMqs07eLNT8tXDVpoMM { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6bz1aEltGkibrJ5Ceg4W691UQsdViFT { display:flex;width:2.24925625rem;height:2.24925625rem;top:-0.3671875rem;left:17.75074375rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #KnL0sLdJq6Fnfu0qBAEHQaRJrrIhCGWP { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfJIHZuIltaVhpRbq6Em6OqKbJ1JSwTV { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #HKFINA7Z8WdftK5d5wTcFqdohS7L6H23 { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLrZbS8u6SdrCwH2XG8tEgxI5ZEAWkwT { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDl5PHFsaASyyyQOpolfoC239PTLIGqe { width:20rem;height:14.398125rem;top:20.7760625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kB4HDD3m2HTTylXJgdMNDZzUoneC85D6 { width:20rem;height:6.4004375rem;top:13.12675rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oGT5PFSxrVhzVT8kLJQOJoe02TcfZV4d { width:20rem;height:10.627450980392rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXlve73ydDS6JpVIvZluf2PSffkeQ5mQ { width:20rem;height:1.4405049954251rem;top:36.420968994141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h { display:block; }#cQMhwJuKmSsS7f6yWlvwuHQ3fhD5Ga6h > .row .container { width:20rem;height:151.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSDMZxTkr3zmN1eXLpkAEIlpwxMIDq4s { width:19.99925rem;height:1.440975rem;top:149.605052948rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8hsHqNL8xEx1rSe0Ne8afR01qcsnBFb { display:flex;width:2.31175625rem;height:2.31175625rem;top:6.527775rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyZ9EQMl7SamcdS7rBDTsMS0ts3u3irO { display:flex;width:2.06175625rem;height:2.06175625rem;top:95.015652629394rem;left:9.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsQ31v3vNVDmlJo7V67k3lId6B4dlu1n { display:flex;width:2.24925625rem;height:2.24925625rem;top:21.79858rem;left:5.65625rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Tn7nIwqUs8QBJOxme2mdKdMcE4QQw2GM { display:flex;width:2.24739375rem;height:2.24739375rem;top:79.76912rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #QauhL0sIIfzJufZoHnVcdTtWq0n386GJ { display:flex;width:1.74925625rem;height:1.74925625rem;top:59.1241275rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STD7FTaxukLIFEnMxr35ZuFL9TeBZvdz { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #TAuNzZXfBQbS39p4z3ZKvIbyIv5Zzkr0 { display:flex;width:4.49925625rem;height:4.49925625rem;top:85.703145rem;left:-0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFzxnTZosTBk7pUFU6n60LTOGJLzTrPf { display:flex;width:2.05989375rem;height:2.05989375rem;top:1.25rem;left:8.9375rem;z-index:14994; }
 }@media only screen and (max-width: 763px) { #syuFRG6C5aUL3E4FJOxSDaBfboVN2RTp { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5tuvCXqJ0AlNC3FXlk4ytq3dWbJzhMD { width:15.62425rem;height:15.2466875rem;top:132.17809295654rem;left:1.9082754850387rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxBdUCmICDGPT8rsnUIBJzbnpOTNqzDu { width:15.625rem;height:15.434875rem;top:97.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyzsPonDg8mBaE1ccbOSNHr8iRctQ2z { width:16.5625rem;height:16.8715rem;top:42.104135rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb3MI9e1Jov3U3Oceho6Psft0e4JEz5f { width:16.5625rem;height:15.122375rem;top:114.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmhPHgQvxuMmNpn2tp7kcBvQTE9llDU2 { width:16.309875rem;height:17.1831875rem;top:60.7803775rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1i8FixnXs0tlInl2l5wbkSHWsca8p9x { width:17.5rem;height:16.875rem;top:23.42358rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8USDUX1L12WnPSLNsZNUlXw9IXaoM60 { width:17.059875rem;height:17.059875rem;top:4.559025rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZb0AVESB7RNT85wKMoI8xQ0uOOytuc9 { width:16.5625rem;height:15.566rem;top:79.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH { display:block; }#e5p81GQSTuBMM41TzNhkRWm7QNBsrxSH > .row .container { width:20rem;height:111.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffHCmTpTiFJ9gaXtzipGocunJmn3OyQL { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7ybC3QQFyIEwxdT1OsXHU9ZFpyibmBF { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhFbsPk998r3ln09eMEgztX9yCdnTrhq { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #GCssuypTJDkX3exR18UOMbKV9FJE8NVo { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzlVHlI2557OZbkGhSgPtyCxmPUteIax { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #T0e82Lw67yS69Af47L6R2XBIFBWGTvDA { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmTM890FatAzWefPify7DIyCfTszOghx { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #yn7KS7WuoEqOmng3yUWXwrrZstPGQIqg { width:20rem;height:61.739025rem;top:10.846342086792rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2NF0MoLfm6eDUlTg7fhML3arq4O6Qz6 { width:19.99925rem;height:1.440975rem;top:72.583229064944rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0B3SBhGP7O7xfhLNJEq2B9BGMaNlXUt { width:20rem;height:30.8036875rem;top:80rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#Z0B3SBhGP7O7xfhLNJEq2B9BGMaNlXUt li:before{  }
 }@media only screen and (max-width: 763px) { #DWStRDZhS8iXscBpNs1qKzgqZARFmOzV { width:20rem;height:5.3624125rem;top:74.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsWQFqRwf9pynXTOVqlOGs5LZXTdxdtp { width:20rem;height:9.6006875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zQem4uWACH4tG1UNJadleDyWH6zSMTfS { display:block; }#zQem4uWACH4tG1UNJadleDyWH6zSMTfS > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKUAIxWvV4TiIf1stTLStxP0TUyN9BFW { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCTP9ctuovbDgJ3TNkfTxm5AaHBZ6bfB { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMzEM9gmz3hrtqRbKQNPqpuLc4CFFAs1 { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #sQabmGw7SMCTatksxaIbNpqEmFlNmlQW { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzUnZwqlVpw8uA40HCq3yaFrmTMDLCNm { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #KeJuK7mWpP7xRAefMrP1OSH5qLLFRwQs { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kb3ygdMAMSwzlmbtAHLX5HAC19ynKa1K { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #COTNvEXtbxGRXEaAGn1aKtDAttIKwbnv { width:20rem;height:9.60066875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mO14UeubMgaqzESTuQe7fhrlSuzTCuSl { width:19.4371875rem;height:82.86019375rem;top:10.848525047303rem;left:0.27922457456589rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #walAyG5XzP3T0cPSBpESZo3GP2DzezOr { width:19.99925rem;height:1.440975rem;top:93.707308769225rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M { display:block; }#TFHTNwRaGtOgCZEkqeyekXvvQ7Lmr69M > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx7yZERCliKKEKTVqTInstF0ITaXu7UE { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlSoDLcNm9KwNRDzmU8MMROFdy2EdRrb { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2Ekl8nuPT8wmLllZFUehnuUu8vcor4E { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Rv9V7aCzKRzzmR1n73Qx6xeAHWqVRTJq { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlhL35uDfdAXBcn1uRSmZCXEcHAxL2WS { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #wvgRgaPuPrrZUivHAxkVpLzantRXD9M2 { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXQhVIFwumerxc17ilfhPQdkUoGeTkHR { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtvDwGJB1VA56BTkFpDXOG7OCDdTKA9h { width:20rem;height:6.4004375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TUNqmNTanRTIXltNa6E6hGqJpUK3gIUg { width:6.9375rem;height:6.9994574536494rem;top:8.8993125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcOw4HVTEH07NiImnFB2TRBI6pU6nom { width:20rem;height:19.6621875rem;top:17.81510375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2NFbKoKa9qHUSUIr6ytNVpJqBhTohCL { width:7rem;height:6.8760754877313rem;top:38.72566625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShUwcNKvxwf3sEDzAUDh5eLxMxKcReRi { width:20rem;height:19.66219375rem;top:47.5182075rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okGXtAdJyEPJOq500Upv2uywghCwUZEy { width:6.6875rem;height:6.7494373541287rem;top:68.42877rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDDmI5pqnVIZe6emAB2AQ2NKSRzQWhEO { width:20rem;height:17.874725rem;top:77.09456125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETTzcEhO36UsSJmagEMyRWShfmOlZBGe { width:20rem;height:1.4412739489274rem;top:96.217rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws { display:block; }#Tqze4R9HHwCqJ1hUNic67bPWnn9NVTws > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg0iMcO8ZAEgMNuhB0odbLcBq1VVF6TI { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcEgNbnHhEEM5g1a85sV1I20mBETX1kf { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiDS2VylkeDiToqTPqVicrNIm4nbgkBZ { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #EQfwq0sTCu9HymXTOy3Tgr7QIBDPTggo { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ksnv2KQGt4MmCwhdiix0HhADmdi2pwa4 { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #G7uihnlTII0LpTun8zwbpwCi1VZbUWle { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZN4qu3I5bO9ZVFlJT5LupiI5WvTJHad7 { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzLMZTd2eX74WfaNb31cCFBikzIcJSzU { width:20rem;height:9.6006875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lhmcbDPv2hflbIviWMgS2fS218TpkCI4 { width:20rem;height:60.0485rem;top:10.845218658448rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#lhmcbDPv2hflbIviWMgS2fS218TpkCI4 li:before{  }
 }@media only screen and (max-width: 763px) { #OJzZ6J4wXvBqCE14WIA1Zs6SgtkGIvlJ { width:19.99925rem;height:1.440975rem;top:71.440262794494rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz { display:block; }#Z2DvhGFlO9nauTNwaRTm5X42myqLJJfz > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPwBLQqETAOvlmDHJdl3TWL65kpWRTl0 { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWdEaO16C5IWDlJw6LdvKOaNJi4Fa05Q { display:flex;width:2.06194375rem;height:2.06194375rem;top:51.939877255249rem;left:6.3434696197513rem;display:none; }
 }@media only screen and (max-width: 763px) { #enlhtOkkCSb26sl8PARF0F5yH3UlMUKU { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #pRg3kfQxXIbZqmdOBhKLIHBXi6JrGFRZ { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2A4VBwtlgIyzclls0Q36IQbmagT8ZnI { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #Dy0EP2A3bkQF2rmWTIZwx06WBwJvyZbJ { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5PT7WrWH5VR37IRZtnSxqZPTaHIEOH8 { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBvklicLf0zIyeDfEXDaKVoWlIE32ty6 { width:20rem;height:6.4004375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #P5m2NNk49MwxGJHJmRVqN6D40aSOFURQ { width:19.0625rem;height:59.7750625rem;top:8.8003401756287rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }#P5m2NNk49MwxGJHJmRVqN6D40aSOFURQ li:before{  }
 }@media only screen and (max-width: 763px) { #moNRE3plVzGlMIv3hRc2tBNJxnvdhDJ1 { width:20rem;height:1.80013125rem;top:54.3228675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #n1teTSotAhOpBxWlnSPzFWiMRQSpHThg { width:20rem;height:1.4412739489274rem;top:69.819437011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 { display:block; }#QMBWAZQdVMGogH8Ofqh0c3uuc6GPP8l2 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8WTpJZxxVnQGQgmDlcuu1IfFrWCdRTN { display:flex;width:2.31175625rem;height:2.31175625rem;top:1.4352684020996rem;left:13.854166686535rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNzNO4k4Xthh5TmnMNRAm0tDVllM4Zln { display:flex;width:2.06175625rem;height:2.06175625rem;top:36.608503137207rem;left:-0.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHvB7NTPcDBRNWu5qFhSZiSXkpmNb4A7 { display:flex;width:2.24925625rem;height:2.24925625rem;top:4.5305061340332rem;left:5.5476190447807rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #zHTtRaciOOCwaWLSVTklVqRnpwCTcUUU { display:flex;width:1.74925625rem;height:1.74925625rem;top:49.0026rem;left:16.524307250976rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxkv99Pe58hXotlt2R593DldTJAxFI47 { display:flex;width:1.9998625rem;height:1.9998625rem;top:67.4375rem;left:9rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #L1eXewuW6dGN2yCAHrV2TD7yrpGwLqz7 { display:flex;width:4.4998625rem;height:4.4998625rem;top:28.69559375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhBLAm86WuFCNWMyBDO9vqxOXTWTERX7 { display:flex;width:3.8748625rem;height:3.8748625rem;top:54.564737065124rem;left:0.37527847290039rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9d9NVyobcUT2zBXfbOJhmWTvu6rEwSF { width:20rem;height:14.398125rem;top:5.6987875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PN80JX60sxNoaGGHgEmtL4AiTclpmWJu { width:20rem;height:3.20023125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ROlJncQJCupgGErzmkcpeDH2cOxTyCbA { width:20rem;height:9.26487747958rem;top:21.343725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxw7BknGtVpAIGsMOnT1CxpVesBvqsv2 { width:19rem;height:4.625rem;top:31.857635253906rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prez8GWZdumGCSwtQdnSISkT7aA8UgE1 { display:block; }
 }@media only screen and (max-width: 763px) { #tS5EZveTFJm8G4vEaMQTbowxGrGfvmEB { width:20rem;height:1.4402613726686rem;top:37.732635253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap { display:block; }#sTUZ0TcpAXWUnly18TNhSQtvJ2iU2Dap > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX9qDxRgvxH9JHG3marhCLCBt1sOKhgn { width:12.1213125rem;height:10.6843125rem;top:10.4375rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QuwUXJ3sEH1aWhfuA66kqp9SBfm6t8Wy { width:10.371125rem;height:2.1368625rem;top:3.875rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0bKTTeKMV5s14aFmdGA6N5QlaGUyLSa { width:13.8715rem;height:2.1368625rem;top:21.125217437744rem;left:3.0631511807442rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9crGkRh43FqTH21MLKMWcCyvQTT6xaI { display:flex;width:3.93694375rem;height:3.93694375rem;top:4.56194375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #qo0kr4h5nmWUMdPC2cZPJdTzVQCFMxhD { display:flex;width:1.43694375rem;height:1.43694375rem;top:34.758675rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceHPmZkZlXauiaoAXAUvmMgi8gwzc8VZ { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B5ksiHXylv4RFM0NKgf2nhRRtMPuzo2m { width:10.8745625rem;height:1.2999125rem;top:1.8174915313721rem;left:4.5616319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qz0cHQtPBGniUTbA6zHqPyohTthWiJrR { width:7.561875rem;height:2.5rem;top:6.6875rem;left:6.1875rem;display:block; }
 }