.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); }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy { 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; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row .container { background-color: transparent; background-image: none; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row .container > .video-iframe-container { display: none; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row > .video-iframe-container { display: none; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .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); }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row .container { border-width: 0; border-radius: 0; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#t0LpST5fowv91nmlkTzifJdRIJaQmtGK { 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; }
#e56xl7S08toVAxvTiyGv7ROs1QLbTCr6 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43714375rem;width:9.437125rem;top:0.28053975105286rem;left:5.5291194915771rem;overflow:hidden;display:block; }
#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd { 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; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd.adaptive-delivery-prevent-bg, #rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd.lazyload, #rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd.lazyloading { background-image: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container { background-color: transparent; background-image: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container > .video-iframe-container { display: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container { display: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .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); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container { border-width: 0; border-radius: 0; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#rrw4JgzhixGqal86m5oesPG6TiRBv1Qu { 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; }
#CwR1yuaMIm0vDQGK1OQxLxWhEwRTvFp5 { 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; }
#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG { position:relative;display:block; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG { background-color: transparent; background-image: none; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .row .container > .video-iframe-container { display: none; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .row > .video-iframe-container { display: none; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .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); }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG { border-width: 0; border-radius: 0; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .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; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .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; }#wp1Lua4LfGJdpXHd258UhT6xmzD5FNbh { 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:2.625rem;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; }
#yhFQx4CMEVSZDxoA8BMD1VPcHBSi865X { 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.6875rem;left:0rem;display:block; }
#voxrrA8r1aIkRyq4zDlfBlgedhSeABDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKWktaDmEz8PHyg4b4TOuiWFPOCimFWV { 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:11.025390625rem;left:0rem;height:4.19744375rem;font-style:normal;display:block; }
#sggN2xGTFVSahqe6nzcBSbuTrcom9uhg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:31.125rem;top:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#B4vhWWafavcN5tozdhwNC3lWsB540hLM { 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:15003;line-height:1.4;letter-spacing:0;top:15.80078125rem;left:0rem;height:2.798825rem;font-style:normal;display:block; }
#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv { 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; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row .container { background-color: transparent; background-image: none; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row .container > .video-iframe-container { display: none; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row > .video-iframe-container { display: none; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .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); }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row .container { border-width: 0; border-radius: 0; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#nDkctyUiF8pIEaxu0hbCSqB4LQUD6fLH { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:2.3125rem;left:12.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QE7CFk3TxhszeQ4xy0aDd5oTS3h865xf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;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.9375rem;left:13.71875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUvmTcvHBfg3NExvvsh43iF5QMt8BvuW { box-sizing:content-box;height:17.5625rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937144886702rem;left:11.99928855896rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aPy2PVMRdDQcRPQwQzv20eTVJq2mHpIe { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.3125rem;left:13.5rem;display:block; }
#gvt88qMbpRPZ1xrzK7mVuLSttq3XCTCE { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.0625rem;left:13.5rem;height:2.79829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7S9AuOB7IqyikyTBLGSve34MNkvDI6k { color:rgba(var(--color-secondary-0),1);display:block;width:4.249825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:13.4375rem;left:13.5rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSz5QuTZ5hrTOpPtU480pfo4ngu0khCT { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.6875rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tHuGGMoexF0pWvwS9dII4S3POzk60yQS { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:26rem;left:27.3125rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uv3PuS535VhzCty7tlt2hvwwEyANiudA { color:rgba(var(--color-secondary-0),1);display:block;width:9.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:26.0625rem;left:13.5rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBVTO92ss4baepJZA2grT4vFmXpCoQbZ { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:24.125rem;left:13.5rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doab6HsNsKOKwayf3h2iIrv09mpJmRJN { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.74964375rem;top:13.5625rem;left:28.8125rem;overflow:hidden;display:block; }
#msqnF72PeDdRfgBL88FUnqVQhO2ZAKNM { color:rgba(var(--color-secondary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:21.124824523926rem;left:13.499643325806rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFAPcFCd4zeH9hgGcaQxEqBuWF6HZUNe { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.74875625rem;top:13.5625rem;left:52rem;overflow:hidden;display:block; }
#SWwWXhsQPd99x9Dt1p34Vuyd4x9EuNKc { color:rgba(var(--color-secondary-0),1);display:block;width:6.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:13.4375rem;left:41.4375rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gwW4xozakEyOi4RetZ2yU2cMIJN5VPC2 { color:rgba(var(--color-secondary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:16.686790119857rem;left:41.43731880188rem;height:4.19744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xlGCJ1eMf27ZSxRnITIHCNvgl4hEnCdA { color:rgba(var(--color-secondary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:21.061790466309rem;left:41.436433792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSIehq2y5HKMKHDtQW3ea3eVrND8gRNo { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.311788212508rem;left:41.43731880188rem;display:block; }
#RCh7kXFWsIpaE2VQOEcKbm6kD2WMW6G8 { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:24.124999653548rem;left:41.43731880188rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yR6CCktny8WEcWZIrraZq0HCQnUTaFw0 { color:rgba(var(--color-secondary-0),1);display:block;width:9.12375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:26.062144886703rem;left:41.43731880188rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpUeG1KBIqyP4i6ay9kOlS1ItTWDEPCd { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:24.124999653548rem;left:55.561964035034rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mqDwRWS6cVH4RMoOpGmOig7qFKcMh0d6 { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:25.999999653548rem;left:55.187322616577rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qFOST2AH9dueDhdfK7odVSB4DfLyCBl5 { box-sizing:content-box;height:17.5625rem;width:23.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937144886702rem;left:39.87481880188rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lx8DwZ20m67dq9v1iy0zhn2MlzcsngXX { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.624825rem;top:13.5rem;left:57.8125rem;overflow:hidden;display:block; }
#mpVIuMdHM1mILOaLaAtISWEle68ewKFw { 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.198176125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.4375rem;left:28.875rem;display:block; }
#c33aKIlywp8IBH0CAkJxh54eTVdXx805 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKvX5UzSu0GnXw4RPOJAe7miRQxTfZAN { color:rgba(var(--color-tertiary-4),1);display:block;width:47.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:35.25rem;left:13.75rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk { 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; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row .container { background-color: transparent; background-image: none; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row .container > .video-iframe-container { display: none; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row > .video-iframe-container { display: none; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .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); }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row .container { border-width: 0; border-radius: 0; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#MKWvPd01oG3Eq8qdJ7oNCH6uTLyQCqZi { 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; }
#fgD4vio9UdoTSGAFhRRU4abUEhbPnsro { 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.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJqtz5BeIpMCWkiTmft7zX4oeh5tGcvm { 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; }
#C1vq6Vx7wttect95KdMnXulJd6UVfFAC { 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; }
#lJvdALW7aoZaM9vPJkSBG7v7b0xJnNZ9 { 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; }
#S0rVWDCxXWwvaTSE0uSRkSQhGqI0kWFO { 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; }
#DhrGWeH9aaxEFanyKt1oDQrC2dpZAFAw { 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; }
#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf { position:relative;display:block; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf { background-color: transparent; background-image: none; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .row .container > .video-iframe-container { display: none; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .row > .video-iframe-container { display: none; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .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); }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf { border-width: 0; border-radius: 0; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .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; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .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; }#OwnQ0E9Pegqe3qMVrP43XtTlDMBJb1l9 { 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; }
#IeaQgc8OJFzyEX5o34grDxMREXh5hfZ6 { 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; }
#UtW2CDnvr2ztLdpDfOzlXVeWQG9aVMok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXGDyqlmkvHfX0uhxmX9rH38Oowf9JTo { 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; }
#tqAf0HmGuwBTfT2wFP8a3ZsiaQvSeQys { 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; }
#bGf5Hfwbt7cHfQSp7HumAZiaqSp7P7IB { 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; }
#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX { 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; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row .container { background-color: transparent; background-image: none; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row .container > .video-iframe-container { display: none; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row > .video-iframe-container { display: none; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .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); }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row .container { border-width: 0; border-radius: 0; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#FrNidSeIzDxHC4ZZ0TmUrBXpnJcNmxgP { 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; }
#TlrXOk2zzD27Qnbt6Z3u14QZlR9HM8Oc { 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:2.69975rem;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; }
#TzlQZAqlMt6g0bMOzmU6fdT8TOz0Ur68 { 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; }
#pqifBEf5RnTSeO8rhMCNx06cdUCssc82 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#vp4WFyVUsIZUxWDVNzsAebkdJgIiZsKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5bkxssOTBSZW0454It3fXy9LSSuf1b3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#CbzNUmJJWUUvaXHAN9dqw1JCm1LTgDul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTySyuTamP8ECdoGdXsSI2U65ihSoh3l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:22.625rem;top:7.5rem;left:47.0625rem;overflow:hidden;display:block; }
#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek { position:relative;display:block; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek { background-color: transparent; background-image: none; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .row .container > .video-iframe-container { display: none; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .row > .video-iframe-container { display: none; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .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); }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek { border-width: 0; border-radius: 0; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .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; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .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; }#FXa0JiPqJrNSTbHn2aBZmMd5lzEyHtwU { 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; }
#Z6tg6O8o9yoFS6fMdbg77Udk60IKaVae { 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; }
#Hp6xNFTKq51flc0mVXT2OiCC8ZQwLNT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wswyrgotCNHlCmFmSo6S7cfxUrk9QLb6 { 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.3994125rem;font-style:normal;display:block; }
#JpafDdsLe5zsIqSRb7Vd2hy6fb5vqD55 { 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; }
#fFVM2XngshqaUqOzNkmGgeCIr0S7Bh2S { 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; }
#bTSOdN2NxanaRMOpUhuxCKGfSZyzXchO { 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; }
#pt9Aixet8qGP4txbTzz5SHEv9MuKcWWU { 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.3994125rem;font-style:normal;display:block; }
#qTIlcemFl3eEcbdoLCGMwHcE2WHwn8uH { 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; }
#W8r61PfaAWLXgRWQTwtfCTMbDz30Q6y9 { 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.3994125rem;font-style:normal;display:block; }
#LCyfBPeXexTVfaAAFBf5VSqAxkLrAH0a { 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; }
#DHrDUkNXc4ocbtiyDtRuOTWQ8nhzDAgr { 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; }
#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 { 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; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row .container { background-color: transparent; background-image: none; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row .container > .video-iframe-container { display: none; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row > .video-iframe-container { display: none; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .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); }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row .container { border-width: 0; border-radius: 0; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ErP7RWLBc2mPTVlw8pZWAb8loG3OGnnW { 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; }
#gnbZUbx1EstRqTS0frQHwbCss0roQFa1 { 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.3994125rem;font-style:normal;display:block; }
#TiNThUwpnG3mXCsXty6g823ATwsPpOXE { 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; }
#HZ4v96g5Hl8LPHUB3hIAZluTx2rTvrBp { 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.3994125rem;font-style:normal;display:block; }
#kI3PwMVi9CB3y20UdVT4yVSuQHaqcA9M { 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; }
#ixfEs5hT4UM0QABiLR12vQEMuAnnf4Fz { 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.3994125rem;font-style:normal;display:block; }
#QWxixf9Es9yGlTvOEn3mEJBmsNCoXfJo { 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; }
#sh3lopRlpCNJqTL5TgqrThabgydE59xN { 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.3994125rem;font-style:normal;display:block; }
#TooiDhTyWvcuAMTD6x0tmPR2TxFgdBSl { 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.3994125rem;font-style:normal;display:block; }
#N2JwbQ12Ft6h8e0bleslAcFA8HJrTytU { 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.3994125rem;font-style:normal;display:block; }
#n8FQXpTPc9sc3XG8NT0A7cT2ieDWS5KM { 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; }
#kB4M75G4z5H1eH4o1zSbmzLhPI2elyGD { 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.3994125rem;font-style:normal;display:block; }
#NomZco0TQvewzSHKFSSA5euDqVvsvD3W { 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; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row .container { background-color: transparent; background-image: none; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row .container > .video-iframe-container { display: none; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row > .video-iframe-container { display: none; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .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); }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row .container { border-width: 0; border-radius: 0; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#geD1LPT98zD9LlUVcPN0VsoBTv52yJrx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.4375rem;left:20.5625rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBPZVMTeIpHyS4mU3SZSO2L1ADHNlVyi { color:rgba(var(--color-tertiary-4),1);display:block;width:34.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:12.6875rem;left:20.375rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTn2Gfc0gOuXU9ZVL1gtv4bTUhrQcz9n { 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:15005;text-align:center;text-align-last:center;top:16.5rem;left:28.8125rem;display:block; }
#MCZcITtP12V1hyIleGHIwk5f5wWFat7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfmiTKb1oLXP485758erHcefBcVpRn8i { 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; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row .container { background-color: transparent; background-image: none; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row .container > .video-iframe-container { display: none; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row > .video-iframe-container { display: none; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .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); }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row .container { border-width: 0; border-radius: 0; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#ds9GfqgOoeNpRLPexU1Bq5nr9pByUeM3 { 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; }
#Fyngn7DOybUTcd6VMGceH1xNuZoEOkyV { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfW9K1F2ZPtDnWdUsOiveaoooTVkRufs { 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; }
#dzbK1IrNPkr57DtW5ZLgda3JW3ubmIfk { 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; }
#KsQpX7gKN4tMexa1KOgKimPIDorsvJRE { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktSU9g089SOEBlTnl1GSikVPlRco7T8R { 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; }
#kgqxx8eB71JpIVSHU900PkKSSmmdZ2wk { 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; }
#wQTVsZkBHQTVfTMNCGUEQ8pXk5DQc1Cs { 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; }
#iZb8Q6mO5yTrISBIwtSOhnz8GcMATxlw { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a { 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; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row .container { background-color: transparent; background-image: none; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row .container > .video-iframe-container { display: none; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row > .video-iframe-container { display: none; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .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); }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row .container { border-width: 0; border-radius: 0; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#g2MXI7HJdtBPfDKNSqSNX7ZsNbAr6KVA { 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; }
#bav4a5rPOw8nA6DTkfyJUM9SMfTGI6ST { 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; }
#M18uULoRTlXzEkOaWIhlaPQeTe2tIRTC { 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; }
#q6JkQNlPlF1sQeldtK4QKy7TFC4FopsF { 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; }
#Hr95UEZpw0QCLHxh4FiaLKfeTryaeL4f { 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; }
#KWWEt49yJu0tUBJLBDSXsccuo1tpGvoN { 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; }
#iRi84UMrTgXNuCMUZIzlKcsagT13TqrG { 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.3997375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy { display:block; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0LpST5fowv91nmlkTzifJdRIJaQmtGK { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56xl7S08toVAxvTiyGv7ROs1QLbTCr6 { top:0.25rem;left:0rem;width:9.375rem;height:4.4079338417421rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd { display:block; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd { background-color: transparent; background-image: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container > .video-iframe-container { display: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container { display: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .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); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd { border-width: 0; border-radius: 0; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .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) { #rrw4JgzhixGqal86m5oesPG6TiRBv1Qu { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwR1yuaMIm0vDQGK1OQxLxWhEwRTvFp5 { top:10rem;left:0rem;width:39.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG { display:block; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp1Lua4LfGJdpXHd258UhT6xmzD5FNbh { top:2.5625rem;left:0rem;width:31rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhFQx4CMEVSZDxoA8BMD1VPcHBSi865X { width:17.4375rem;height:2.875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voxrrA8r1aIkRyq4zDlfBlgedhSeABDx { display:block; }
 }@media only screen and (max-width: 763px) { #QKWktaDmEz8PHyg4b4TOuiWFPOCimFWV { top:11rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggN2xGTFVSahqe6nzcBSbuTrcom9uhg { top:3.375rem;left:13.125rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vhWWafavcN5tozdhwNC3lWsB540hLM { top:15.75rem;left:0rem;width:30.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv { display:block; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDkctyUiF8pIEaxu0hbCSqB4LQUD6fLH { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE7CFk3TxhszeQ4xy0aDd5oTS3h865xf { top:6.875rem;left:0.093038558959963rem;width:47.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUvmTcvHBfg3NExvvsh43iF5QMt8BvuW { top:11.875rem;left:0rem;width:23.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPy2PVMRdDQcRPQwQzv20eTVJq2mHpIe { top:23.3125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvt88qMbpRPZ1xrzK7mVuLSttq3XCTCE { width:17.6875rem;height:2.75rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7S9AuOB7IqyikyTBLGSve34MNkvDI6k { width:4.1875rem;height:1.6875rem;top:13.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSz5QuTZ5hrTOpPtU480pfo4ngu0khCT { width:5.8125rem;height:1.375rem;top:24.125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHuGGMoexF0pWvwS9dII4S3POzk60yQS { width:6.25rem;height:1.5625rem;top:26rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv3PuS535VhzCty7tlt2hvwwEyANiudA { width:9.0625rem;height:1.375rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBVTO92ss4baepJZA2grT4vFmXpCoQbZ { width:5.8125rem;height:1.375rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doab6HsNsKOKwayf3h2iIrv09mpJmRJN { top:13.5625rem;left:15.1875rem;width:4.6875rem;height:1.5423446402413rem;display:block; }
 }@media only screen and (max-width: 763px) { #msqnF72PeDdRfgBL88FUnqVQhO2ZAKNM { width:14.875rem;height:1.375rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFAPcFCd4zeH9hgGcaQxEqBuWF6HZUNe { top:13.5625rem;left:38.375rem;width:4.6875rem;height:1.5423446402413rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWwWXhsQPd99x9Dt1p34Vuyd4x9EuNKc { width:6.625rem;height:1.6875rem;top:13.4375rem;left:27.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwW4xozakEyOi4RetZ2yU2cMIJN5VPC2 { width:20.3125rem;height:4.1875rem;top:16.625rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGCJ1eMf27ZSxRnITIHCNvgl4hEnCdA { width:15.125rem;height:1.375rem;top:21rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSIehq2y5HKMKHDtQW3ea3eVrND8gRNo { top:23.25rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCh7kXFWsIpaE2VQOEcKbm6kD2WMW6G8 { width:5.8125rem;height:1.375rem;top:24.0625rem;left:27.81231880188rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR6CCktny8WEcWZIrraZq0HCQnUTaFw0 { width:9.0625rem;height:1.375rem;top:26rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpUeG1KBIqyP4i6ay9kOlS1ItTWDEPCd { width:5.8125rem;height:1.375rem;top:24.0625rem;left:41.936964035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqDwRWS6cVH4RMoOpGmOig7qFKcMh0d6 { width:6.25rem;height:1.5625rem;top:25.9375rem;left:41.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFOST2AH9dueDhdfK7odVSB4DfLyCBl5 { top:11.875rem;left:24.625rem;width:23.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx8DwZ20m67dq9v1iy0zhn2MlzcsngXX { top:13.5rem;left:44.1875rem;width:3.5625rem;height:1.657784987896rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpVIuMdHM1mILOaLaAtISWEle68ewKFw { width:17.0625rem;height:2.625rem;top:31.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33aKIlywp8IBH0CAkJxh54eTVdXx805 { display:block; }
 }@media only screen and (max-width: 763px) { #hKvX5UzSu0GnXw4RPOJAe7miRQxTfZAN { top:35.25rem;left:0.125rem;width:47.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk { display:block; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKWvPd01oG3Eq8qdJ7oNCH6uTLyQCqZi { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgD4vio9UdoTSGAFhRRU4abUEhbPnsro { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJqtz5BeIpMCWkiTmft7zX4oeh5tGcvm { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vq6Vx7wttect95KdMnXulJd6UVfFAC { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJvdALW7aoZaM9vPJkSBG7v7b0xJnNZ9 { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rVWDCxXWwvaTSE0uSRkSQhGqI0kWFO { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhrGWeH9aaxEFanyKt1oDQrC2dpZAFAw { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf { display:block; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwnQ0E9Pegqe3qMVrP43XtTlDMBJb1l9 { top:3.375rem;left:20.3125rem;width:27.4375rem;height:8.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeaQgc8OJFzyEX5o34grDxMREXh5hfZ6 { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtW2CDnvr2ztLdpDfOzlXVeWQG9aVMok { display:block; }
 }@media only screen and (max-width: 763px) { #bXGDyqlmkvHfX0uhxmX9rH38Oowf9JTo { top:13.8125rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqAf0HmGuwBTfT2wFP8a3ZsiaQvSeQys { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGf5Hfwbt7cHfQSp7HumAZiaqSp7P7IB { top:18.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX { display:block; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrNidSeIzDxHC4ZZ0TmUrBXpnJcNmxgP { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlrXOk2zzD27Qnbt6Z3u14QZlR9HM8Oc { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlQZAqlMt6g0bMOzmU6fdT8TOz0Ur68 { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqifBEf5RnTSeO8rhMCNx06cdUCssc82 { width:17.3125rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp4WFyVUsIZUxWDVNzsAebkdJgIiZsKK { display:block; }
 }@media only screen and (max-width: 763px) { #n5bkxssOTBSZW0454It3fXy9LSSuf1b3 { width:17.25rem;height:2.8125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbzNUmJJWUUvaXHAN9dqw1JCm1LTgDul { display:block; }
 }@media only screen and (max-width: 763px) { #sTySyuTamP8ECdoGdXsSI2U65ihSoh3l { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek { display:block; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXa0JiPqJrNSTbHn2aBZmMd5lzEyHtwU { top:5rem;left:0rem;width:26.125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tg6O8o9yoFS6fMdbg77Udk60IKaVae { width:17.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp6xNFTKq51flc0mVXT2OiCC8ZQwLNT7 { display:block; }
 }@media only screen and (max-width: 763px) { #wswyrgotCNHlCmFmSo6S7cfxUrk9QLb6 { top:21.25rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpafDdsLe5zsIqSRb7Vd2hy6fb5vqD55 { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFVM2XngshqaUqOzNkmGgeCIr0S7Bh2S { top:16.875rem;left:0rem;width:25.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSOdN2NxanaRMOpUhuxCKGfSZyzXchO { top:20.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt9Aixet8qGP4txbTzz5SHEv9MuKcWWU { top:23.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTIlcemFl3eEcbdoLCGMwHcE2WHwn8uH { top:23.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8r61PfaAWLXgRWQTwtfCTMbDz30Q6y9 { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCyfBPeXexTVfaAAFBf5VSqAxkLrAH0a { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrDUkNXc4ocbtiyDtRuOTWQ8nhzDAgr { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE1ZCPnQl8ie7UOU354InVdGaULtQU13 { display:block; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErP7RWLBc2mPTVlw8pZWAb8loG3OGnnW { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnbZUbx1EstRqTS0frQHwbCss0roQFa1 { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiNThUwpnG3mXCsXty6g823ATwsPpOXE { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ4v96g5Hl8LPHUB3hIAZluTx2rTvrBp { top:15.0625rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI3PwMVi9CB3y20UdVT4yVSuQHaqcA9M { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixfEs5hT4UM0QABiLR12vQEMuAnnf4Fz { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWxixf9Es9yGlTvOEn3mEJBmsNCoXfJo { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh3lopRlpCNJqTL5TgqrThabgydE59xN { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooiDhTyWvcuAMTD6x0tmPR2TxFgdBSl { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2JwbQ12Ft6h8e0bleslAcFA8HJrTytU { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8FQXpTPc9sc3XG8NT0A7cT2ieDWS5KM { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB4M75G4z5H1eH4o1zSbmzLhPI2elyGD { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NomZco0TQvewzSHKFSSA5euDqVvsvD3W { display:block; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geD1LPT98zD9LlUVcPN0VsoBTv52yJrx { top:4.4375rem;left:6.9375rem;width:33.875rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBPZVMTeIpHyS4mU3SZSO2L1ADHNlVyi { top:12.6875rem;left:6.75rem;width:34.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTn2Gfc0gOuXU9ZVL1gtv4bTUhrQcz9n { width:17.4375rem;height:2.875rem;top:16.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZcITtP12V1hyIleGHIwk5f5wWFat7v { display:block; }
 }@media only screen and (max-width: 763px) { #ZfmiTKb1oLXP485758erHcefBcVpRn8i { display:block; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ds9GfqgOoeNpRLPexU1Bq5nr9pByUeM3 { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyngn7DOybUTcd6VMGceH1xNuZoEOkyV { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfW9K1F2ZPtDnWdUsOiveaoooTVkRufs { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzbK1IrNPkr57DtW5ZLgda3JW3ubmIfk { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsQpX7gKN4tMexa1KOgKimPIDorsvJRE { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktSU9g089SOEBlTnl1GSikVPlRco7T8R { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgqxx8eB71JpIVSHU900PkKSSmmdZ2wk { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTVsZkBHQTVfTMNCGUEQ8pXk5DQc1Cs { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZb8Q6mO5yTrISBIwtSOhnz8GcMATxlw { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a { display:block; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2MXI7HJdtBPfDKNSqSNX7ZsNbAr6KVA { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bav4a5rPOw8nA6DTkfyJUM9SMfTGI6ST { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M18uULoRTlXzEkOaWIhlaPQeTe2tIRTC { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6JkQNlPlF1sQeldtK4QKy7TFC4FopsF { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr95UEZpw0QCLHxh4FiaLKfeTryaeL4f { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWWEt49yJu0tUBJLBDSXsccuo1tpGvoN { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRi84UMrTgXNuCMUZIzlKcsagT13TqrG { 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) { #NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy { display:block; }#NDyXuCahMWZkTnpToxDHGCDcQDxXE6sy > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0LpST5fowv91nmlkTzifJdRIJaQmtGK { width:4.75rem;height:1.5625rem;top:1.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56xl7S08toVAxvTiyGv7ROs1QLbTCr6 { width:6.625rem;height:3.125rem;top:0.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd { 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; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container { background-color: transparent; background-image: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container > .video-iframe-container { display: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container { display: none; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .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); }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container { border-width: 0; border-radius: 0; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDPSvNTtfGpb96TTSuav7BZB1cvUXcwd > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrw4JgzhixGqal86m5oesPG6TiRBv1Qu { width:20rem;height:2.25rem;top:4.875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwR1yuaMIm0vDQGK1OQxLxWhEwRTvFp5 { width:20rem;height:7rem;top:8.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG { display:block; }#oCSTqJApJXJdGsDERkqgLLVyB2JG3KZG > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp1Lua4LfGJdpXHd258UhT6xmzD5FNbh { width:20rem;height:2.24964375rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhFQx4CMEVSZDxoA8BMD1VPcHBSi865X { width:17.4375rem;height:2.875rem;top:21rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voxrrA8r1aIkRyq4zDlfBlgedhSeABDx { display:block; }
 }@media only screen and (max-width: 763px) { #QKWktaDmEz8PHyg4b4TOuiWFPOCimFWV { width:20rem;height:6.99575rem;top:7.1748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sggN2xGTFVSahqe6nzcBSbuTrcom9uhg { width:17.75rem;height:11.25rem;top:26.099609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vhWWafavcN5tozdhwNC3lWsB540hLM { width:20rem;height:4.19824375rem;top:15.1708984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv { display:block; }#s4wJL0bKPuJgf9S02MERH1AcqDOAXCBv > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDkctyUiF8pIEaxu0hbCSqB4LQUD6fLH { 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) { #QE7CFk3TxhszeQ4xy0aDd5oTS3h865xf { width:20rem;height:6.99575rem;top:6.0981875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUvmTcvHBfg3NExvvsh43iF5QMt8BvuW { width:20rem;height:16.25rem;top:14.3439375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPy2PVMRdDQcRPQwQzv20eTVJq2mHpIe { width:20rem;height:0.0625rem;top:24.093572616577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvt88qMbpRPZ1xrzK7mVuLSttq3XCTCE { width:16.9375rem;height:2.79829375rem;top:18.71803855896rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k7S9AuOB7IqyikyTBLGSve34MNkvDI6k { width:4.1867875rem;height:1.749825rem;top:15.843395233154rem;left:1.499467253685rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSz5QuTZ5hrTOpPtU480pfo4ngu0khCT { width:5.812325rem;height:1.39915rem;top:25.217506408691rem;left:12.681107878685rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tHuGGMoexF0pWvwS9dII4S3POzk60yQS { width:6.25rem;height:1.39915rem;top:27.155540466309rem;left:12.299360632896rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uv3PuS535VhzCty7tlt2hvwwEyANiudA { width:9.0625rem;height:1.39915rem;top:27.1564375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBVTO92ss4baepJZA2grT4vFmXpCoQbZ { width:5.812325rem;height:1.39915rem;top:25.217506408691rem;left:1.499467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doab6HsNsKOKwayf3h2iIrv09mpJmRJN { width:4.6875rem;height:1.5423446402413rem;top:15.947269439698rem;left:13.749999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #msqnF72PeDdRfgBL88FUnqVQhO2ZAKNM { width:15.0625rem;height:1.39915rem;top:21.769353866577rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aFAPcFCd4zeH9hgGcaQxEqBuWF6HZUNe { width:4.6875rem;height:1.5423446402413rem;top:33.468572437763rem;left:9.1193174123762rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWwWXhsQPd99x9Dt1p34Vuyd4x9EuNKc { width:6.624625rem;height:1.749825rem;top:33.364700317382rem;left:1.5616122484207rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwW4xozakEyOi4RetZ2yU2cMIJN5VPC2 { width:17.6873125rem;height:4.19744375rem;top:36.405359089374rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xlGCJ1eMf27ZSxRnITIHCNvgl4hEnCdA { width:15rem;height:1.39915rem;top:40.956140518189rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSIehq2y5HKMKHDtQW3ea3eVrND8gRNo { width:20rem;height:0.0625rem;top:43.281070709229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCh7kXFWsIpaE2VQOEcKbm6kD2WMW6G8 { width:5.812325rem;height:1.39915rem;top:44.093395233154rem;left:1.499467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yR6CCktny8WEcWZIrraZq0HCQnUTaFw0 { width:9.0625rem;height:1.39915rem;top:46.031425476074rem;left:1.5624998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dpUeG1KBIqyP4i6ay9kOlS1ItTWDEPCd { width:5.812325rem;height:1.39915rem;top:44.093395233154rem;left:12.679332137108rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mqDwRWS6cVH4RMoOpGmOig7qFKcMh0d6 { width:6.25rem;height:1.39915rem;top:46.031425476074rem;left:12.242542624474rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qFOST2AH9dueDhdfK7odVSB4DfLyCBl5 { width:20rem;height:17.125rem;top:31.843925476074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx8DwZ20m67dq9v1iy0zhn2MlzcsngXX { width:3.5625rem;height:1.657784987896rem;top:33.409978687763rem;left:14.930752158165rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpVIuMdHM1mILOaLaAtISWEle68ewKFw { width:17.1875rem;height:2.75rem;top:50.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33aKIlywp8IBH0CAkJxh54eTVdXx805 { display:block; }
 }@media only screen and (max-width: 763px) { #hKvX5UzSu0GnXw4RPOJAe7miRQxTfZAN { width:20rem;height:2.45028125rem;top:54.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk { display:block; }#yJDJ6vDAfLgyElOenVLgztsDCE4ETUTk > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKWvPd01oG3Eq8qdJ7oNCH6uTLyQCqZi { width:20rem;height:3.599075rem;top:2.1866121292114rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgD4vio9UdoTSGAFhRRU4abUEhbPnsro { width:20rem;height:2.79829375rem;top:7.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJqtz5BeIpMCWkiTmft7zX4oeh5tGcvm { width:5.4375rem;height:1.625rem;top:16.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vq6Vx7wttect95KdMnXulJd6UVfFAC { width:11.8125rem;height:3.5625rem;top:11.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJvdALW7aoZaM9vPJkSBG7v7b0xJnNZ9 { width:8.3125rem;height:2.8125rem;top:28.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rVWDCxXWwvaTSE0uSRkSQhGqI0kWFO { width:8.75rem;height:3.3125rem;top:24.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhrGWeH9aaxEFanyKt1oDQrC2dpZAFAw { width:8.75rem;height:3.3125rem;top:19.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf { display:block; }#pWKQwTZoM53KUhAoUWqgbXH7OTBDcBFf > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwnQ0E9Pegqe3qMVrP43XtTlDMBJb1l9 { 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) { #IeaQgc8OJFzyEX5o34grDxMREXh5hfZ6 { width:17.104166625rem;height:2.791666625rem;top:25.1796875rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtW2CDnvr2ztLdpDfOzlXVeWQG9aVMok { display:block; }
 }@media only screen and (max-width: 763px) { #bXGDyqlmkvHfX0uhxmX9rH38Oowf9JTo { 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) { #tqAf0HmGuwBTfT2wFP8a3ZsiaQvSeQys { width:20rem;height:14.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGf5Hfwbt7cHfQSp7HumAZiaqSp7P7IB { 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) { #Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX { display:block; }#Z9JXGgRm9dWA3Op79Qw9OfvMPhetENnX > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrNidSeIzDxHC4ZZ0TmUrBXpnJcNmxgP { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlrXOk2zzD27Qnbt6Z3u14QZlR9HM8Oc { width:17.625rem;height:1.7995375rem;top:5.7500002384186rem;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) { #TzlQZAqlMt6g0bMOzmU6fdT8TOz0Ur68 { width:17.9375rem;height:4.19744375rem;top:8.9375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqifBEf5RnTSeO8rhMCNx06cdUCssc82 { width:17.8125rem;height:2.875rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp4WFyVUsIZUxWDVNzsAebkdJgIiZsKK { display:block; }
 }@media only screen and (max-width: 763px) { #n5bkxssOTBSZW0454It3fXy9LSSuf1b3 { width:17.75rem;height:2.875rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbzNUmJJWUUvaXHAN9dqw1JCm1LTgDul { display:block; }
 }@media only screen and (max-width: 763px) { #sTySyuTamP8ECdoGdXsSI2U65ihSoh3l { width:17.5rem;height:14.25rem;top:22.500001430511rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek { display:block; }#sFQ4nkwAznHExVTLF00E3zhGDzmZf5Ek > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXa0JiPqJrNSTbHn2aBZmMd5lzEyHtwU { 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) { #Z6tg6O8o9yoFS6fMdbg77Udk60IKaVae { width:17.4375rem;height:2.875rem;top:22rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp6xNFTKq51flc0mVXT2OiCC8ZQwLNT7 { display:block; }
 }@media only screen and (max-width: 763px) { #wswyrgotCNHlCmFmSo6S7cfxUrk9QLb6 { 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) { #JpafDdsLe5zsIqSRb7Vd2hy6fb5vqD55 { width:20rem;height:12.1875rem;top:26.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFVM2XngshqaUqOzNkmGgeCIr0S7Bh2S { 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) { #bTSOdN2NxanaRMOpUhuxCKGfSZyzXchO { width:2rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt9Aixet8qGP4txbTzz5SHEv9MuKcWWU { 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) { #qTIlcemFl3eEcbdoLCGMwHcE2WHwn8uH { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8r61PfaAWLXgRWQTwtfCTMbDz30Q6y9 { 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) { #LCyfBPeXexTVfaAAFBf5VSqAxkLrAH0a { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrDUkNXc4ocbtiyDtRuOTWQ8nhzDAgr { 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) { #NE1ZCPnQl8ie7UOU354InVdGaULtQU13 { display:block; }#NE1ZCPnQl8ie7UOU354InVdGaULtQU13 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErP7RWLBc2mPTVlw8pZWAb8loG3OGnnW { 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) { #gnbZUbx1EstRqTS0frQHwbCss0roQFa1 { 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) { #TiNThUwpnG3mXCsXty6g823ATwsPpOXE { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ4v96g5Hl8LPHUB3hIAZluTx2rTvrBp { 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) { #kI3PwMVi9CB3y20UdVT4yVSuQHaqcA9M { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixfEs5hT4UM0QABiLR12vQEMuAnnf4Fz { 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) { #QWxixf9Es9yGlTvOEn3mEJBmsNCoXfJo { width:2rem;height:2rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh3lopRlpCNJqTL5TgqrThabgydE59xN { 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) { #TooiDhTyWvcuAMTD6x0tmPR2TxFgdBSl { 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) { #N2JwbQ12Ft6h8e0bleslAcFA8HJrTytU { 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) { #n8FQXpTPc9sc3XG8NT0A7cT2ieDWS5KM { width:2rem;height:2rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB4M75G4z5H1eH4o1zSbmzLhPI2elyGD { 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) { #NomZco0TQvewzSHKFSSA5euDqVvsvD3W { display:block; }#NomZco0TQvewzSHKFSSA5euDqVvsvD3W > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geD1LPT98zD9LlUVcPN0VsoBTv52yJrx { width:20rem;height:3.5996125rem;top:0.76171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBPZVMTeIpHyS4mU3SZSO2L1ADHNlVyi { width:20rem;height:5.59659375rem;top:5.294921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTn2Gfc0gOuXU9ZVL1gtv4bTUhrQcz9n { width:17.4375rem;height:2.875rem;top:11.875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZcITtP12V1hyIleGHIwk5f5wWFat7v { display:block; }
 }@media only screen and (max-width: 763px) { #ZfmiTKb1oLXP485758erHcefBcVpRn8i { display:block; }#ZfmiTKb1oLXP485758erHcefBcVpRn8i > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ds9GfqgOoeNpRLPexU1Bq5nr9pByUeM3 { 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) { #Fyngn7DOybUTcd6VMGceH1xNuZoEOkyV { 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) { #kfW9K1F2ZPtDnWdUsOiveaoooTVkRufs { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzbK1IrNPkr57DtW5ZLgda3JW3ubmIfk { 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) { #KsQpX7gKN4tMexa1KOgKimPIDorsvJRE { 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) { #ktSU9g089SOEBlTnl1GSikVPlRco7T8R { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgqxx8eB71JpIVSHU900PkKSSmmdZ2wk { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTVsZkBHQTVfTMNCGUEQ8pXk5DQc1Cs { 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) { #iZb8Q6mO5yTrISBIwtSOhnz8GcMATxlw { 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) { #B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a { display:block; }#B0A32aNk4IF6mBXvpvoqZ9tsuoeUMD7a > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2MXI7HJdtBPfDKNSqSNX7ZsNbAr6KVA { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bav4a5rPOw8nA6DTkfyJUM9SMfTGI6ST { 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) { #M18uULoRTlXzEkOaWIhlaPQeTe2tIRTC { 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) { #q6JkQNlPlF1sQeldtK4QKy7TFC4FopsF { 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) { #Hr95UEZpw0QCLHxh4FiaLKfeTryaeL4f { 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) { #KWWEt49yJu0tUBJLBDSXsccuo1tpGvoN { 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) { #iRi84UMrTgXNuCMUZIzlKcsagT13TqrG { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }