.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:225,247,235;--color-primary-1:155,228,187;--color-primary-2:55,201,119;--color-primary-3:28,101,60;--color-primary-4:8,30,18;--color-secondary-0:255,255,255;--color-secondary-1:237,237,237;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:222,223,226;--color-tertiary-1:145,149,159;--color-tertiary-2:35,43,62;--color-tertiary-3:18,22,31;--color-tertiary-4:5,6,9;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:auto;display:block; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container { background-color: transparent; background-image: none; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container > .video-iframe-container { display: none; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row > .video-iframe-container { display: none; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .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); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container { border-width: 0; border-radius: 0; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#GFEBqnxJh4L0WgF2y4gQA35n4QI1Jpbb { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:46.0625rem;display:block; }
#VCh8IS3VrkcqdMVSfc2f2s13gVGiE2AG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5DDvA4zaNl9hKG2fe26Blqa9pRJGofX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row .container { background-color: transparent; background-image: none; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row .container > .video-iframe-container { display: none; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row > .video-iframe-container { display: none; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .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); }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row .container { border-width: 0; border-radius: 0; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#iWoAVc0LHFLXz3TPku0NGHLOMDpfirIB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:55.75rem;width:22.125rem;top:13.25rem;left:18.8125rem;display:block; }
#PEvkF9PV7rrBHSVEsf5UOWgylT5TdwKw { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:34.25rem;left:19.6875rem;height:25.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PEvkF9PV7rrBHSVEsf5UOWgylT5TdwKw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PEvkF9PV7rrBHSVEsf5UOWgylT5TdwKw li:before{  }
#s6lM2Harq5omnzsLiaE3RUHEadOoCAqW { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:20.892578125rem;left:20.71875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HOxAVqVJaqoXA7Ak3fAO5goR9d2IRKwx { color:rgba(var(--color-primary-2),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.4375rem;left:23.375rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PEVlFo1fbK0VLZwbcfy8aHS88EW1VTQE { color:rgba(var(--color-primary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.875rem;left:24.9375rem;height:5.4433625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#etJqPTyhGBlP8BGI3TG51RMqunLe95m3 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),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:0.125rem;width:15.625rem;top:33.1875rem;left:22.3125rem;display:block; }
#DxpXdZTeRVErPmtUFKLWP9LfPAu9tbui { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:13.1875rem;left:18.875rem;display:block; }
#zd9LBXSO79LTSlBAUEITXg13UVaXCBHK { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:13.5625rem;left:18.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CSa56La0IyV1VTKsPESeTW2I0m2ou1I2 { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:17.3125rem;left:26.09375rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t2llgU3BpXTmLOqps7nlWiclLvs4eKRb { color:rgba(var(--color-tertiary-2),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lTKCad1Z6VX5rvbbstXKfHqtX0B0TO3e { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.13671875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CpbbuPmh19EC7GzAKoH1cuQWbP5QVX2W { color:rgba(var(--color-primary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.4375rem;left:32.3125rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QTOcgbOe2A22BNPxVUUpGpNaarx6UmTq { color:rgba(var(--color-primary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.068359375rem;left:24.5625rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OKyJe5hPKhRBA7C7DCS5ZuPSa3sAoosg { position:absolute;display:block;z-index:15021;height:6.5625rem;width:11.75rem;top:60.9375rem;left:24.125rem;display:block; }
#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk { position:relative;display:block; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk { background-color: transparent; background-image: none; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .row .container > .video-iframe-container { display: none; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .row > .video-iframe-container { display: none; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .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); }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk { border-width: 0; border-radius: 0; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .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; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#GU6GHGt33KZ06AVc5h39A3g8JZwFQ67b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23.125rem;top:5.875rem;left:3.4375rem;display:block; }
#G3bakwQ7Ond79H7TGhT3cIDoCE7QKgb2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.875rem;width:23.125rem;top:5.875rem;left:33.4375rem;display:block; }
#hVprqchvvZDVamoUsTwbmxomuevr2qVx { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.6875rem;left:7.3125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rGmraAEkGfVay3B46kaTdEwp22CNZ3cU { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.6875rem;left:37.3125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lt1DwmtaAkwHDaHankqRi0vQkxkrI8sw { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row .container { background-color: transparent; background-image: none; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row .container > .video-iframe-container { display: none; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row > .video-iframe-container { display: none; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .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); }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row .container { border-width: 0; border-radius: 0; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ebebeb;background-image:none;vertical-align:top; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);font-style:normal; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-2),1); }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_eff05642f75ddcf428f7a7378a2b5ec3.svg");background-size:contain !important; }#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-trigger.adaptive-delivery-prevent-bg, #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-trigger.lazyload, #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-trigger.lazyloading { background-image: none; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq { box-sizing:content-box;height:auto;width:50rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:10.59375rem;left:4.6875rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU { display:block;position:relative; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 { display:block;position:relative; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh { display:none; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Dmr6uXVDkMIzJNJEHqq7yvTAP5gedwQT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #EuLuGGXZNekr2LC67U77xRgK1caxQLIu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #o1JKxUct2kPrW3EqdE2IqdqS4sbdz7tp { display:block;position:relative; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #CI36gESL8nkuo6xVxtcT7cR4CbJ27oz3 {  }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #b9hyEQ5eIgMmPbMLuh44Q2AseWnBTepS { display:none; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #IspqWt40GNfXuLZPL5tad9sfkW82LEWV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD { display:block;position:relative; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV { display:none; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #lk8wOZeQECTxQOrN7Nczq3XpKhkxBKN3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #poZzZNWlJ0apiSNIKnX8hHTI7aFT3H6s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Qf3i1OsURZ9u62PLeUgZ9pAehOS5W0ge { display:block;position:relative; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #qk2APeTK3tTJJllOISumSmydeTJNAWm7 {  }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #QHFMDX1CJUiNxZqPv1HvtCHxwhhaWals { display:none; }
#L1zCA8hcOJe9RyqJ0Xl0klMLT5INiDNC { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g { position:relative;display:block; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g { background-color: transparent; background-image: none; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .row .container > .video-iframe-container { display: none; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .row > .video-iframe-container { display: none; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .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); }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g { border-width: 0; border-radius: 0; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .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; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.8125rem;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; }#FUe6y7LT7TwM8aACLvRrKxERQy49SBJW { color:rgba(var(--color-tertiary-2),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:0rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o4I9NJd5t0KEZc1MXgQxUGBJtlpdvT9X { color:rgba(var(--color-tertiary-2),1);display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.6875rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NDuTE3uIG2qnTiSmTuuRNoDLMWZswJR8 { position:absolute;display:block;z-index:15002;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:12.5rem;width:12.5rem;top:10.5859375rem;left:23.75rem;overflow:hidden;display:block; }
#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 { display:block; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 { background-color: transparent; background-image: none; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container > .video-iframe-container { display: none; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row > .video-iframe-container { display: none; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .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); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 { border-width: 0; border-radius: 0; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container { background-color:rgba(var(--color-secondary-0),0.28);background-image:url("https://images.assets-landingi.com/uc/40467930-1223-41d3-9d31-f26c8c5a7542/WhiteYoung_Girl_With_Guitar_2339814.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;width:60rem;height:19.75rem;font-size:0.875rem;font-family:"open sans";border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container.adaptive-delivery-prevent-bg, #sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container.lazyload, #sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container.lazyloading { background-image: none; }#ONiQwqaUVnAV0MIwlQpV1kUVJk67cfRo { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.375rem;left:10.8125rem;height:2.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mxR5CPaMhmthG56OEMF9ZrC9AeTNEEhl { color:rgba(var(--color-tertiary-2),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.32421875rem;left:1.9375rem;height:2.923825rem;font-style:normal;display:block; }
#pNACgr4FNBz6TpZhaMGd7dN7tswpzyI5 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.5rem;left:9.53125rem;display:block; }
#QlTyVl9XM3ocTmxv8RFWLMpCggdl2V6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V { border-top:0.3125rem solid rgba(var(--color-secondary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row .container { background-color: transparent; background-image: none; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row .container > .video-iframe-container { display: none; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row > .video-iframe-container { display: none; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .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); }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row .container { border-width: 0; border-radius: 0; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#mcQBLePOsSigQ7wcaAyJQpkFEoV9oEMp { color:#333333;display:block;width:2.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.5rem;height:1.29980625rem;display:block; }
#xR2IWKWN0rwNBGGMrrOvOa8mxJ612TUz { color:rgba(var(--color-tertiary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:2.44921875rem;font-style:normal;display:block; }
#kXGmFZ9TLbZ1xFrK7RqUIQ3pt2FvsWeF { color:rgba(var(--color-tertiary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.0625rem;left:4.375rem;height:1.04980625rem;font-style:normal;display:block; }
#b42vLtBhUfGx2NBBdC9Wgb3yGDrLEIo1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#fa1RqWBsby05t2kB706zoNhGAKXgvmTV { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:27.5rem;height:1.2246125rem;font-style:normal;display:block; }
#s56wK54sn3SAsxATeuQczPJ8WnxLIMu4 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:50.21875rem;height:1.04980625rem;font-style:normal;display:block; }
#x0WTexdpN0vrZTvJD79zTdqHnaKZ8s60 { color:rgba(var(--color-secondary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:1.13671875rem;font-style:normal;display:block; }
#UaPlbrB9kfaZoLpLqWPrKHe7Ot5bQpTi { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#X1uJfD62dMhszONbrTWLrioqKQGLTqkA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:25.5rem; }
#NWkwQqizzww1PbnMwiV6LA22x6BewISD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.15625rem;left:53.53125rem; }
#lmvtt4Sn1DCICeAZn4mwsbudymebOQPA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:15.15625rem;left:44.96875rem; }
#lmvtt4Sn1DCICeAZn4mwsbudymebOQPA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#G4BfUACH2JOP1hva6z0pNCQEHKU3GLK6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:15.15625rem;left:48.78125rem; }
#G4BfUACH2JOP1hva6z0pNCQEHKU3GLK6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HKS2V2W6KqKgGvxmClZflBO5FND5cXEx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:15.15625rem;left:52.28125rem; }
#HKS2V2W6KqKgGvxmClZflBO5FND5cXEx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#teoikWZUqsp5EIs0VmKe7NkpNlnIa4sh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15.15625rem;left:55.84375rem; }
#teoikWZUqsp5EIs0VmKe7NkpNlnIa4sh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bQXbZWhA5oZtQW7gLIVHTQdpt3XCCIfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:14.53125rem;left:0.4375rem; }
#oQVnq7fVi8gtTDzMWFb661B0uzf18rbl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.53125rem;left:4.375rem; }
#RZTNZJzu0cxAZP5hCirV6EstcAVKFNFI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.53125rem;left:8.4375rem; }
#znkeX72BbwwawVUVaa2MspUNycgXS0L9 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:0.9375rem;left:23.125rem;height:1.13671875rem;font-style:normal;display:block; }
#TOab6MRa88UxPmfxOGcyh4uhXha95LZT { color:rgba(var(--color-tertiary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:0.9375rem;left:29.1875rem;height:1.13671875rem;font-style:normal;display:block; }
#efzS2zK45bkqR4nbCuBp0k34nKhtvlW7 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:0.9375rem;left:14rem;height:1.13671875rem;font-style:normal;display:block; }
#Kq8DnbPqoQTwAeLH0TaQwB4e4oXWXkb4 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:0.9375rem;left:0.4375rem;height:1.13671875rem;font-style:normal;display:block; }
#g8T6VVhKxLhb0QiJtDsJsqspUflFN4Zh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:18.2802734375rem;left:22.78125rem;height:1.04980625rem;font-style:normal;display:block; }
#c3gTWw4qzTWJiLXZA6ASTZHapTMJK8L5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:18.1796875rem;left:21.375rem; }
#npZlEWUoJE8KIW29IpLZrLOtDQcwbQmi { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:0.9375rem;left:41.46875rem;height:1.13671875rem;font-style:normal;display:block; }
#yMpyDgVAWmHDFxPDcmGxHxo9IobiNdb0 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0.9375rem;left:52.8125rem;height:1.13671875rem;font-style:normal;display:block; }
#KESv49M6ccPWu4iHaKVlDvbdZAMH1zEI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:3.2373046875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b { display:block; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFEBqnxJh4L0WgF2y4gQA35n4QI1Jpbb { width:13.9375rem;height:3.125rem;top:1.75rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCh8IS3VrkcqdMVSfc2f2s13gVGiE2AG { display:block; }
 }@media only screen and (max-width: 763px) { #u5DDvA4zaNl9hKG2fe26Blqa9pRJGofX { top:0rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 { display:block; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWoAVc0LHFLXz3TPku0NGHLOMDpfirIB { top:13.25rem;left:1.5rem;width:22.125rem;height:55.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvkF9PV7rrBHSVEsf5UOWgylT5TdwKw { width:20.5625rem;height:;top:34.25rem;left:3.3125rem;font-size:0.9375rem;display:block; }#PEvkF9PV7rrBHSVEsf5UOWgylT5TdwKw li:before{  }
 }@media only screen and (max-width: 763px) { #s6lM2Harq5omnzsLiaE3RUHEadOoCAqW { width:19.125rem;height:;top:20.875rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOxAVqVJaqoXA7Ak3fAO5goR9d2IRKwx { width:2.5625rem;height:2.3125rem;top:27.4375rem;left:20.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEVlFo1fbK0VLZwbcfy8aHS88EW1VTQE { width:7.875rem;height:;top:25.875rem;left:16rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etJqPTyhGBlP8BGI3TG51RMqunLe95m3 { top:33.1875rem;left:8.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpXdZTeRVErPmtUFKLWP9LfPAu9tbui { width:22.25rem;height:2.3125rem;top:13.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd9LBXSO79LTSlBAUEITXg13UVaXCBHK { width:22.125rem;height:;top:13.5625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSa56La0IyV1VTKsPESeTW2I0m2ou1I2 { width:7.8125rem;height:2.5625rem;top:17.3125rem;left:16.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2llgU3BpXTmLOqps7nlWiclLvs4eKRb { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKCad1Z6VX5rvbbstXKfHqtX0B0TO3e { width:47.75rem;height:;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpbbuPmh19EC7GzAKoH1cuQWbP5QVX2W { width:4.3125rem;height:2.3125rem;top:27.4375rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOcgbOe2A22BNPxVUUpGpNaarx6UmTq { width:11.4375rem;height:;top:31.0625rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKyJe5hPKhRBA7C7DCS5ZuPSa3sAoosg { top:60.9375rem;left:12.125rem;width:11.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk { display:block; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU6GHGt33KZ06AVc5h39A3g8JZwFQ67b { top:5.875rem;left:0.375rem;width:23.125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3bakwQ7Ond79H7TGhT3cIDoCE7QKgb2 { top:5.875rem;left:24.25rem;width:23.125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVprqchvvZDVamoUsTwbmxomuevr2qVx { top:19.6875rem;left:4.25rem;width:15.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmraAEkGfVay3B46kaTdEwp22CNZ3cU { top:19.6875rem;left:28.125rem;width:15.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt1DwmtaAkwHDaHankqRi0vQkxkrI8sw { width:47.75rem;height:2.875rem;top:0.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN { display:block; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq { display:flex;height:auto;width:27.8125rem;top:0.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Dmr6uXVDkMIzJNJEHqq7yvTAP5gedwQT {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #EuLuGGXZNekr2LC67U77xRgK1caxQLIu {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #o1JKxUct2kPrW3EqdE2IqdqS4sbdz7tp {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #CI36gESL8nkuo6xVxtcT7cR4CbJ27oz3 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #b9hyEQ5eIgMmPbMLuh44Q2AseWnBTepS {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #IspqWt40GNfXuLZPL5tad9sfkW82LEWV {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #lk8wOZeQECTxQOrN7Nczq3XpKhkxBKN3 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #poZzZNWlJ0apiSNIKnX8hHTI7aFT3H6s {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Qf3i1OsURZ9u62PLeUgZ9pAehOS5W0ge {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #qk2APeTK3tTJJllOISumSmydeTJNAWm7 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #QHFMDX1CJUiNxZqPv1HvtCHxwhhaWals {  }
 }@media only screen and (max-width: 763px) { #L1zCA8hcOJe9RyqJ0Xl0klMLT5INiDNC { width:47.75rem;height:2.875rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPmv2aBSXUDNkf4thTrOhWATQyGflt7g { display:block; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUe6y7LT7TwM8aACLvRrKxERQy49SBJW { width:47.75rem;height:2.875rem;top:2.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4I9NJd5t0KEZc1MXgQxUGBJtlpdvT9X { width:47.75rem;height:1.4375rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDuTE3uIG2qnTiSmTuuRNoDLMWZswJR8 { top:10.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 { display:block; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONiQwqaUVnAV0MIwlQpV1kUVJk67cfRo { width:15.125rem;height:2.6875rem;top:1.375rem;left:4.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxR5CPaMhmthG56OEMF9ZrC9AeTNEEhl { width:32.875rem;height:2.875rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNACgr4FNBz6TpZhaMGd7dN7tswpzyI5 { width:17.6875rem;height:5rem;top:11.5rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTyVl9XM3ocTmxv8RFWLMpCggdl2V6N { display:block; }
 }@media only screen and (max-width: 763px) { #hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V { display:block; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcQBLePOsSigQ7wcaAyJQpkFEoV9oEMp { top:1.9375rem;left:0rem;width:2.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR2IWKWN0rwNBGGMrrOvOa8mxJ612TUz { top:6.0625rem;left:0rem;width:22.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXGmFZ9TLbZ1xFrK7RqUIQ3pt2FvsWeF { top:13.0625rem;left:0rem;width:5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b42vLtBhUfGx2NBBdC9Wgb3yGDrLEIo1 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa1RqWBsby05t2kB706zoNhGAKXgvmTV { top:6.0625rem;left:21.375rem;width:16.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s56wK54sn3SAsxATeuQczPJ8WnxLIMu4 { top:13.0625rem;left:42.5rem;width:5.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0WTexdpN0vrZTvJD79zTdqHnaKZ8s60 { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaPlbrB9kfaZoLpLqWPrKHe7Ot5bQpTi { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1uJfD62dMhszONbrTWLrioqKQGLTqkA { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkwQqizzww1PbnMwiV6LA22x6BewISD { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmvtt4Sn1DCICeAZn4mwsbudymebOQPA { top:15.125rem;left:38.84375rem;width:1.875rem;height:1.875rem;display:block; }
#lmvtt4Sn1DCICeAZn4mwsbudymebOQPA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #G4BfUACH2JOP1hva6z0pNCQEHKU3GLK6 { top:15.125rem;left:42.65625rem;width:1.875rem;height:1.875rem;display:block; }
#G4BfUACH2JOP1hva6z0pNCQEHKU3GLK6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HKS2V2W6KqKgGvxmClZflBO5FND5cXEx { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#HKS2V2W6KqKgGvxmClZflBO5FND5cXEx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #teoikWZUqsp5EIs0VmKe7NkpNlnIa4sh { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#teoikWZUqsp5EIs0VmKe7NkpNlnIa4sh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bQXbZWhA5oZtQW7gLIVHTQdpt3XCCIfK { top:14.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQVnq7fVi8gtTDzMWFb661B0uzf18rbl { top:14.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTNZJzu0cxAZP5hCirV6EstcAVKFNFI { top:14.5rem;left:2.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkeX72BbwwawVUVaa2MspUNycgXS0L9 { top:0.9375rem;left:17rem;width:3.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOab6MRa88UxPmfxOGcyh4uhXha95LZT { top:0.9375rem;left:23.0625rem;width:10.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efzS2zK45bkqR4nbCuBp0k34nKhtvlW7 { top:0.9375rem;left:7.875rem;width:6.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq8DnbPqoQTwAeLH0TaQwB4e4oXWXkb4 { top:0.9375rem;left:0rem;width:10.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8T6VVhKxLhb0QiJtDsJsqspUflFN4Zh { top:18.25rem;left:16.65625rem;width:14.4375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3gTWw4qzTWJiLXZA6ASTZHapTMJK8L5 { top:18.125rem;left:15.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npZlEWUoJE8KIW29IpLZrLOtDQcwbQmi { top:0.9375rem;left:35.375rem;width:8.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMpyDgVAWmHDFxPDcmGxHxo9IobiNdb0 { top:0.9375rem;left:41.1875rem;width:6.5625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KESv49M6ccPWu4iHaKVlDvbdZAMH1zEI { top:3.1875rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container { background-color: transparent; background-image: none; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container > .video-iframe-container { display: none; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row > .video-iframe-container { display: none; }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .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); }#ZsGIlvTwdsniQ79fRDWS44nM0XtkO82b > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFEBqnxJh4L0WgF2y4gQA35n4QI1Jpbb { width:17.375rem;height:4.0625rem;top:10.125rem;left:1.3125rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VCh8IS3VrkcqdMVSfc2f2s13gVGiE2AG { display:block; }
 }@media only screen and (max-width: 763px) { #u5DDvA4zaNl9hKG2fe26Blqa9pRJGofX { width:11.3125rem;height:11.3125rem;top:1.9375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 { display:block; }#u9yOVMsJP13T1AsVP0kiIgJTDvnyZwn0 > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWoAVc0LHFLXz3TPku0NGHLOMDpfirIB { width:19.75rem;height:59.9375rem;top:15.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #PEvkF9PV7rrBHSVEsf5UOWgylT5TdwKw { width:17.3125rem;height:30.5625rem;top:33.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#PEvkF9PV7rrBHSVEsf5UOWgylT5TdwKw li:before{  }
 }@media only screen and (max-width: 763px) { #s6lM2Harq5omnzsLiaE3RUHEadOoCAqW { width:17.3125rem;height:5.0625rem;top:21.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HOxAVqVJaqoXA7Ak3fAO5goR9d2IRKwx { width:2.5625rem;height:2.35546875rem;top:27.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #PEVlFo1fbK0VLZwbcfy8aHS88EW1VTQE { width:7.875rem;height:4.46875rem;top:26.125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #etJqPTyhGBlP8BGI3TG51RMqunLe95m3 { width:15.625rem;height:0.125rem;top:32.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpXdZTeRVErPmtUFKLWP9LfPAu9tbui { width:20rem;height:2.3125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd9LBXSO79LTSlBAUEITXg13UVaXCBHK { width:20rem;height:1.79980625rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #CSa56La0IyV1VTKsPESeTW2I0m2ou1I2 { width:7.9375rem;height:2.5996125rem;top:17.25rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t2llgU3BpXTmLOqps7nlWiclLvs4eKRb { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKCad1Z6VX5rvbbstXKfHqtX0B0TO3e { width:20rem;height:7.19925rem;top:4.52734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CpbbuPmh19EC7GzAKoH1cuQWbP5QVX2W { width:4.3125rem;height:2.35546875rem;top:27.1875rem;left:11.8125rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QTOcgbOe2A22BNPxVUUpGpNaarx6UmTq { width:11.4375rem;height:1.21875rem;top:30.4375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #OKyJe5hPKhRBA7C7DCS5ZuPSa3sAoosg { width:11.75rem;height:6.5625rem;top:66.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk { display:block; }#PQKGq4FTbUBuTOcIxEXzpKFuXKE29WTk > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU6GHGt33KZ06AVc5h39A3g8JZwFQ67b { height:11.135135135135rem;width:20rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3bakwQ7Ond79H7TGhT3cIDoCE7QKgb2 { height:11.13475rem;width:20rem;top:22.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVprqchvvZDVamoUsTwbmxomuevr2qVx { width:15.375rem;height:1.21875rem;top:18.580078125rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGmraAEkGfVay3B46kaTdEwp22CNZ3cU { width:15.375rem;height:1.21875rem;top:33.8798828125rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lt1DwmtaAkwHDaHankqRi0vQkxkrI8sw { width:20rem;height:2.5996125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN { display:block; }#azwNfHWDyPsEwhhv8KCtd78Je1qUPZFN > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RMbfFXcfET9qIOORcQCOb6JyOovTDXUq { display:flex;height:auto;width:19.375rem;top:6rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Dmr6uXVDkMIzJNJEHqq7yvTAP5gedwQT {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #EuLuGGXZNekr2LC67U77xRgK1caxQLIu {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #o1JKxUct2kPrW3EqdE2IqdqS4sbdz7tp {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #CI36gESL8nkuo6xVxtcT7cR4CbJ27oz3 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #b9hyEQ5eIgMmPbMLuh44Q2AseWnBTepS {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #IspqWt40GNfXuLZPL5tad9sfkW82LEWV {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #lk8wOZeQECTxQOrN7Nczq3XpKhkxBKN3 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #poZzZNWlJ0apiSNIKnX8hHTI7aFT3H6s {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #Qf3i1OsURZ9u62PLeUgZ9pAehOS5W0ge {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #qk2APeTK3tTJJllOISumSmydeTJNAWm7 {  }
 }@media only screen and (max-width: 763px) { #RMbfFXcfET9qIOORcQCOb6JyOovTDXUq #QHFMDX1CJUiNxZqPv1HvtCHxwhhaWals {  }
 }@media only screen and (max-width: 763px) { #L1zCA8hcOJe9RyqJ0Xl0klMLT5INiDNC { width:20rem;height:2.5996125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPmv2aBSXUDNkf4thTrOhWATQyGflt7g { display:block; }#hPmv2aBSXUDNkf4thTrOhWATQyGflt7g > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUe6y7LT7TwM8aACLvRrKxERQy49SBJW { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4I9NJd5t0KEZc1MXgQxUGBJtlpdvT9X { width:20rem;height:5.3994125rem;top:7.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NDuTE3uIG2qnTiSmTuuRNoDLMWZswJR8 { width:12.5rem;height:12.5rem;top:13.3349625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 { display:block; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 { background-color: transparent; background-image: none; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container > .video-iframe-container { display: none; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row > .video-iframe-container { display: none; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .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); }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container { width:20rem;height:33.75rem;background-color:rgba(255,255,255,0.28);background-image:url("https://images.assets-landingi.com/uc/40467930-1223-41d3-9d31-f26c8c5a7542/WhiteYoung_Girl_With_Guitar_2339814.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container.adaptive-delivery-prevent-bg, #sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container.lazyload, #sHhcONma6uGf7JJQQxPIiWCFFrqroHD7 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ONiQwqaUVnAV0MIwlQpV1kUVJk67cfRo { width:20rem;height:2.69921875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxR5CPaMhmthG56OEMF9ZrC9AeTNEEhl { width:20rem;height:6rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pNACgr4FNBz6TpZhaMGd7dN7tswpzyI5 { width:17.6875rem;height:5rem;top:13.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTyVl9XM3ocTmxv8RFWLMpCggdl2V6N { display:block; }
 }@media only screen and (max-width: 763px) { #hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V { display:block; }#hvc0xqq6k7Nf519kWaGp0ATPTzWcMz6V > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcQBLePOsSigQ7wcaAyJQpkFEoV9oEMp { width:2.9375rem;height:1.29980625rem;top:3.54980625rem;left:8.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR2IWKWN0rwNBGGMrrOvOa8mxJ612TUz { width:17.8125rem;height:3.673825rem;top:22rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXGmFZ9TLbZ1xFrK7RqUIQ3pt2FvsWeF { width:20rem;height:1.04980625rem;top:42.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b42vLtBhUfGx2NBBdC9Wgb3yGDrLEIo1 { width:18.75rem;height:0.0625rem;top:49.9443359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa1RqWBsby05t2kB706zoNhGAKXgvmTV { width:17.1875rem;height:1.3994125rem;top:33rem;left:1.4375rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s56wK54sn3SAsxATeuQczPJ8WnxLIMu4 { width:20rem;height:1.04980625rem;top:54.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0WTexdpN0vrZTvJD79zTdqHnaKZ8s60 { width:20rem;height:1.04980625rem;top:30.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaPlbrB9kfaZoLpLqWPrKHe7Ot5bQpTi { width:18.75rem;height:0.0625rem;top:38.39453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1uJfD62dMhszONbrTWLrioqKQGLTqkA { width:1.5625rem;height:1.5625rem;top:31.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkwQqizzww1PbnMwiV6LA22x6BewISD { width:1.875rem;height:1.875rem;top:68.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmvtt4Sn1DCICeAZn4mwsbudymebOQPA { display:flex;width:1.875rem;height:1.875rem;top:56.875rem;left:2.9375rem; }
#lmvtt4Sn1DCICeAZn4mwsbudymebOQPA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #G4BfUACH2JOP1hva6z0pNCQEHKU3GLK6 { display:flex;width:1.875rem;height:1.875rem;top:56.875rem;left:7.4375rem; }
#G4BfUACH2JOP1hva6z0pNCQEHKU3GLK6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HKS2V2W6KqKgGvxmClZflBO5FND5cXEx { display:flex;width:1.875rem;height:1.875rem;top:56.875rem;left:11.4375rem; }
#HKS2V2W6KqKgGvxmClZflBO5FND5cXEx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #teoikWZUqsp5EIs0VmKe7NkpNlnIa4sh { display:flex;width:1.875rem;height:1.875rem;top:56.875rem;left:15.25rem; }
#teoikWZUqsp5EIs0VmKe7NkpNlnIa4sh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bQXbZWhA5oZtQW7gLIVHTQdpt3XCCIfK { display:flex;width:3.125rem;height:3.125rem;top:43.375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #oQVnq7fVi8gtTDzMWFb661B0uzf18rbl { display:flex;width:3.125rem;height:3.125rem;top:43.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RZTNZJzu0cxAZP5hCirV6EstcAVKFNFI { display:flex;width:3.125rem;height:3.125rem;top:43.375rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #znkeX72BbwwawVUVaa2MspUNycgXS0L9 { width:3rem;height:1.04980625rem;top:6.099609375rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOab6MRa88UxPmfxOGcyh4uhXha95LZT { width:9.25rem;height:1.04980625rem;top:8.63671875rem;left:5.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efzS2zK45bkqR4nbCuBp0k34nKhtvlW7 { width:6.75rem;height:1.04980625rem;top:3.6748046875rem;left:6.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kq8DnbPqoQTwAeLH0TaQwB4e4oXWXkb4 { width:10.3125rem;height:1.04980625rem;top:1.25rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8T6VVhKxLhb0QiJtDsJsqspUflFN4Zh { width:14.1875rem;height:1.04980625rem;top:67.625rem;left:3.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3gTWw4qzTWJiLXZA6ASTZHapTMJK8L5 { display:flex;width:1.25rem;height:1.25rem;top:67.5rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #npZlEWUoJE8KIW29IpLZrLOtDQcwbQmi { width:8.125rem;height:1.04980625rem;top:11.361328125rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMpyDgVAWmHDFxPDcmGxHxo9IobiNdb0 { width:6rem;height:1.04980625rem;top:14.0986328125rem;left:7rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KESv49M6ccPWu4iHaKVlDvbdZAMH1zEI { width:4.8125rem;height:4.8125rem;top:19rem;left:7.625rem;display:block; }
 }