.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:243,239,255;--color-primary-1:168,164,187;--color-primary-2:110,103,142;--color-primary-3:66,62,85;--color-primary-4:14,1,66;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:219,217,227;--color-tertiary-1:135,128,161;--color-tertiary-2:14,1,66;--color-tertiary-3:7,1,33;--color-tertiary-4:2,0,10;--headlines-font-family:"euclid circular a";--paragraphs-font-family:"euclid circular a"; }@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-secondary-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); }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row .container { background-color: transparent; background-image: none; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row .container > .video-iframe-container { display: none; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row > .video-iframe-container { display: none; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .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); }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row .container { border-width: 0; border-radius: 0; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#JtDrRG6K8FfkSAMFGohD81iTWH1kJgur { position:absolute;display:block;z-index:15001;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.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#SAWFVZ5HOIAT46d7AFrZsn6cAWKGqk0W { background-color:rgba(var(--color-primary-4),1);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-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:64.8125rem;display:block; }
#gta3Jf1aeRZ1yZ4NZh5ueRdWpbJpVRgG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM { 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; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row .container { background-color: transparent; background-image: none; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row .container > .video-iframe-container { display: none; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row > .video-iframe-container { display: none; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .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); }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row .container { border-width: 0; border-radius: 0; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#psXaG15ksIVlw8mNh9zqTsgFEE0s7Tt8 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.5rem;left:3.4375rem;height:1.75rem;font-style:normal;display:block; }
#OI7FhyN1BpyxfmiQTAl4ZXZ0pQF2zqby { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.375rem;left:3.4375rem;height:7.375rem;font-style:normal;display:block; }
#dNC6yQtNBHzO5efRLhkAdL7oRLMpQdga { position:absolute;display:block;z-index:15003;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:20.7490806875rem;width:28.9993095625rem;top:11.498161315918rem;left:46rem;overflow:hidden;display:block; }
#nQ5AsVb4ckgHlJd8y1ZDdFxsZkm68C3R { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.6875rem;left:14.5625rem;display:block; }
#CgRgwpt0o9PuWfAUOJTalKEyB4Cz8z9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDwTbWTy8VTOIJyErpPrhrBg34zzWKyF { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.6875rem;left:3.4375rem;display:block; }
#pTOc5Dk7FZGT3SrbkG57WNHQNfEpCqtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row .container { background-color: transparent; background-image: none; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row .container > .video-iframe-container { display: none; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row > .video-iframe-container { display: none; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .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); }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row .container { border-width: 0; border-radius: 0; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#EIkg9uvkcvhoUvbFOuDTquXNeMTGlrmV { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC { position:relative;display:block; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC { background-color: transparent; background-image: none; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .row .container > .video-iframe-container { display: none; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .row > .video-iframe-container { display: none; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .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); }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC { border-width: 0; border-radius: 0; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .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; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.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; }#Gzeiv2rKO06bz9CsSkHRWzoQR7zTHssZ { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:13.3125rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#uiqaUQNy46wNvua9zLZn8cfKs0mUTJec { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:8.9375rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#WC8nQtgdzmDx5ob0nspVFJTaEZ6WDONV { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:43.625rem;height:3.875rem;display:block; }
#GhhophIvmK6p5FFlRoaAxKA8U12xFvUH { position:absolute;display:block;z-index:15003;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:6.125rem;width:6rem;top:9.375rem;left:37.625rem;overflow:hidden;display:block; }
#PPmirrRecNRbk8Btl4TlrsJlqUw5Q3u5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.9375rem;left:40.125rem;display:block; }
#BvSIsuq8wFkHllr3mbWSFUL2hLe65MFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yRM0UztGXv2FMTl1oWBQSAkInBOyQEA8 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:0.75rem;left:7.8125rem;display:none; }
#h5Qf2ZM4yO2NKolKQkgxVAtxuy3SiVrx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.3125rem;left:4.75rem;display:none; }
#Au6R0NE11bRpmkNaBcU7EPzIIIsxCPuU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.9375rem;left:28.9375rem;display:block; }
#Q0Q8JbuCLtwDNdGS9Lh9ZV38Vq3Vtd2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe { 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; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row .container { background-color: transparent; background-image: none; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row .container > .video-iframe-container { display: none; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row > .video-iframe-container { display: none; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .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); }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row .container { border-width: 0; border-radius: 0; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#JreFV56ckKmUiTML9IcpRx8zLbWgAsc9 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#WfoXGACgZioOkOTtdFzX7wT5KmJsqP2p { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.8125rem;left:41.25rem;height:4.6875rem;display:block; }
#XAPGxfqcI748pQwzav5DJcaGxQuXFAoJ { 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:15.9375rem;width:33.4375rem;top:2.375rem;left:3.4375rem;overflow:hidden;display:block; }
#N3Rnhwl9cOrU5vr4PT2QamE0SU4eyewb { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#lfkxe2o2zO9DSxTpRu57zNK7pfRym5Vp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTZdT55FmFmqr5x2Rv9IC1y6f3cdLQaX { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 { 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; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row .container { background-color: transparent; background-image: none; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row .container > .video-iframe-container { display: none; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row > .video-iframe-container { display: none; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .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); }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row .container { border-width: 0; border-radius: 0; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#gtFFqb589a18tBzByWA8KL3zWvycrN2f { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bOcAcOG0nv1TxJThR6Abl6tlkKqFUDRc { 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:15.9375rem;width:33.4375rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#baQeJq41gVpXy3kFBkakTisI7eF8DBeT { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:3.4375rem;height:2.25rem;font-style:normal;display:block; }
#Aac8GRpteKmrUL2BTxzSHVH1XBBQ20M8 { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:6.9375rem;left:3.4375rem;height:6.25rem;display:block; }
#sTTvT8Wbf5FC8XqQosKSlDHZTq1clw54 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:15.625rem;left:3.4375rem;display:block; }
#t6xaflnVVSCTu4BW83SJsTqqzmz6M51V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 { 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; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row .container { background-color: transparent; background-image: none; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row .container > .video-iframe-container { display: none; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row > .video-iframe-container { display: none; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .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); }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row .container { border-width: 0; border-radius: 0; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#t4cfO9hMB1Co1k42Atn3WOTnvcqlRc5R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:33.4375rem;top:2.5625rem;left:3.4375rem;overflow:hidden;display:block; }
#O5sUDAcDBnoEqWVQuerrXx1TXb4vw5UI { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#r5nuLtAJGiyEpgrW8k84y7nygkKNMGul { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:6.9375rem;left:41.25rem;height:6.25rem;display:block; }
#ZfsLS7GixADuStztrp9cHB6fqKaZhJP1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:15.625rem;left:41.25rem;display:block; }
#ooFy1BOP5BoSI9KbTJiAkltyTWcrxXTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSQIWH5zZ0wVBsODaSnuvCOZ3dnBgqia { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV { 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; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row .container { background-color: transparent; background-image: none; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row .container > .video-iframe-container { display: none; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row > .video-iframe-container { display: none; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .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); }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row .container { border-width: 0; border-radius: 0; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#xpFTp0QHGkSu5b6ytE6oL5k6V4Umk84e { 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:13.4375rem;width:13.4375rem;top:5.25rem;left:4.25rem;overflow:hidden;display:block; }
#Suk6JQm5wl9EXIawLTfQRbTzGaBsye6l { position:absolute;display:block;z-index:15001;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.4375rem;width:13.4375rem;top:5.25rem;left:58.375rem;overflow:hidden;display:block; }
#NOT52zwIfJOMoCLSp0JM3ZEQC0DOBLGb { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:17.8125rem;height:11.625rem;text-align:center;text-align-last:center;display:block; }
#xsrIxfBqI5ESleuVRxmT3EaROfTaTgmv { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.8125rem;left:37rem;display:block; }
#ufoQ7ilqO5TNEA1PO22Eg760GAZlItDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NmBKGZGr1b6fLpiMyE70QrqDLv0zp3eC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.8125rem;left:25.8125rem;display:block; }
#kbTU6RH4i8kBcSU5gBdqctOGrJHfHo0X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFRgnTLVKazbkK9ygDps86VeBwGABZoc { position:relative;display:block; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc { background-color: transparent; background-image: none; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .row .container > .video-iframe-container { display: none; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .row > .video-iframe-container { display: none; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .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); }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc { border-width: 0; border-radius: 0; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .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; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.375rem;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; }#OtHC7uWUrQnFTV3Pv0A3PAURy0wxqx7p { position:absolute;display:block;z-index:15000;height:33.75rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm { position:relative;display:block; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm { background-color: transparent; background-image: none; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .row .container > .video-iframe-container { display: none; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .row > .video-iframe-container { display: none; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .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); }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm { border-width: 0; border-radius: 0; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .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; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.375rem;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; }#HJz4pw5mQQa2aXgN5bcgte31Zqi9dHvW { position:absolute;display:block;z-index:15000;height:33.75rem;width:75rem;top:1.875rem;left:0rem;display:block; }
#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k { position:relative;display:block; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k { background-color: transparent; background-image: none; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .row .container > .video-iframe-container { display: none; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .row > .video-iframe-container { display: none; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .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); }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k { border-width: 0; border-radius: 0; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .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; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;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; }#yPslsPOyzgixcMBzc9Vh4ADgpM3ut5HK { position:absolute;display:block;z-index:15001;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:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#OPcH5LNsbnqXnDi09rEDVRbDtEXGXFBL { color:rgba(var(--color-secondary-0),1);display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.810546875rem;left:14.5625rem;height:5.75rem;text-align:center;text-align-last:center;display:block; }
#JwHPebR1DqsOrxdc7sIzU6wdRWwLq9kZ { background-color:rgba(var(--color-secondary-0),1);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-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:2.9852425rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.625rem;left:25.8125rem;display:block; }
#fsHbhLI57XtTwtJVL5pIHLgyFuV1cOPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwmZvSa401HEPwVzaObv2xBBfEm38POO { background-color:rgba(var(--color-primary-4),1);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-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.625rem;left:37rem;display:block; }
#lJtSTz55F267vKQOaB8m5oMH7QI0y1Iz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zp1ziEpoyMINgHPyAViNVs1K553KO6TM { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 { display:block; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtDrRG6K8FfkSAMFGohD81iTWH1kJgur { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAWFVZ5HOIAT46d7AFrZsn6cAWKGqk0W { width:10.1875rem;height:3.125rem;top:1.0625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gta3Jf1aeRZ1yZ4NZh5ueRdWpbJpVRgG { display:block; }
 }@media only screen and (max-width: 763px) { #kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM { display:block; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psXaG15ksIVlw8mNh9zqTsgFEE0s7Tt8 { top:11.5rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7FhyN1BpyxfmiQTAl4ZXZ0pQF2zqby { top:14.375rem;left:0rem;width:43.75rem;height:7.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNC6yQtNBHzO5efRLhkAdL7oRLMpQdga { top:11.5rem;left:18.8125rem;width:28.9375rem;height:20.704855786324rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5AsVb4ckgHlJd8y1ZDdFxsZkm68C3R { width:12.1875rem;height:3.125rem;top:24.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgRgwpt0o9PuWfAUOJTalKEyB4Cz8z9E { display:block; }
 }@media only screen and (max-width: 763px) { #nDwTbWTy8VTOIJyErpPrhrBg34zzWKyF { width:10.1875rem;height:3.125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOc5Dk7FZGT3SrbkG57WNHQNfEpCqtf { display:block; }
 }@media only screen and (max-width: 763px) { #F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp { display:block; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIkg9uvkcvhoUvbFOuDTquXNeMTGlrmV { top:3.75rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLxS41OeBKtzc88fpEDlOwJivf8XTdDC { display:block; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gzeiv2rKO06bz9CsSkHRWzoQR7zTHssZ { top:5.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiqaUQNy46wNvua9zLZn8cfKs0mUTJec { top:9.625rem;left:0rem;width:28.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC8nQtgdzmDx5ob0nspVFJTaEZ6WDONV { top:9.625rem;left:25.25rem;width:22.5rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhhophIvmK6p5FFlRoaAxKA8U12xFvUH { top:9.375rem;left:24rem;width:6rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmirrRecNRbk8Btl4TlrsJlqUw5Q3u5 { width:12.1875rem;height:3.125rem;top:17.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvSIsuq8wFkHllr3mbWSFUL2hLe65MFq { display:block; }
 }@media only screen and (max-width: 763px) { #yRM0UztGXv2FMTl1oWBQSAkInBOyQEA8 { top:0.75rem;left:0rem;width:9.875rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5Qf2ZM4yO2NKolKQkgxVAtxuy3SiVrx { top:11.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Au6R0NE11bRpmkNaBcU7EPzIIIsxCPuU { width:10.1875rem;height:3.125rem;top:17.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Q8JbuCLtwDNdGS9Lh9ZV38Vq3Vtd2Q { display:block; }
 }@media only screen and (max-width: 763px) { #Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe { display:block; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JreFV56ckKmUiTML9IcpRx8zLbWgAsc9 { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfoXGACgZioOkOTtdFzX7wT5KmJsqP2p { top:7.8125rem;left:16.375rem;width:30rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAPGxfqcI748pQwzav5DJcaGxQuXFAoJ { top:2.375rem;left:0rem;width:33.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Rnhwl9cOrU5vr4PT2QamE0SU4eyewb { width:8.125rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkxe2o2zO9DSxTpRu57zNK7pfRym5Vp { display:block; }
 }@media only screen and (max-width: 763px) { #fTZdT55FmFmqr5x2Rv9IC1y6f3cdLQaX { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK9zEDxo0606tJT5791XupUV1bTcIRZ6 { display:block; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtFFqb589a18tBzByWA8KL3zWvycrN2f { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOcAcOG0nv1TxJThR6Abl6tlkKqFUDRc { top:2.375rem;left:14.3125rem;width:33.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baQeJq41gVpXy3kFBkakTisI7eF8DBeT { top:3.6875rem;left:0rem;width:16rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aac8GRpteKmrUL2BTxzSHVH1XBBQ20M8 { top:6.9375rem;left:0rem;width:30rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTvT8Wbf5FC8XqQosKSlDHZTq1clw54 { width:8.125rem;height:1.5625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6xaflnVVSCTu4BW83SJsTqqzmz6M51V { display:block; }
 }@media only screen and (max-width: 763px) { #crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 { display:block; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4cfO9hMB1Co1k42Atn3WOTnvcqlRc5R { top:2.5625rem;left:0rem;width:33.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5sUDAcDBnoEqWVQuerrXx1TXb4vw5UI { top:3.6875rem;left:23.6875rem;width:24.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5nuLtAJGiyEpgrW8k84y7nygkKNMGul { top:6.9375rem;left:17.75rem;width:30rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsLS7GixADuStztrp9cHB6fqKaZhJP1 { width:8.125rem;height:1.5625rem;top:15.625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooFy1BOP5BoSI9KbTJiAkltyTWcrxXTo { display:block; }
 }@media only screen and (max-width: 763px) { #kSQIWH5zZ0wVBsODaSnuvCOZ3dnBgqia { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV { display:block; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpFTp0QHGkSu5b6ytE6oL5k6V4Umk84e { top:5.25rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suk6JQm5wl9EXIawLTfQRbTzGaBsye6l { top:5.25rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOT52zwIfJOMoCLSp0JM3ZEQC0DOBLGb { top:3.5625rem;left:4.1875rem;width:39.375rem;height:11.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsrIxfBqI5ESleuVRxmT3EaROfTaTgmv { width:12.1875rem;height:3.125rem;top:17.8125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufoQ7ilqO5TNEA1PO22Eg760GAZlItDI { display:block; }
 }@media only screen and (max-width: 763px) { #NmBKGZGr1b6fLpiMyE70QrqDLv0zp3eC { width:10.1875rem;height:3.125rem;top:17.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTU6RH4i8kBcSU5gBdqctOGrJHfHo0X { display:block; }
 }@media only screen and (max-width: 763px) { #lFRgnTLVKazbkK9ygDps86VeBwGABZoc { display:block; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtHC7uWUrQnFTV3Pv0A3PAURy0wxqx7p { top:3.75rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm { display:block; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJz4pw5mQQa2aXgN5bcgte31Zqi9dHvW { top:1.875rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaJVCumpdCe6PW1vSmbQgUva3S3ive5k { display:block; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPslsPOyzgixcMBzc9Vh4ADgpM3ut5HK { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPcH5LNsbnqXnDi09rEDVRbDtEXGXFBL { top:2.75rem;left:0.9375rem;width:45.875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwHPebR1DqsOrxdc7sIzU6wdRWwLq9kZ { width:10.1875rem;height:3rem;top:10.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHbhLI57XtTwtJVL5pIHLgyFuV1cOPq { display:block; }
 }@media only screen and (max-width: 763px) { #wwmZvSa401HEPwVzaObv2xBBfEm38POO { width:12.1875rem;height:3.125rem;top:10.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJtSTz55F267vKQOaB8m5oMH7QI0y1Iz { display:block; }
 }@media only screen and (max-width: 763px) { #zp1ziEpoyMINgHPyAViNVs1K553KO6TM { top:0rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sW2o1e449qcghyZKDpMRTVD6pS1cf1K6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtDrRG6K8FfkSAMFGohD81iTWH1kJgur { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SAWFVZ5HOIAT46d7AFrZsn6cAWKGqk0W { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gta3Jf1aeRZ1yZ4NZh5ueRdWpbJpVRgG { display:block; }
 }@media only screen and (max-width: 763px) { #kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM { display:block; }#kM3xXS8FSeIEM7ySc3ETx5aTwgLp9nyM > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psXaG15ksIVlw8mNh9zqTsgFEE0s7Tt8 { width:15.625rem;height:3rem;top:6.875rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OI7FhyN1BpyxfmiQTAl4ZXZ0pQF2zqby { width:15.9375rem;height:8.25rem;top:11.875rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dNC6yQtNBHzO5efRLhkAdL7oRLMpQdga { width:19.375rem;height:14.5625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQ5AsVb4ckgHlJd8y1ZDdFxsZkm68C3R { width:15rem;height:3.125rem;top:25.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgRgwpt0o9PuWfAUOJTalKEyB4Cz8z9E { display:block; }
 }@media only screen and (max-width: 763px) { #nDwTbWTy8VTOIJyErpPrhrBg34zzWKyF { width:15rem;height:3.125rem;top:22.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOc5Dk7FZGT3SrbkG57WNHQNfEpCqtf { display:block; }
 }@media only screen and (max-width: 763px) { #F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp { display:block; }#F7xfPmn4Mo0pr4gH9FGLaaSPClRNfRHp > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIkg9uvkcvhoUvbFOuDTquXNeMTGlrmV { width:20rem;height:50.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLxS41OeBKtzc88fpEDlOwJivf8XTdDC { display:block; }#OLxS41OeBKtzc88fpEDlOwJivf8XTdDC > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gzeiv2rKO06bz9CsSkHRWzoQR7zTHssZ { width:15rem;height:4.125rem;top:2.5rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uiqaUQNy46wNvua9zLZn8cfKs0mUTJec { width:16.25rem;height:2.0625rem;top:6.625rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WC8nQtgdzmDx5ob0nspVFJTaEZ6WDONV { width:15rem;height:2.0625rem;top:8.6875rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhhophIvmK6p5FFlRoaAxKA8U12xFvUH { width:3.125rem;height:3.125rem;top:10.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmirrRecNRbk8Btl4TlrsJlqUw5Q3u5 { width:12.1875rem;height:3.125rem;top:17.9375rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvSIsuq8wFkHllr3mbWSFUL2hLe65MFq { display:block; }
 }@media only screen and (max-width: 763px) { #yRM0UztGXv2FMTl1oWBQSAkInBOyQEA8 { top:6.5625rem;left:5.0625rem;width:9.875rem;height:0;z-index:15018;color:#0e0142;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h5Qf2ZM4yO2NKolKQkgxVAtxuy3SiVrx { top:8.875rem;left:3.5625rem;width:4.8125rem;height:0;z-index:15019;color:#0e0142;font-size:1.625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Au6R0NE11bRpmkNaBcU7EPzIIIsxCPuU { width:10.1875rem;height:3.125rem;top:17.9375rem;left:4.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0Q8JbuCLtwDNdGS9Lh9ZV38Vq3Vtd2Q { display:block; }
 }@media only screen and (max-width: 763px) { #Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe { display:block; }#Xm6l0V45paLmqItEcB8hs4MRhzVLhKIe > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JreFV56ckKmUiTML9IcpRx8zLbWgAsc9 { width:14.6875rem;height:1.625rem;top:12.5625rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WfoXGACgZioOkOTtdFzX7wT5KmJsqP2p { width:15rem;height:9.375rem;top:15.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAPGxfqcI748pQwzav5DJcaGxQuXFAoJ { width:15rem;height:7.0625rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Rnhwl9cOrU5vr4PT2QamE0SU4eyewb { width:8.125rem;height:1.25rem;top:26rem;left:2.5rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #lfkxe2o2zO9DSxTpRu57zNK7pfRym5Vp { display:block; }
 }@media only screen and (max-width: 763px) { #fTZdT55FmFmqr5x2Rv9IC1y6f3cdLQaX { width:18rem;height:26.75rem;top:2.5rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK9zEDxo0606tJT5791XupUV1bTcIRZ6 { display:block; }#SK9zEDxo0606tJT5791XupUV1bTcIRZ6 > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtFFqb589a18tBzByWA8KL3zWvycrN2f { width:18rem;height:28.875rem;top:0.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOcAcOG0nv1TxJThR6Abl6tlkKqFUDRc { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #baQeJq41gVpXy3kFBkakTisI7eF8DBeT { width:13.186875rem;height:1.625rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Aac8GRpteKmrUL2BTxzSHVH1XBBQ20M8 { width:15rem;height:10.9375rem;top:13.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTvT8Wbf5FC8XqQosKSlDHZTq1clw54 { width:8.125rem;height:1.875rem;top:25.75rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t6xaflnVVSCTu4BW83SJsTqqzmz6M51V { display:block; }
 }@media only screen and (max-width: 763px) { #crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 { display:block; }#crpP1AcSFilT9UWNOrMRLRrzSVPCarK2 > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4cfO9hMB1Co1k42Atn3WOTnvcqlRc5R { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #O5sUDAcDBnoEqWVQuerrXx1TXb4vw5UI { width:15.7498125rem;height:1.625rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r5nuLtAJGiyEpgrW8k84y7nygkKNMGul { width:15.5625rem;height:12.5rem;top:13.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsLS7GixADuStztrp9cHB6fqKaZhJP1 { width:8.125rem;height:1.25rem;top:27.125rem;left:2.5rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ooFy1BOP5BoSI9KbTJiAkltyTWcrxXTo { display:block; }
 }@media only screen and (max-width: 763px) { #kSQIWH5zZ0wVBsODaSnuvCOZ3dnBgqia { width:18rem;height:29.875rem;top:0.498046875rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV { display:block; }#ohcAr3qLZeEqiCAFrLP9VGcDwi0Xp1sV > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpFTp0QHGkSu5b6ytE6oL5k6V4Umk84e { width:7.5rem;height:7.4375rem;top:19.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suk6JQm5wl9EXIawLTfQRbTzGaBsye6l { width:7.5rem;height:7.4375rem;top:19.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOT52zwIfJOMoCLSp0JM3ZEQC0DOBLGb { width:15rem;height:5.8125rem;top:2.5rem;left:2.5rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xsrIxfBqI5ESleuVRxmT3EaROfTaTgmv { width:12.5rem;height:3.125rem;top:13.9375rem;left:3.75rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ufoQ7ilqO5TNEA1PO22Eg760GAZlItDI { display:block; }
 }@media only screen and (max-width: 763px) { #NmBKGZGr1b6fLpiMyE70QrqDLv0zp3eC { width:12.5rem;height:3.125rem;top:10.3125rem;left:3.75rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #kbTU6RH4i8kBcSU5gBdqctOGrJHfHo0X { display:block; }
 }@media only screen and (max-width: 763px) { #lFRgnTLVKazbkK9ygDps86VeBwGABZoc { display:block; }#lFRgnTLVKazbkK9ygDps86VeBwGABZoc > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtHC7uWUrQnFTV3Pv0A3PAURy0wxqx7p { width:20rem;height:52.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm { display:block; }#pJaiSCRORn5tdv8Vsys8zCl3hJTAlxJm > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJz4pw5mQQa2aXgN5bcgte31Zqi9dHvW { width:20rem;height:51.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaJVCumpdCe6PW1vSmbQgUva3S3ive5k { display:block; }#iaJVCumpdCe6PW1vSmbQgUva3S3ive5k > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPslsPOyzgixcMBzc9Vh4ADgpM3ut5HK { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPcH5LNsbnqXnDi09rEDVRbDtEXGXFBL { width:15rem;height:7rem;top:2.5rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JwHPebR1DqsOrxdc7sIzU6wdRWwLq9kZ { width:15rem;height:3.125rem;top:11.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHbhLI57XtTwtJVL5pIHLgyFuV1cOPq { display:block; }
 }@media only screen and (max-width: 763px) { #wwmZvSa401HEPwVzaObv2xBBfEm38POO { width:15rem;height:3.125rem;top:15rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJtSTz55F267vKQOaB8m5oMH7QI0y1Iz { display:block; }
 }@media only screen and (max-width: 763px) { #zp1ziEpoyMINgHPyAViNVs1K553KO6TM { width:20rem;height:20.625rem;top:0rem;left:-0.13674496644296rem;display:block; }
 }