.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:253,231,213;--color-primary-1:250,184,130;--color-primary-2:247,136,47;--color-primary-3:254,196,38;--color-primary-4:253,143,0;--color-secondary-0:233,235,238;--color-secondary-1:181,189,199;--color-secondary-2:107,122,143;--color-secondary-3:54,61,72;--color-secondary-4:16,18,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"PT Sans Narrow";--paragraphs-font-family:"PT Sans Narrow"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/eB0kqXsV/vintage-music-white-soun_opt.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 { background-color: transparent; background-image: none; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .row .container > .video-iframe-container { display: none; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .row > .video-iframe-container { display: none; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .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); }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 { border-width: 0; border-radius: 0; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .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; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t6DoLkwt9DKCZk92JR8BKTIQckTO1UfF { display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.75rem;left:-10.75rem;height:1.625rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#Ndc2gibE5ntbhOqgfliN4cMyABnpa6GV { display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:5.625rem;left:-10.125rem;height:1.7875rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#y9rJEsm60fe4J3DNG1nyDG2ODQ4g9cBW { display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:7.5rem;left:-10.125rem;height:1.4625rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#EUucG8a1p1HVWdwBMhJyN9kSAVMMcXvL { display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:13.9375rem;left:-5rem;height:3.25rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#gC0aXZknqddPS5brSxmhsT4K3wDihgli { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:-11.25rem;overflow:hidden;display:block; }
#zer0aEbirh8Leyeqhund9za2W8tHHVfT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.4375rem;left:-5rem;overflow:hidden;display:block; }
#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN { background-color:rgba(var(--color-secondary-2),0.4);background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-4),0.3), rgba(32,32,32,0.3));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-4),0.3), rgba(32,32,32,0.3));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-4),0.3), rgba(32,32,32,0.3));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-4),0.3), rgba(32,32,32,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.3)', endColorstr='#2020204c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.3)', endColorstr='#2020204c' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-4),0.3), rgba(32,32,32,0.3));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { background-color: transparent; background-image: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container > .video-iframe-container { display: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row > .video-iframe-container { display: none; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .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); }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { border-width: 0; border-radius: 0; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { width:60rem;height:12.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bvoLthOzNwrD1gudHADSx83gxez4QdW3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10rem;width:19.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20rem;overflow:hidden;display:block; }
#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0.4);background-image: -webkit-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-image: -moz-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-image: -ms-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-image: -o-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2020204c', endColorstr='#7474744c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2020204c', endColorstr='#7474744c' );";background-image: linear-gradient(to bottom, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { background-color: transparent; background-image: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container > .video-iframe-container { display: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container { display: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .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); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { border-width: 0; border-radius: 0; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#d2nrVtrcsydEgTFSBZDHt3USxKoThSEV { display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.9375rem;left:1.25rem;height:4.225rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#kSqRcZlkQiIpI8BBGrmf2TcBhIoSE1T3 { border-bottom:0.125rem solid #f7c331;border-left:0;border-right:0;border-top:0.125rem solid #f7c331;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:7.5rem;width:17.5rem;position:absolute;display:block;z-index:14999;top:1.25rem;left:1.25rem;display:block; }
#GTnDVvNByO7ddZqW37borJ3cWBOtCSir { display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.875rem;left:21.25rem;height:6.3369375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#Tgipf64nR9eqTLVDKPtkNll8CVMDbEh3 { border-bottom:0.125rem solid #f7c331;border-left:0;border-right:0;border-top:0.125rem solid #f7c331;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:7.5rem;width:17.5rem;position:absolute;display:block;z-index:15000;top:1.25rem;left:21.25rem;display:block; }
#M5U8ixU6O47XTTM1U3vV1bDyvi1cEIXV { display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.875rem;left:41.25rem;height:4.2246125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#CcapKABSz4UFZ01RmHNqZcwWryGhlBvC { border-bottom:0.125rem solid #f7c331;border-left:0;border-right:0;border-top:0.125rem solid #f7c331;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:7.5rem;width:17.5rem;position:absolute;display:block;z-index:14998;top:1.25rem;left:41.25rem;display:block; }
#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0.4);background-image: -webkit-linear-gradient(top, rgba(116,116,116,0.3), rgba(var(--color-tertiary-0),0.3));background-image: -moz-linear-gradient(top, rgba(116,116,116,0.3), rgba(var(--color-tertiary-0),0.3));background-image: -ms-linear-gradient(top, rgba(116,116,116,0.3), rgba(var(--color-tertiary-0),0.3));background-image: -o-linear-gradient(top, rgba(116,116,116,0.3), rgba(var(--color-tertiary-0),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7474744c', endColorstr='rgba(var(--color-tertiary-0),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7474744c', endColorstr='rgba(var(--color-tertiary-0),0.3)' );";background-image: linear-gradient(to bottom, rgba(116,116,116,0.3), rgba(var(--color-tertiary-0),0.3));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { background-color: transparent; background-image: none; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container > .video-iframe-container { display: none; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row > .video-iframe-container { display: none; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .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); }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { border-width: 0; border-radius: 0; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-form-header {  }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-regular-label { display:block;width:14.6875rem;height:auto;font-size:1.25rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(var(--color-tertiary-0),1);height:3.25rem;width:14.6875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;background-color:transparent;background-image:none;overflow:hidden; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-text {padding-top: 0; padding-bottom: 0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(var(--color-tertiary-0),1);height:3.25rem;width:14.6875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;background-color:transparent;background-image:none;overflow:hidden; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:14.6875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:arial;font-weight:400;text-align:left;text-align-last:left;font-size:0.75rem;background-color:transparent;background-image:none; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-select {padding-top: 0; padding-bottom: 0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.25rem;width:10rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-2),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;text-align:center;text-align-last:center;font-size:1.5rem;background-color:#ffffff;background-image:none;overflow:hidden;font-style:normal; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.6);line-height:2.4;text-align:left;text-align-last:left; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.6);line-height:2.4;text-align:left;text-align-last:left; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.6);line-height:2.4;text-align:left;text-align-last:left; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),0.6);line-height:2.4;text-align:left;text-align-last:left; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:39.9375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-0),1); }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.65625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-container:first-of-type{padding-top:0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-container:last-of-type{padding-bottom:0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:41.25rem;height:auto;left:8.125rem;top:9.1875rem;z-index:15000;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .radio-container { width:15.3125rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:41.25rem;height:auto;left:8.125rem;top:9.1875rem;z-index:15000;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #xJcT4npk3xp7NdB79JvhykUfUXk5F79d { position:relative; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #rm3NyVDfOqxaHXTS6wxiDMagTymZ092z { position:relative;display:block; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #Buu8m2SCzneaEJU7NFTd1fD4UFk7MXHs { position:relative; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #CT8DlZqdfA7xB6TI3cEHZm4oKaIvr5Q9 { position:relative; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #VGxAgLo0fx0QwTIHUn3PSzX4yTNeENzS { position:relative;display:block; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #BKbWQJF2ddWZ7OcMOcQ2mM4sxRTt7Ivn { position:relative; }
#mDqw3Mz3A0IFhxgkXNeM9yukbIdV5ExJ { position:relative;display:block; }
#TgFuRQxqJ53eSzk4yueauN8GPrI1lVDx { position:relative;display:block; }
#y9Ewr8b5DvbAbqf8ZzWssZi4QEw803rD { position:relative;display:block; }
#L2yQbP7uWzcU26QQkqwTCaTX0Fq4uQNq { position:relative;display:block; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #FSUVHJHocNsKcoH8nr5BXKroNqE0OR8n { position:relative; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #ebWdVdUdQiGbf5uHti0E7UIzX8IRpWS3 { position:relative; }
#ACWsab21Mq4LfNTocotS2qiGBzULCETH { display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:21.25rem;height:3.574225rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#hBk1F0ZU4trKR64n9zLonoM9VavK0gq0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:15.625rem;position:absolute;display:block;z-index:14999;top:1.6875rem;left:22.1875rem;display:block; }
#dUTQ0fTTTWKxPea6qbnoE7wfSHpmFy2D { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:43.75rem;top:17.4375rem;left:8.15625rem;display:block; }
#PIhDRwBsPOS7AwZnbpx52GWOvLBDQTud { display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:9.6875rem;height:3.16875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:justify;text-align-last:initial;display:block; }
#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { background-color: transparent; background-image: none; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container > .video-iframe-container { display: none; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row > .video-iframe-container { display: none; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .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); }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { border-width: 0; border-radius: 0; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#Bnp9VA1fr4Kqd8V9SLaP92rx0ys97IvH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:14984;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#MH47u5t3efVSt3oVKRJMHgducCnvVW0u { border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14984;top:13.625rem;left:6.875rem;display:block; }
#y0KtfL3nWts7GUcw3vDbcoxCuhyH6uy4 { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azPOqpX70kvADqPkw9e6hGWqu3A7L6g8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:14984;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.5rem;left:7.8125rem;overflow:hidden;display:block; }
#uOLJlMzHvcVxrCTiDWeNOly6lf3qoSrr { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14983;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:7.4365rem;display:block; }#uOLJlMzHvcVxrCTiDWeNOly6lf3qoSrr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uOLJlMzHvcVxrCTiDWeNOly6lf3qoSrr li:before{  }
#ww11zLFWoIIBHNzUZQd5EbgvPhDahOzu { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:-12.5rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#F8lcoE7dJO5ygwwdrGWS1Ww4bD4VtzD3 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14984;top:8.75rem;left:-8.125rem;display:block; }
#X9uyOCHXmkUC25tgQdu648C4zPlV4ZyS { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.9375rem;top:5rem;left:2.5rem;display:none; }
#STTx8Z793l3Vq2TT9UqBCFhoginI7lR6 { border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14983;top:13.625rem;left:27.5rem;display:block; }
#H9OZmSx6R29o3LJL3C0iMTwcCzm25Uqp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.9375rem;position:absolute;display:block;z-index:14982;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3.75rem;left:20.625rem;overflow:hidden;display:block; }
#Vz9CUoOQ5H138t39TM4fPHbfqJ4pRyRz { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4375rem;left:20.625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GlN6DhMp6QMqyT3JgbLG2QhTw7Ae9DIk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:14983;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.5rem;left:28.4375rem;overflow:hidden;display:block; }
#CGe0B7bb5MUwAiGeoXyWGcHHT9Le4cGW { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14981;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.625rem;height:7.4365rem;display:block; }#CGe0B7bb5MUwAiGeoXyWGcHHT9Le4cGW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CGe0B7bb5MUwAiGeoXyWGcHHT9Le4cGW li:before{  }
#DEKxzqBhI1ykX8TsfTAwR6i0uBAucr3y { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:14978;line-height:1.3;letter-spacing:0;top:19.4375rem;left:41.0625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zLxlLT0dOFhbfV4ZvgOtVDWXcrtzEsLk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:14980;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3.75rem;left:41.25rem;overflow:hidden;display:block; }
#f5RPJ65nBLOCsrwiRi5sIWvD8nMmzQZv { border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14980;top:13.625rem;left:48.125rem;display:block; }
#lqJB6TeOZ23S2n2HNL92zUs57UlC9ALK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:14980;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.5rem;left:49.0625rem;overflow:hidden;display:block; }
#X0UPNRpXfgqnKlFKJc1E3Ke6zQIVrhm9 { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14979;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.25rem;height:10.661125rem;display:block; }#X0UPNRpXfgqnKlFKJc1E3Ke6zQIVrhm9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X0UPNRpXfgqnKlFKJc1E3Ke6zQIVrhm9 li:before{  }
#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D { position:relative;display:none; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D { border-width: 0; border-radius: 0; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .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; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xsBsQPF5aD2eS12OEKMeiL8Ig28LcPpZ { background-color:#fd8f00;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#NQh1cC0QTv24CLp2x4C6Z4hhThJMef6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { background-color: transparent; background-image: none; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container > .video-iframe-container { display: none; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row > .video-iframe-container { display: none; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .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); }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { border-width: 0; border-radius: 0; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#s3aiZ7WhVSCcksETvElQOEAfgXiBZSgr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:14980;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#Udq9bTmZDT51teRxx4tF5caT22Z5QEur { border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14980;top:13.625rem;left:6.875rem;display:block; }
#FTkrim2CplCvi6Tz8BJm0K6Ep5DfmmCu { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFoXrXe8hQ9zFTaBaeTSM3aH7CzVZZOp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:14980;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.5rem;left:7.8125rem;overflow:hidden;display:block; }
#qMuC7cP5QlSriPx5JCq8nPxwWufiKqrp { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14979;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:10.661125rem;display:block; }#qMuC7cP5QlSriPx5JCq8nPxwWufiKqrp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qMuC7cP5QlSriPx5JCq8nPxwWufiKqrp li:before{  }
#zdJ8BLbogi492J75I1s4ggL6FvsxbTqu { border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14979;top:13.625rem;left:27.5rem;display:block; }
#ib9tHFsXaIofHWQ8M8Byp5weC1A8cd9e { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:14978;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3.75rem;left:20.625rem;overflow:hidden;display:block; }
#KZrW9TH8o0RUvHgWKgQVaBlktMXuETXK { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4375rem;left:20.625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xD1svrBHWLUeI4hncnp5MwNFHtnUtV1E { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:14979;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.5rem;left:28.4375rem;overflow:hidden;display:block; }
#E3LdwPDbqkHneeUDqVcRP7eTddc4FbqT { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14977;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.625rem;height:7.749rem;display:block; }#E3LdwPDbqkHneeUDqVcRP7eTddc4FbqT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E3LdwPDbqkHneeUDqVcRP7eTddc4FbqT li:before{  }
#JG8WFytoglodp1ch91DMcPt2hlzTasdn { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:14974;line-height:1.3;letter-spacing:0;top:19.4375rem;left:41.0625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWhGnZIv0J3qF1GhsioZTgekbiVRw75N { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:14976;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3.75rem;left:41.25rem;overflow:hidden;display:block; }
#npTcGBmnn7UhZ0PspLErXUE7BBCBoPHs { border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:14976;top:13.625rem;left:48.125rem;display:block; }
#SBVamwyKhfe0VxInxGSAK9nWSHTFTKyg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:14976;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.5rem;left:49.0625rem;overflow:hidden;display:block; }
#NFZLL479MyLQ2aFFHRabC4cpZFx1yugD { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14975;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.1875rem;height:3.8994125rem;display:block; }#NFZLL479MyLQ2aFFHRabC4cpZFx1yugD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NFZLL479MyLQ2aFFHRabC4cpZFx1yugD li:before{  }
#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7c331;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/49a2b18b7c21fbc472f2a6865ca86f91.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.adaptive-delivery-prevent-bg, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyload, #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz.lazyloading { background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { background-color: transparent; background-image: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container { display: none; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .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); }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { border-width: 0; border-radius: 0; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#nGTbySSu4XA38z735tIbEKGFJnJDJZeV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:16.875rem;width:25.625rem;position:absolute;display:block;z-index:15000;top:7.5rem;left:0rem;display:block; }
#Ca0ol7dVIAd6zRy74VMLJGF40b5ZDui7 { display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.875rem;height:6.8232375rem;font-style:normal;color:rgba(var(--color-tertiary-3),1);text-align:justify;text-align-last:initial;display:block; }
#LqXTrikO9hQuOzTkU6FShcr6lbtNHxFa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15009;top:3.6875rem;left:8.5rem;display:block; }
#k0QRhOUFkN6ygUQ2oDv5w4qQNSRSb5bf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.5625rem;left:10.375rem;overflow:hidden;display:block; }
#iP7bvrQvSTH2FKbdEFXb0aq95BJu1caV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:16.875rem;width:25.625rem;position:absolute;display:block;z-index:15005;top:7.5rem;left:34.375rem;display:block; }
#m4yQsABdR60ZwsBZhI3XarazTzEO1rmI { display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.875rem;left:36.25rem;height:7.96044375rem;font-style:normal;color:rgba(var(--color-tertiary-3),1);text-align:justify;text-align-last:initial;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; }
#VzxWoTWXt41AK7vqNEWgKcedXiNZwSnL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15008;top:3.6875rem;left:42.875rem;display:block; }
#RUuE651BTr7mWBpwQgdQiCdO6tIT50Au { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.5625rem;left:44.75rem;overflow:hidden;display:block; }
#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row .container { background-color: transparent; background-image: none; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row .container > .video-iframe-container { display: none; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row > .video-iframe-container { display: none; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .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); }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row .container { border-width: 0; border-radius: 0; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#R5dNg52pVqy2aAUxgrx4GsqqtXTcKhbJ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:13.02345rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#KIfPlnGm23b5QFPh5w36SLWVCUnDCJnH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5rem;width:5rem;position:absolute;display:block;z-index:15010;top:3.75rem;left:27.5rem;display:block; }
#wb0ENRyUJfgTKEtJHD08gux6vUpZGhw5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.6875rem;left:28.5rem;overflow:hidden;display:block; }
#PSzxfNksa23EuiXdHFSoR5HZRVRUxQHH { position:absolute;display:block;z-index:15012;height:2.5rem;width:4.4375rem;top:0rem;left:0rem;display:block; }
#BFEX7E4suKKXMo8BhTT6JAZimWibX0s9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-tertiary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.6875rem;left:26.25rem;display:block; }
#uJfyrxr3ydxv7QkTF9GOlMfWF5TbQBT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l { position:relative;display:none; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l { border-width: 0; border-radius: 0; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .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; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }@media only screen and (max-width: 959px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/af631d07eb7a759b26f244f4c5ec2605.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); } }@media only screen and (max-width: 959px) { #zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 { display:none; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #t6DoLkwt9DKCZk92JR8BKTIQckTO1UfF { width:11.25rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ndc2gibE5ntbhOqgfliN4cMyABnpa6GV { width:10rem;height:1.8125rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #y9rJEsm60fe4J3DNG1nyDG2ODQ4g9cBW { width:10rem;height:1.4375rem;top:7.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #EUucG8a1p1HVWdwBMhJyN9kSAVMMcXvL { width:6.25rem;height:;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #gC0aXZknqddPS5brSxmhsT4K3wDihgli { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zer0aEbirh8Leyeqhund9za2W8tHHVfT { width:6.25rem;height:6.25rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN { display:block; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { width:47.75rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bvoLthOzNwrD1gudHADSx83gxez4QdW3 { width:19.75rem;height:10rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH { display:block; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #d2nrVtrcsydEgTFSBZDHt3USxKoThSEV { width:12.3125rem;height:4.2246125rem;top:1.9248046875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kSqRcZlkQiIpI8BBGrmf2TcBhIoSE1T3 { width:15.9375rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GTnDVvNByO7ddZqW37borJ3cWBOtCSir { width:12.5rem;height:6.3369375rem;top:1.9248046875rem;left:18.66650390625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tgipf64nR9eqTLVDKPtkNll8CVMDbEh3 { width:15.9375rem;height:7.5rem;top:1.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #M5U8ixU6O47XTTM1U3vV1bDyvi1cEIXV { width:13.5625rem;height:6.3369375rem;top:1.9248046875rem;left:33.01025390625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CcapKABSz4UFZ01RmHNqZcwWryGhlBvC { width:15.9375rem;height:7.5rem;top:1.25rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl { display:block; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-regular-label { display:block;width:14.6875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-text { width:14.6875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-text {padding-top: 0; padding-bottom: 0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-textarea { width:14.6875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-select { width:14.6875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-select {padding-top: 0; padding-bottom: 0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-checkbox-label { width:40rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-radio-label { width:6.65625rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D  { width:41.3125rem;height:auto;left:2.0625rem;top:9.1875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .radio-container { width:15.3125rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D {display:inline-block;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D { width:41.3125rem;height:auto;left:2.0625rem;top:9.1875rem; }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #xJcT4npk3xp7NdB79JvhykUfUXk5F79d {  }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #rm3NyVDfOqxaHXTS6wxiDMagTymZ092z { display:block; }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #Buu8m2SCzneaEJU7NFTd1fD4UFk7MXHs {  }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #CT8DlZqdfA7xB6TI3cEHZm4oKaIvr5Q9 {  }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #VGxAgLo0fx0QwTIHUn3PSzX4yTNeENzS { display:block; }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #BKbWQJF2ddWZ7OcMOcQ2mM4sxRTt7Ivn {  }
 }@media only screen and (max-width: 959px) { #mDqw3Mz3A0IFhxgkXNeM9yukbIdV5ExJ { display:block; }
 }@media only screen and (max-width: 959px) { #TgFuRQxqJ53eSzk4yueauN8GPrI1lVDx { display:block; }
 }@media only screen and (max-width: 959px) { #y9Ewr8b5DvbAbqf8ZzWssZi4QEw803rD { display:block; }
 }@media only screen and (max-width: 959px) { #L2yQbP7uWzcU26QQkqwTCaTX0Fq4uQNq { display:block; }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #FSUVHJHocNsKcoH8nr5BXKroNqE0OR8n {  }
 }@media only screen and (max-width: 959px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #ebWdVdUdQiGbf5uHti0E7UIzX8IRpWS3 {  }
 }@media only screen and (max-width: 959px) { #ACWsab21Mq4LfNTocotS2qiGBzULCETH { width:12.9375rem;height:3.574225rem;top:4.826171875rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hBk1F0ZU4trKR64n9zLonoM9VavK0gq0 { width:15.625rem;height:15.625rem;top:1.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dUTQ0fTTTWKxPea6qbnoE7wfSHpmFy2D { width:43.75rem;height:3.125rem;top:17.4375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PIhDRwBsPOS7AwZnbpx52GWOvLBDQTud { width:40.8125rem;height:3.16845625rem;top:16.48583984375rem;left:3.5rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs { display:block; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Bnp9VA1fr4Kqd8V9SLaP92rx0ys97IvH { width:15.8125rem;height:10.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MH47u5t3efVSt3oVKRJMHgducCnvVW0u { width:4.375rem;height:4.375rem;top:11.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #y0KtfL3nWts7GUcw3vDbcoxCuhyH6uy4 { width:14.6875rem;height:2.11230625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #azPOqpX70kvADqPkw9e6hGWqu3A7L6g8 { width:3.125rem;height:3.125rem;top:12rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uOLJlMzHvcVxrCTiDWeNOly6lf3qoSrr { width:15.9375rem;height:8.7363125rem;top:3.75rem;left:0rem;display:block; }#uOLJlMzHvcVxrCTiDWeNOly6lf3qoSrr li:before{  }
 }@media only screen and (max-width: 959px) { #ww11zLFWoIIBHNzUZQd5EbgvPhDahOzu { width:14.6875rem;height:1.75rem;top:16.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #F8lcoE7dJO5ygwwdrGWS1Ww4bD4VtzD3 { width:4.3125rem;height:4.3125rem;top:8.75rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 959px) { #X9uyOCHXmkUC25tgQdu648C4zPlV4ZyS { width:12.5rem;height:2.9375rem;top:5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #STTx8Z793l3Vq2TT9UqBCFhoginI7lR6 { width:4.375rem;height:4.375rem;top:11.125rem;left:21.541666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #H9OZmSx6R29o3LJL3C0iMTwcCzm25Uqp { width:15.875rem;height:10.6875rem;top:3.75rem;left:15.91650390625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vz9CUoOQ5H138t39TM4fPHbfqJ4pRyRz { width:14.6875rem;height:2.11230625rem;top:16.3125rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #GlN6DhMp6QMqyT3JgbLG2QhTw7Ae9DIk { width:3.125rem;height:3.125rem;top:12rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CGe0B7bb5MUwAiGeoXyWGcHHT9Le4cGW { width:15.75rem;height:8.7363125rem;top:4.06884765625rem;left:16.1455078125rem;display:block; }#CGe0B7bb5MUwAiGeoXyWGcHHT9Le4cGW li:before{  }
 }@media only screen and (max-width: 959px) { #DEKxzqBhI1ykX8TsfTAwR6i0uBAucr3y { width:14.6875rem;height:2.11230625rem;top:16.3125rem;left:33.083333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #zLxlLT0dOFhbfV4ZvgOtVDWXcrtzEsLk { width:16rem;height:10.625rem;top:3.75rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #f5RPJ65nBLOCsrwiRi5sIWvD8nMmzQZv { width:4.375rem;height:4.375rem;top:11.125rem;left:38.083333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #lqJB6TeOZ23S2n2HNL92zUs57UlC9ALK { width:3.125rem;height:3.125rem;top:12rem;left:38.8642578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #X0UPNRpXfgqnKlFKJc1E3Ke6zQIVrhm9 { width:15.875rem;height:10.661125rem;top:3.76953125rem;left:32.13525390625rem;display:block; }#X0UPNRpXfgqnKlFKJc1E3Ke6zQIVrhm9 li:before{  }
 }@media only screen and (max-width: 959px) { #PKxunNvi2JLEzQlfzZOBAPCahaE7v88D { display:none; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #xsBsQPF5aD2eS12OEKMeiL8Ig28LcPpZ { width:12.5rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #NQh1cC0QTv24CLp2x4C6Z4hhThJMef6X { display:block; }
 }@media only screen and (max-width: 959px) { #OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh { display:block; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { width:47.75rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #s3aiZ7WhVSCcksETvElQOEAfgXiBZSgr { width:15.9375rem;height:10.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Udq9bTmZDT51teRxx4tF5caT22Z5QEur { width:4.375rem;height:4.375rem;top:11.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FTkrim2CplCvi6Tz8BJm0K6Ep5DfmmCu { width:14.6875rem;height:2.11230625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zFoXrXe8hQ9zFTaBaeTSM3aH7CzVZZOp { width:3.125rem;height:3.125rem;top:12rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qMuC7cP5QlSriPx5JCq8nPxwWufiKqrp { width:15.4375rem;height:10.661125rem;top:3.75rem;left:0rem;display:block; }#qMuC7cP5QlSriPx5JCq8nPxwWufiKqrp li:before{  }
 }@media only screen and (max-width: 959px) { #zdJ8BLbogi492J75I1s4ggL6FvsxbTqu { width:4.375rem;height:4.375rem;top:11.125rem;left:21.541666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #ib9tHFsXaIofHWQ8M8Byp5weC1A8cd9e { width:15.9375rem;height:10.5625rem;top:3.8125rem;left:15.9580078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KZrW9TH8o0RUvHgWKgQVaBlktMXuETXK { width:14.6875rem;height:2.11230625rem;top:16.3125rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #xD1svrBHWLUeI4hncnp5MwNFHtnUtV1E { width:3.125rem;height:3.125rem;top:12rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #E3LdwPDbqkHneeUDqVcRP7eTddc4FbqT { width:15.3125rem;height:7.749rem;top:3.75rem;left:16.21875rem;display:block; }#E3LdwPDbqkHneeUDqVcRP7eTddc4FbqT li:before{  }
 }@media only screen and (max-width: 959px) { #JG8WFytoglodp1ch91DMcPt2hlzTasdn { width:14.6875rem;height:2.11230625rem;top:16.3125rem;left:33.083333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #lWhGnZIv0J3qF1GhsioZTgekbiVRw75N { width:15.875rem;height:10.625rem;top:3.75rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #npTcGBmnn7UhZ0PspLErXUE7BBCBoPHs { width:4.375rem;height:4.375rem;top:11.125rem;left:38.083333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBVamwyKhfe0VxInxGSAK9nWSHTFTKyg { width:3.125rem;height:3.125rem;top:12rem;left:38.8642578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NFZLL479MyLQ2aFFHRabC4cpZFx1yugD { width:15.9375rem;height:5.19921875rem;top:3.75rem;left:31.6875rem;display:block; }#NFZLL479MyLQ2aFFHRabC4cpZFx1yugD li:before{  }
 }@media only screen and (max-width: 959px) { #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nGTbySSu4XA38z735tIbEKGFJnJDJZeV { width:21.875rem;height:15.625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ca0ol7dVIAd6zRy74VMLJGF40b5ZDui7 { width:18.125rem;height:7.96044375rem;top:12.25rem;left:1.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #LqXTrikO9hQuOzTkU6FShcr6lbtNHxFa { width:7.5rem;height:7.5rem;top:3.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #k0QRhOUFkN6ygUQ2oDv5w4qQNSRSb5bf { width:3.75rem;height:3.75rem;top:5.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iP7bvrQvSTH2FKbdEFXb0aq95BJu1caV { width:21.875rem;height:15.625rem;top:7.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #m4yQsABdR60ZwsBZhI3XarazTzEO1rmI { width:18.125rem;height:7.96044375rem;top:12.25rem;left:27.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #VzxWoTWXt41AK7vqNEWgKcedXiNZwSnL { width:7.5rem;height:7.5rem;top:3.6875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RUuE651BTr7mWBpwQgdQiCdO6tIT50Au { width:3.75rem;height:3.75rem;top:5.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GkbqDUXWcEIpGpT7aAcWlZw35EPO956x { display:block; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #R5dNg52pVqy2aAUxgrx4GsqqtXTcKhbJ { width:23.75rem;height:15.5976625rem;top:9.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #KIfPlnGm23b5QFPh5w36SLWVCUnDCJnH { width:5rem;height:5rem;top:3.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wb0ENRyUJfgTKEtJHD08gux6vUpZGhw5 { width:3.125rem;height:3.125rem;top:4.6875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PSzxfNksa23EuiXdHFSoR5HZRVRUxQHH { width:4.4375rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BFEX7E4suKKXMo8BhTT6JAZimWibX0s9 { width:7.5rem;height:1.5625rem;top:26.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJfyrxr3ydxv7QkTF9GOlMfWF5TbQBT2 { display:block; }
 }@media only screen and (max-width: 959px) { #QTAzq2i1k01pDC45lxLb2mrspXC0hT2l { display:none; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/eB0kqXsV/vintage-music-white-soun_opt.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); } }@media only screen and (max-width: 763px) { #zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 { position:relative;z-index:auto;display:none; }#zyHwcHTuHXO6QL0SpN0kMrR2z4UkCF01 > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t6DoLkwt9DKCZk92JR8BKTIQckTO1UfF { width:11.25rem;height:1.625rem;top:16.0625rem;left:4.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ndc2gibE5ntbhOqgfliN4cMyABnpa6GV { width:10rem;height:1.8125rem;top:18.9375rem;left:5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y9rJEsm60fe4J3DNG1nyDG2ODQ4g9cBW { width:10rem;height:1.4375rem;top:7.5rem;left:5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EUucG8a1p1HVWdwBMhJyN9kSAVMMcXvL { width:6.25rem;height:;top:13.9375rem;left:6.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gC0aXZknqddPS5brSxmhsT4K3wDihgli { width:12.5rem;height:12.5rem;top:2.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zer0aEbirh8Leyeqhund9za2W8tHHVfT { width:6.25rem;height:6.25rem;top:16.25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN { display:block; }#TBm6gq3KilcvPVJUsiot0q5L2xB2XHzN > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvoLthOzNwrD1gudHADSx83gxez4QdW3 { width:19.75rem;height:10rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH { background-color:rgba(107,122,143,0.4);background-image: -webkit-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-image: -moz-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-image: -ms-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-image: -o-linear-gradient(top, rgba(32,32,32,0.3), rgba(116,116,116,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2020204c', endColorstr='#7474744c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2020204c', endColorstr='#7474744c' );";background-image: linear-gradient(to bottom, rgba(32,32,32,0.3), rgba(116,116,116,0.3));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { background-color: transparent; background-image: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container > .video-iframe-container { display: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container { display: none; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .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); }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { border-width: 0; border-radius: 0; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cveTmADPiq9oVs2Uu16nu6NbTGlIQVwH > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2nrVtrcsydEgTFSBZDHt3USxKoThSEV { width:17.5rem;height:4.225rem;top:2.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSqRcZlkQiIpI8BBGrmf2TcBhIoSE1T3 { width:17.5rem;height:7.5rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnDVvNByO7ddZqW37borJ3cWBOtCSir { width:17.5rem;height:6.3369375rem;top:13.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgipf64nR9eqTLVDKPtkNll8CVMDbEh3 { width:17.5rem;height:7.5rem;top:12.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5U8ixU6O47XTTM1U3vV1bDyvi1cEIXV { width:17.5rem;height:4.2246125rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcapKABSz4UFZ01RmHNqZcwWryGhlBvC { width:17.5rem;height:7.5rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl { display:block; }#JleJuNPfVkxVGlyVxyFSIdGX6L8w7kcl > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-regular-label { width:16.875rem;display:block; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-text { width:16.875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-text {padding-top: 0; padding-bottom: 0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-textarea { width:16.875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-select { width:16.875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-select {padding-top: 0; padding-bottom: 0;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-input-button { width:16.875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-checkbox-label { width:16.1875rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .widget-radio-label { width:7.75rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D  { width:17.5rem;height:auto;top:9.1875rem;left:0rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D .radio-container { width:17.5rem; }
#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D {display:inline-block;}#uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D { width:17.5rem;height:auto;top:9.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #xJcT4npk3xp7NdB79JvhykUfUXk5F79d {  }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #rm3NyVDfOqxaHXTS6wxiDMagTymZ092z { display:block; }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #Buu8m2SCzneaEJU7NFTd1fD4UFk7MXHs {  }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #CT8DlZqdfA7xB6TI3cEHZm4oKaIvr5Q9 {  }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #VGxAgLo0fx0QwTIHUn3PSzX4yTNeENzS { display:block; }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #BKbWQJF2ddWZ7OcMOcQ2mM4sxRTt7Ivn {  }
 }@media only screen and (max-width: 763px) { #mDqw3Mz3A0IFhxgkXNeM9yukbIdV5ExJ { display:block; }
 }@media only screen and (max-width: 763px) { #TgFuRQxqJ53eSzk4yueauN8GPrI1lVDx { display:block; }
 }@media only screen and (max-width: 763px) { #y9Ewr8b5DvbAbqf8ZzWssZi4QEw803rD { display:block; }
 }@media only screen and (max-width: 763px) { #L2yQbP7uWzcU26QQkqwTCaTX0Fq4uQNq { display:block; }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #FSUVHJHocNsKcoH8nr5BXKroNqE0OR8n {  }
 }@media only screen and (max-width: 763px) { #uqhWBV9zsK4QpBah4UmlqpHRqGRyAw9D #ebWdVdUdQiGbf5uHti0E7UIzX8IRpWS3 {  }
 }@media only screen and (max-width: 763px) { #ACWsab21Mq4LfNTocotS2qiGBzULCETH { width:12.5rem;height:3.574225rem;top:4.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBk1F0ZU4trKR64n9zLonoM9VavK0gq0 { width:15.625rem;height:15.625rem;top:1.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTQ0fTTTWKxPea6qbnoE7wfSHpmFy2D { width:20rem;height:7.5rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIhDRwBsPOS7AwZnbpx52GWOvLBDQTud { width:18.75rem;height:5.84765625rem;top:27.125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs { display:block; }#U7HQQSTRcs8wH0vcgqcL6XMJhpo4UsOs > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bnp9VA1fr4Kqd8V9SLaP92rx0ys97IvH { width:18.75rem;height:12.5rem;top:10rem;left:0.625rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #MH47u5t3efVSt3oVKRJMHgducCnvVW0u { width:4.375rem;height:4.375rem;top:19.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0KtfL3nWts7GUcw3vDbcoxCuhyH6uy4 { width:18.9375rem;height:2.1125rem;top:25.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azPOqpX70kvADqPkw9e6hGWqu3A7L6g8 { width:3.125rem;height:3.125rem;top:20.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOLJlMzHvcVxrCTiDWeNOly6lf3qoSrr { width:18.75rem;height:7.4365rem;top:10rem;left:0.625rem;z-index:14981;display:block; }#uOLJlMzHvcVxrCTiDWeNOly6lf3qoSrr li:before{  }
 }@media only screen and (max-width: 763px) { #ww11zLFWoIIBHNzUZQd5EbgvPhDahOzu { width:18.9375rem;height:2.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8lcoE7dJO5ygwwdrGWS1Ww4bD4VtzD3 { width:4.3125rem;height:4.3125rem;top:8.75rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9uyOCHXmkUC25tgQdu648C4zPlV4ZyS { top:3.75rem;left:3.75rem;width:12.5rem;height:2.92480625rem;z-index:14970;color:#6b7a8f;font-family:"pt sans narrow";font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STTx8Z793l3Vq2TT9UqBCFhoginI7lR6 { width:4.375rem;height:4.375rem;top:42.6875rem;left:7.5625rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #H9OZmSx6R29o3LJL3C0iMTwcCzm25Uqp { width:18.75rem;height:12.5rem;top:32.8125rem;left:0.625rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9CUoOQ5H138t39TM4fPHbfqJ4pRyRz { width:18.9375rem;height:2.1125rem;top:48.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlN6DhMp6QMqyT3JgbLG2QhTw7Ae9DIk { width:3.125rem;height:3.125rem;top:43.5625rem;left:8.4375rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #CGe0B7bb5MUwAiGeoXyWGcHHT9Le4cGW { width:18.75rem;height:7.4365rem;top:32.8125rem;left:0.625rem;z-index:14973;display:block; }#CGe0B7bb5MUwAiGeoXyWGcHHT9Le4cGW li:before{  }
 }@media only screen and (max-width: 763px) { #DEKxzqBhI1ykX8TsfTAwR6i0uBAucr3y { width:18.9375rem;height:2.1125rem;top:71.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLxlLT0dOFhbfV4ZvgOtVDWXcrtzEsLk { width:18.75rem;height:12.5rem;top:55.625rem;left:0.625rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 763px) { #f5RPJ65nBLOCsrwiRi5sIWvD8nMmzQZv { width:4.375rem;height:4.375rem;top:65.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqJB6TeOZ23S2n2HNL92zUs57UlC9ALK { width:3.125rem;height:3.125rem;top:66.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0UPNRpXfgqnKlFKJc1E3Ke6zQIVrhm9 { width:18.75rem;height:10.661125rem;top:55.625rem;left:0.625rem;z-index:14971;display:block; }#X0UPNRpXfgqnKlFKJc1E3Ke6zQIVrhm9 li:before{  }
 }@media only screen and (max-width: 763px) { #PKxunNvi2JLEzQlfzZOBAPCahaE7v88D { background-color:#6b7a8f;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row .container { background-color: transparent; background-image: none; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row .container > .video-iframe-container { display: none; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row > .video-iframe-container { display: none; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .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); }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row .container { border-width: 0; border-radius: 0; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKxunNvi2JLEzQlfzZOBAPCahaE7v88D > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsBsQPF5aD2eS12OEKMeiL8Ig28LcPpZ { top:0.46875rem;left:0rem;width:20rem;height:2.8125rem;z-index:15012;font-family:"pt sans narrow";font-size:1.375rem;font-weight:400;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NQh1cC0QTv24CLp2x4C6Z4hhThJMef6X { display:block; }
 }@media only screen and (max-width: 763px) { #OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh { display:block; }#OWIHyq1SSn5BnQOO57MmvqyWZgz9rXsh > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3aiZ7WhVSCcksETvElQOEAfgXiBZSgr { width:18.75rem;height:12.5rem;top:3.75rem;left:0.625rem;z-index:14973;display:block; }
 }@media only screen and (max-width: 763px) { #Udq9bTmZDT51teRxx4tF5caT22Z5QEur { width:4.375rem;height:4.375rem;top:13.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkrim2CplCvi6Tz8BJm0K6Ep5DfmmCu { width:18.9375rem;height:2.1125rem;top:19.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoXrXe8hQ9zFTaBaeTSM3aH7CzVZZOp { width:3.125rem;height:3.125rem;top:14.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMuC7cP5QlSriPx5JCq8nPxwWufiKqrp { width:17.5rem;height:10.661125rem;top:3.75rem;left:0.625rem;z-index:14972;display:block; }#qMuC7cP5QlSriPx5JCq8nPxwWufiKqrp li:before{  }
 }@media only screen and (max-width: 763px) { #zdJ8BLbogi492J75I1s4ggL6FvsxbTqu { width:4.375rem;height:4.375rem;top:36.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib9tHFsXaIofHWQ8M8Byp5weC1A8cd9e { width:18.75rem;height:12.5rem;top:26.5625rem;left:0.625rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 763px) { #KZrW9TH8o0RUvHgWKgQVaBlktMXuETXK { width:18.9375rem;height:2.1125rem;top:42.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD1svrBHWLUeI4hncnp5MwNFHtnUtV1E { width:3.125rem;height:3.125rem;top:37.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3LdwPDbqkHneeUDqVcRP7eTddc4FbqT { width:17.5rem;height:7.749rem;top:26.5625rem;left:0.625rem;z-index:14970;display:block; }#E3LdwPDbqkHneeUDqVcRP7eTddc4FbqT li:before{  }
 }@media only screen and (max-width: 763px) { #JG8WFytoglodp1ch91DMcPt2hlzTasdn { width:18.9375rem;height:2.1125rem;top:65.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWhGnZIv0J3qF1GhsioZTgekbiVRw75N { width:18.75rem;height:12.5rem;top:49.375rem;left:0.625rem;z-index:14969;display:block; }
 }@media only screen and (max-width: 763px) { #npTcGBmnn7UhZ0PspLErXUE7BBCBoPHs { width:4.375rem;height:4.375rem;top:59.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBVamwyKhfe0VxInxGSAK9nWSHTFTKyg { width:3.125rem;height:3.125rem;top:60.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFZLL479MyLQ2aFFHRabC4cpZFx1yugD { width:17.5rem;height:3.8994125rem;top:49.375rem;left:0.625rem;z-index:14968;display:block; }#NFZLL479MyLQ2aFFHRabC4cpZFx1yugD li:before{  }
 }@media only screen and (max-width: 763px) { #xOuXTUanDMwcyyAl9QVsypHGqCleyCwz { display:block; }#xOuXTUanDMwcyyAl9QVsypHGqCleyCwz > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGTbySSu4XA38z735tIbEKGFJnJDJZeV { width:20rem;height:15.9375rem;top:7.5rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Ca0ol7dVIAd6zRy74VMLJGF40b5ZDui7 { width:17.5rem;height:7.96044375rem;top:10.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqXTrikO9hQuOzTkU6FShcr6lbtNHxFa { width:7.5rem;height:7.5rem;top:3.6875rem;left:6.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #k0QRhOUFkN6ygUQ2oDv5w4qQNSRSb5bf { width:3.75rem;height:3.75rem;top:5rem;left:8.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #iP7bvrQvSTH2FKbdEFXb0aq95BJu1caV { width:20rem;height:15.9375rem;top:33.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #m4yQsABdR60ZwsBZhI3XarazTzEO1rmI { width:17.5rem;height:7.96044375rem;top:36.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzxWoTWXt41AK7vqNEWgKcedXiNZwSnL { width:7.5rem;height:7.5rem;top:29.3125rem;left:6.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #RUuE651BTr7mWBpwQgdQiCdO6tIT50Au { width:3.75rem;height:3.75rem;top:30.625rem;left:8.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GkbqDUXWcEIpGpT7aAcWlZw35EPO956x { display:block; }#GkbqDUXWcEIpGpT7aAcWlZw35EPO956x > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5dNg52pVqy2aAUxgrx4GsqqtXTcKhbJ { width:16.25rem;height:15.62305625rem;top:10.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIfPlnGm23b5QFPh5w36SLWVCUnDCJnH { width:5rem;height:5rem;top:3.75rem;left:7.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wb0ENRyUJfgTKEtJHD08gux6vUpZGhw5 { width:3.125rem;height:3.125rem;top:4.6875rem;left:8.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PSzxfNksa23EuiXdHFSoR5HZRVRUxQHH { width:4.4375rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFEX7E4suKKXMo8BhTT6JAZimWibX0s9 { width:7.5rem;height:1.5625rem;top:27.03466796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJfyrxr3ydxv7QkTF9GOlMfWF5TbQBT2 { display:block; }
 }@media only screen and (max-width: 763px) { #QTAzq2i1k01pDC45lxLb2mrspXC0hT2l { background-color:#6b7a8f;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row .container { background-color: transparent; background-image: none; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row .container > .video-iframe-container { display: none; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row > .video-iframe-container { display: none; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .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); }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row .container { border-width: 0; border-radius: 0; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTAzq2i1k01pDC45lxLb2mrspXC0hT2l > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }