.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:255,255,255;--color-primary-1:227,227,227;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:30,30,30;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--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:30,30,30;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { 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; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { 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:21.5625rem;width:25.875rem;top:1.0615234375rem;left:0rem;overflow:hidden;display:none; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:21.9375rem;width:31.25rem;top:3rem;left:28.75rem;display:block; }
#XWGBxsHSDIqMCu365fgdJVbppJozw6CA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:30.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:30.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:27.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.9375rem;left:30.5625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KbBpJR1pOTPEWWPWOcvAuhztV66GU1cG { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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: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-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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1865rem;height:3.499025rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.0625rem;left:34.75rem;display:block; }
#hTTfzR2ORs9pNQE7UA1nIamNhP2Lavy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gv7ZgT6xETNXMVPRcpSN84OhTqaN201u { position:absolute;display:block;z-index:14999;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:24.4375rem;width:32.375rem;top:1.75rem;left:1.3427734375rem;overflow:hidden;display:block; }
#AgG53gV4BwUV4QZLeD2o1I0DCMoQlpzl { color:rgba(200,167,4,0.85);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:22.125rem;left:39rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU { 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; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row .container { background-color: transparent; background-image: none; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row .container > .video-iframe-container { display: none; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row > .video-iframe-container { display: none; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .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); }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row .container { border-width: 0; border-radius: 0; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#IsU4zD9MPdMJ4Eb99REhnow6nisWCVkr { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:2.6226129531861rem;left:0.18598175048828rem;height:3.25086875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y3fv27XpwTHdXQorOVFcF6lziXXPf9vR { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:7.4375rem;left:0rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oV2VXJKqzGxWeLcXDaeMUfVMHyMmWhyc { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14rem;top:10.6875rem;left:0.0625rem;display:block; }
#PUXHqSgHHCtz24JgQk0vzCRJC9vF6LZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:12.0625rem;left:0.75rem;height:2.62586875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EV58K6ZEwNLzmLmdgqd4U0PrqTFUJySG { color:rgba(var(--color-tertiary-4),0.7);display:block;width:12.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.061632782221rem;left:0.91037368774412rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AFU46TJbWOrtuA74p2ovvzCOueacpeIv { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:16.125rem;left:5.375rem;display:block; }
#MBQ6dIHLyNebXQyMsneD4n00u54Gqogn { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14rem;top:10.6875rem;left:14.0625rem;display:block; }
#RxClDPMiT5lGbNnWXowCHCOTf6Zgi8m5 { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:16.0625rem;left:19.3125rem;display:block; }
#pgvCeVAKwTN8FqWPSwDva0IIM3pEyQDR { color:rgba(var(--color-tertiary-4),0.7);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:17.061632782221rem;left:14.19921875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qambwP5glxsMfNFl4Ww9rNTNJmQA3em0 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14rem;top:19.75rem;left:0.0625rem;display:block; }
#VJV503biDgo3zp6reDp0OP2mLb4c74Zy { color:rgba(var(--color-tertiary-4),0.7);display:block;width:13.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:24.687500625849rem;left:0.47417449951172rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ilVfZG6WDlxFeVTT7RgvRFQuIPaBzXXf { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14rem;top:19.75rem;left:14.0625rem;display:block; }
#DT9NIc9aDPdCUpUkXn6Bdi3qL5WubIXv { color:rgba(var(--color-tertiary-4),0.7);display:block;width:12.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:24.687500625849rem;left:14.850261688233rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J5mNw075vAUekX5nHyMtSId5ptuVXRoO { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:23.6875rem;left:5.3125rem;display:block; }
#fBlbIK8OTTQT9GWmR05r44n1GT8d5Ghw { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;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:0.0618489375rem;width:3.56228125rem;top:23.6875rem;left:19.375rem;display:block; }
#lB7KEAKL6Z4bGXP5szoBTrrFGvrhshIo { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14rem;top:28.8125rem;left:0rem;display:block; }
#wkVcd8Gi2RSic7qO9C8PZ0uprXhEacvp { color:rgba(var(--color-tertiary-4),0.7);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:34.187285095453rem;left:2.3415794372559rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LoZWmvI5s0Wp1h904TeeJdt8yy2lzyHF { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14rem;top:28.8125rem;left:14rem;display:block; }
#QMm6ZpSbRRlf6lb5ST29Ns6ueJZsldOv { color:rgba(var(--color-tertiary-4),0.7);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:34.187285095453rem;left:16.598308563233rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o51xJs0E7fyoLOzJqWuqdu20Rof8NJfH { position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:33.1875rem;left:5.3125rem;display:block; }
#zDoIlgSWSdPdgVQJFKJ7GpTPb7UsckDn { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:33.1875rem;left:19.3125rem;display:block; }
#JPTWxKHDDMHizSQPosarZixBs6qMtrE8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1;letter-spacing:0;top:12rem;left:14.6875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l6hOezU3v1dp4wg6paNBw2JydMx6ryf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15049;line-height:1;letter-spacing:0;top:21.25rem;left:14.6875rem;height:1.31293125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KABTyccT7Dg1ladpueJW5icS8g0xesFI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15050;line-height:1;letter-spacing:0;top:21.25rem;left:0.6875rem;height:1.31293125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lhPXb3kVtSeIode0F0XWlvOlfxNoWsFy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1;letter-spacing:0;top:29.75rem;left:0.6875rem;height:2.62586875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D8z1Z4zcZlzxXEoZ07wxhB5xV0M0svpp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15052;line-height:1;letter-spacing:0;top:29.75rem;left:14.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u8Jlos5QagE39TcwTl77EFId0ZxB8ZTl { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:40.625rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrUZFpBPa0HfiRtoiCoJTovosWGEMzAZ { position:absolute;display:block;z-index:15054;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:27.1875rem;width:27.1875rem;top:10.6875rem;left:31.4375rem;overflow:hidden;display:block; }
#tbp1Q6F1FRkCTaykyzTO6nTx7K2Q6NOa { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;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:0.0618489375rem;width:3.56228125rem;top:23.6875rem;left:19.375rem;display:none; }
#NROxqoXPyTpqdhUBShQsvUHBqP61TJXv { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;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:0.0618489375rem;width:3.56228125rem;top:23.6875rem;left:19.375rem;display:none; }
#qWDrsoxKyTOi0iioOGTi0OXpVLxm78sV { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;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:0.0618489375rem;width:3.56228125rem;top:23.6875rem;left:19.375rem;display:none; }
#fz54Py1wKrp9GHA6hXWLhGuT24rniFNT { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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: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-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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1855625rem;height:3.499025rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:39.5rem;left:35.4375rem;display:block; }
#exVmFubIHuZXderZfANOmCmAd0VZNEi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KplsPOZ1lx0boyrd4aUOMb3t13C07eC9 { color:rgba(200,167,4,0.85);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:43.5869140625rem;left:39.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { color:rgba(var(--color-primary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:6.3125rem;left:0rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBCBNiPMTFU8mDgvAdN5TOAgNMTrJOTg { color:rgba(var(--color-tertiary-4),0.7);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.125rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VBCBNiPMTFU8mDgvAdN5TOAgNMTrJOTg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VBCBNiPMTFU8mDgvAdN5TOAgNMTrJOTg li:before{  }
#BwKs7A5bZbdSM9UU3e1xPBoyw1CpsG81 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:25.5625rem;left:0rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NhTe4tk22pNmZTmL1mwnnXQ5u8puBEiz { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tznykkPtJJ4MgQ5zOkXFFFRnNMTSrEbH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:31.3125rem;left:0rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { 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; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { border-width: 0; border-radius: 0; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#soT7WbRwI1LvrlhkoZIbgqFnI77H563r { color:rgba(var(--color-primary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:2.5rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLBgDwnI4NmDx9MJ2HctNzarc6UHTomF { color:rgba(var(--color-primary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.625rem;left:0.375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TW73TMKq3xpSPw3mUVzAf5dNkIiOLOKB { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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: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-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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1873125rem;height:3.49935rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.75456237793rem;left:0rem;display:block; }
#GffkHMgxUWaJQziTKPHIy3f9xFx07Dzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v23zTo8drVfD9IrtT41dB1Vnk7gAHgBJ { position:absolute;display:block;z-index:15055;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:19.1875rem;width:19.1875rem;top:1.9965286254882rem;left:34.434677124024rem;overflow:hidden;display:block; }
#zrupoH2FR7dqM5bRbyJBa0TNGsWC8sWa { color:rgba(200,167,4,0.85);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:15.7744140625rem;left:4.1865234375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:25.875rem;height:21.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:31.25rem;height:21.9375rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWGBxsHSDIqMCu365fgdJVbppJozw6CA { width:24.375rem;height:2.4375rem;top:4.9375rem;left:23.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:24.375rem;height:2.4375rem;top:7.0625rem;left:23.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:27.5625rem;height:6rem;top:10.9375rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbBpJR1pOTPEWWPWOcvAuhztV66GU1cG { width:19.125rem;height:3.4375rem;top:18.0625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTfzR2ORs9pNQE7UA1nIamNhP2Lavy3 { display:block; }
 }@media only screen and (max-width: 763px) { #gv7ZgT6xETNXMVPRcpSN84OhTqaN201u { top:1.75rem;left:0rem;width:32.375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgG53gV4BwUV4QZLeD2o1I0DCMoQlpzl { width:10.8125rem;height:1.5625rem;top:22.125rem;left:32.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU { display:block; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsU4zD9MPdMJ4Eb99REhnow6nisWCVkr { width:47.75rem;height:3.25rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3fv27XpwTHdXQorOVFcF6lziXXPf9vR { width:25rem;height:1.9375rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV2VXJKqzGxWeLcXDaeMUfVMHyMmWhyc { width:13.9375rem;height:8.875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUXHqSgHHCtz24JgQk0vzCRJC9vF6LZQ { width:12.8125rem;height:2.625rem;top:12.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV58K6ZEwNLzmLmdgqd4U0PrqTFUJySG { width:12.375rem;height:1.375rem;top:17rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFU46TJbWOrtuA74p2ovvzCOueacpeIv { width:3.5rem;height:0;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQ6dIHLyNebXQyMsneD4n00u54Gqogn { width:13.9375rem;height:8.875rem;top:10.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxClDPMiT5lGbNnWXowCHCOTf6Zgi8m5 { width:3.5rem;height:0;top:16.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgvCeVAKwTN8FqWPSwDva0IIM3pEyQDR { width:13.4375rem;height:1.375rem;top:17rem;left:8.07421875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qambwP5glxsMfNFl4Ww9rNTNJmQA3em0 { width:13.9375rem;height:8.9375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJV503biDgo3zp6reDp0OP2mLb4c74Zy { width:13.25rem;height:2.8125rem;top:24.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilVfZG6WDlxFeVTT7RgvRFQuIPaBzXXf { width:13.9375rem;height:8.9375rem;top:19.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT9NIc9aDPdCUpUkXn6Bdi3qL5WubIXv { width:12.5rem;height:2.8125rem;top:24.6875rem;left:8.7252616882325rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mNw075vAUekX5nHyMtSId5ptuVXRoO { width:3.5rem;height:0;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlbIK8OTTQT9GWmR05r44n1GT8d5Ghw { width:3.5rem;height:0;top:23.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB7KEAKL6Z4bGXP5szoBTrrFGvrhshIo { width:13.9375rem;height:8.9375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVcd8Gi2RSic7qO9C8PZ0uprXhEacvp { width:9.6875rem;height:2.8125rem;top:34.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoZWmvI5s0Wp1h904TeeJdt8yy2lzyHF { width:13.9375rem;height:8.9375rem;top:28.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMm6ZpSbRRlf6lb5ST29Ns6ueJZsldOv { width:9.0625rem;height:2.8125rem;top:34.125rem;left:10.473308563233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51xJs0E7fyoLOzJqWuqdu20Rof8NJfH { width:3.5rem;height:0;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDoIlgSWSdPdgVQJFKJ7GpTPb7UsckDn { width:3.5rem;height:0;top:33.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPTWxKHDDMHizSQPosarZixBs6qMtrE8 { width:12.8125rem;height:3.9375rem;top:12rem;left:8.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6hOezU3v1dp4wg6paNBw2JydMx6ryf0 { width:12.8125rem;height:1.3125rem;top:21.25rem;left:8.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KABTyccT7Dg1ladpueJW5icS8g0xesFI { width:12.8125rem;height:1.3125rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhPXb3kVtSeIode0F0XWlvOlfxNoWsFy { width:12.8125rem;height:2.625rem;top:29.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8z1Z4zcZlzxXEoZ07wxhB5xV0M0svpp { width:12.8125rem;height:2.625rem;top:29.75rem;left:8.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Jlos5QagE39TcwTl77EFId0ZxB8ZTl { width:38.25rem;height:5.9375rem;top:40.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrUZFpBPa0HfiRtoiCoJTovosWGEMzAZ { top:10.6875rem;left:20.5625rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbp1Q6F1FRkCTaykyzTO6nTx7K2Q6NOa { width:3.5rem;height:0;top:23.6875rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NROxqoXPyTpqdhUBShQsvUHBqP61TJXv { width:3.5rem;height:0;top:23.6875rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWDrsoxKyTOi0iioOGTi0OXpVLxm78sV { width:3.5rem;height:0;top:23.6875rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fz54Py1wKrp9GHA6hXWLhGuT24rniFNT { width:19.125rem;height:3.4375rem;top:39.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exVmFubIHuZXderZfANOmCmAd0VZNEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #KplsPOZ1lx0boyrd4aUOMb3t13C07eC9 { width:10.8125rem;height:1.5625rem;top:43.5625rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:40rem;height:2rem;top:6.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:40rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBCBNiPMTFU8mDgvAdN5TOAgNMTrJOTg { width:40rem;height:11.25rem;top:9.125rem;left:0rem;font-size:0.9375rem;display:block; }#VBCBNiPMTFU8mDgvAdN5TOAgNMTrJOTg li:before{  }
 }@media only screen and (max-width: 763px) { #BwKs7A5bZbdSM9UU3e1xPBoyw1CpsG81 { width:47.75rem;height:4rem;top:25.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTe4tk22pNmZTmL1mwnnXQ5u8puBEiz { width:40rem;height:2.4375rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tznykkPtJJ4MgQ5zOkXFFFRnNMTSrEbH { width:47.75rem;height:4rem;top:31.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:30.4375rem;height:1.875rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLBgDwnI4NmDx9MJ2HctNzarc6UHTomF { width:25.9375rem;height:3.75rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW73TMKq3xpSPw3mUVzAf5dNkIiOLOKB { width:19.125rem;height:3.4375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GffkHMgxUWaJQziTKPHIy3f9xFx07Dzv { display:block; }
 }@media only screen and (max-width: 763px) { #v23zTo8drVfD9IrtT41dB1Vnk7gAHgBJ { top:1.9375rem;left:28.309677124024rem;width:19.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrupoH2FR7dqM5bRbyJBa0TNGsWC8sWa { width:10.8125rem;height:1.5625rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:10.5rem;height:8.75rem;top:0rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:20rem;height:10.6875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWGBxsHSDIqMCu365fgdJVbppJozw6CA { width:11.9375rem;height:1.7871125rem;top:9.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:17.061625rem;height:1.7871125rem;top:11.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:19.0625rem;height:4.1982375rem;top:13.875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbBpJR1pOTPEWWPWOcvAuhztV66GU1cG { width:19.125rem;height:3.4375rem;top:20.75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTfzR2ORs9pNQE7UA1nIamNhP2Lavy3 { display:block; }
 }@media only screen and (max-width: 763px) { #gv7ZgT6xETNXMVPRcpSN84OhTqaN201u { width:20rem;height:15.096525096525rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgG53gV4BwUV4QZLeD2o1I0DCMoQlpzl { width:10.8125rem;height:1.3994125rem;top:25.125rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU { display:block; }#odnhnQ0PMlrmLzPTkz6iT5DT48VAJGkU > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsU4zD9MPdMJ4Eb99REhnow6nisWCVkr { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y3fv27XpwTHdXQorOVFcF6lziXXPf9vR { width:18.999rem;height:1.3994125rem;top:21.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV2VXJKqzGxWeLcXDaeMUfVMHyMmWhyc { width:14rem;height:6.8125rem;top:23.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUXHqSgHHCtz24JgQk0vzCRJC9vF6LZQ { width:13.9995625rem;height:1.875rem;top:24.875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV58K6ZEwNLzmLmdgqd4U0PrqTFUJySG { width:14.124375rem;height:1.125rem;top:28.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFU46TJbWOrtuA74p2ovvzCOueacpeIv { width:3.56228125rem;height:0.0618489375rem;top:27.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQ6dIHLyNebXQyMsneD4n00u54Gqogn { width:13.9995625rem;height:6.8125rem;top:31.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxClDPMiT5lGbNnWXowCHCOTf6Zgi8m5 { width:3.56228125rem;height:0.0618489375rem;top:36.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgvCeVAKwTN8FqWPSwDva0IIM3pEyQDR { width:14.124375rem;height:1.125rem;top:36.9375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qambwP5glxsMfNFl4Ww9rNTNJmQA3em0 { width:13.9995625rem;height:6.8125rem;top:39.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJV503biDgo3zp6reDp0OP2mLb4c74Zy { width:14.124375rem;height:1.125rem;top:43.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilVfZG6WDlxFeVTT7RgvRFQuIPaBzXXf { width:13.9995625rem;height:6.8125rem;top:47.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT9NIc9aDPdCUpUkXn6Bdi3qL5WubIXv { width:14.124375rem;height:1.125rem;top:51.875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mNw075vAUekX5nHyMtSId5ptuVXRoO { width:3.56228125rem;height:0.0618489375rem;top:43.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlbIK8OTTQT9GWmR05r44n1GT8d5Ghw { width:3.56228125rem;height:0.0618489375rem;top:50.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB7KEAKL6Z4bGXP5szoBTrrFGvrhshIo { width:13.9375rem;height:6.8125rem;top:55.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVcd8Gi2RSic7qO9C8PZ0uprXhEacvp { width:12.874375rem;height:2.25rem;top:60.1875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoZWmvI5s0Wp1h904TeeJdt8yy2lzyHF { width:13.9375rem;height:6.8125rem;top:64.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMm6ZpSbRRlf6lb5ST29Ns6ueJZsldOv { width:13.125rem;height:1.125rem;top:68.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51xJs0E7fyoLOzJqWuqdu20Rof8NJfH { width:3.5rem;height:0;top:60.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDoIlgSWSdPdgVQJFKJ7GpTPb7UsckDn { width:3.5rem;height:0;top:68.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPTWxKHDDMHizSQPosarZixBs6qMtrE8 { width:12.8125rem;height:2.8125rem;top:32.625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6hOezU3v1dp4wg6paNBw2JydMx6ryf0 { width:12.8125rem;height:0.9375rem;top:48.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KABTyccT7Dg1ladpueJW5icS8g0xesFI { width:12.8125rem;height:0.9375rem;top:41.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhPXb3kVtSeIode0F0XWlvOlfxNoWsFy { width:12.8125rem;height:0.9375rem;top:56.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8z1Z4zcZlzxXEoZ07wxhB5xV0M0svpp { width:12.8125rem;height:0.9375rem;top:65.5625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Jlos5QagE39TcwTl77EFId0ZxB8ZTl { width:20rem;height:6.39844375rem;top:73.046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrUZFpBPa0HfiRtoiCoJTovosWGEMzAZ { width:12.8125rem;height:12.8125rem;top:7.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbp1Q6F1FRkCTaykyzTO6nTx7K2Q6NOa { width:3.5612rem;height:0.060763875rem;top:59.3125rem;left:8.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #NROxqoXPyTpqdhUBShQsvUHBqP61TJXv { width:3.5612rem;height:0.0596788125rem;top:68.5625rem;left:8.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qWDrsoxKyTOi0iioOGTi0OXpVLxm78sV { width:3.56055rem;height:0.0595703125rem;top:67.5rem;left:8.1875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #fz54Py1wKrp9GHA6hXWLhGuT24rniFNT { width:19.125rem;height:3.4375rem;top:81.0703125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exVmFubIHuZXderZfANOmCmAd0VZNEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #KplsPOZ1lx0boyrd4aUOMb3t13C07eC9 { width:10.8125rem;height:1.3994125rem;top:85.3828125rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:19.6875rem;height:1.5rem;top:4.1875rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:20rem;height:1.25rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VBCBNiPMTFU8mDgvAdN5TOAgNMTrJOTg { width:19.625rem;height:13.25rem;top:6.4375rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#VBCBNiPMTFU8mDgvAdN5TOAgNMTrJOTg li:before{  }
 }@media only screen and (max-width: 763px) { #BwKs7A5bZbdSM9UU3e1xPBoyw1CpsG81 { width:20rem;height:6rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),0.7);display:block; }
 }@media only screen and (max-width: 763px) { #NhTe4tk22pNmZTmL1mwnnXQ5u8puBEiz { width:20rem;height:1.25rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tznykkPtJJ4MgQ5zOkXFFFRnNMTSrEbH { width:20rem;height:3rem;top:31.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),0.7);display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { background-color:#fffdf5;background-image:none;display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:20rem;height:1.25rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GLBgDwnI4NmDx9MJ2HctNzarc6UHTomF { width:20rem;height:2.5996125rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TW73TMKq3xpSPw3mUVzAf5dNkIiOLOKB { width:19.125rem;height:3.4375rem;top:20.78125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GffkHMgxUWaJQziTKPHIy3f9xFx07Dzv { display:block; }
 }@media only screen and (max-width: 763px) { #v23zTo8drVfD9IrtT41dB1Vnk7gAHgBJ { width:12.0625rem;height:12.0625rem;top:7.625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrupoH2FR7dqM5bRbyJBa0TNGsWC8sWa { width:10.8125rem;height:1.5996125rem;top:25.46875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }