.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); }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr { 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; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row .container { background-color: transparent; background-image: none; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row .container > .video-iframe-container { display: none; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row > .video-iframe-container { display: none; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .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); }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row .container { border-width: 0; border-radius: 0; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#dNbGnghOMi0Xkwb0OUTFsdTk8SGO8qqa { 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.5rem;width:5.6875rem;top:1.7498223781586rem;left:0rem;overflow:hidden;display:block; }
#ICKlkzaWf0z0lK1MezTM6n0pg5zuWkEr { 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; }
#JDIXiV4sfTGKw9hEGoVlnHO3EVDdxl7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa { 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; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa.adaptive-delivery-prevent-bg, #qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa.lazyload, #qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa.lazyloading { background-image: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container { background-color: transparent; background-image: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container > .video-iframe-container { display: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container { display: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .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); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container { border-width: 0; border-radius: 0; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#Lqzok5ob2hIlZpsmrW4yQLuHOn8XXABB { 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:8.9985625rem;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; }
#HFls2dT3UULW88JUS4by8CyN70Txunie { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;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:10rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#Fh61b4hO5qUz31hdVI3p0ccat8IzNnt0 { 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.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:39.5625rem;display:none; }
#b5RNsbIZ9vBD0ND4EOscZw2penJkaWlW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 { position:relative;display:block; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 { background-color: transparent; background-image: none; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .row .container > .video-iframe-container { display: none; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .row > .video-iframe-container { display: none; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .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); }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 { border-width: 0; border-radius: 0; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .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; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .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:23.4375rem;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; }#VmHZeu1BsPEstT98JA9TfZvm4LqXV49g { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0618125rem;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.8125rem;left:0rem;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;display:block; }
#xlneTaSbu65wEGrUUWKO9fDvSuMDTC6e { 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:15.875rem;left:0rem;display:block; }
#PwO7zfrXb8qT0rXmo78bFMLlzaWnONu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2O89IdgOpxHNoi8OOtKv0r02nfMFoX7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;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:9.9375rem;left:0rem;height:4.19744375rem;font-style:normal;display:block; }
#Kq2zpsWWGCoTgOOPtK8eaJTEIrxXH1V3 { 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:19.8125rem;width:31.125rem;top:1.7808952331543rem;left:40.65606880188rem;overflow:hidden;display:block; }
#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 { 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; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row .container { background-color: transparent; background-image: none; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row .container > .video-iframe-container { display: none; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row > .video-iframe-container { display: none; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .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); }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row .container { border-width: 0; border-radius: 0; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#K6Gp4yuTCXFqc5UQckI8TVxNg0Vz02ki { 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:15003;line-height:.9;letter-spacing:0;top:2.3125rem;left:12.1875rem;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; }
#zOATMmquCGAoXbVugUvKEWurUlTnoaDp { position:absolute;display:block;z-index:15044;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:1.5625rem;width:4.74698125rem;top:21.1875rem;left:17.5rem;overflow:hidden;display:block; }
#J7cMAfErhM7MVBRglFwciAogADFwHMKo { color:rgba(var(--color-secondary-0),1);display:block;width:6.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:18rem;left:12.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbBW5wIAVeDSBZFkuf7uLSTkElcDX1a1 { color:rgba(var(--color-secondary-0),1);display:block;width:8.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:24.186789035797rem;left:11.625532150269rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdmmHRUFozvu8Hdsq78xJsV6MJ2mk6KU { color:rgba(var(--color-secondary-0),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:26.85812997818rem;left:7.841796875rem;height:4.19744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiNRhnWwbNUN16WXybn7pXmbMBUavMpz { box-sizing:content-box;height:19.4993125rem;width:18.5618125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.430220127106rem;left:6.435546875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CdyJKavzot7gBM2LX43QiJClbfmVpsvf { position:absolute;display:block;z-index:15025;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:1.5625rem;width:6.31125rem;top:21.1875rem;left:9.125rem;overflow:hidden;display:block; }
#IgPVJLF4N8zwuIcMpir8lnTBsAcTaGFA { color:rgba(var(--color-secondary-0),1);display:block;width:8.185375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:32.398790836334rem;left:11.625532150269rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrJXfwloedoqEWWRTZqBVMmJtuSQzLip { color:rgba(var(--color-secondary-0),1);display:block;width:6.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:12.875rem;left:34.125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhnQbMOL8grN1rtTsB39MtDMXWmqk9oh { position:absolute;display:block;z-index:15032;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:1.5625rem;width:6.31125rem;top:16.0625rem;left:30.875rem;overflow:hidden;display:block; }
#i03oWJqD4tBO2wnMz7os5qP3PJToRCyI { position:absolute;display:block;z-index:15051;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:1.5625rem;width:4.74698125rem;top:16.0625rem;left:39.25rem;overflow:hidden;display:block; }
#QAhhrsbWRazHIxVNk5ywTAAfc8H7tp5f { color:rgba(var(--color-secondary-0),1);display:block;width:8.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:19.25rem;left:33.375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WN2WStgkkf4qazX6IJTdSGcsf5xAHzpr { color:rgba(var(--color-secondary-0),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:21.9375rem;left:29.5625rem;height:6.99575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNfvgoc17WuOs1gveGx9sS2HCqIcTzXT { color:rgba(var(--color-secondary-0),1);display:block;width:8.185375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:31rem;left:33.375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnN7k09BKepobiR8hsvXpMzrEfQZsyqK { box-sizing:content-box;height:24.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:28.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cGqsndAOcOnL7oTgNGM4TEC0CPpBoM25 { color:rgba(var(--color-secondary-0),1);display:block;width:6.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:17.998934268951rem;left:56.24733543396rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiB19zxJv3AXiDAbriHTUHpuVXcDcaIZ { position:absolute;display:block;z-index:15039;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:1.5625rem;width:6.310375rem;top:21.18696641922rem;left:56.435544967651rem;overflow:hidden;display:block; }
#l1qFvWcUhJD7ttORt1v3KhVvptEZq3ON { color:rgba(var(--color-secondary-0),1);display:block;width:8.185375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:24.186789035797rem;left:55.188207626343rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESFKGMiDMfb5TFSAMHasgs4wJ6iTMbhK { color:rgba(var(--color-secondary-0),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:26.857244968414rem;left:51.71608543396rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8MqATbAtEwVhInOe6dNDzokzgVU0Fz8 { color:rgba(var(--color-secondary-0),1);display:block;width:8.185375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:32.398790836334rem;left:55.188207626343rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfM0gwMPOOEW9usn1wkfGHadXhSTlFw1 { box-sizing:content-box;height:19.5rem;width:18.5618125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.430220127106rem;left:49.999998092651rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#M6fvi5dMTy0DvJwHquiGsSR8fKTWSK5n { color:rgba(var(--color-secondary-0),1);display:block;width:10.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:32.4375rem;left:32.1875rem;height:1.05025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpiqBQN1o9edvdUqked7DfqOOxuTUmZe { box-sizing:content-box;height:24.5623125rem;width:18.5618125rem;position:absolute;display:block;z-index:15002;background-color:#279e03;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:28.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hwaTBF6p4WEJLftxvsAR6EbukmcwEHU5 { color:rgba(var(--color-secondary-0),1);display:block;width:10.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:8.9375rem;left:32.375rem;height:3.49964375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR { 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; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row .container { background-color: transparent; background-image: none; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row .container > .video-iframe-container { display: none; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row > .video-iframe-container { display: none; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .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); }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row .container { border-width: 0; border-radius: 0; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#bQ9WBXEnSTrCd9ShXnpZZEwQtKrOuU4s { 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; }
#rTMBCOPAEs1tXfsd2VZrngQ0g7W0gMaR { 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; }
#PQe4e3tOFTOTGAsPTts5XE2XZTOPzM0X { position:absolute;display:block;z-index:15013;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.68696875rem;width:7.3748125rem;top:10.5625rem;left:59.8125rem;overflow:hidden;display:block; }
#qsGcSbByBTTTTcnLifPa9eX3gzBzdk2N { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.6875rem;top:9.625rem;left:47.1875rem;overflow:hidden;display:block; }
#KmyPuBqLbDlqHnPRGaWG1I7S3rSlb3K3 { position:absolute;display:block;z-index:15010;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.18714375rem;width:10.4368125rem;top:10.8125rem;left:32.6875rem;overflow:hidden;display:block; }
#WuTU21drltyirWcS3CR2RRxJ8nRTLu8D { 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:4.5rem;width:8.0625rem;top:10.125rem;left:19.9375rem;overflow:hidden;display:block; }
#Wtp5b6T0CbAMyLGA8t5i2Iuqo7f3OIzt { 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:5rem;width:8.6869375rem;top:9.875rem;left:7.875rem;overflow:hidden;display:block; }
#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y { position:relative;display:block; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y { background-color: transparent; background-image: none; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .row .container > .video-iframe-container { display: none; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .row > .video-iframe-container { display: none; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .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); }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y { border-width: 0; border-radius: 0; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .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; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .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:32.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; }#i2dtzqhpvcy22qulOzEIkVXCAsgTibQp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.499625rem;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.625rem;left:39.5rem;height:17.9998125rem;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; }
#QehTKrBNTTkDRvA9gFZPqT6d4TgOuo1a { 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.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:39.5625rem;display:block; }
#HcV1kM1q6u5yas4ZwzJ4L5l4GqnvcRkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmLXGseFf9scGKR1iAJkEIgJ9he3xKTt { 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:15002;line-height:1.4;letter-spacing:0;top:14.9375rem;left:39.5625rem;height:4.19744375rem;font-style:normal;display:block; }
#WIJloNDgSbukbXiFazJcEHU2IecPmLvJ { 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.1875rem;width:33.75rem;top:4.03125rem;left:0rem;overflow:hidden;display:block; }
#okIp67WS76WtuMkOTwJszi4kNwQmgrVv { 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:15003;line-height:1.4;letter-spacing:0;top:19.625rem;left:39.5rem;height:5.59659375rem;font-style:normal;display:block; }
#x378q1ERnXnFNr4tmvppZvv282z1bEpT { 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; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row .container { background-color: transparent; background-image: none; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row .container > .video-iframe-container { display: none; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row > .video-iframe-container { display: none; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .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); }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row .container { border-width: 0; border-radius: 0; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#GvxPBEOQODBRhOxK12Eesq7gGrfVDoWo { 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; }
#iwBCJSkTPVMrdTz8zqJECI1KVhzMsSde { 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; }
#pTRam4M3PA2L1P1GLUcKi5niAulb2Zsh { 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; }
#kkRLTJA4mdrTps2c2ibuDWLATxwAKVua { 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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:19.5rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#HvlzcNPu1H0f7iMiVEWLb30qF5gJGWSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDADGcsepC5xCvBprwkFUkpckQdS5pZh { 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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:19.625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.937498959712rem;left:4.8117885589599rem;display:block; }
#Qf0QmXIrxX3y0zbtHUzEAbPMfqNMbfer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xs6tr31NPb70xSkUZ8iy7lN5QUKP0bNh { 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:16.75rem;width:22.5625rem;top:8.34375rem;left:47.25rem;overflow:hidden;display:block; }
#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac { position:relative;display:block; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac { background-color: transparent; background-image: none; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .row .container > .video-iframe-container { display: none; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .row > .video-iframe-container { display: none; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .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); }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac { border-width: 0; border-radius: 0; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .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; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .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; }#HDlfrmX0sIzSetKMKKGShF5Ey2znQing { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;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; }
#qm5nBbt1MDCT0ozT0B2HTkF72z6sy1yP { 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:20.8125rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#LxTnHtyN0glvNk7LFd7Kxd6WFXKIHV9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.875rem;left:0rem;height:3.1480875rem;font-style:normal;display:block; }
#sAsFO7Z6iZcwyCZ89mcnqS7w3AdVKqBy { 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:20.5rem;left:0rem;overflow:hidden;display:block; }
#fetlp4XMzOWKT6nUeqTVSO95ulMpPPH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0619375rem;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.625rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#v8xP64teoHMhrGZ9IOyF5hOzNzTiO3kk { 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.3125rem;left:0rem;overflow:hidden;display:block; }
#B2H2v986EEVxTJzxTDhVCp1ZCUlGo9mu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1873125rem;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:26.625rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#wG0yBMRPwKu5LH9lOQacBWCCCB0FEPcB { 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.3125rem;left:0rem;overflow:hidden;display:block; }
#KRXKrF9Z6TstDe0FEbPkmBvK0p90TC0T { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.124984741211rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#yPrZTnMe5SSDUqReywGNGgnclvE1HRCP { 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:15004;text-align:center;text-align-last:center;top:30.053266525269rem;left:0rem;display:block; }
#BlvQFWlILicsgVNUlMclDWSpPMQx9NEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF3KDdUMrrTOumvr0B5JyMmxRhfGwgdM { 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:25.7493125rem;width:42.249625rem;top:7.5736875534056rem;left:32.75124168396rem;overflow:hidden;display:block; }
#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ { 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; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row .container { background-color: transparent; background-image: none; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row .container > .video-iframe-container { display: none; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row > .video-iframe-container { display: none; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .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); }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row .container { border-width: 0; border-radius: 0; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#xI7WFt6i8LSFUCWKGvZwybWg1p2HIrf2 { 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:1.8125rem;left:38.625rem;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; }
#vHwU0gzw8EX27uzXuJBBwDD0I9CWFHkE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;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.124998092651rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#OrFdqcVinlU9hpATMMT1rBGCb64UfzkU { 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:24rem;width:36.8125rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#bfZSKxMOWUleNNGKSWtnCMleyR9UJLoA { 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:15.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#ffsAy6QkE0Fui86VAMbpuu2B5TICoZFt { 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:12.82421875rem;left:38.625rem;overflow:hidden;display:block; }
#OBdDZwvviZqSGHeiEMNWMKVVzNKUzCpS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;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.061965942382rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#gFk3zXzLsRCPG7v1meCFPbE5sKtqTTir { 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:17.76171875rem;left:38.625rem;overflow:hidden;display:block; }
#T5LSaUUMxpiNoaRc0THevrKK1ld738Mp { 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:15006;line-height:1.4;letter-spacing:0;top:20rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#XCmvIb4TfuyTTXzd0hGIUN3kqV7rA27c { 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:22.9375rem;left:41.25rem;height:2.79829375rem;font-style:normal;display:block; }
#WXNJkUvPLDBgRr2IImtK2Al5RQ46ahZV { 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.63671875rem;left:38.625rem;overflow:hidden;display:block; }
#Wd6lIk9K1iJB9FWa5U0TUMv7RFstq5rS { 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:15004;line-height:1.4;letter-spacing:0;top:9.9500007629394rem;left:38.625rem;height:1.39915rem;font-style:normal;display:block; }
#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 { 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; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row .container { background-color: transparent; background-image: none; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row .container > .video-iframe-container { display: none; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row > .video-iframe-container { display: none; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .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); }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row .container { border-width: 0; border-radius: 0; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#gkHZnB5TOe5hV3WqQkevx51NSkdWZ8kq { color:rgba(var(--color-tertiary-4),1);display:block;width:30.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.5614342689514rem;left:22.124467849731rem;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;text-align:center;text-align-last:center;display:block; }
#KZbcH4bumuhAS7NosUI58T4A1TgbzUmU { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;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:12.6875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c411NfAlbnSa6Hf0emyURTlWycdDMPaV { 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.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.5rem;left:28.8125rem;display:block; }
#mAT9OoAPgnyyACmG27sdWri3DJy14TdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b { 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; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row .container { background-color: transparent; background-image: none; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row .container > .video-iframe-container { display: none; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row > .video-iframe-container { display: none; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .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); }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row .container { border-width: 0; border-radius: 0; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#VMk6LNxoykX1QCHsfWDoavdcJZ3FS2lM { 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; }
#vhchTkxpGREA7AODtl08vSJO028fCyIE { 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; }
#PpNpn7srD7kTEQsWtS8faQaewTSghRBc { 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; }
#sHkBbSGS2kmuS76p5pbNiTw6GFi0Mhbb { 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; }
#PTi3wpy3OZVpn3aeRfdr5LgT6AuwPx14 { 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; }
#VF4ciJ6UXl7kVMywD0Q08TTkawfpb0x2 { 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; }
#ob8uMeCzA2ab0vZdeZMzARrtiLKV6aVX { 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; }
#g1Rt4Dd9Ap2P4TsTKpVcM7gdRGOMFqQP { 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; }
#O1rI0eoQGozBmiGKck7bMsBI1OhgHiUJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;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.5625rem;left:53.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm { 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; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row .container { background-color: transparent; background-image: none; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row .container > .video-iframe-container { display: none; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row > .video-iframe-container { display: none; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .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); }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row .container { border-width: 0; border-radius: 0; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#Z4snmzQy96GTi5T8cd5mBFPWMNM4Wp3N { 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; }
#cpBdEkQF0eRAyiyaVIzw01da16H8In8T { 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; }
#UThKKJdhZkfdG0hlUi1twAbZQqJ1K9gE { 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; }
#TtTDTAzR5fhrBfKmDb9qqg9dW5OzMS49 { 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; }
#XVT1r8bNTLWNAcECnXFpsLpWGZFGbc2m { 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; }
#zJmgPPOGO7A91RqaBHkUh0g1BRed1ksp { 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; }
#gvdHrsdS9bgtWQyqE9ysrz2EhMPOyRbv { 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) { #h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr { display:block; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNbGnghOMi0Xkwb0OUTFsdTk8SGO8qqa { top:1.6875rem;left:0rem;width:5.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICKlkzaWf0z0lK1MezTM6n0pg5zuWkEr { width:8.9375rem;height:2.875rem;top:1.0625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDIXiV4sfTGKw9hEGoVlnHO3EVDdxl7h { display:block; }
 }@media only screen and (max-width: 763px) { #qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa { display:block; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa { background-color: transparent; background-image: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container > .video-iframe-container { display: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container { display: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .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); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa { border-width: 0; border-radius: 0; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .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) { #Lqzok5ob2hIlZpsmrW4yQLuHOn8XXABB { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFls2dT3UULW88JUS4by8CyN70Txunie { top:9.9375rem;left:0rem;width:39.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh61b4hO5qUz31hdVI3p0ccat8IzNnt0 { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5RNsbIZ9vBD0ND4EOscZw2penJkaWlW { display:block; }
 }@media only screen and (max-width: 763px) { #P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 { display:block; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmHZeu1BsPEstT98JA9TfZvm4LqXV49g { top:4.75rem;left:0rem;width:31rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlneTaSbu65wEGrUUWKO9fDvSuMDTC6e { width:17.3125rem;height:2.75rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwO7zfrXb8qT0rXmo78bFMLlzaWnONu6 { display:block; }
 }@media only screen and (max-width: 763px) { #n2O89IdgOpxHNoi8OOtKv0r02nfMFoX7 { top:9.9375rem;left:0rem;width:23.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2zpsWWGCoTgOOPtK8eaJTEIrxXH1V3 { top:1.75rem;left:16.625rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 { display:block; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6Gp4yuTCXFqc5UQckI8TVxNg0Vz02ki { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOATMmquCGAoXbVugUvKEWurUlTnoaDp { top:21.1875rem;left:3.875rem;width:4.6875rem;height:1.542921356599rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7cMAfErhM7MVBRglFwciAogADFwHMKo { width:6.625rem;height:1.6875rem;top:18rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbBW5wIAVeDSBZFkuf7uLSTkElcDX1a1 { width:8.125rem;height:1.375rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdmmHRUFozvu8Hdsq78xJsV6MJ2mk6KU { width:15.6875rem;height:4.1875rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiNRhnWwbNUN16WXybn7pXmbMBUavMpz { top:16.375rem;left:0rem;width:18.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyJKavzot7gBM2LX43QiJClbfmVpsvf { top:21.1875rem;left:0rem;width:6.25rem;height:1.5475506606184rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgPVJLF4N8zwuIcMpir8lnTBsAcTaGFA { width:8.125rem;height:1.375rem;top:32.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJXfwloedoqEWWRTZqBVMmJtuSQzLip { width:6.625rem;height:1.6875rem;top:12.875rem;left:20.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhnQbMOL8grN1rtTsB39MtDMXWmqk9oh { top:16.0625rem;left:17.25rem;width:6.25rem;height:1.5475506606184rem;display:block; }
 }@media only screen and (max-width: 763px) { #i03oWJqD4tBO2wnMz7os5qP3PJToRCyI { top:16.0625rem;left:25.625rem;width:4.6875rem;height:1.542921356599rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhhrsbWRazHIxVNk5ywTAAfc8H7tp5f { width:8.125rem;height:1.375rem;top:19.25rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN2WStgkkf4qazX6IJTdSGcsf5xAHzpr { width:15.6875rem;height:6.9375rem;top:21.9375rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfvgoc17WuOs1gveGx9sS2HCqIcTzXT { width:8.125rem;height:1.375rem;top:31rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnN7k09BKepobiR8hsvXpMzrEfQZsyqK { top:11.3125rem;left:14.5625rem;width:18.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGqsndAOcOnL7oTgNGM4TEC0CPpBoM25 { width:6.625rem;height:1.6875rem;top:17.9375rem;left:41.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiB19zxJv3AXiDAbriHTUHpuVXcDcaIZ { top:21.125rem;left:41.5rem;width:6.25rem;height:1.5475506606184rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1qFvWcUhJD7ttORt1v3KhVvptEZq3ON { width:8.125rem;height:1.375rem;top:24.125rem;left:39.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESFKGMiDMfb5TFSAMHasgs4wJ6iTMbhK { width:15.6875rem;height:2.75rem;top:26.8125rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8MqATbAtEwVhInOe6dNDzokzgVU0Fz8 { width:8.125rem;height:1.375rem;top:32.375rem;left:39.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfM0gwMPOOEW9usn1wkfGHadXhSTlFw1 { top:16.375rem;left:29.1875rem;width:18.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fvi5dMTy0DvJwHquiGsSR8fKTWSK5n { width:10.4375rem;height:1rem;top:32.4375rem;left:18.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpiqBQN1o9edvdUqked7DfqOOxuTUmZe { top:8.125rem;left:14.5625rem;width:18.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwaTBF6p4WEJLftxvsAR6EbukmcwEHU5 { width:10.125rem;height:1.6875rem;top:8.9375rem;left:18.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR { display:block; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQ9WBXEnSTrCd9ShXnpZZEwQtKrOuU4s { top:2.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMBCOPAEs1tXfsd2VZrngQ0g7W0gMaR { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQe4e3tOFTOTGAsPTts5XE2XZTOPzM0X { width:7.3125rem;height:3.6558161965982rem;top:10.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsGcSbByBTTTTcnLifPa9eX3gzBzdk2N { width:7.6875rem;height:5.5rem;top:9.625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyPuBqLbDlqHnPRGaWG1I7S3rSlb3K3 { width:10.375rem;height:3.1682677451808rem;top:10.8125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuTU21drltyirWcS3CR2RRxJ8nRTLu8D { width:8.0625rem;height:4.5rem;top:10.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtp5b6T0CbAMyLGA8t5i2Iuqo7f3OIzt { width:8.625rem;height:4.9643502097258rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaDaez0Fb4H6LNGn368uPG59hXNM0r2y { display:block; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2dtzqhpvcy22qulOzEIkVXCAsgTibQp { top:2.625rem;left:14.3125rem;width:33.4375rem;height:10.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehTKrBNTTkDRvA9gFZPqT6d4TgOuo1a { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcV1kM1q6u5yas4ZwzJ4L5l4GqnvcRkE { display:block; }
 }@media only screen and (max-width: 763px) { #HmLXGseFf9scGKR1iAJkEIgJ9he3xKTt { top:14.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJloNDgSbukbXiFazJcEHU2IecPmLvJ { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okIp67WS76WtuMkOTwJszi4kNwQmgrVv { top:19.625rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x378q1ERnXnFNr4tmvppZvv282z1bEpT { display:block; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvxPBEOQODBRhOxK12Eesq7gGrfVDoWo { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwBCJSkTPVMrdTz8zqJECI1KVhzMsSde { top:9.625rem;left:0rem;width:26.0625rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRam4M3PA2L1P1GLUcKi5niAulb2Zsh { top:13.125rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkRLTJA4mdrTps2c2ibuDWLATxwAKVua { width:19.5rem;height:2.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvlzcNPu1H0f7iMiVEWLb30qF5gJGWSb { display:block; }
 }@media only screen and (max-width: 763px) { #sDADGcsepC5xCvBprwkFUkpckQdS5pZh { width:19.625rem;height:2.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf0QmXIrxX3y0zbtHUzEAbPMfqNMbfer { display:block; }
 }@media only screen and (max-width: 763px) { #xs6tr31NPb70xSkUZ8iy7lN5QUKP0bNh { top:8.3125rem;left:25.125rem;width:22.5625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac { display:block; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDlfrmX0sIzSetKMKKGShF5Ey2znQing { top:5rem;left:0rem;width:26.0625rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5nBbt1MDCT0ozT0B2HTkF72z6sy1yP { top:20.8125rem;left:0rem;width:22.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxTnHtyN0glvNk7LFd7Kxd6WFXKIHV9Z { top:16.875rem;left:0rem;width:25.6875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAsFO7Z6iZcwyCZ89mcnqS7w3AdVKqBy { top:20.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fetlp4XMzOWKT6nUeqTVSO95ulMpPPH6 { top:23.625rem;left:0rem;width:23rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xP64teoHMhrGZ9IOyF5hOzNzTiO3kk { top:23.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2H2v986EEVxTJzxTDhVCp1ZCUlGo9mu { top:26.625rem;left:0rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG0yBMRPwKu5LH9lOQacBWCCCB0FEPcB { top:26.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXKrF9Z6TstDe0FEbPkmBvK0p90TC0T { top:13.0625rem;left:0rem;width:30.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPrZTnMe5SSDUqReywGNGgnclvE1HRCP { width:17.3125rem;height:2.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlvQFWlILicsgVNUlMclDWSpPMQx9NEi { display:block; }
 }@media only screen and (max-width: 763px) { #rF3KDdUMrrTOumvr0B5JyMmxRhfGwgdM { top:7.5625rem;left:0rem;width:42.1875rem;height:25.711450009172rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ { display:block; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xI7WFt6i8LSFUCWKGvZwybWg1p2HIrf2 { top:1.75rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHwU0gzw8EX27uzXuJBBwDD0I9CWFHkE { top:13.0625rem;left:20.6875rem;width:27.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFdqcVinlU9hpATMMT1rBGCb64UfzkU { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfZSKxMOWUleNNGKSWtnCMleyR9UJLoA { top:15rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffsAy6QkE0Fui86VAMbpuu2B5TICoZFt { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBdDZwvviZqSGHeiEMNWMKVVzNKUzCpS { top:18rem;left:23.875rem;width:23.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFk3zXzLsRCPG7v1meCFPbE5sKtqTTir { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LSaUUMxpiNoaRc0THevrKK1ld738Mp { top:19.9375rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmvIb4TfuyTTXzd0hGIUN3kqV7rA27c { top:22.875rem;left:23.875rem;width:20.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXNJkUvPLDBgRr2IImtK2Al5RQ46ahZV { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd6lIk9K1iJB9FWa5U0TUMv7RFstq5rS { top:9.9375rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 { display:block; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkHZnB5TOe5hV3WqQkevx51NSkdWZ8kq { top:4.5rem;left:8.4994678497312rem;width:30.6875rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZbcH4bumuhAS7NosUI58T4A1TgbzUmU { top:12.625rem;left:9.2496433258056rem;width:29.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c411NfAlbnSa6Hf0emyURTlWycdDMPaV { width:17.4375rem;height:2.875rem;top:16.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAT9OoAPgnyyACmG27sdWri3DJy14TdT { display:block; }
 }@media only screen and (max-width: 763px) { #LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b { display:block; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMk6LNxoykX1QCHsfWDoavdcJZ3FS2lM { top:18rem;left:0rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhchTkxpGREA7AODtl08vSJO028fCyIE { top:20.5625rem;left:0rem;width:15.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpNpn7srD7kTEQsWtS8faQaewTSghRBc { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkBbSGS2kmuS76p5pbNiTw6GFi0Mhbb { top:18.125rem;left:13.437322616577rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTi3wpy3OZVpn3aeRfdr5LgT6AuwPx14 { top:20.5625rem;left:15.124109268189rem;width:17.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF4ciJ6UXl7kVMywD0Q08TTkawfpb0x2 { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob8uMeCzA2ab0vZdeZMzARrtiLKV6aVX { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Rt4Dd9Ap2P4TsTKpVcM7gdRGOMFqQP { top:18rem;left:26.9375rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1rI0eoQGozBmiGKck7bMsBI1OhgHiUJ { top:20.5rem;left:26.6875rem;width:21.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm { display:block; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4snmzQy96GTi5T8cd5mBFPWMNM4Wp3N { top:2.25rem;left:0rem;width:4.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpBdEkQF0eRAyiyaVIzw01da16H8In8T { top:2.125rem;left:0rem;width:10.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThKKJdhZkfdG0hlUi1twAbZQqJ1K9gE { top:2.125rem;left:6.3101902008056rem;width:10.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTDTAzR5fhrBfKmDb9qqg9dW5OzMS49 { top:2.125rem;left:17.872690200806rem;width:10.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVT1r8bNTLWNAcECnXFpsLpWGZFGbc2m { top:2.125rem;left:29.62428855896rem;width:13.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJmgPPOGO7A91RqaBHkUh0g1BRed1ksp { top:2.125rem;left:42.3125rem;width:5.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvdHrsdS9bgtWQyqE9ysrz2EhMPOyRbv { 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) { #h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr { display:block; }#h4uslTbRkyvgcr0ixwTG2S8GBxk6xvSr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNbGnghOMi0Xkwb0OUTFsdTk8SGO8qqa { width:5.6875rem;height:1.5rem;top:1.1248223781586rem;left:7.155539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICKlkzaWf0z0lK1MezTM6n0pg5zuWkEr { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDIXiV4sfTGKw9hEGoVlnHO3EVDdxl7h { display:block; }
 }@media only screen and (max-width: 763px) { #qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa { 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; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container { background-color: transparent; background-image: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container > .video-iframe-container { display: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container { display: none; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .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); }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container { border-width: 0; border-radius: 0; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXAtWb9DQpVz2KII2t4TMsb6Fes7ocAa > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqzok5ob2hIlZpsmrW4yQLuHOn8XXABB { width:20rem;height:4.4992875rem;top:2.3125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFls2dT3UULW88JUS4by8CyN70Txunie { width:20rem;height:6.9993125rem;top:7.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fh61b4hO5qUz31hdVI3p0ccat8IzNnt0 { width:16.618426125rem;height:2.303801125rem;top:16.6875rem;left:1.6875rem;z-index:15004;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);background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b5RNsbIZ9vBD0ND4EOscZw2penJkaWlW { display:block; }
 }@media only screen and (max-width: 763px) { #P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 { display:block; }#P47xKsI2HNRWnUi3WzZNyXytAfzf8ye0 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmHZeu1BsPEstT98JA9TfZvm4LqXV49g { width:20rem;height:2.24964375rem;top:1.8125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlneTaSbu65wEGrUUWKO9fDvSuMDTC6e { width:17.323301125rem;height:2.761007375rem;top:12.624289512634rem;left:1.2801846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwO7zfrXb8qT0rXmo78bFMLlzaWnONu6 { display:block; }
 }@media only screen and (max-width: 763px) { #n2O89IdgOpxHNoi8OOtKv0r02nfMFoX7 { width:20rem;height:5.59659375rem;top:5.6107950210571rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2zpsWWGCoTgOOPtK8eaJTEIrxXH1V3 { width:17.9368125rem;height:11.3743125rem;top:17.47425365448rem;left:1.0298295021057rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 { display:block; }#ywoKDiGHv8CSx20yJpwhHWMgV1aoqfu5 > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6Gp4yuTCXFqc5UQckI8TVxNg0Vz02ki { width:20rem;height:1.7995375rem;top:1.7498226165771rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOATMmquCGAoXbVugUvKEWurUlTnoaDp { width:4.9375rem;height:1.5625rem;top:38.811254739761rem;left:11.685901999474rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7cMAfErhM7MVBRglFwciAogADFwHMKo { width:6.62375rem;height:1.749825rem;top:36.238456726074rem;left:6.4675067663194rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbBW5wIAVeDSBZFkuf7uLSTkElcDX1a1 { width:7.9368125rem;height:1.39915rem;top:40.986326217651rem;left:6.030717253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdmmHRUFozvu8Hdsq78xJsV6MJ2mk6KU { width:16.5625rem;height:4.19744375rem;top:43.078834533691rem;left:1.7178622484207rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiNRhnWwbNUN16WXybn7pXmbMBUavMpz { width:18.5rem;height:17.1244375rem;top:34.738990783691rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyJKavzot7gBM2LX43QiJClbfmVpsvf { width:6.625rem;height:1.5625rem;top:38.812141418457rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgPVJLF4N8zwuIcMpir8lnTBsAcTaGFA { width:8.125rem;height:1.39915rem;top:48.840553283691rem;left:5.9374998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrJXfwloedoqEWWRTZqBVMmJtuSQzLip { width:6.624625rem;height:1.749825rem;top:9.75rem;left:6.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhnQbMOL8grN1rtTsB39MtDMXWmqk9oh { width:6.25rem;height:1.5475506606184rem;top:12.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i03oWJqD4tBO2wnMz7os5qP3PJToRCyI { width:4.6875rem;height:1.542921356599rem;top:12.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhhrsbWRazHIxVNk5ywTAAfc8H7tp5f { width:8.125rem;height:1.39915rem;top:16.125rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN2WStgkkf4qazX6IJTdSGcsf5xAHzpr { width:15.687125rem;height:6.99575rem;top:18.8125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNfvgoc17WuOs1gveGx9sS2HCqIcTzXT { width:8.125rem;height:1.39915rem;top:27.875rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnN7k09BKepobiR8hsvXpMzrEfQZsyqK { width:18.5rem;height:24.5rem;top:8.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGqsndAOcOnL7oTgNGM4TEC0CPpBoM25 { width:6.624625rem;height:1.749825rem;top:55.4375rem;left:7rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiB19zxJv3AXiDAbriHTUHpuVXcDcaIZ { width:6.25rem;height:1.54740625rem;top:58.311433792114rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1qFvWcUhJD7ttORt1v3KhVvptEZq3ON { width:8.125rem;height:1.39915rem;top:60.936609268189rem;left:5.9374998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESFKGMiDMfb5TFSAMHasgs4wJ6iTMbhK { width:15.68625rem;height:2.79829375rem;top:63.686079025269rem;left:2.1564275026321rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8MqATbAtEwVhInOe6dNDzokzgVU0Fz8 { width:8.125rem;height:1.39915rem;top:67.748575210569rem;left:5.9374998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfM0gwMPOOEW9usn1wkfGHadXhSTlFw1 { width:18.5rem;height:17.125rem;top:53.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fvi5dMTy0DvJwHquiGsSR8fKTWSK5n { width:10.4368125rem;height:1.05025rem;top:29.3125rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpiqBQN1o9edvdUqked7DfqOOxuTUmZe { width:18.499625rem;height:24.4993125rem;top:5.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwaTBF6p4WEJLftxvsAR6EbukmcwEHU5 { width:10.1243125rem;height:1.749825rem;top:5.9932460784912rem;left:4.936967253685rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR { display:block; }#TKWViRX0IuuPHnPTCpFleNodJ7F6TpMR > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQ9WBXEnSTrCd9ShXnpZZEwQtKrOuU4s { width:20rem;height:3.599075rem;top:2.1244678497314rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTMBCOPAEs1tXfsd2VZrngQ0g7W0gMaR { width:20rem;height:2.79829375rem;top:6.7995386123656rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQe4e3tOFTOTGAsPTts5XE2XZTOPzM0X { width:7.3125rem;height:3.65625rem;top:31.478148779297rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsGcSbByBTTTTcnLifPa9eX3gzBzdk2N { width:7.6875rem;height:5.499959145345rem;top:26.033382415771rem;left:6.1550067663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyPuBqLbDlqHnPRGaWG1I7S3rSlb3K3 { width:10.375rem;height:3.1673855014402rem;top:22.92347240448rem;left:4.811789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuTU21drltyirWcS3CR2RRxJ8nRTLu8D { width:8.0625rem;height:4.4996014256809rem;top:17.873757362366rem;left:5.9676846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtp5b6T0CbAMyLGA8t5i2Iuqo7f3OIzt { width:8.625rem;height:4.9648502989703rem;top:11.971768379211rem;left:5.6862567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaDaez0Fb4H6LNGn368uPG59hXNM0r2y { display:block; }#LaDaez0Fb4H6LNGn368uPG59hXNM0r2y > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2dtzqhpvcy22qulOzEIkVXCAsgTibQp { width:20rem;height:5.3986125rem;top:14.310191631317rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QehTKrBNTTkDRvA9gFZPqT6d4TgOuo1a { width:16.960238625rem;height:2.646482375rem;top:39.740766048431rem;left:1.518998503685rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcV1kM1q6u5yas4ZwzJ4L5l4GqnvcRkE { display:block; }
 }@media only screen and (max-width: 763px) { #HmLXGseFf9scGKR1iAJkEIgJ9he3xKTt { width:20rem;height:6.99575rem;top:21.039594173431rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIJloNDgSbukbXiFazJcEHU2IecPmLvJ { width:20rem;height:14.3119375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okIp67WS76WtuMkOTwJszi4kNwQmgrVv { width:20rem;height:9.7940625rem;top:28.916013240814rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x378q1ERnXnFNr4tmvppZvv282z1bEpT { display:block; }#x378q1ERnXnFNr4tmvppZvv282z1bEpT > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvxPBEOQODBRhOxK12Eesq7gGrfVDoWo { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwBCJSkTPVMrdTz8zqJECI1KVhzMsSde { width:17.625rem;height:1.79980625rem;top:5.1250002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pTRam4M3PA2L1P1GLUcKi5niAulb2Zsh { width:17.9375rem;height:5.59659375rem;top:8.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkRLTJA4mdrTps2c2ibuDWLATxwAKVua { width:17.8125rem;height:2.875rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvlzcNPu1H0f7iMiVEWLb30qF5gJGWSb { display:block; }
 }@media only screen and (max-width: 763px) { #sDADGcsepC5xCvBprwkFUkpckQdS5pZh { width:17.75rem;height:2.875rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf0QmXIrxX3y0zbtHUzEAbPMfqNMbfer { display:block; }
 }@media only screen and (max-width: 763px) { #xs6tr31NPb70xSkUZ8iy7lN5QUKP0bNh { width:17.5rem;height:13rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac { display:block; }#OpOyeWCI5l6ZXzEE9mbpFM5H8yURR7Ac > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDlfrmX0sIzSetKMKKGShF5Ey2znQing { width:20rem;height:1.7995375rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qm5nBbt1MDCT0ozT0B2HTkF72z6sy1yP { width:17.75rem;height:1.39915rem;top:12.5rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxTnHtyN0glvNk7LFd7Kxd6WFXKIHV9Z { width:20rem;height:2.7983rem;top:9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAsFO7Z6iZcwyCZ89mcnqS7w3AdVKqBy { width:2rem;height:2rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fetlp4XMzOWKT6nUeqTVSO95ulMpPPH6 { width:17.75rem;height:2.798825rem;top:15.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8xP64teoHMhrGZ9IOyF5hOzNzTiO3kk { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2H2v986EEVxTJzxTDhVCp1ZCUlGo9mu { width:17.75rem;height:1.3994125rem;top:18.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wG0yBMRPwKu5LH9lOQacBWCCCB0FEPcB { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXKrF9Z6TstDe0FEbPkmBvK0p90TC0T { width:20rem;height:2.79829375rem;top:4.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPrZTnMe5SSDUqReywGNGgnclvE1HRCP { width:17.3125rem;height:2.75rem;top:21.686783685303rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlvQFWlILicsgVNUlMclDWSpPMQx9NEi { display:block; }
 }@media only screen and (max-width: 763px) { #rF3KDdUMrrTOumvr0B5JyMmxRhfGwgdM { width:20rem;height:12.1891318562rem;top:26.248220443726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ { display:block; }#AGv4BRQFle9oR5CKqiZ3mJLUQQlET8AQ > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xI7WFt6i8LSFUCWKGvZwybWg1p2HIrf2 { width:20rem;height:3.599075rem;top:14.248046040535rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHwU0gzw8EX27uzXuJBBwDD0I9CWFHkE { width:17.6875rem;height:2.79829375rem;top:21.061786651611rem;left:2.4058948755264rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OrFdqcVinlU9hpATMMT1rBGCb64UfzkU { width:20rem;height:12.9998125rem;top:0.68714487552644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfZSKxMOWUleNNGKSWtnCMleyR9UJLoA { width:17.6243125rem;height:2.79829375rem;top:23.857421040535rem;left:2.3748222589493rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ffsAy6QkE0Fui86VAMbpuu2B5TICoZFt { width:2rem;height:2rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBdDZwvviZqSGHeiEMNWMKVVzNKUzCpS { width:17.625rem;height:2.79829375rem;top:27.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFk3zXzLsRCPG7v1meCFPbE5sKtqTTir { width:1.9992875rem;height:1.9992875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LSaUUMxpiNoaRc0THevrKK1ld738Mp { width:15.0625rem;height:1.39915rem;top:30.3125rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCmvIb4TfuyTTXzd0hGIUN3kqV7rA27c { width:17.5625rem;height:2.79829375rem;top:32.5625rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WXNJkUvPLDBgRr2IImtK2Al5RQ46ahZV { width:2rem;height:2rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd6lIk9K1iJB9FWa5U0TUMv7RFstq5rS { width:20rem;height:1.39915rem;top:18.649680256844rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 { display:block; }#ifJE7KQcgi1DCa4bv9lnW7Qb3oqaddz3 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkHZnB5TOe5hV3WqQkevx51NSkdWZ8kq { 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) { #KZbcH4bumuhAS7NosUI58T4A1TgbzUmU { width:20rem;height:5.59659375rem;top:5.5138492584229rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c411NfAlbnSa6Hf0emyURTlWycdDMPaV { width:17.323301125rem;height:2.761007375rem;top:12.31178855896rem;left:1.2801846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAT9OoAPgnyyACmG27sdWri3DJy14TdT { display:block; }
 }@media only screen and (max-width: 763px) { #LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b { display:block; }#LiFlZt1WkHoxB0f8Q4tdVNybU2liDi6b > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMk6LNxoykX1QCHsfWDoavdcJZ3FS2lM { 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) { #vhchTkxpGREA7AODtl08vSJO028fCyIE { 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) { #PpNpn7srD7kTEQsWtS8faQaewTSghRBc { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHkBbSGS2kmuS76p5pbNiTw6GFi0Mhbb { 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) { #PTi3wpy3OZVpn3aeRfdr5LgT6AuwPx14 { 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) { #VF4ciJ6UXl7kVMywD0Q08TTkawfpb0x2 { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob8uMeCzA2ab0vZdeZMzARrtiLKV6aVX { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Rt4Dd9Ap2P4TsTKpVcM7gdRGOMFqQP { 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) { #O1rI0eoQGozBmiGKck7bMsBI1OhgHiUJ { width:20rem;height:2.79829375rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm { display:block; }#reQOTsBqgaSxK3mHmSTAu6pRZphJfQgm > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4snmzQy96GTi5T8cd5mBFPWMNM4Wp3N { width:4.75rem;height:1.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpBdEkQF0eRAyiyaVIzw01da16H8In8T { 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) { #UThKKJdhZkfdG0hlUi1twAbZQqJ1K9gE { 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) { #TtTDTAzR5fhrBfKmDb9qqg9dW5OzMS49 { 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) { #XVT1r8bNTLWNAcECnXFpsLpWGZFGbc2m { 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) { #zJmgPPOGO7A91RqaBHkUh0g1BRed1ksp { 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) { #gvdHrsdS9bgtWQyqE9ysrz2EhMPOyRbv { width:12.5625rem;height:1.4rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }