.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:218,227,221;--color-primary-1:133,163,143;--color-primary-2:10,70,30;--color-primary-3:5,35,15;--color-primary-4:2,11,5;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--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:"National condensed";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row .container { background-color: transparent; background-image: none; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row .container > .video-iframe-container { display: none; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row > .video-iframe-container { display: none; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .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); }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row .container { border-width: 0; border-radius: 0; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#V86zpXIAsoGLbZh3yVKQdEvGCgl68Whk { 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:1.625rem;width:6.0625rem;top:1.6867897510529rem;left:0rem;overflow:hidden;display:block; }
#fHtE6qtDvb0AsCKakPkJfc6E8CJdZVC5 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0625rem;left:65.125rem;display:block; }
#XrPuQCBDZhlMgXcP0twky9MMz4TuQsWR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWcQmTyJGkErSG363SQ0bt262VMVeRwB { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.25rem;left:7.119140625rem;overflow:hidden;display:block; }
#ehTp8QfFzamA1aKVMMSTd6Fsv544wNEf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.9375rem;top:1.09375rem;left:11.11328125rem;overflow:hidden;display:block; }
#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 { background-color:#0a461e;background-image:url("https://images.assets-landingi.com/uc/ec037439-4f98-4695-bee1-70ebee455ea0/herojobup.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49.adaptive-delivery-prevent-bg, #MlO7TeeK2sBwULA5hadukHXcz8baZQ49.lazyload, #MlO7TeeK2sBwULA5hadukHXcz8baZQ49.lazyloading { background-image: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container { background-color: transparent; background-image: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container > .video-iframe-container { display: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container { display: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .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); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container { border-width: 0; border-radius: 0; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#rQfroSvvbVM4CMaAEzZHe8QJF6BlTSAI { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.0625rem;left:61.5rem;display:none; }
#MxezCSeG0cQo1VEOrzcDxdW60kpEJdTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmIABTOoZvlTiGDf8nyOFWO0znQeW9Nw { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;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; }
#GPOLOOVUrTCFxD3GlA5v3lPTsR0uAba6 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:9.9999990463256rem;left:0rem;height:3.49964375rem;font-style:normal;display:block; }
#Vr1A1TQWRkGuHNbNoF5e4KIlp2l3yrsx { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.6875rem;left:71.4375rem;display:block; }
#BQ15MKE9uZTRBJb3XNd9BDZB32AT0XDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cuak1wTMqNrLXT2yIbH375AAvNvWJz0k { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6305068125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.6875rem;left:68.8125rem;display:block; }
#MeMPAaILx20ByFCvFtZTCbondk7XoT4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ap2yO3KH7iadxBNx9senav831duZ0Alx { position:relative;display:block; }#ap2yO3KH7iadxBNx9senav831duZ0Alx { background-color: transparent; background-image: none; }#ap2yO3KH7iadxBNx9senav831duZ0Alx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row .container > .video-iframe-container { display: none; }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row > .video-iframe-container { display: none; }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .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); }#ap2yO3KH7iadxBNx9senav831duZ0Alx { border-width: 0; border-radius: 0; }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GRRKkG1Hiw8eMJWxazrT2iHugwWegEHe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0614375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:4.3125rem;left:0rem;height:10.799875rem;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; }
#S7AunhARiOIqXThkW7TCwfmR0hcDFIoi { background-color:#321e50;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.208801125rem;height:2.646482375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.125rem;left:0rem;display:block; }
#kVIFexgHPmf8GAiQNF9lba6GmAGxD5tC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2krm2VBP71VeDxzMRrSCD95HnF7huye { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.75rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#S5abKccgO7vs9T7LhVN8GSnZkHkAEdRN { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.2493125rem;width:25.625rem;top:3.9364333152771rem;left:45.811433792114rem;overflow:hidden;display:block; }
#mnIIOBo2DUuBK5zKQeNTu6ZObidUFbxK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.3125rem;left:0rem;height:5.59659375rem;font-style:normal;display:block; }
#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row .container { background-color: transparent; background-image: none; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row .container > .video-iframe-container { display: none; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row > .video-iframe-container { display: none; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .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); }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row .container { border-width: 0; border-radius: 0; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#PyM3oaEzCu87mzHGwV0W86iwff8rl7Jf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.5625rem;left:0rem;height:14.399875rem;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; }
#P9MxPBrUyy2rrkpxoWLiA5AQnzpzITwB { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.6875rem;left:2.5rem;height:1.39915rem;font-style:normal;display:block; }
#ZmvmnbrSUeuT8DorLrGinGOsmn7NJfNn { position:absolute;display:block;z-index:15004;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:23.9373125rem;width:36.7498125rem;top:4.4167256355286rem;left:37.873754501343rem;overflow:hidden;display:block; }
#V9LE2sF484F3G059UMpSTLWL540SCUeT { 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:1.5rem;width:1.5rem;top:15.625rem;left:0.1875rem;overflow:hidden;display:block; }
#oVVQpxpEZ8ErfOkRpVGHz94qm4CukDNg { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.624821662903rem;left:2.5rem;height:2.79829375rem;font-style:normal;display:block; }
#ckkCCfMgyDogszRqPKduHyiSwGITWx4O { 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:2rem;width:2rem;top:18.3125rem;left:0rem;overflow:hidden;display:block; }
#O37b5I75uJ7t0CvBxTMAOAtLtvALebeM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.562321662903rem;left:2.5rem;height:1.39915rem;font-style:normal;display:block; }
#TL2X2MvIsMg2oQoGfFXnxIpE0g1ZGll1 { 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:2rem;width:2rem;top:22.249821662903rem;left:0rem;overflow:hidden;display:block; }
#FewTbRMrG5KK269ySTO5xqaeUn77wyCq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.5625rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#Rt8PcAqdPzbQfrgcN0CqTxatKWDyuvCi { 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:2rem;width:2rem;top:24.999289512634rem;left:0rem;overflow:hidden;display:block; }
#n0iFC7Um1OuutCTED3GPCp7ZLur1UDrs { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:25.311789512634rem;left:2.5rem;height:1.39915rem;font-style:normal;display:block; }
#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM { position:relative;display:block; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM { background-color: transparent; background-image: none; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row .container > .video-iframe-container { display: none; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row > .video-iframe-container { display: none; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .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); }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM { border-width: 0; border-radius: 0; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NyUJUBQg8UccuJsmCPEiWZRWPeJh4T7X { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:4.6875rem;left:45.186433792114rem;height:10.799875rem;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; }
#WyHPJ6EvhLVLmoz0KP1OtZotFFfkVcNC { background-color:#321e50;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.342327594757rem;left:45.186433792114rem;display:block; }
#qLMDz19ZKFRK9eZDTSf07NZWhpV5C3uQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5ReHCOnRpKc99s7sAtXQW73KWoUDT7D { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:19.5625rem;left:47.75rem;height:2.79829375rem;font-style:normal;display:block; }
#Ih4DhNiR1mcSwEvWf7PrXKl45teBKhri { position:absolute;display:block;z-index:15004;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.4375rem;width:40.1875rem;top:6.90625rem;left:0rem;overflow:hidden;display:block; }
#qB1irndpHlb9IePBGdEBBU9ExoNMkdT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:13.186256885529rem;left:45.186433792114rem;height:5.59659375rem;font-style:normal;display:block; }
#ch2Qq58hlMedSX3RiyOQ9ZLObuDnw2a5 { 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:2rem;width:2rem;top:19.3125rem;left:45.1875rem;overflow:hidden;display:block; }
#HKfQroFZiFxo2TTavvNe8V7CaJmQZRWw { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.25rem;left:47.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#G8H3xMroC6AzGrcdBLRLkwDNM21Jvps4 { 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:2rem;width:2rem;top:23.25rem;left:45.1875rem;overflow:hidden;display:block; }
#nrepbZQqkpQlykdMxgADFJ7oZftqPv8B { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:27.25rem;left:47.75rem;height:1.39915rem;font-style:normal;display:block; }
#KTEo3xqhDKpqbiywqo8XMWNo67htSTLu { 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:2rem;width:2rem;top:26.9375rem;left:45.1875rem;overflow:hidden;display:block; }
#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row .container { background-color: transparent; background-image: none; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row .container > .video-iframe-container { display: none; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row > .video-iframe-container { display: none; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .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); }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row .container { border-width: 0; border-radius: 0; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#L8k1KpT98KsQFwogExohViXmuM2T4Mau { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#LuI5EDEPyJ0oT1q6OhcX7LubB1KNnaHP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;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; }
#kUbeqB7Qs14WgrahiAsbyW4su9XlGxbN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:4.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#kxE4VcNa2ZQXH9K8krtH833dOMJMT0OZ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.3125rem;left:4.8125rem;display:block; }
#l717yTZe8sCur6llP9vyoecCVlt446NK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAG3chgPApoGsl2UfOAwfqk94PdZnKU9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#PhRbHcoafp579UmIlEuitGxgTKpihrOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2aJ1lOpr1IFUL7a7XmqiedKgeV3ihTx { 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:18.5rem;width:22.625rem;top:7.5rem;left:47.0625rem;overflow:hidden;display:block; }
#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row .container { background-color: transparent; background-image: none; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row .container > .video-iframe-container { display: none; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row > .video-iframe-container { display: none; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .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); }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row .container { border-width: 0; border-radius: 0; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#fw8BAsEhRHCpFwxKOg7TTtKVFGBoXSu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7119140625rem;left:12.1875rem;height:7.1999375rem;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;text-align:center;text-align-last:center;display:block; }
#Dydzbp065iJ4sZpCq13u7aUcwSSz0VRX { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#skqPTG6Ub1thl7uHyxF5OTUfC3Nl7c3f { 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:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#P5ErABPMHCRFIxEDWFbZ0CpWtUkoiaUK { 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:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#p7U5LZ2nZuaeCDMfQ8TAcPumoT7aWkh2 { 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:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#OcnEyOGkNso2hZbeLD2J8949IFT2JtHS { 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:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#hkv3FCXvRnfkxhPxxVTTOOmqqNMond6K { position:absolute;display:block;z-index:15009;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:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row .container { background-color: transparent; background-image: none; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row .container > .video-iframe-container { display: none; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row > .video-iframe-container { display: none; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .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); }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row .container { border-width: 0; border-radius: 0; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#S0qRRa8r9VA0f8soMy2G7NO953ULSbl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;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;text-align:center;text-align-last:center;display:block; }
#wDxqHoScKcptumGuKRkkdPF4MXvMifZN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.624111175537rem;left:2.6535854339599rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azcV3eMSd8TxcVe2KDqDQpzIZpvketpI { 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:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#pB9vDEpsZhJnr98Fpabd6zVUG36WhIkS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;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;text-align:center;text-align-last:center;display:block; }
#gi0CHPhrBUDN454q3i7lUVbCBAmPfPio { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.623222351074rem;left:28.749109268189rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zN9LHoW2C9trOzThXzIFHKmhdJcV7F8G { 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:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#cW1CEE2ILyvS15opwSuSGwMf49XIBSDB { position:absolute;display:block;z-index:15011;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:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#nndXXFI1WQWDBdfMTzk8TmE2rMeOTRCN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;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;text-align:center;text-align-last:center;display:block; }
#pAevdaigrXWzARgaWd7rHSbfa0hOhamA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.623222351074rem;left:56.997510910034rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row .container { background-color: transparent; background-image: none; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row .container > .video-iframe-container { display: none; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row > .video-iframe-container { display: none; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .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); }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row .container { border-width: 0; border-radius: 0; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#U33652zxS46QCMh6lWzWhxzpa2PXoZ6L { 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:1.25rem;width:4.75rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#wAWxPCq7HOxJLrKEPMibZbP0zG2L6wIq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:8.1862564086912rem;height:1.39915rem;font-style:normal;display:block; }
#qIir5dKstTUt3EyVGbxvVE4F52ZCMFDL { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:19.935190200806rem;height:1.39915rem;font-style:normal;display:block; }
#ET4wXgssoBKesVF0w2WlXHfivZ6gZMOH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:31.497690200806rem;height:1.39915rem;font-style:normal;display:block; }
#uEdEkuWHkFIvHNbdsl5TThgE94LVeEq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:43.24928855896rem;height:1.39915rem;font-style:normal;display:block; }
#sq4bTUeQMuBLUVEouzAzNVAeLIRA02r5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.499825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:57.310010910034rem;height:1.39915rem;font-style:normal;display:block; }
#gX0qermpvpsN836erNMgQpIsl3hCL3gI { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:63.748220443725rem;height:1.39915rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y5RG97zk3raugBeV63ZFE4BKdpCqXglT { display:block; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V86zpXIAsoGLbZh3yVKQdEvGCgl68Whk { top:1.625rem;left:0rem;width:6.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtE6qtDvb0AsCKakPkJfc6E8CJdZVC5 { width:8.9375rem;height:2.875rem;top:1.0625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrPuQCBDZhlMgXcP0twky9MMz4TuQsWR { display:block; }
 }@media only screen and (max-width: 763px) { #wWcQmTyJGkErSG363SQ0bt262VMVeRwB { top:1.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTp8QfFzamA1aKVMMSTd6Fsv544wNEf { top:1.0625rem;left:0rem;width:10.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlO7TeeK2sBwULA5hadukHXcz8baZQ49 { display:block; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 { background-color: transparent; background-image: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container > .video-iframe-container { display: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container { display: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .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); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 { border-width: 0; border-radius: 0; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQfroSvvbVM4CMaAEzZHe8QJF6BlTSAI { width:12.5rem;height:2.875rem;top:1.0625rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxezCSeG0cQo1VEOrzcDxdW60kpEJdTW { display:block; }
 }@media only screen and (max-width: 763px) { #AmIABTOoZvlTiGDf8nyOFWO0znQeW9Nw { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOLOOVUrTCFxD3GlA5v3lPTsR0uAba6 { top:9.9375rem;left:0rem;width:37.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr1A1TQWRkGuHNbNoF5e4KIlp2l3yrsx { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ15MKE9uZTRBJb3XNd9BDZB32AT0XDN { display:block; }
 }@media only screen and (max-width: 763px) { #Cuak1wTMqNrLXT2yIbH375AAvNvWJz0k { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeMPAaILx20ByFCvFtZTCbondk7XoT4W { display:block; }
 }@media only screen and (max-width: 763px) { #ap2yO3KH7iadxBNx9senav831duZ0Alx { display:block; }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRRKkG1Hiw8eMJWxazrT2iHugwWegEHe { top:4.3125rem;left:0rem;width:32rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7AunhARiOIqXThkW7TCwfmR0hcDFIoi { width:17.1875rem;height:2.625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIFexgHPmf8GAiQNF9lba6GmAGxD5tC { display:block; }
 }@media only screen and (max-width: 763px) { #L2krm2VBP71VeDxzMRrSCD95HnF7huye { top:13.75rem;left:0rem;width:35.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5abKccgO7vs9T7LhVN8GSnZkHkAEdRN { top:3.875rem;left:22.125rem;width:25.625rem;height:23.2493125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnIIOBo2DUuBK5zKQeNTu6ZObidUFbxK { top:17.3125rem;left:0rem;width:35.4375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n { display:block; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyM3oaEzCu87mzHGwV0W86iwff8rl7Jf { top:2.5rem;left:0rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9MxPBrUyy2rrkpxoWLiA5AQnzpzITwB { top:15.625rem;left:0rem;width:25.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvmnbrSUeuT8DorLrGinGOsmn7NJfNn { top:4.375rem;left:11rem;width:36.6875rem;height:23.896724706929rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9LE2sF484F3G059UMpSTLWL540SCUeT { top:15.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVVQpxpEZ8ErfOkRpVGHz94qm4CukDNg { top:18.5625rem;left:0rem;width:25.9375rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckkCCfMgyDogszRqPKduHyiSwGITWx4O { top:18.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O37b5I75uJ7t0CvBxTMAOAtLtvALebeM { top:22.5rem;left:0rem;width:24.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2X2MvIsMg2oQoGfFXnxIpE0g1ZGll1 { top:22.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FewTbRMrG5KK269ySTO5xqaeUn77wyCq { top:11.5625rem;left:0rem;width:33.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt8PcAqdPzbQfrgcN0CqTxatKWDyuvCi { top:24.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0iFC7Um1OuutCTED3GPCp7ZLur1UDrs { top:25.25rem;left:0rem;width:26.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUO29DRAIztb9ICreSs3HWsKSIoKGtzM { display:block; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyUJUBQg8UccuJsmCPEiWZRWPeJh4T7X { top:4.6875rem;left:19.8125rem;width:27.9375rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyHPJ6EvhLVLmoz0KP1OtZotFFfkVcNC { width:17.3125rem;height:2.75rem;top:31.3125rem;left:24.748933792114rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLMDz19ZKFRK9eZDTSf07NZWhpV5C3uQ { display:block; }
 }@media only screen and (max-width: 763px) { #c5ReHCOnRpKc99s7sAtXQW73KWoUDT7D { top:19.5rem;left:25.125rem;width:22.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4DhNiR1mcSwEvWf7PrXKl45teBKhri { top:6.875rem;left:0rem;width:40.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1irndpHlb9IePBGdEBBU9ExoNMkdT7 { top:13.125rem;left:24.125rem;width:23.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch2Qq58hlMedSX3RiyOQ9ZLObuDnw2a5 { top:19.3125rem;left:24.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfQroFZiFxo2TTavvNe8V7CaJmQZRWw { top:23.1875rem;left:24.75rem;width:23rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8H3xMroC6AzGrcdBLRLkwDNM21Jvps4 { top:23.25rem;left:24.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrepbZQqkpQlykdMxgADFJ7oZftqPv8B { top:27.1875rem;left:27.311964035034rem;width:20.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTEo3xqhDKpqbiywqo8XMWNo67htSTLu { top:26.9375rem;left:24.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm { display:block; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8k1KpT98KsQFwogExohViXmuM2T4Mau { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuI5EDEPyJ0oT1q6OhcX7LubB1KNnaHP { top:9.625rem;left:0rem;width:26.0625rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUbeqB7Qs14WgrahiAsbyW4su9XlGxbN { top:13.125rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxE4VcNa2ZQXH9K8krtH833dOMJMT0OZ { width:17.1875rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l717yTZe8sCur6llP9vyoecCVlt446NK { display:block; }
 }@media only screen and (max-width: 763px) { #SAG3chgPApoGsl2UfOAwfqk94PdZnKU9 { width:17.1875rem;height:2.875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRbHcoafp579UmIlEuitGxgTKpihrOu { display:block; }
 }@media only screen and (max-width: 763px) { #s2aJ1lOpr1IFUL7a7XmqiedKgeV3ihTx { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 { display:block; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw8BAsEhRHCpFwxKOg7TTtKVFGBoXSu9 { top:2.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dydzbp065iJ4sZpCq13u7aUcwSSz0VRX { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skqPTG6Ub1thl7uHyxF5OTUfC3Nl7c3f { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ErABPMHCRFIxEDWFbZ0CpWtUkoiaUK { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7U5LZ2nZuaeCDMfQ8TAcPumoT7aWkh2 { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcnEyOGkNso2hZbeLD2J8949IFT2JtHS { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkv3FCXvRnfkxhPxxVTTOOmqqNMond6K { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq { display:block; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0qRRa8r9VA0f8soMy2G7NO953ULSbl0 { top:18rem;left:0rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDxqHoScKcptumGuKRkkdPF4MXvMifZN { top:20.5625rem;left:0rem;width:15.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azcV3eMSd8TxcVe2KDqDQpzIZpvketpI { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB9vDEpsZhJnr98Fpabd6zVUG36WhIkS { top:18.125rem;left:13.437322616577rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi0CHPhrBUDN454q3i7lUVbCBAmPfPio { top:20.5625rem;left:15.124109268189rem;width:17.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN9LHoW2C9trOzThXzIFHKmhdJcV7F8G { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1CEE2ILyvS15opwSuSGwMf49XIBSDB { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nndXXFI1WQWDBdfMTzk8TmE2rMeOTRCN { top:18rem;left:26.9375rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAevdaigrXWzARgaWd7rHSbfa0hOhamA { top:20.5625rem;left:32.875rem;width:14.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZx1UFnl5SW4f9glz3lVLlmBz563PL2o { display:block; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U33652zxS46QCMh6lWzWhxzpa2PXoZ6L { top:2.25rem;left:0rem;width:4.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWxPCq7HOxJLrKEPMibZbP0zG2L6wIq { top:2.125rem;left:0rem;width:10.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIir5dKstTUt3EyVGbxvVE4F52ZCMFDL { top:2.125rem;left:6.3101902008056rem;width:10.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4wXgssoBKesVF0w2WlXHfivZ6gZMOH { top:2.125rem;left:17.872690200806rem;width:10.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEdEkuWHkFIvHNbdsl5TThgE94LVeEq4 { top:2.125rem;left:29.62428855896rem;width:13.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq4bTUeQMuBLUVEouzAzNVAeLIRA02r5 { top:2.125rem;left:42.3125rem;width:5.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0qermpvpsN836erNMgQpIsl3hCL3gI { top:2.125rem;left:37.5625rem;width:10.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y5RG97zk3raugBeV63ZFE4BKdpCqXglT { display:block; }#y5RG97zk3raugBeV63ZFE4BKdpCqXglT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V86zpXIAsoGLbZh3yVKQdEvGCgl68Whk { width:5.68714375rem;height:1.49946875rem;top:1.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtE6qtDvb0AsCKakPkJfc6E8CJdZVC5 { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrPuQCBDZhlMgXcP0twky9MMz4TuQsWR { display:block; }
 }@media only screen and (max-width: 763px) { #wWcQmTyJGkErSG363SQ0bt262VMVeRwB { width:2.062325rem;height:2.062325rem;top:1.0298295021057rem;left:7.3117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTp8QfFzamA1aKVMMSTd6Fsv544wNEf { width:8.9994375rem;height:2.24964375rem;top:1rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlO7TeeK2sBwULA5hadukHXcz8baZQ49 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container { background-color: transparent; background-image: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container > .video-iframe-container { display: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container { display: none; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .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); }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container { border-width: 0; border-radius: 0; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlO7TeeK2sBwULA5hadukHXcz8baZQ49 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQfroSvvbVM4CMaAEzZHe8QJF6BlTSAI { width:17.293176125rem;height:2.417438625rem;top:17.49556016922rem;left:1.3520950078964rem;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MxezCSeG0cQo1VEOrzcDxdW60kpEJdTW { display:block; }
 }@media only screen and (max-width: 763px) { #AmIABTOoZvlTiGDf8nyOFWO0znQeW9Nw { width:20rem;height:2.24964375rem;top:4.4353697299957rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPOLOOVUrTCFxD3GlA5v3lPTsR0uAba6 { width:20rem;height:6.9993125rem;top:8.6239340305331rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vr1A1TQWRkGuHNbNoF5e4KIlp2l3yrsx { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:9.9351915121081rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ15MKE9uZTRBJb3XNd9BDZB32AT0XDN { display:block; }
 }@media only screen and (max-width: 763px) { #Cuak1wTMqNrLXT2yIbH375AAvNvWJz0k { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:7.3117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeMPAaILx20ByFCvFtZTCbondk7XoT4W { display:block; }
 }@media only screen and (max-width: 763px) { #ap2yO3KH7iadxBNx9senav831duZ0Alx { display:block; }#ap2yO3KH7iadxBNx9senav831duZ0Alx > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRRKkG1Hiw8eMJWxazrT2iHugwWegEHe { width:20rem;height:4.4992875rem;top:2.0623226165771rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7AunhARiOIqXThkW7TCwfmR0hcDFIoi { width:17.323301125rem;height:2.761007375rem;top:25.374643325806rem;left:1.2801846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIFexgHPmf8GAiQNF9lba6GmAGxD5tC { display:block; }
 }@media only screen and (max-width: 763px) { #L2krm2VBP71VeDxzMRrSCD95HnF7huye { width:20rem;height:4.19744375rem;top:7.9865055084231rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5abKccgO7vs9T7LhVN8GSnZkHkAEdRN { width:20rem;height:18.125rem;top:30.260120391846rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnIIOBo2DUuBK5zKQeNTu6ZObidUFbxK { width:20rem;height:11.1931875rem;top:12.800070762634rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n { display:block; }#xDixkPedAJQPnmuq3vfLQG1ZVJmdrV0n > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyM3oaEzCu87mzHGwV0W86iwff8rl7Jf { width:20rem;height:3.599075rem;top:2.1123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9MxPBrUyy2rrkpxoWLiA5AQnzpzITwB { width:17.75rem;height:2.798825rem;top:13.92578125rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvmnbrSUeuT8DorLrGinGOsmn7NJfNn { width:20rem;height:13rem;top:29.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9LE2sF484F3G059UMpSTLWL540SCUeT { width:1.5rem;height:1.5rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVVQpxpEZ8ErfOkRpVGHz94qm4CukDNg { width:17.625rem;height:2.798825rem;top:17.5625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ckkCCfMgyDogszRqPKduHyiSwGITWx4O { width:2rem;height:2rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O37b5I75uJ7t0CvBxTMAOAtLtvALebeM { width:17.5rem;height:2.798825rem;top:21.4375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TL2X2MvIsMg2oQoGfFXnxIpE0g1ZGll1 { width:2rem;height:2rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FewTbRMrG5KK269ySTO5xqaeUn77wyCq { width:20rem;height:4.19744375rem;top:7.7121801376344rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rt8PcAqdPzbQfrgcN0CqTxatKWDyuvCi { width:2rem;height:2rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0iFC7Um1OuutCTED3GPCp7ZLur1UDrs { width:17.625rem;height:2.798825rem;top:25.25rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LUO29DRAIztb9ICreSs3HWsKSIoKGtzM { display:block; }#LUO29DRAIztb9ICreSs3HWsKSIoKGtzM > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyUJUBQg8UccuJsmCPEiWZRWPeJh4T7X { width:20rem;height:3.599075rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyHPJ6EvhLVLmoz0KP1OtZotFFfkVcNC { width:17.4375rem;height:2.875rem;top:24.75rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLMDz19ZKFRK9eZDTSf07NZWhpV5C3uQ { display:block; }
 }@media only screen and (max-width: 763px) { #c5ReHCOnRpKc99s7sAtXQW73KWoUDT7D { width:17.75rem;height:2.79829375rem;top:13.749822616577rem;left:2.3117896318436rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4DhNiR1mcSwEvWf7PrXKl45teBKhri { width:20rem;height:12.1875rem;top:29.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1irndpHlb9IePBGdEBBU9ExoNMkdT7 { width:20rem;height:6.99575rem;top:5.8984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch2Qq58hlMedSX3RiyOQ9ZLObuDnw2a5 { width:2rem;height:2rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfQroFZiFxo2TTavvNe8V7CaJmQZRWw { width:17.75rem;height:2.79829375rem;top:17.187322616577rem;left:2.3117896318436rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8H3xMroC6AzGrcdBLRLkwDNM21Jvps4 { width:2rem;height:2rem;top:16.936967849731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrepbZQqkpQlykdMxgADFJ7oZftqPv8B { width:17.75rem;height:2.798825rem;top:20.5rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KTEo3xqhDKpqbiywqo8XMWNo67htSTLu { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm { display:block; }#W2ZXIyFImdD9oRIvRTt6HtvvB6arhWsm > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8k1KpT98KsQFwogExohViXmuM2T4Mau { width:20rem;height:35.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuI5EDEPyJ0oT1q6OhcX7LubB1KNnaHP { width:16.624625rem;height:1.7995375rem;top:4.9369673728943rem;left:1.6867896318436rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kUbeqB7Qs14WgrahiAsbyW4su9XlGxbN { width:17.9375rem;height:5.59659375rem;top:7.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxE4VcNa2ZQXH9K8krtH833dOMJMT0OZ { width:17.8125rem;height:2.875rem;top:14.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l717yTZe8sCur6llP9vyoecCVlt446NK { display:block; }
 }@media only screen and (max-width: 763px) { #SAG3chgPApoGsl2UfOAwfqk94PdZnKU9 { width:17.75rem;height:2.875rem;top:17.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRbHcoafp579UmIlEuitGxgTKpihrOu { display:block; }
 }@media only screen and (max-width: 763px) { #s2aJ1lOpr1IFUL7a7XmqiedKgeV3ihTx { width:17.5rem;height:14.2498125rem;top:22.061433315277rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 { display:block; }#Ig6c4XLKzFcyFcyzTF7XD7Flis697S99 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw8BAsEhRHCpFwxKOg7TTtKVFGBoXSu9 { width:20rem;height:3.599075rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dydzbp065iJ4sZpCq13u7aUcwSSz0VRX { width:20rem;height:2.79829375rem;top:6.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skqPTG6Ub1thl7uHyxF5OTUfC3Nl7c3f { width:5.4375rem;height:1.625rem;top:14.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ErABPMHCRFIxEDWFbZ0CpWtUkoiaUK { width:11.8125rem;height:3.5625rem;top:10.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7U5LZ2nZuaeCDMfQ8TAcPumoT7aWkh2 { width:8.3125rem;height:2.8125rem;top:27.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcnEyOGkNso2hZbeLD2J8949IFT2JtHS { width:8.75rem;height:3.3125rem;top:22.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkv3FCXvRnfkxhPxxVTTOOmqqNMond6K { width:8.75rem;height:3.3125rem;top:18.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq { display:block; }#yNTlak4s92KNv7zg2GEQcUXi1BmNZkuq > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0qRRa8r9VA0f8soMy2G7NO953ULSbl0 { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDxqHoScKcptumGuKRkkdPF4MXvMifZN { width:20rem;height:2.79829375rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azcV3eMSd8TxcVe2KDqDQpzIZpvketpI { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB9vDEpsZhJnr98Fpabd6zVUG36WhIkS { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gi0CHPhrBUDN454q3i7lUVbCBAmPfPio { width:20rem;height:2.79829375rem;top:29.268750190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zN9LHoW2C9trOzThXzIFHKmhdJcV7F8G { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1CEE2ILyvS15opwSuSGwMf49XIBSDB { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nndXXFI1WQWDBdfMTzk8TmE2rMeOTRCN { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAevdaigrXWzARgaWd7rHSbfa0hOhamA { width:20rem;height:1.39915rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZx1UFnl5SW4f9glz3lVLlmBz563PL2o { display:block; }#yZx1UFnl5SW4f9glz3lVLlmBz563PL2o > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U33652zxS46QCMh6lWzWhxzpa2PXoZ6L { width:4.75rem;height:1.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWxPCq7HOxJLrKEPMibZbP0zG2L6wIq { width:11.25rem;height:1.39915rem;top:4.1246452331543rem;left:4.3749998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIir5dKstTUt3EyVGbxvVE4F52ZCMFDL { width:10.7493125rem;height:1.39915rem;top:6.7098731994631rem;left:4.624467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET4wXgssoBKesVF0w2WlXHfivZ6gZMOH { width:11.312125rem;height:1.39915rem;top:9.4548988342288rem;left:4.343039393425rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEdEkuWHkFIvHNbdsl5TThgE94LVeEq4 { width:13.3744375rem;height:1.39915rem;top:12.01171875rem;left:3.3114346265793rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sq4bTUeQMuBLUVEouzAzNVAeLIRA02r5 { width:6.4373125rem;height:1.39915rem;top:14.661754608154rem;left:6.7800067663194rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gX0qermpvpsN836erNMgQpIsl3hCL3gI { width:12.5625rem;height:1.4rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }