.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:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--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); }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS { 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; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row .container { background-color: transparent; background-image: none; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row .container > .video-iframe-container { display: none; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row > .video-iframe-container { display: none; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .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); }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row .container { border-width: 0; border-radius: 0; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#tUPmUdWHDy7ThKrZXIvEfTEvGMQJras9 { 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.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#hlNqHbSJRBnOJllE1dcM1uVbyMFayLcX { 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: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:11.8125rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0617897510529rem;left:62.12428855896rem;display:block; }
#Bxqo83T7GUZLBk2OqhhFyGGZo8n46Udm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.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; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR.adaptive-delivery-prevent-bg, #yLkG43fSZO6wcWzrHNtupbkBcd99CtKR.lazyload, #yLkG43fSZO6wcWzrHNtupbkBcd99CtKR.lazyloading { background-image: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container { background-color: transparent; background-image: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container > .video-iframe-container { display: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container { display: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .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); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container { border-width: 0; border-radius: 0; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#TBffFUaUD4m3OlSABnprNyORObTapJXk { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yyvC1kPpM2hH0ivwXMsvSVFRig5Mq6cP { 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; }
#cQkpVcTCqHoDQ5Wxhzxx2Q9mOGUVUJGQ { 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; }
#NcFnMuo4oVcVZb8oVLgRK3Hs1d9MT8sQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o { position:relative;display:block; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o { background-color: transparent; background-image: none; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .row .container > .video-iframe-container { display: none; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .row > .video-iframe-container { display: none; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .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); }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o { border-width: 0; border-radius: 0; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .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; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .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:26.625rem;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; }#Zqlx5oro9cKn8S80a44So7WviHtNZThx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;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.25rem;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; }
#JzPrmARZSRaHT1sMWTA4Tuw5ngHUm0By { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:15003;text-align:center;text-align-last:center;top:19.5625rem;left:0rem;display:block; }
#ZPb8LT2WM546qBfBwgWHNsI39v4zdiTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMsLwIP2dfGE966JXoJX11uInUKG0dWz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.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:13.375rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#SzK5ceUX6JHPm3XvK8zlQIRqwRehePTT { 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:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI { 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; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row .container { background-color: transparent; background-image: none; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row .container > .video-iframe-container { display: none; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row > .video-iframe-container { display: none; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .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); }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row .container { border-width: 0; border-radius: 0; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#KMqXFxSyMKRL7axHxh46Ipb6TresCuMW { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;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.7744140625rem;left:15.59375rem;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; }
#tScrCiuKtGhNlvFgUMCPvbQPBoFxF0Ey { 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; }
#APadFN2RshqeBiOhiGiXpnHVyxCapTcd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#EmsRd1C0NxH6ic4LaOXH9i5h2hXzoa91 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#Un2P4IkWEvItgiVzvlimiCGTahD72c4N { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#MrPz7XBWM17bEP4B7b48FX7mvVmI1OmC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#eSr8AmCxnHdrpALL7bmbTQ3dowyhpZbn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ { position:relative;display:block; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ { background-color: transparent; background-image: none; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .row .container > .video-iframe-container { display: none; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .row > .video-iframe-container { display: none; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .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); }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ { border-width: 0; border-radius: 0; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .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; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .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; }#m9zSCHfQKdN70IvAQCg60Z3IBCwhbO7c { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.375rem;left:40.500002384186rem;height:10.799rem;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; }
#Ras3DrXtHVz3eh9xxLhz6CgrXZmgopmp { 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:17.1875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:40.500002384186rem;display:block; }
#o86lXhGAXC7Fn3T7GPKLVZvrWDQxAeKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIEFoHmv3D1e6Bf0QETilggh1VvHbwU2 { 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:13.8125rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#WQ6gxQQTg8EGOPBk5WHCS0q0OG6zyfBc { 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; }
#Tx2DNq05LApLLDIEpRUIZdFBb3Plc7Kw { 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:18.9375rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS { 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; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row .container { background-color: transparent; background-image: none; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row .container > .video-iframe-container { display: none; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row > .video-iframe-container { display: none; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .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); }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row .container { border-width: 0; border-radius: 0; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#sIlRBpraXnfzblEcDw4fy4OTwvgtJWXZ { 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; }
#wgdGDbMMW2R1vkmJkOT1n4GT4U4ufXTR { 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; }
#Z71dZ9MwKtTagtvbWaoQ5pJlNGfVU0bu { 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; }
#nbEJqOfpSvZIcE1dXSEggMk9sR6omdx2 { 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:17.3125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#nwPulLWco3u5T44lLsPh3CzCP1lS5olF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oL0zhLFrBEs80cGN8t2SQzlQtZL5PTkz { 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:17.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#UVm5yClQidi6LqLPqfiMuR1FF942cXK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPQ0TZCAwvar5JdiaWiEKmzOQxDFTht9 { 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; }
#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 { position:relative;display:block; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 { background-color: transparent; background-image: none; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .row .container > .video-iframe-container { display: none; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .row > .video-iframe-container { display: none; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .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); }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 { border-width: 0; border-radius: 0; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .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; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .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; }#zRUhTlPOFf4lqEXmEfcBlsdI1K3gIuGv { 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; }
#H9oNTZ7b0K6aNhr8MXc6ivSt0TmZ2WS0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:15003;text-align:center;text-align-last:center;top:30.5rem;left:0rem;display:block; }
#lvnxiuyZ9pDNln4B6se65OKqPHJQbpyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J8ocNnZfB0LWtZ9bWMWIKeJekmbsqW55 { 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:21.25rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#oyrgJnLcXWGDXmZSQzRpdgnndbBTbqG2 { 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:25.75rem;width:42.25rem;top:6.28125rem;left:32.75rem;overflow:hidden;display:block; }
#HL5gbZoBM6UhrzlgrehcSRUOuMVUG2S2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;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:1.57404375rem;font-style:normal;display:block; }
#LZOXlRqvgUJUdV0X5TEoiTqcHxTtAvd6 { 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.9375rem;left:0rem;overflow:hidden;display:block; }
#Vzi5Ax2X8Q5Ii75VcLPTQeF8QMLxbU26 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.92578125rem;left:2.875rem;height:1.39915rem;font-style:normal;display:block; }
#XUzWVJd0AfLicfsT3h56sH7wWPL84ISC { 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.625rem;left:0rem;overflow:hidden;display:block; }
#sHbxBXKLHTZuWTFW9TmsBoac8FrFqT31 { 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:26.5625rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#SQTD7ZkHeGAOwXJSouJ26iXxAw6bpHzv { 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.25rem;left:0rem;overflow:hidden;display:block; }
#qXpoZhxG1Ur8XqztL7aEUz6XWmliwr9S { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;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.125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC { 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; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row .container { background-color: transparent; background-image: none; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row .container > .video-iframe-container { display: none; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row > .video-iframe-container { display: none; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .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); }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row .container { border-width: 0; border-radius: 0; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#fGZp6akW9FwoeX6F7aRgoDUuuqmIcR7P { 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; }
#yDKOJfhwlz6e1yvyHXBsHrwH9FX0l2LR { 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:15002;line-height:1.4;letter-spacing:0;top:13.125rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#QEnbiMp7cMpcO9TSfw01yqovnrE6avT3 { 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; }
#qMAcD7w358mTRZKH0QLpbx62zKgDHwhk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.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:15.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#ROqxwPHnfJr97kTxqlTFshvEcJZBBXns { 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; }
#ldVtvmNWKDXBheEySAqSFlbpgfNQNWro { 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:15005;line-height:1.4;letter-spacing:0;top:18.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#Z1iIRhFxnyOZc9lFyyoRoBPLADJgFVzJ { 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; }
#rnU1BHVt3c5eAAVg9OzUPRHmyOix4rLg { 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; }
#TbdaNd4RdPViQHxiTol5BUqZDtnwdBya { 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:1.39915rem;font-style:normal;display:block; }
#STbkkTR5T3oWhRlPdXBUEKPeDaHU86Bl { 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:24.9375rem;left:41.25rem;height:1.39915rem;font-style:normal;display:block; }
#wNGQ1Hbi3KBVT7Jl0OzkrXlTxcTwV3A4 { 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; }
#TVXVxlDQtEddohngsKP6tg0Q53n9Jmwh { 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; }
#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 { 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; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row .container { background-color: transparent; background-image: none; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row .container > .video-iframe-container { display: none; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row > .video-iframe-container { display: none; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .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); }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row .container { border-width: 0; border-radius: 0; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#NlTuUPaBkePneK2L4TeIJsT2A2UFU7bd { 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; }
#QB0Vsk7LXXTqEHZpCUh9wzrzRHTLT9UT { 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:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npAfHZOgbJ8ua5BBh0z1SDFXJWLlverV { 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; }
#bpUQ5EVewyhpduksmgPaJI4zFNeaQlNI { 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; }
#J5gyWWkUTClksoR0m4xbhhv9VwvAubf3 { 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:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:26.9375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIrFI19UZ7v7QiFPZLuNar5dJtIK77ri { 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; }
#Pl37wGb899RnhWIGcV8FaQBFxqsbHFcW { 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; }
#ESsLT4bovvuTb8mNpDhLd7BdJ92EQlzH { 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; }
#dzJuURhrKihZwv9ZeE7CUKHSFbvp9l5Q { 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:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG { 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; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row .container { background-color: transparent; background-image: none; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row .container > .video-iframe-container { display: none; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row > .video-iframe-container { display: none; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .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); }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row .container { border-width: 0; border-radius: 0; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#NpyA8TZBX9dqvPd0cK5n1vGRreOsyu99 { 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.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#GTFcM2AGzVpso6w9wMOpc7D9Tue3Hz7w { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.1875rem;height:1.39915rem;font-style:normal;display:block; }
#l5Abu0DJR5XSzbyDFFvZIorib1QNFD2N { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;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.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#ZXaWFKcWsQNE84TRsq95cUpim2TNeU1q { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;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.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#KrmmP59PPhWyoBa7hopfcDv3P2nG3LER { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;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.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#TsIsR3iXgtMGuH0rDBq0BIcXEN6ewqts { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;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.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#abcEuGOo5LVuSWQPb1kddW7t0UtUPUL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;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.1875rem;left:54.625rem;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) { #wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS { display:block; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUPmUdWHDy7ThKrZXIvEfTEvGMQJras9 { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlNqHbSJRBnOJllE1dcM1uVbyMFayLcX { width:11.8125rem;height:2.875rem;top:1rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxqo83T7GUZLBk2OqhhFyGGZo8n46Udm { display:block; }
 }@media only screen and (max-width: 763px) { #yLkG43fSZO6wcWzrHNtupbkBcd99CtKR { display:block; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR { background-color: transparent; background-image: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container > .video-iframe-container { display: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container { display: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .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); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR { border-width: 0; border-radius: 0; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .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) { #TBffFUaUD4m3OlSABnprNyORObTapJXk { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvC1kPpM2hH0ivwXMsvSVFRig5Mq6cP { top:10rem;left:0rem;width:39.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQkpVcTCqHoDQ5Wxhzxx2Q9mOGUVUJGQ { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcFnMuo4oVcVZb8oVLgRK3Hs1d9MT8sQ { display:block; }
 }@media only screen and (max-width: 763px) { #TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o { display:block; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqlx5oro9cKn8S80a44So7WviHtNZThx { top:4.25rem;left:0rem;width:31.0625rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzPrmARZSRaHT1sMWTA4Tuw5ngHUm0By { width:17.4375rem;height:2.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPb8LT2WM546qBfBwgWHNsI39v4zdiTO { display:block; }
 }@media only screen and (max-width: 763px) { #OMsLwIP2dfGE966JXoJX11uInUKG0dWz { top:13.3125rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzK5ceUX6JHPm3XvK8zlQIRqwRehePTT { top:3.375rem;left:13.125rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIxCg3PToAf27OD9TkJD4tisOs1RyXwI { display:block; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMqXFxSyMKRL7axHxh46Ipb6TresCuMW { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tScrCiuKtGhNlvFgUMCPvbQPBoFxF0Ey { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APadFN2RshqeBiOhiGiXpnHVyxCapTcd { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmsRd1C0NxH6ic4LaOXH9i5h2hXzoa91 { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2P4IkWEvItgiVzvlimiCGTahD72c4N { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrPz7XBWM17bEP4B7b48FX7mvVmI1OmC { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSr8AmCxnHdrpALL7bmbTQ3dowyhpZbn { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcUBeml7W3KATno8T7PEaiLlbltmf0gJ { display:block; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9zSCHfQKdN70IvAQCg60Z3IBCwhbO7c { top:3.375rem;left:20.3125rem;width:27.4375rem;height:8.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ras3DrXtHVz3eh9xxLhz6CgrXZmgopmp { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o86lXhGAXC7Fn3T7GPKLVZvrWDQxAeKc { display:block; }
 }@media only screen and (max-width: 763px) { #MIEFoHmv3D1e6Bf0QETilggh1VvHbwU2 { top:13.8125rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6gxQQTg8EGOPBk5WHCS0q0OG6zyfBc { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2DNq05LApLLDIEpRUIZdFBb3Plc7Kw { top:18.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS { display:block; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIlRBpraXnfzblEcDw4fy4OTwvgtJWXZ { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgdGDbMMW2R1vkmJkOT1n4GT4U4ufXTR { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z71dZ9MwKtTagtvbWaoQ5pJlNGfVU0bu { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEJqOfpSvZIcE1dXSEggMk9sR6omdx2 { width:17.3125rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwPulLWco3u5T44lLsPh3CzCP1lS5olF { display:block; }
 }@media only screen and (max-width: 763px) { #oL0zhLFrBEs80cGN8t2SQzlQtZL5PTkz { width:17.25rem;height:2.8125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVm5yClQidi6LqLPqfiMuR1FF942cXK0 { display:block; }
 }@media only screen and (max-width: 763px) { #sPQ0TZCAwvar5JdiaWiEKmzOQxDFTht9 { top:8.3125rem;left:25.125rem;width:22.5625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAUnLBtd8avTi6tfeoLovJGxPe57p33 { display:block; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRUhTlPOFf4lqEXmEfcBlsdI1K3gIuGv { top:5rem;left:0rem;width:26.125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9oNTZ7b0K6aNhr8MXc6ivSt0TmZ2WS0 { width:17.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnxiuyZ9pDNln4B6se65OKqPHJQbpyU { display:block; }
 }@media only screen and (max-width: 763px) { #J8ocNnZfB0LWtZ9bWMWIKeJekmbsqW55 { top:21.25rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyrgJnLcXWGDXmZSQzRpdgnndbBTbqG2 { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL5gbZoBM6UhrzlgrehcSRUOuMVUG2S2 { top:16.875rem;left:0rem;width:25.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOXlRqvgUJUdV0X5TEoiTqcHxTtAvd6 { top:20.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzi5Ax2X8Q5Ii75VcLPTQeF8QMLxbU26 { top:23.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUzWVJd0AfLicfsT3h56sH7wWPL84ISC { top:23.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHbxBXKLHTZuWTFW9TmsBoac8FrFqT31 { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTD7ZkHeGAOwXJSouJ26iXxAw6bpHzv { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXpoZhxG1Ur8XqztL7aEUz6XWmliwr9S { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC { display:block; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGZp6akW9FwoeX6F7aRgoDUuuqmIcR7P { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDKOJfhwlz6e1yvyHXBsHrwH9FX0l2LR { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEnbiMp7cMpcO9TSfw01yqovnrE6avT3 { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMAcD7w358mTRZKH0QLpbx62zKgDHwhk { top:15.0625rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROqxwPHnfJr97kTxqlTFshvEcJZBBXns { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldVtvmNWKDXBheEySAqSFlbpgfNQNWro { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1iIRhFxnyOZc9lFyyoRoBPLADJgFVzJ { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnU1BHVt3c5eAAVg9OzUPRHmyOix4rLg { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbdaNd4RdPViQHxiTol5BUqZDtnwdBya { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbkkTR5T3oWhRlPdXBUEKPeDaHU86Bl { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNGQ1Hbi3KBVT7Jl0OzkrXlTxcTwV3A4 { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXVxlDQtEddohngsKP6tg0Q53n9Jmwh { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TodqzG50OOU1exFxuzhHETkaGuq5wFc6 { display:block; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlTuUPaBkePneK2L4TeIJsT2A2UFU7bd { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB0Vsk7LXXTqEHZpCUh9wzrzRHTLT9UT { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npAfHZOgbJ8ua5BBh0z1SDFXJWLlverV { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpUQ5EVewyhpduksmgPaJI4zFNeaQlNI { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5gyWWkUTClksoR0m4xbhhv9VwvAubf3 { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIrFI19UZ7v7QiFPZLuNar5dJtIK77ri { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl37wGb899RnhWIGcV8FaQBFxqsbHFcW { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsLT4bovvuTb8mNpDhLd7BdJ92EQlzH { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJuURhrKihZwv9ZeE7CUKHSFbvp9l5Q { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA00F1r66orFZAqF4SbkrJoA2zlUaxpG { display:block; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpyA8TZBX9dqvPd0cK5n1vGRreOsyu99 { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFcM2AGzVpso6w9wMOpc7D9Tue3Hz7w { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Abu0DJR5XSzbyDFFvZIorib1QNFD2N { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXaWFKcWsQNE84TRsq95cUpim2TNeU1q { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrmmP59PPhWyoBa7hopfcDv3P2nG3LER { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIsR3iXgtMGuH0rDBq0BIcXEN6ewqts { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abcEuGOo5LVuSWQPb1kddW7t0UtUPUL5 { top:2.1875rem;left:37.5rem;width:10.25rem;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) { #wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS { display:block; }#wqwvhWwuDpOzKiJ2mbOPymI5cbf28VOS > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUPmUdWHDy7ThKrZXIvEfTEvGMQJras9 { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlNqHbSJRBnOJllE1dcM1uVbyMFayLcX { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bxqo83T7GUZLBk2OqhhFyGGZo8n46Udm { display:block; }
 }@media only screen and (max-width: 763px) { #yLkG43fSZO6wcWzrHNtupbkBcd99CtKR { background-color:#321e50;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; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container { background-color: transparent; background-image: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container > .video-iframe-container { display: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container { display: none; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .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); }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container { border-width: 0; border-radius: 0; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLkG43fSZO6wcWzrHNtupbkBcd99CtKR > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBffFUaUD4m3OlSABnprNyORObTapJXk { width:20rem;height:2.24964375rem;top:2.9375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyvC1kPpM2hH0ivwXMsvSVFRig5Mq6cP { width:20rem;height:6.9993125rem;top:6.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQkpVcTCqHoDQ5Wxhzxx2Q9mOGUVUJGQ { width:16.390238625rem;height:2.076526125rem;top:15.5625rem;left:1.75rem;z-index:15017;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) { #NcFnMuo4oVcVZb8oVLgRK3Hs1d9MT8sQ { display:block; }
 }@media only screen and (max-width: 763px) { #TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o { display:block; }#TvCrbOnftbSzJAoyuh01cI0pkx0Ghz4o > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zqlx5oro9cKn8S80a44So7WviHtNZThx { width:20rem;height:4.5rem;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) { #JzPrmARZSRaHT1sMWTA4Tuw5ngHUm0By { width:17.4375rem;height:2.875rem;top:14.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPb8LT2WM546qBfBwgWHNsI39v4zdiTO { display:block; }
 }@media only screen and (max-width: 763px) { #OMsLwIP2dfGE966JXoJX11uInUKG0dWz { width:20rem;height:5.59659375rem;top:7.6748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzK5ceUX6JHPm3XvK8zlQIRqwRehePTT { width:17.9375rem;height:11.375rem;top:18.974609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIxCg3PToAf27OD9TkJD4tisOs1RyXwI { display:block; }#wIxCg3PToAf27OD9TkJD4tisOs1RyXwI > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMqXFxSyMKRL7axHxh46Ipb6TresCuMW { 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) { #tScrCiuKtGhNlvFgUMCPvbQPBoFxF0Ey { width:20rem;height:2.79829375rem;top:6.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APadFN2RshqeBiOhiGiXpnHVyxCapTcd { width:5.4375rem;height:1.625rem;top:15.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmsRd1C0NxH6ic4LaOXH9i5h2hXzoa91 { width:11.8125rem;height:3.5625rem;top:10.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2P4IkWEvItgiVzvlimiCGTahD72c4N { width:8.3125rem;height:2.8125rem;top:28.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrPz7XBWM17bEP4B7b48FX7mvVmI1OmC { width:8.75rem;height:3.3125rem;top:23.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSr8AmCxnHdrpALL7bmbTQ3dowyhpZbn { width:8.75rem;height:3.3125rem;top:18.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcUBeml7W3KATno8T7PEaiLlbltmf0gJ { display:block; }#xcUBeml7W3KATno8T7PEaiLlbltmf0gJ > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9zSCHfQKdN70IvAQCg60Z3IBCwhbO7c { width:20rem;height:5.3986125rem;top:2.8795557022095rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ras3DrXtHVz3eh9xxLhz6CgrXZmgopmp { width:17.104166625rem;height:2.791666625rem;top:25.1796875rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #o86lXhGAXC7Fn3T7GPKLVZvrWDQxAeKc { display:block; }
 }@media only screen and (max-width: 763px) { #MIEFoHmv3D1e6Bf0QETilggh1VvHbwU2 { width:20rem;height:5.59659375rem;top:9.7923183441163rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6gxQQTg8EGOPBk5WHCS0q0OG6zyfBc { width:20rem;height:14.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2DNq05LApLLDIEpRUIZdFBb3Plc7Kw { width:20rem;height:6.99575rem;top:16.479818344116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS { display:block; }#VNqMqgv1chOplLZq2fxXQfTVQZrk5bvS > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIlRBpraXnfzblEcDw4fy4OTwvgtJWXZ { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgdGDbMMW2R1vkmJkOT1n4GT4U4ufXTR { 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) { #Z71dZ9MwKtTagtvbWaoQ5pJlNGfVU0bu { width:17.9375rem;height:4.19824375rem;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) { #nbEJqOfpSvZIcE1dXSEggMk9sR6omdx2 { width:17.8125rem;height:2.875rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwPulLWco3u5T44lLsPh3CzCP1lS5olF { display:block; }
 }@media only screen and (max-width: 763px) { #oL0zhLFrBEs80cGN8t2SQzlQtZL5PTkz { width:17.75rem;height:2.875rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVm5yClQidi6LqLPqfiMuR1FF942cXK0 { display:block; }
 }@media only screen and (max-width: 763px) { #sPQ0TZCAwvar5JdiaWiEKmzOQxDFTht9 { width:17.5rem;height:13rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAUnLBtd8avTi6tfeoLovJGxPe57p33 { display:block; }#BVAUnLBtd8avTi6tfeoLovJGxPe57p33 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRUhTlPOFf4lqEXmEfcBlsdI1K3gIuGv { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9oNTZ7b0K6aNhr8MXc6ivSt0TmZ2WS0 { width:17.4375rem;height:2.875rem;top:22rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnxiuyZ9pDNln4B6se65OKqPHJQbpyU { display:block; }
 }@media only screen and (max-width: 763px) { #J8ocNnZfB0LWtZ9bWMWIKeJekmbsqW55 { width:17.75rem;height:1.3994125rem;top:12.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyrgJnLcXWGDXmZSQzRpdgnndbBTbqG2 { width:20rem;height:12.1875rem;top:26.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL5gbZoBM6UhrzlgrehcSRUOuMVUG2S2 { width:20rem;height:2.798825rem;top:7.5859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZOXlRqvgUJUdV0X5TEoiTqcHxTtAvd6 { width:2rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzi5Ax2X8Q5Ii75VcLPTQeF8QMLxbU26 { 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) { #XUzWVJd0AfLicfsT3h56sH7wWPL84ISC { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHbxBXKLHTZuWTFW9TmsBoac8FrFqT31 { 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) { #SQTD7ZkHeGAOwXJSouJ26iXxAw6bpHzv { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXpoZhxG1Ur8XqztL7aEUz6XWmliwr9S { width:20rem;height:1.3994125rem;top:4.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC { display:block; }#wCoDCLOJKPnzgVLUT7DCzxa4cQIfMQvC > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGZp6akW9FwoeX6F7aRgoDUuuqmIcR7P { width:20rem;height:3.5996125rem;top:13.6123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDKOJfhwlz6e1yvyHXBsHrwH9FX0l2LR { width:17.75rem;height:1.3994125rem;top:20.5625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QEnbiMp7cMpcO9TSfw01yqovnrE6avT3 { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMAcD7w358mTRZKH0QLpbx62zKgDHwhk { width:17.6875rem;height:2.798825rem;top:21.8994140625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROqxwPHnfJr97kTxqlTFshvEcJZBBXns { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldVtvmNWKDXBheEySAqSFlbpgfNQNWro { width:17.625rem;height:1.3994125rem;top:25.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1iIRhFxnyOZc9lFyyoRoBPLADJgFVzJ { width:2rem;height:2rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnU1BHVt3c5eAAVg9OzUPRHmyOix4rLg { width:17.5rem;height:1.3994125rem;top:26.9375rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbdaNd4RdPViQHxiTol5BUqZDtnwdBya { width:17.5rem;height:2.798825rem;top:28.9375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STbkkTR5T3oWhRlPdXBUEKPeDaHU86Bl { width:17.5rem;height:2.798825rem;top:31.7744140625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wNGQ1Hbi3KBVT7Jl0OzkrXlTxcTwV3A4 { width:2rem;height:2rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXVxlDQtEddohngsKP6tg0Q53n9Jmwh { width:20rem;height:1.3994125rem;top:17.837890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TodqzG50OOU1exFxuzhHETkaGuq5wFc6 { display:block; }#TodqzG50OOU1exFxuzhHETkaGuq5wFc6 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlTuUPaBkePneK2L4TeIJsT2A2UFU7bd { 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) { #QB0Vsk7LXXTqEHZpCUh9wzrzRHTLT9UT { width:20rem;height:1.4rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npAfHZOgbJ8ua5BBh0z1SDFXJWLlverV { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpUQ5EVewyhpduksmgPaJI4zFNeaQlNI { 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) { #J5gyWWkUTClksoR0m4xbhhv9VwvAubf3 { width:16.0625rem;height:2.79829375rem;top:29.268230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIrFI19UZ7v7QiFPZLuNar5dJtIK77ri { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl37wGb899RnhWIGcV8FaQBFxqsbHFcW { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsLT4bovvuTb8mNpDhLd7BdJ92EQlzH { 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) { #dzJuURhrKihZwv9ZeE7CUKHSFbvp9l5Q { width:20rem;height:1.4rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BA00F1r66orFZAqF4SbkrJoA2zlUaxpG { display:block; }#BA00F1r66orFZAqF4SbkrJoA2zlUaxpG > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpyA8TZBX9dqvPd0cK5n1vGRreOsyu99 { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFcM2AGzVpso6w9wMOpc7D9Tue3Hz7w { width:7.9375rem;height:1.4rem;top:4.0625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l5Abu0DJR5XSzbyDFFvZIorib1QNFD2N { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXaWFKcWsQNE84TRsq95cUpim2TNeU1q { width:9.375rem;height:1.4rem;top:9.3625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrmmP59PPhWyoBa7hopfcDv3P2nG3LER { width:9.6875rem;height:1.4rem;top:12.0125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsIsR3iXgtMGuH0rDBq0BIcXEN6ewqts { width:4.5rem;height:1.4rem;top:14.6625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abcEuGOo5LVuSWQPb1kddW7t0UtUPUL5 { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }