.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); }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 { 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; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row .container { background-color: transparent; background-image: none; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row .container > .video-iframe-container { display: none; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row > .video-iframe-container { display: none; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .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); }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row .container { border-width: 0; border-radius: 0; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#wVpHJWMZT2GANyLI1Iibrsk9JUXOP8OL { 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; }
#f4fF4FTOz3GakH8DWop6Z8AZ9QvhAUXT { 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; }
#X9BdZttIZIa1XCfry2TuR830GHP40R6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr { 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; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr.adaptive-delivery-prevent-bg, #gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr.lazyload, #gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr.lazyloading { background-image: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container { background-color: transparent; background-image: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container > .video-iframe-container { display: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container { display: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .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); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container { border-width: 0; border-radius: 0; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#FvWMWnbfXLUQ31fFgXnU3MkVcSGLQk7g { 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; }
#vpAyo8rBz1EWZM7NRq8U4EPiaoKTNXaI { 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; }
#V2wXSExTraTF2MOC2vIXFGIyynuVNBlJ { 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; }
#SeZtZwUCuxkWEw2f6pbvJQx5w7OETVb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sIJixJB56FhOBFVpMhy2boVX99hII5Hi { position:relative;display:block; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi { background-color: transparent; background-image: none; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .row .container > .video-iframe-container { display: none; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .row > .video-iframe-container { display: none; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .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); }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi { border-width: 0; border-radius: 0; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .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; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .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; }#WQxZK9tsSKUWlp6c7g3bmmHSiuaE1Zt8 { 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; }
#wUCMLHXUc2rV4NdEAA0K51VaEbKn5Ss4 { 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; }
#kxRtRPKcAOiS65JOH7rwTOfuT8dQ4Gce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DK9ELGivayZFAusQk93WQGacwA2xZPhk { 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:4.19744375rem;font-style:normal;display:block; }
#tZv1IJs4J80WEwwy2zpgEFRTE9fRbcvD { 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.75rem;width:31.0625rem;top:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W { 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; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row .container { background-color: transparent; background-image: none; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row .container > .video-iframe-container { display: none; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row > .video-iframe-container { display: none; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .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); }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row .container { border-width: 0; border-radius: 0; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#zqeBmWHf4bJ4gRICPC83bMntaHWWpooD { 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:3.5999625rem;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; }
#o5hoM7ow3P3tlaOKRMzAIdAUz55SbLmL { 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; }
#tQixlRnX2l0fD0R7lf38eGMMoHWeEKdc { 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; }
#CkcSZEUwaMfm7HMzT1OEwzTEHmoz89k8 { 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; }
#VknPZBL11H7EI0ayIsaNNRBq6TGTiw1R { 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; }
#cc9DukXoeJWBVW0HSbECwuXr8tZpa6fB { 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; }
#TSJ31s4uFT9pk8pAVF4BToftz9ITOG4J { 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; }
#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ { position:relative;display:block; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ { background-color: transparent; background-image: none; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .row .container > .video-iframe-container { display: none; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .row > .video-iframe-container { display: none; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .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); }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ { border-width: 0; border-radius: 0; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .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; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .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; }#L6KPsTtFp4wCOTTTRFId9awCQlEZHt7r { 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:8.09925rem;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; }
#FmGPak0valKViATR85fuxkH96GfGnqeJ { 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; }
#cCsna1X0tM9IKKu3MEUxT6pUrBSQkQIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7TvPDVlsowq6X6RJv7IxQZZbx6psdBo { 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; }
#uDUMRThTryMpNzFJwL7VK5T2ocbxbNJQ { 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; }
#ThXGSrZ0KUSNrC5VDlZDLKUIpefQZxAM { 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; }
#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho { 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; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row .container { background-color: transparent; background-image: none; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row .container > .video-iframe-container { display: none; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row > .video-iframe-container { display: none; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .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); }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row .container { border-width: 0; border-radius: 0; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#DiVb8egCxQgRJuixq4H92Bgv4Js2sIVA { 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; }
#O9AroO8qzRe0vJaLaW7UQfyVxRt8wxqn { 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; }
#cHcXyUgiLRWCPunqXHNpuK3QwlAIZT60 { 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; }
#QpPz10Ik215VZEI4194HcLVMUWxs0Dst { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#kc7cIzophcT4eTTp9ewGzT0rsW7A10vW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPfsG8Ks99NcSE04IkTrcQwblpzXXn6W { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.937498959712rem;left:4.8117885589599rem;display:block; }
#tb7KvwrgkCsz45XBzVRWb0y4S4dJ9EDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eo8otlt3lLwvU5yS52ZScVMoEEFHI1Bw { 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.6875rem;width:22.5rem;top:8.34375rem;left:47.25rem;overflow:hidden;display:block; }
#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa { position:relative;display:block; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa { background-color: transparent; background-image: none; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .row .container > .video-iframe-container { display: none; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .row > .video-iframe-container { display: none; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .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); }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa { border-width: 0; border-radius: 0; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .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; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .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; }#t9Qn7PGoIN3VPhURSUuOzzuJQDfoS5SX { 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; }
#FTndyaLpqVVCixNsya2siZT1FmFsO3fT { 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; }
#fk5By7oIEd9ouLPibAxZPU3RGGXAHkkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygBo1Es2tfSJuGbNPXu559Sq2CQWJVFQ { 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; }
#sX0kKoQgGbHXTi9wsNMpulBAWMRKdCqG { 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; }
#dSSg3DEVOuwHgCWcqFvkCDmqwUmvF2HJ { 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:3.14808125rem;font-style:normal;display:block; }
#PdVoHCKxN4eX4Mhisb5gG9rcSn6s9ky1 { 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; }
#TFHnek6nURf4a2zwbsKBiVt8J8J4xNoL { 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; }
#d8aJegoKMey8hWKgk4C6z0E53FFKuz5W { 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; }
#URSdDylPSCTHpTgrz0EbgufrCMooQ3E7 { 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; }
#HuC40WQFBqhnBxynMVGTle8yebkQMCvg { 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; }
#fxysiVx1fC29xqthr2ACsPHwMmnJ96ib { 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; }
#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn { 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; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row .container { background-color: transparent; background-image: none; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row .container > .video-iframe-container { display: none; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row > .video-iframe-container { display: none; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .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); }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row .container { border-width: 0; border-radius: 0; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ZlSFIRkxUQRgeg7yAORaKu5UTBDO2fZF { 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; }
#MxddFqN81RUpr3E2XZ0yvH3pWGX8FqNL { 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; }
#kUR8hXQlfkTZwu5fpKfbqt7X5zNJPlSZ { 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; }
#SquCHCyhiV2RkyqEoPTGxdyZDTFHGIwI { 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; }
#rSkKT3dQfkTTcpqL2ZC7G364hlO1TLlS { 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; }
#bxTwIK3DhTuQwzkq5B59Jia393PHulaT { 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; }
#qiArgggfT7y3ulMlkegc3pogg8fN4S4M { 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; }
#krvHGdl9dtgvfW8iwTrEnRfgvpQdvv6T { 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; }
#cKG25CXXLmzAAEAt7eQTW6e6Wc8PKqX5 { 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; }
#IydkTkv3KLiNIOLcRoIdu4zDfSBEqhPn { 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; }
#a7SPV8KTsE1teuTX2KL9xF6f92d3FQPz { 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; }
#ITV0eutVE29D50nqmRR7LK7w1upSDkDI { 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; }
#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa { 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; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row .container { background-color: transparent; background-image: none; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row .container > .video-iframe-container { display: none; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row > .video-iframe-container { display: none; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .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); }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row .container { border-width: 0; border-radius: 0; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#WgVBR8Ceg7FLS1Ox9tO4mCBEhBh2nObK { 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; }
#m5Ps7pNNUoNOdivwUELTarEPsE8l5BnC { 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; }
#PDZBlQtD9waETkbtnApxz6boJ7PFPkPD { 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; }
#CxhPL8ymkpqVilBWXsW9c6GMANNfkt3a { 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; }
#R9pq0Mitf8JJwkoQ5r1wTG6kEJx0RSiI { 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; }
#J4kakThTALsRIsuW3Eyfg9ODJ7SpfQfy { 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; }
#RR54q8GhkAZGc7mPSvQQXbBeETtb5p5H { 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; }
#oz6vdt1uVqLaw0mAxOTVWklFTHT7fvF6 { 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; }
#Vewoy3yxzWO2LrIEaF9TQke3tw283SA3 { 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; }
#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 { 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; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row .container { background-color: transparent; background-image: none; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row .container > .video-iframe-container { display: none; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row > .video-iframe-container { display: none; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .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); }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row .container { border-width: 0; border-radius: 0; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#FQ9BGKNZ2JlgdnrqtNIo2c60Kc4wfCLQ { 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; }
#GEkTROPcb4crPtTWpuuh4AmsZQPbSfU5 { 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; }
#ofQmMiWPCaZMekzk8D0qJE0DbkQVD28a { 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; }
#cTiuWp6HNhF1JRNcvE4MGAeboq55k06I { 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; }
#oU2VnlwF1RCKa9pGJJrBgNIEX1RlGVQb { 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; }
#cPHJxz8f4eoeleCfTnE3xQN1a5NUx4ys { 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; }
#xCQTRUOT6xN4h0PFJzD3lZESKBzf5hFg { 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) { #Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 { display:block; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVpHJWMZT2GANyLI1Iibrsk9JUXOP8OL { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fF4FTOz3GakH8DWop6Z8AZ9QvhAUXT { width:11.8125rem;height:2.875rem;top:1rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9BdZttIZIa1XCfry2TuR830GHP40R6I { display:block; }
 }@media only screen and (max-width: 763px) { #gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr { display:block; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr { background-color: transparent; background-image: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container > .video-iframe-container { display: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container { display: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .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); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr { border-width: 0; border-radius: 0; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .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) { #FvWMWnbfXLUQ31fFgXnU3MkVcSGLQk7g { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAyo8rBz1EWZM7NRq8U4EPiaoKTNXaI { top:10rem;left:0rem;width:39.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wXSExTraTF2MOC2vIXFGIyynuVNBlJ { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeZtZwUCuxkWEw2f6pbvJQx5w7OETVb9 { display:block; }
 }@media only screen and (max-width: 763px) { #sIJixJB56FhOBFVpMhy2boVX99hII5Hi { display:block; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQxZK9tsSKUWlp6c7g3bmmHSiuaE1Zt8 { top:4.25rem;left:0rem;width:31.0625rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUCMLHXUc2rV4NdEAA0K51VaEbKn5Ss4 { width:17.4375rem;height:2.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRtRPKcAOiS65JOH7rwTOfuT8dQ4Gce { display:block; }
 }@media only screen and (max-width: 763px) { #DK9ELGivayZFAusQk93WQGacwA2xZPhk { top:13.3125rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZv1IJs4J80WEwwy2zpgEFRTE9fRbcvD { top:3.375rem;left:13.125rem;width:31.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W { display:block; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqeBmWHf4bJ4gRICPC83bMntaHWWpooD { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5hoM7ow3P3tlaOKRMzAIdAUz55SbLmL { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQixlRnX2l0fD0R7lf38eGMMoHWeEKdc { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkcSZEUwaMfm7HMzT1OEwzTEHmoz89k8 { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknPZBL11H7EI0ayIsaNNRBq6TGTiw1R { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc9DukXoeJWBVW0HSbECwuXr8tZpa6fB { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJ31s4uFT9pk8pAVF4BToftz9ITOG4J { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ { display:block; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6KPsTtFp4wCOTTTRFId9awCQlEZHt7r { top:3.375rem;left:20.3125rem;width:27.4375rem;height:8.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmGPak0valKViATR85fuxkH96GfGnqeJ { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCsna1X0tM9IKKu3MEUxT6pUrBSQkQIV { display:block; }
 }@media only screen and (max-width: 763px) { #V7TvPDVlsowq6X6RJv7IxQZZbx6psdBo { top:13.8125rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDUMRThTryMpNzFJwL7VK5T2ocbxbNJQ { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXGSrZ0KUSNrC5VDlZDLKUIpefQZxAM { top:18.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho { display:block; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiVb8egCxQgRJuixq4H92Bgv4Js2sIVA { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AroO8qzRe0vJaLaW7UQfyVxRt8wxqn { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHcXyUgiLRWCPunqXHNpuK3QwlAIZT60 { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpPz10Ik215VZEI4194HcLVMUWxs0Dst { width:19.25rem;height:2.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc7cIzophcT4eTTp9ewGzT0rsW7A10vW { display:block; }
 }@media only screen and (max-width: 763px) { #NPfsG8Ks99NcSE04IkTrcQwblpzXXn6W { width:19.375rem;height:2.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb7KvwrgkCsz45XBzVRWb0y4S4dJ9EDk { display:block; }
 }@media only screen and (max-width: 763px) { #eo8otlt3lLwvU5yS52ZScVMoEEFHI1Bw { top:8.3125rem;left:25.125rem;width:22.5rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa { display:block; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9Qn7PGoIN3VPhURSUuOzzuJQDfoS5SX { top:5rem;left:0rem;width:26.125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTndyaLpqVVCixNsya2siZT1FmFsO3fT { width:17.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk5By7oIEd9ouLPibAxZPU3RGGXAHkkn { display:block; }
 }@media only screen and (max-width: 763px) { #ygBo1Es2tfSJuGbNPXu559Sq2CQWJVFQ { top:21.25rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX0kKoQgGbHXTi9wsNMpulBAWMRKdCqG { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSSg3DEVOuwHgCWcqFvkCDmqwUmvF2HJ { top:16.875rem;left:0rem;width:25.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdVoHCKxN4eX4Mhisb5gG9rcSn6s9ky1 { top:20.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHnek6nURf4a2zwbsKBiVt8J8J4xNoL { top:23.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8aJegoKMey8hWKgk4C6z0E53FFKuz5W { top:23.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URSdDylPSCTHpTgrz0EbgufrCMooQ3E7 { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuC40WQFBqhnBxynMVGTle8yebkQMCvg { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxysiVx1fC29xqthr2ACsPHwMmnJ96ib { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ybNBATh95tS8DV2EwnoCp6zntTRGsn { display:block; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlSFIRkxUQRgeg7yAORaKu5UTBDO2fZF { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxddFqN81RUpr3E2XZ0yvH3pWGX8FqNL { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUR8hXQlfkTZwu5fpKfbqt7X5zNJPlSZ { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #SquCHCyhiV2RkyqEoPTGxdyZDTFHGIwI { top:15.0625rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSkKT3dQfkTTcpqL2ZC7G364hlO1TLlS { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTwIK3DhTuQwzkq5B59Jia393PHulaT { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiArgggfT7y3ulMlkegc3pogg8fN4S4M { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #krvHGdl9dtgvfW8iwTrEnRfgvpQdvv6T { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKG25CXXLmzAAEAt7eQTW6e6Wc8PKqX5 { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IydkTkv3KLiNIOLcRoIdu4zDfSBEqhPn { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7SPV8KTsE1teuTX2KL9xF6f92d3FQPz { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITV0eutVE29D50nqmRR7LK7w1upSDkDI { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa { display:block; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgVBR8Ceg7FLS1Ox9tO4mCBEhBh2nObK { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Ps7pNNUoNOdivwUELTarEPsE8l5BnC { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZBlQtD9waETkbtnApxz6boJ7PFPkPD { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxhPL8ymkpqVilBWXsW9c6GMANNfkt3a { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9pq0Mitf8JJwkoQ5r1wTG6kEJx0RSiI { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4kakThTALsRIsuW3Eyfg9ODJ7SpfQfy { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR54q8GhkAZGc7mPSvQQXbBeETtb5p5H { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6vdt1uVqLaw0mAxOTVWklFTHT7fvF6 { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vewoy3yxzWO2LrIEaF9TQke3tw283SA3 { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 { display:block; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ9BGKNZ2JlgdnrqtNIo2c60Kc4wfCLQ { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEkTROPcb4crPtTWpuuh4AmsZQPbSfU5 { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofQmMiWPCaZMekzk8D0qJE0DbkQVD28a { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTiuWp6HNhF1JRNcvE4MGAeboq55k06I { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU2VnlwF1RCKa9pGJJrBgNIEX1RlGVQb { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHJxz8f4eoeleCfTnE3xQN1a5NUx4ys { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCQTRUOT6xN4h0PFJzD3lZESKBzf5hFg { 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) { #Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 { display:block; }#Bo7z6IFv51MemZJfowcy8tdG98RRnEK4 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVpHJWMZT2GANyLI1Iibrsk9JUXOP8OL { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fF4FTOz3GakH8DWop6Z8AZ9QvhAUXT { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9BdZttIZIa1XCfry2TuR830GHP40R6I { display:block; }
 }@media only screen and (max-width: 763px) { #gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr { 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; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container { background-color: transparent; background-image: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container > .video-iframe-container { display: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container { display: none; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .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); }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container { border-width: 0; border-radius: 0; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gURSnLJfMPhKtAyzt7FgXgrZwLTHmJyr > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvWMWnbfXLUQ31fFgXnU3MkVcSGLQk7g { width:20rem;height:2.24964375rem;top:3.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpAyo8rBz1EWZM7NRq8U4EPiaoKTNXaI { width:20rem;height:6.9993125rem;top:7.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2wXSExTraTF2MOC2vIXFGIyynuVNBlJ { width:16.503926125rem;height:2.190163625rem;top:16.125rem;left:1.6875rem;z-index:15009;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) { #SeZtZwUCuxkWEw2f6pbvJQx5w7OETVb9 { display:block; }
 }@media only screen and (max-width: 763px) { #sIJixJB56FhOBFVpMhy2boVX99hII5Hi { display:block; }#sIJixJB56FhOBFVpMhy2boVX99hII5Hi > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQxZK9tsSKUWlp6c7g3bmmHSiuaE1Zt8 { width:20rem;height:4.4992875rem;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) { #wUCMLHXUc2rV4NdEAA0K51VaEbKn5Ss4 { width:17.4375rem;height:2.875rem;top:14.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRtRPKcAOiS65JOH7rwTOfuT8dQ4Gce { display:block; }
 }@media only screen and (max-width: 763px) { #DK9ELGivayZFAusQk93WQGacwA2xZPhk { 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) { #tZv1IJs4J80WEwwy2zpgEFRTE9fRbcvD { width:17.75rem;height:11.25rem;top:18.974609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W { display:block; }#ukMkpwU8ZfHJsJzqHV7MTeSuz663Hy7W > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqeBmWHf4bJ4gRICPC83bMntaHWWpooD { 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) { #o5hoM7ow3P3tlaOKRMzAIdAUz55SbLmL { width:20rem;height:2.79829375rem;top:6.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQixlRnX2l0fD0R7lf38eGMMoHWeEKdc { width:5.4375rem;height:1.625rem;top:15.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkcSZEUwaMfm7HMzT1OEwzTEHmoz89k8 { width:11.8125rem;height:3.5625rem;top:10.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknPZBL11H7EI0ayIsaNNRBq6TGTiw1R { width:8.3125rem;height:2.8125rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc9DukXoeJWBVW0HSbECwuXr8tZpa6fB { width:8.75rem;height:3.3125rem;top:23.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJ31s4uFT9pk8pAVF4BToftz9ITOG4J { width:8.75rem;height:3.3125rem;top:18.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ { display:block; }#eTCdWFANSqPM3MJJHEtBzb2ThVBQ4trJ > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6KPsTtFp4wCOTTTRFId9awCQlEZHt7r { 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) { #FmGPak0valKViATR85fuxkH96GfGnqeJ { width:17.104166625rem;height:2.791666625rem;top:25.1796875rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCsna1X0tM9IKKu3MEUxT6pUrBSQkQIV { display:block; }
 }@media only screen and (max-width: 763px) { #V7TvPDVlsowq6X6RJv7IxQZZbx6psdBo { 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) { #uDUMRThTryMpNzFJwL7VK5T2ocbxbNJQ { width:20rem;height:14.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXGSrZ0KUSNrC5VDlZDLKUIpefQZxAM { 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) { #FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho { display:block; }#FwNIlEZL65Tl2xlRsiQQA8mDHZkKvFho > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiVb8egCxQgRJuixq4H92Bgv4Js2sIVA { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AroO8qzRe0vJaLaW7UQfyVxRt8wxqn { 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) { #cHcXyUgiLRWCPunqXHNpuK3QwlAIZT60 { 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) { #QpPz10Ik215VZEI4194HcLVMUWxs0Dst { width:17.8125rem;height:2.875rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc7cIzophcT4eTTp9ewGzT0rsW7A10vW { display:block; }
 }@media only screen and (max-width: 763px) { #NPfsG8Ks99NcSE04IkTrcQwblpzXXn6W { width:17.75rem;height:2.875rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb7KvwrgkCsz45XBzVRWb0y4S4dJ9EDk { display:block; }
 }@media only screen and (max-width: 763px) { #eo8otlt3lLwvU5yS52ZScVMoEEFHI1Bw { width:17.375rem;height:12.875rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa { display:block; }#DVlxyrC10XKVits5S3G7dUGHa6Xm8Tsa > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9Qn7PGoIN3VPhURSUuOzzuJQDfoS5SX { 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) { #FTndyaLpqVVCixNsya2siZT1FmFsO3fT { width:17.4375rem;height:2.875rem;top:22rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk5By7oIEd9ouLPibAxZPU3RGGXAHkkn { display:block; }
 }@media only screen and (max-width: 763px) { #ygBo1Es2tfSJuGbNPXu559Sq2CQWJVFQ { 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) { #sX0kKoQgGbHXTi9wsNMpulBAWMRKdCqG { width:20rem;height:12.1875rem;top:26.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSSg3DEVOuwHgCWcqFvkCDmqwUmvF2HJ { 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) { #PdVoHCKxN4eX4Mhisb5gG9rcSn6s9ky1 { width:2rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHnek6nURf4a2zwbsKBiVt8J8J4xNoL { 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) { #d8aJegoKMey8hWKgk4C6z0E53FFKuz5W { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URSdDylPSCTHpTgrz0EbgufrCMooQ3E7 { 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) { #HuC40WQFBqhnBxynMVGTle8yebkQMCvg { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxysiVx1fC29xqthr2ACsPHwMmnJ96ib { 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) { #L7ybNBATh95tS8DV2EwnoCp6zntTRGsn { display:block; }#L7ybNBATh95tS8DV2EwnoCp6zntTRGsn > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlSFIRkxUQRgeg7yAORaKu5UTBDO2fZF { 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) { #MxddFqN81RUpr3E2XZ0yvH3pWGX8FqNL { 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) { #kUR8hXQlfkTZwu5fpKfbqt7X5zNJPlSZ { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SquCHCyhiV2RkyqEoPTGxdyZDTFHGIwI { 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) { #rSkKT3dQfkTTcpqL2ZC7G364hlO1TLlS { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTwIK3DhTuQwzkq5B59Jia393PHulaT { 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) { #qiArgggfT7y3ulMlkegc3pogg8fN4S4M { width:2rem;height:2rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krvHGdl9dtgvfW8iwTrEnRfgvpQdvv6T { 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) { #cKG25CXXLmzAAEAt7eQTW6e6Wc8PKqX5 { 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) { #IydkTkv3KLiNIOLcRoIdu4zDfSBEqhPn { 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) { #a7SPV8KTsE1teuTX2KL9xF6f92d3FQPz { width:2rem;height:2rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITV0eutVE29D50nqmRR7LK7w1upSDkDI { 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) { #uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa { display:block; }#uQrPrbZW1GeVdxxAWISWRw2bhSWwXcaa > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgVBR8Ceg7FLS1Ox9tO4mCBEhBh2nObK { 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) { #m5Ps7pNNUoNOdivwUELTarEPsE8l5BnC { 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) { #PDZBlQtD9waETkbtnApxz6boJ7PFPkPD { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxhPL8ymkpqVilBWXsW9c6GMANNfkt3a { 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) { #R9pq0Mitf8JJwkoQ5r1wTG6kEJx0RSiI { 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) { #J4kakThTALsRIsuW3Eyfg9ODJ7SpfQfy { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR54q8GhkAZGc7mPSvQQXbBeETtb5p5H { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6vdt1uVqLaw0mAxOTVWklFTHT7fvF6 { 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) { #Vewoy3yxzWO2LrIEaF9TQke3tw283SA3 { 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) { #E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 { display:block; }#E2giaQq8WLtaQiuReqTBy5GWkRyzslT2 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ9BGKNZ2JlgdnrqtNIo2c60Kc4wfCLQ { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEkTROPcb4crPtTWpuuh4AmsZQPbSfU5 { 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) { #ofQmMiWPCaZMekzk8D0qJE0DbkQVD28a { 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) { #cTiuWp6HNhF1JRNcvE4MGAeboq55k06I { 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) { #oU2VnlwF1RCKa9pGJJrBgNIEX1RlGVQb { 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) { #cPHJxz8f4eoeleCfTnE3xQN1a5NUx4ys { 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) { #xCQTRUOT6xN4h0PFJzD3lZESKBzf5hFg { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }