.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:249,245,218;--color-primary-1:235,222,132;--color-primary-2:215,189,9;--color-primary-3:108,95,5;--color-primary-4:32,28,1;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:106,106,106;--color-secondary-3:53,53,53;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { background-color: transparent; background-image: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .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); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { border-width: 0; border-radius: 0; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { font-size:0.875rem;font-family:raleway;height:10rem;width:75rem;overflow:visible;position:relative;display:block; }#pZ19VdVgebKddgUbe6l1JgFfbm6iRuUc { position:absolute;display:block;z-index:15010;height:3.75rem;width:12.7478125rem;top:2.31201171875rem;left:61.43701171875rem;display:block; }
#QCSEAAJyPFk6WUHkTCxgTqvsaLUl7g6n { position:absolute;display:block;z-index:15054;height:2.68676875rem;width:8.5608125rem;top:3.656005859375rem;left:4.0234375rem;display:block; }
#VO5qyTonTE1RKPTpolPLvydggEJ3kCe4 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3112rem;width:18.497375rem;top:3.34375rem;left:26.26953125rem;overflow:hidden;display:block; }
#B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX > .row .container { border-width: 0; border-radius: 0; }#B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX > .row .container { font-size:0.875rem;font-family:raleway;height:10rem;width:75rem;overflow:visible;position:relative;display:none; }#ysd7H0O5kZokyoetDdx0SVgca91cvw8t { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#zsiwo6nr6cA33OOqeJZtT0T7q5ETt2Tn { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31176875rem;width:18.4985625rem;top:4.691162109375rem;left:53.9990234375rem;overflow:hidden;display:none; }
#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2b2b;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; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row .container { background-color: transparent; background-image: none; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row .container > .video-iframe-container { display: none; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row > .video-iframe-container { display: none; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .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); }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row .container { border-width: 0; border-radius: 0; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row .container { font-size:0.875rem;font-family:raleway;height:27.375rem;width:75rem;position:relative;display:block; }#cl33XJGGe29e7TSBMfZc8g5heTpo3dwb { color:rgba(var(--color-secondary-0),1);display:block;width:33.3105625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:8.26953125rem;left:41.06201171875rem;height:11.89453125rem;display:block; }
#orZq6TPxqnTHB9TxSG83n5fKhAbvxhPl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.747314453125rem;left:41.06201171875rem;height:5.3984375rem;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; }
#JS8TP8AwB6C2cXD5EZ1yVM8apFFlItEl { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.125rem;width:40.3125rem;top:1.93603515625rem;left:0rem;display:block; }
#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2b2b;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; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container { background-color: transparent; background-image: none; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container > .video-iframe-container { display: none; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row > .video-iframe-container { display: none; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .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); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container { border-width: 0; border-radius: 0; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container { font-size:0.875rem;font-family:raleway;height:46.75rem;width:75rem;position:relative;display:block; }#nObGWH7pOeazfHJWL3JgixsLSb8QDIE0 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:2.669677734375rem;left:1.331787109375rem;height:7.349625rem;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; }
#kJ7zLH5UXTWLWFK9NPd0IGIKS9ydPlyH { color:rgba(var(--color-tertiary-0),1);display:block;width:70.811875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.774658203125rem;left:2.093505859375rem;height:7.64844375rem;display:block; }
#z1JkV6MnpUoxH2blTEoMTeoNpQruN23m { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31176875rem;width:18.4985625rem;top:4.691162109375rem;left:53.3740234375rem;overflow:hidden;display:block; }
#KPhuT8TtCxM4CA50G7AAyxep58WvpBoa { position:absolute;display:block;z-index:15015;height:21.75rem;width:73.125rem;top:22.76611328125rem;left:1.335205078125rem;display:block; }
#RTHxbMp8txTT41USoDTiZQFVQzrmlw3J { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sJVzRz7MBVFGJvSFnBSCo7ThfsOcrJ5f { position:absolute;display:block;z-index:15053;height:2.6862rem;width:8.559875rem;top:15.000001907349rem;left:63.3984413147rem;display:none; }
#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0a0a;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; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row .container { background-color: transparent; background-image: none; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row .container > .video-iframe-container { display: none; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row > .video-iframe-container { display: none; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .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); }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row .container { border-width: 0; border-radius: 0; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#BwtV9fWfzhIRQ4wWrWi2JiSzO3GsEMgO { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:4.374267578125rem;left:10.811767578125rem;height:3.67480625rem;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; }
#gpJa8gIx9kKwFWTw02DBVL5zPMndArOp { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:2.335205078125rem;left:12.374267578125rem;height:1.8059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIa4Ak4gRNtHZiftKKZqdSKXuQnyHyaM { position:absolute;display:block;z-index:15001;height:24.43725rem;width:75rem;top:11.00341796875rem;left:0rem;display:block; }
#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row .container { background-color: transparent; background-image: none; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row .container > .video-iframe-container { display: none; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row > .video-iframe-container { display: none; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .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); }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row .container { border-width: 0; border-radius: 0; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row .container { font-size:0.875rem;font-family:raleway;height:35.625rem;width:75rem;position:relative;display:block; }#dW5o5VJTovNP3NIsNSRlrRWRQRFvDh1A { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.875rem;left:10.1875rem; }
#QKNyHSuBKvpqikK6eelblGyBG4c3XsQA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:13.6875rem;left:0rem;height:3.611325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABCRENWMMhDXPBmTX5hfWGsIpbDdhu8a { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:18.75rem;left:0rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTubeiLT5ndZ5fwFCJqxSvQJpC6bb15x { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.785888671875rem;left:8.248291015625rem;height:3.76220625rem;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; }
#vdbgcvluPJ3U3l2Mg9bvM84JMxbXN5F2 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#R6zAaRHBUvyAlQkduVntH9K7vyiNGdZc { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:3.9375rem;display:block; }
#qm4DTyxTJB6T1IBCWRRFWDD3iHZQsb2e { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:5.9375rem;display:block; }
#zP7AEv1napC7sLkhMnrVfgeeLU3cI9KG { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:7.75rem;display:block; }
#X2yAs1TvTd86xhTGdxUq4QtAEnua2fhz { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:8.6875rem;left:9rem;display:block; }
#LUgwtMbZSpfdRIfkPcKornWQTE7IXSLb { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:18.75rem;left:26.25rem;height:10.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAf7ceytVkqebw1ltp4rNNmsJnORLz9u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:13.6875rem;left:26.25rem;height:3.61198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTlv4xAusz2WuiZE0TBWTDiDA4J1KUXc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:8.5rem;left:35.25rem;display:block; }
#klXvE3HNcsQftzvWSvX0qJPU1Vr37Ek2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.6875rem;left:36.4375rem; }
#ze5IvlVP8UD62cIHTlorhQngcyM35X1n { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:18.75rem;left:51.875rem;height:11.8945rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2TXr0dhz7gUB8SOnZzGZHOpSNMXy3lD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.875rem;left:51.875rem;height:1.8059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksEJklRXU0Wr52kcADcJ5Nd6ekw9zHBo { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:8.6875rem;left:60.875rem;display:block; }
#JEvQiriL4DFLGzTuR0rI2F4HhlpKsWNk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.875rem;left:62.0625rem; }
#n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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:none; }#n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST > .row .container { border-width: 0; border-radius: 0; }#n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:none; }#QfbLwtV5CDuEHzIVWqvIzC05MROgOobU { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:1.4375rem;left:9.25rem;height:3.76171875rem;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; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .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:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:montserrat;font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:arial;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .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_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-trigger.adaptive-delivery-prevent-bg, #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-trigger.lazyload, #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-trigger.lazyloading { background-image: none; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.8125038146975rem;left:17.34375rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #iHFXvTXlJvPiVMT5D9nT5UaOwoUn73oK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #avRwH5eG0ekGx3Wd8ftEMov1AQgp4vwp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #C0ciRlGiIu7oTTQBXAAfKT0JpJhTgve6 { display:block;position:relative; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Ed3Izfz01yF2KzzphuVQ0OXwFuu6WBeZ {  }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #fpelre7epZT1wgPzS6mviz8a3l6VRbLe {  }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #n8CzzkTnqvz9akyTcZJqOhJaVkZtNwTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #SxyPt1s7MdlRLKAPLcFVcDsNMPCdCHPh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #hRlh5w01pwEJOBPZ1GqCZ0lEbhVAVtb8 { display:block;position:relative; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #xe2CtWg2r77NffChUklWTuoaS3uptiht {  }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #y2HuSXStdoxncP6MNoH5EdoqTnSfBLJ9 { display:none; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Abs7LSRqqAdgmLeT8awCoARr1gNfRE1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #ySfZNQ8DI7D3QyAkHnbec0XQLtmMA8yZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Jksp17TbguNn7cqQHhplFkaktiFwrstQ { display:block;position:relative; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #hnAepCe1fbNBiq6I0hNmeVBAnlRnZOSU {  }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #VEM2W8qNf5439baCxOGFsaoIpTX9LIpD { display:none; }
#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7bd09;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; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row .container { background-color: transparent; background-image: none; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row .container > .video-iframe-container { display: none; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row > .video-iframe-container { display: none; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .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); }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row .container { border-width: 0; border-radius: 0; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row .container { font-size:0.875rem;font-family:raleway;height:17.125rem;width:75rem;position:relative;display:block; }#OcGfx7StErtLuZTi5UAFPh6aTDIG5wex { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:4.6494125rem;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; }
#riGHDWqItsgILJrU47hmoZrcspp8rkp6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:2.55005rem;font-style:normal;display:block; }
#uf5IZdCDL5E9n2tJJpni9LsqnBLKgXgB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:8.25rem;left:0rem;display:block; }
#s2bhzaxPey9UEGPSQT1dRsxInmQ0QS3V { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:9.375rem;left:19.375rem;height:5.1001rem;font-style:normal;display:block; }
#NTQm8DMofqm6JoPkl8AezOWhK546x7ov { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3rem;left:19.375rem;height:4.6494125rem;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; }
#roNvF2XrTJdzOu466dVnT8LimnTDWtDT { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:8.25rem;left:19.375rem;display:block; }
#rqTZQasDUF6wcM3sZbgmB71vSaBdr4MJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:9.375rem;left:38.75rem;height:5.1001rem;font-style:normal;display:block; }
#Vg2XAOtyVWph726dwH1O5EKeAyTvKzXs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3rem;left:38.75rem;height:4.6494125rem;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; }
#DAlwlbG1v3qh1bX4O7XzbuuMipE7xZmP { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:8.25rem;left:38.75rem;display:block; }
#y2mTwwUe3atsvTJEGvaVUuIDyKRUiexH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:9.375rem;left:58.75rem;height:5.1001rem;font-style:normal;display:block; }
#nuEmwyWfqVJJlNoZTNq8TAUol6vb87JV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:3rem;left:58.75rem;height:4.6494125rem;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; }
#x8bPp7yHdUNaeZfaV9E1wHFnpzzHxzlz { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:8.25rem;left:58.75rem;display:block; }
#S0scF6SXCduU1ISU02SAstTkyHlf1SoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row .container { background-color: transparent; background-image: none; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row .container > .video-iframe-container { display: none; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row > .video-iframe-container { display: none; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .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); }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row .container { border-width: 0; border-radius: 0; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row .container { font-size:0.875rem;font-family:raleway;height:56.375rem;width:75rem;position:relative;display:block; }#UvxfGoJcK6PPgxc0IlVVBvJqnoQeKBdp { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.333984375rem;left:25.9375rem;height:3.67480625rem;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; }
#aRlpSFIyRPtgr0azSgqorF06y03QlGN2 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(57deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(57deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(57deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(57deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(57deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.9375rem;width:41.6875rem;top:7.93701171875rem;left:33.24951171875rem;display:block; }
#Byhrkd2nvPoZ8VCIwluob65TTU6AREHL { color:rgba(var(--color-tertiary-1),1);display:block;width:30.68725rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:14.12353515625rem;left:39.437255859375rem;height:3.61198125rem;font-style:normal;display:block; }
#fmKvVc58KapBG37BTk4pZb60Kzl1OEW2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.652099609375rem;left:35.438232421875rem; }
#lGwuuXn1lrtCbaTCilCOLKlXxV1m8p2y { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:9.81201171875rem;left:39.437255859375rem;height:3.82421875rem;font-style:normal;display:block; }
#LGpfWuqoEgbvx4ghpU5VzSbVg1cSSOMA { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.9375rem;width:42rem;top:18.87451171875rem;left:32.937255859375rem;display:block; }
#A3Ee1m1aTLOHxaZaMKtApaOo0p7xAtwn { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:22.5625rem;left:42.3125rem;height:5.41699375rem;font-style:normal;display:block; }
#n4FKU2HZhg1oIVu100fhCRU5pMIU1nLv { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.1875rem;left:42.875rem;height:1.8059875rem;font-style:normal;display:block; }
#JnIxcMrTEaEam6AJfd9CC8XqSCOlNOac { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.302490234375rem;left:34.81201171875rem; }
#zN6Cw7iKZaVuQbtlAHvw6L816ox3rTSU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:0.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gkvJeiMzbWsUTc7kS6JQSvbyhsRC8NXs { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.9375rem;width:41.5625rem;top:29.81201171875rem;left:33.249755859375rem;display:block; }
#Op4lloTVIBlJktZmuTh4ceeaBwATLbz4 { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:34.8125rem;left:42.875rem;height:3.61198125rem;font-style:normal;display:block; }
#EfTPnloI6adrEsXbn5gaAOTDdkpXgaqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:31.6875rem;left:42.875rem;height:1.8059875rem;font-style:normal;display:block; }
#gWFMg3LPcTG8pdGR0sPKU1D73l8fuaJX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.527099609375rem;left:35.438232421875rem; }
#JeW0CE7Cp7AVThZiyT8HlCVd92rEoSQn { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(262deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.9375rem;width:41.75rem;top:40.74951171875rem;left:33.187255859375rem;display:block; }
#FRFysyKm1zp3cLqlW85KO8vAwLWooCsn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:42.71484375rem;left:35.438232421875rem; }
#QQ43m02sNLpxlXzTWEmmQNy58ZSJunNU { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:42.875rem;left:42.875rem;height:1.8059875rem;font-style:normal;display:block; }
#BQzGKWfTPVDXh81gRW4zy2BvrEPofbEP { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:45.6875rem;left:42.875rem;height:5.41699375rem;font-style:normal;display:block; }
#hXXite8kuVkPFvkoqwyfb3I111lWKWHc { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:26.875rem;top:25.8740234375rem;left:3.87451171875rem;overflow:hidden;display:block; }
#KvkyVaJrGMFi5Ahc0Xy892K5GdZlQfyi { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.4992675rem;top:56.375rem;left:3.875rem;display:block; }
#AENTMM3cWKDQVKuo8UqMoqdApb8QlEqn { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.4992675rem;top:56.375rem;left:6.25rem;display:block; }
#k4qfTQhlaGqIzc2vkMTQakdGkWvn4NQu { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.4992675rem;top:56.375rem;left:1.5rem;display:block; }
#yGngXv7fpobMGMPrADGXR8CI428fblDC { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:21.25rem;width:0.4992675rem;top:55.75rem;left:70.6875rem;display:block; }
#XlqmUWhiATCUoaQTTsLRbi0htULOLPLP { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:21.25rem;width:0.4992675rem;top:55.75rem;left:73.0625rem;display:block; }
#L6GunmdFedGZqSB2LTFTidLIdsVT87nI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #777777, #030303);background-image: -moz-linear-gradient(180deg, #777777, #030303);background-image: -ms-linear-gradient(180deg, #777777, #030303);background-image: -o-linear-gradient(180deg, #777777, #030303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#030303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#030303' );";background-image: linear-gradient(180deg, #777777, #030303);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row .container { background-color: transparent; background-image: none; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row .container > .video-iframe-container { display: none; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row > .video-iframe-container { display: none; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .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); }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row .container { border-width: 0; border-radius: 0; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row .container { font-size:0.875rem;font-family:raleway;height:21.25rem;width:75rem;position:relative;display:block; }#ndHAmvi9tyKk285rNAM6c1CKCRMqUlhG { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.01318359375rem;left:1.624755859375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N7D5DcZCwC9hmnOUGxG2ZvncqKokTlqI { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));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:21.25rem;width:0.5rem;top:0rem;left:66.0625rem;display:block; }
#lPPuPPv7V1LpCgMzHaTVUDJ26kyHekIv { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));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:21.25rem;width:0.5rem;top:0rem;left:68.4375rem;display:block; }
#nTFwrE3oJpVgRgBRiQ265ox9bGobJlAf { position:absolute;display:block;z-index:15034;height:3.75rem;width:8.4375rem;top:8.154296875rem;left:66.50048828125rem;display:block; }
#HnflK18zCVnkIzibk37JPaSGuLTpqUEU { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { background-color: transparent; background-image: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container > .video-iframe-container { display: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container { display: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .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); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { border-width: 0; border-radius: 0; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { font-size:0.875rem;font-family:raleway;height:21.3125rem;width:75rem;position:relative;display:block; }#WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:1.663818359375rem;left:1.937255859375rem;height:2.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:15rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:15rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:15rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#ZvMxbVkUQqTq1pm7KpKl7zecLCGschgn { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:8.9375rem;left:2.6875rem;height:7.64845rem;font-style:normal;display:block; }
#xH3tk7kN5UQoMlxwlRrOCH32PC7Tgvw3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15049;line-height:3;letter-spacing:0;top:5.625rem;left:5.25rem;height:4.50073125rem;font-style:normal;display:block; }
#tzyTC2Qsv7PhG2ShLsnxAmnobucF5OI6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:7.125rem;left:2.6875rem; }
#RU3vztiUsDuSExVCMS1wKupG4MvOXBMZ { position:absolute;display:block;z-index:15053;height:2.68555rem;width:8.5595625rem;top:15rem;left:65.7529296875rem;display:block; }
#iTql8HGG6eT4AhhMyh7qOhZ7te3mb4F9 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:7rem;left:35.75rem;height:2.125rem;font-style:normal;display:block; }
#fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.4375rem;left:63.5rem; }
#BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:5.9375rem;left:65.4375rem;height:2.55005rem;font-style:normal;display:block; }
#fNMWcAkLaWliGZmRHquGMPWPipyd9NDI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.1875rem;left:33.875rem; }
#heZRC82xkrwoxGDK2OgWHnLth1g0iGRV { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.1875rem;left:34rem; }
#U65wZ2kuHUS0IK1OpDtf4gb63sKz58Q9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:16.076822280884rem;left:35.75rem;height:2.125rem;font-style:normal;display:block; }
#xxIDyNAmNnSGfVGsTTrf1ZBSpE7DvseT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:10.515869140625rem;left:2.686767578125rem;height:7.64845rem;font-style:normal;display:block; }
#FI6UEl5O5PcwhJVRsRdnZzkrz8WvZEgN { position:absolute;display:block;z-index:15054;height:2.4375rem;width:11.75rem;top:9.4375rem;left:62.9375038147rem;display:block; }
#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { background-color: transparent; background-image: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .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); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { border-width: 0; border-radius: 0; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:56.25rem;display:block; }
#rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:65.625rem;display:block; }
#XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.93675rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.00537109375rem;left:11.749267578125rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#N3TwLmCZnOd3cxTQ2xV1NcXyFyEKLPrd { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6870125rem;width:9.812rem;top:2.9052734375rem;left:0.811767578125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZ19VdVgebKddgUbe6l1JgFfbm6iRuUc { top:2.25rem;left:35.0625rem;width:12.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCSEAAJyPFk6WUHkTCxgTqvsaLUl7g6n { top:3.625rem;left:0rem;width:8.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO5qyTonTE1RKPTpolPLvydggEJ3kCe4 { top:3.3125rem;left:12.64453125rem;width:18.4375rem;height:3.3004818251238rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX { display:block; }#B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysd7H0O5kZokyoetDdx0SVgca91cvw8t { display:none; }
 }@media only screen and (max-width: 763px) { #zsiwo6nr6cA33OOqeJZtT0T7q5ETt2Tn { top:4.6875rem;left:29.3125rem;width:18.4375rem;height:3.3008368260034rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 { display:block; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl33XJGGe29e7TSBMfZc8g5heTpo3dwb { top:8.25rem;left:14.5rem;width:33.25rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orZq6TPxqnTHB9TxSG83n5fKhAbvxhPl { top:1.6875rem;left:14.0625rem;width:33.6875rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS8TP8AwB6C2cXD5EZ1yVM8apFFlItEl { top:1.875rem;left:0rem;width:40.3125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPNeuasvFrpe7tcPI90xoUoVORs2s2xk { display:block; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nObGWH7pOeazfHJWL3JgixsLSb8QDIE0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ7zLH5UXTWLWFK9NPd0IGIKS9ydPlyH { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1JkV6MnpUoxH2blTEoMTeoNpQruN23m { top:4.6875rem;left:29.3125rem;width:18.4375rem;height:3.3008368260034rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPhuT8TtCxM4CA50G7AAyxep58WvpBoa { top:22.75rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHxbMp8txTT41USoDTiZQFVQzrmlw3J { display:none; }
 }@media only screen and (max-width: 763px) { #sJVzRz7MBVFGJvSFnBSCo7ThfsOcrJ5f { top:15rem;left:39.25rem;width:8.5rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 { display:block; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwtV9fWfzhIRQ4wWrWi2JiSzO3GsEMgO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpJa8gIx9kKwFWTw02DBVL5zPMndArOp { top:2.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIa4Ak4gRNtHZiftKKZqdSKXuQnyHyaM { top:11rem;left:0rem;width:47.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT { display:block; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dW5o5VJTovNP3NIsNSRlrRWRQRFvDh1A { top:9.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKNyHSuBKvpqikK6eelblGyBG4c3XsQA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABCRENWMMhDXPBmTX5hfWGsIpbDdhu8a { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTubeiLT5ndZ5fwFCJqxSvQJpC6bb15x { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdbgcvluPJ3U3l2Mg9bvM84JMxbXN5F2 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6zAaRHBUvyAlQkduVntH9K7vyiNGdZc { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm4DTyxTJB6T1IBCWRRFWDD3iHZQsb2e { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP7AEv1napC7sLkhMnrVfgeeLU3cI9KG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2yAs1TvTd86xhTGdxUq4QtAEnua2fhz { width:4.5rem;height:4.5rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUgwtMbZSpfdRIfkPcKornWQTE7IXSLb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAf7ceytVkqebw1ltp4rNNmsJnORLz9u { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlv4xAusz2WuiZE0TBWTDiDA4J1KUXc { width:4.5rem;height:4.5rem;top:8.5rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klXvE3HNcsQftzvWSvX0qJPU1Vr37Ek2 { top:9.6875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze5IvlVP8UD62cIHTlorhQngcyM35X1n { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2TXr0dhz7gUB8SOnZzGZHOpSNMXy3lD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksEJklRXU0Wr52kcADcJ5Nd6ekw9zHBo { width:4.5rem;height:4.5rem;top:8.6875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEvQiriL4DFLGzTuR0rI2F4HhlpKsWNk { top:9.875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST { display:block; }#n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfbLwtV5CDuEHzIVWqvIzC05MROgOobU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #iHFXvTXlJvPiVMT5D9nT5UaOwoUn73oK {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #avRwH5eG0ekGx3Wd8ftEMov1AQgp4vwp {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #C0ciRlGiIu7oTTQBXAAfKT0JpJhTgve6 {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Ed3Izfz01yF2KzzphuVQ0OXwFuu6WBeZ {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #fpelre7epZT1wgPzS6mviz8a3l6VRbLe {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #n8CzzkTnqvz9akyTcZJqOhJaVkZtNwTb {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #SxyPt1s7MdlRLKAPLcFVcDsNMPCdCHPh {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #hRlh5w01pwEJOBPZ1GqCZ0lEbhVAVtb8 {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #xe2CtWg2r77NffChUklWTuoaS3uptiht {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #y2HuSXStdoxncP6MNoH5EdoqTnSfBLJ9 {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Abs7LSRqqAdgmLeT8awCoARr1gNfRE1X {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #ySfZNQ8DI7D3QyAkHnbec0XQLtmMA8yZ {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Jksp17TbguNn7cqQHhplFkaktiFwrstQ {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #hnAepCe1fbNBiq6I0hNmeVBAnlRnZOSU {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #VEM2W8qNf5439baCxOGFsaoIpTX9LIpD {  }
 }@media only screen and (max-width: 763px) { #R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 { display:block; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcGfx7StErtLuZTi5UAFPh6aTDIG5wex { top:3rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riGHDWqItsgILJrU47hmoZrcspp8rkp6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5IZdCDL5E9n2tJJpni9LsqnBLKgXgB { width:16.25rem;height:0.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2bhzaxPey9UEGPSQT1dRsxInmQ0QS3V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQm8DMofqm6JoPkl8AezOWhK546x7ov { top:3rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roNvF2XrTJdzOu466dVnT8LimnTDWtDT { width:16.25rem;height:0.4375rem;top:8.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqTZQasDUF6wcM3sZbgmB71vSaBdr4MJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2XAOtyVWph726dwH1O5EKeAyTvKzXs { top:2.9375rem;left:25.125rem;width:18.4375rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAlwlbG1v3qh1bX4O7XzbuuMipE7xZmP { width:16.25rem;height:0.4375rem;top:8.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2mTwwUe3atsvTJEGvaVUuIDyKRUiexH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuEmwyWfqVJJlNoZTNq8TAUol6vb87JV { top:2.9375rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8bPp7yHdUNaeZfaV9E1wHFnpzzHxzlz { width:16.25rem;height:0.4375rem;top:8.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0scF6SXCduU1ISU02SAstTkyHlf1SoU { display:block; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvxfGoJcK6PPgxc0IlVVBvJqnoQeKBdp { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRlpSFIyRPtgr0azSgqorF06y03QlGN2 { width:41.6875rem;height:10.9375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byhrkd2nvPoZ8VCIwluob65TTU6AREHL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmKvVc58KapBG37BTk4pZb60Kzl1OEW2 { top:9.625rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGwuuXn1lrtCbaTCilCOLKlXxV1m8p2y { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGpfWuqoEgbvx4ghpU5VzSbVg1cSSOMA { width:42rem;height:10.9375rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Ee1m1aTLOHxaZaMKtApaOo0p7xAtwn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4FKU2HZhg1oIVu100fhCRU5pMIU1nLv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnIxcMrTEaEam6AJfd9CC8XqSCOlNOac { top:21.25rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN6Cw7iKZaVuQbtlAHvw6L816ox3rTSU { top:0rem;left:0rem;width:0.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkvJeiMzbWsUTc7kS6JQSvbyhsRC8NXs { width:41.5625rem;height:10.9375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op4lloTVIBlJktZmuTh4ceeaBwATLbz4 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfTPnloI6adrEsXbn5gaAOTDdkpXgaqQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWFMg3LPcTG8pdGR0sPKU1D73l8fuaJX { top:31.5rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeW0CE7Cp7AVThZiyT8HlCVd92rEoSQn { width:41.75rem;height:10.9375rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRFysyKm1zp3cLqlW85KO8vAwLWooCsn { top:42.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ43m02sNLpxlXzTWEmmQNy58ZSJunNU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQzGKWfTPVDXh81gRW4zy2BvrEPofbEP { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXXite8kuVkPFvkoqwyfb3I111lWKWHc { top:25.8125rem;left:0rem;width:26.875rem;height:4.624025rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvkyVaJrGMFi5Ahc0Xy892K5GdZlQfyi { width:0.4375rem;height:11.25rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AENTMM3cWKDQVKuo8UqMoqdApb8QlEqn { width:0.4375rem;height:11.25rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4qfTQhlaGqIzc2vkMTQakdGkWvn4NQu { width:0.4375rem;height:11.25rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGngXv7fpobMGMPrADGXR8CI428fblDC { width:0.4375rem;height:21.25rem;top:55.75rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlqmUWhiATCUoaQTTsLRbi0htULOLPLP { width:0.4375rem;height:21.25rem;top:55.75rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6GunmdFedGZqSB2LTFTidLIdsVT87nI { display:block; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndHAmvi9tyKk285rNAM6c1CKCRMqUlhG { top:6rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7D5DcZCwC9hmnOUGxG2ZvncqKokTlqI { width:0.4375rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPPuPPv7V1LpCgMzHaTVUDJ26kyHekIv { width:0.4375rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFwrE3oJpVgRgBRiQ265ox9bGobJlAf { top:8.125rem;left:36.75rem;width:8.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnflK18zCVnkIzibk37JPaSGuLTpqUEU { display:none; }
 }@media only screen and (max-width: 763px) { #bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { display:block; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { top:1.625rem;left:0rem;width:26.25rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvMxbVkUQqTq1pm7KpKl7zecLCGschgn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH3tk7kN5UQoMlxwlRrOCH32PC7Tgvw3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyTC2Qsv7PhG2ShLsnxAmnobucF5OI6 { width:1.4375rem;height:1.4375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU3vztiUsDuSExVCMS1wKupG4MvOXBMZ { top:15rem;left:39.25rem;width:8.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTql8HGG6eT4AhhMyh7qOhZ7te3mb4F9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { width:1.4375rem;height:1.4375rem;top:6.4375rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNMWcAkLaWliGZmRHquGMPWPipyd9NDI { width:1.5625rem;height:1.5625rem;top:7.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heZRC82xkrwoxGDK2OgWHnLth1g0iGRV { width:1.5625rem;height:1.5625rem;top:16.1875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U65wZ2kuHUS0IK1OpDtf4gb63sKz58Q9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxIDyNAmNnSGfVGsTTrf1ZBSpE7DvseT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI6UEl5O5PcwhJVRsRdnZzkrz8WvZEgN { top:9.4375rem;left:36rem;width:11.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TwLmCZnOd3cxTQ2xV1NcXyFyEKLPrd { top:2.875rem;left:0rem;width:9.75rem;height:1.6763526166938rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pZ19VdVgebKddgUbe6l1JgFfbm6iRuUc { width:12.75rem;height:3.75rem;top:9.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCSEAAJyPFk6WUHkTCxgTqvsaLUl7g6n { width:8.5rem;height:2.625rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO5qyTonTE1RKPTpolPLvydggEJ3kCe4 { width:18.4375rem;height:3.3004818251238rem;top:14.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX { display:block; }#B3CvSc3ALCKIXR3tFLoUznS2CQ81PgCX > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysd7H0O5kZokyoetDdx0SVgca91cvw8t { top:6.623291015625rem;left:7.093505859375rem;width:5.81176875rem;height:3.2495125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #zsiwo6nr6cA33OOqeJZtT0T7q5ETt2Tn { width:14.9353125rem;height:2.56225625rem;top:2.372802734375rem;left:2.53173828125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 { display:block; }#rwQhZ6FwVBGFup3AWvlGd6TnUN8PCzE9 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl33XJGGe29e7TSBMfZc8g5heTpo3dwb { width:19.99875rem;height:15.29296875rem;top:9.498291015625rem;left:0.001220703125rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orZq6TPxqnTHB9TxSG83n5fKhAbvxhPl { width:19.9990234375rem;height:7.1960625rem;top:0.5625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JS8TP8AwB6C2cXD5EZ1yVM8apFFlItEl { height:11.178rem;width:20rem;top:28.870849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPNeuasvFrpe7tcPI90xoUoVORs2s2xk { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container { background-color: transparent; background-image: none; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container > .video-iframe-container { display: none; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row > .video-iframe-container { display: none; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .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); }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container { border-width: 0; border-radius: 0; }#sPNeuasvFrpe7tcPI90xoUoVORs2s2xk > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nObGWH7pOeazfHJWL3JgixsLSb8QDIE0 { width:19.9375rem;height:6.03881875rem;top:3.5000009536743rem;left:0.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #kJ7zLH5UXTWLWFK9NPd0IGIKS9ydPlyH { width:20rem;height:15.93018125rem;top:10.269775390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1JkV6MnpUoxH2blTEoMTeoNpQruN23m { width:14.9375rem;height:2.5625rem;top:0.0830078125rem;left:2.093505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPhuT8TtCxM4CA50G7AAyxep58WvpBoa { width:20rem;height:21.74925rem;top:40.37353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHxbMp8txTT41USoDTiZQFVQzrmlw3J { top:29.00390625rem;left:5.4375rem;width:8.625rem;height:2.5rem;z-index:15054;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #sJVzRz7MBVFGJvSFnBSCo7ThfsOcrJ5f { width:8.5rem;height:2.5625rem;top:29.149740219116rem;left:5.5611982345581rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 { display:block; }#RuxcgIA4DfKO08ESIQUUvzlx442ppVS0 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwtV9fWfzhIRQ4wWrWi2JiSzO3GsEMgO { width:20rem;height:4.72168125rem;top:2.2317714691162rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpJa8gIx9kKwFWTw02DBVL5zPMndArOp { width:20rem;height:1.69921875rem;top:0.53255271911621rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIa4Ak4gRNtHZiftKKZqdSKXuQnyHyaM { width:20rem;height:24.375rem;top:7.4687402248381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT { display:none; }#mWa9i3CGg0TlHdCqCEkoeE1Qsb6aGIlT > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dW5o5VJTovNP3NIsNSRlrRWRQRFvDh1A { display:flex;width:2.125rem;height:2.125rem;top:10rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #QKNyHSuBKvpqikK6eelblGyBG4c3XsQA { width:14rem;height:3.3984375rem;top:24.875rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ABCRENWMMhDXPBmTX5hfWGsIpbDdhu8a { width:13.4375rem;height:15.293rem;top:44.75rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RTubeiLT5ndZ5fwFCJqxSvQJpC6bb15x { width:20rem;height:2.79948125rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdbgcvluPJ3U3l2Mg9bvM84JMxbXN5F2 { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6zAaRHBUvyAlQkduVntH9K7vyiNGdZc { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qm4DTyxTJB6T1IBCWRRFWDD3iHZQsb2e { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zP7AEv1napC7sLkhMnrVfgeeLU3cI9KG { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2yAs1TvTd86xhTGdxUq4QtAEnua2fhz { width:4.5rem;height:4.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUgwtMbZSpfdRIfkPcKornWQTE7IXSLb { width:20rem;height:10.1953125rem;top:61.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tAf7ceytVkqebw1ltp4rNNmsJnORLz9u { width:20rem;height:7.6484375rem;top:29.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bTlv4xAusz2WuiZE0TBWTDiDA4J1KUXc { width:4.5rem;height:4.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klXvE3HNcsQftzvWSvX0qJPU1Vr37Ek2 { display:flex;width:2.125rem;height:2.125rem;top:18.625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ze5IvlVP8UD62cIHTlorhQngcyM35X1n { width:20rem;height:16.9921875rem;top:72.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F2TXr0dhz7gUB8SOnZzGZHOpSNMXy3lD { width:20rem;height:5.09895625rem;top:38.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ksEJklRXU0Wr52kcADcJ5Nd6ekw9zHBo { width:4.5rem;height:4.5rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEvQiriL4DFLGzTuR0rI2F4HhlpKsWNk { display:flex;width:2.125rem;height:2.125rem;top:28.0625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST { display:block; }#n85PFIiP2MDxTvXaDTgsq4MEVMkmB2ST > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfbLwtV5CDuEHzIVWqvIzC05MROgOobU { width:20rem;height:2.79948125rem;top:2.0742082595825rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-heading-text { font-size:1rem;height:auto;line-height:1.5;overflow:hidden; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-desc-text { font-size:0.875rem;height:auto; }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_af15898c722736b39bf85e87390ecda1acf0824d.svg"); }
#PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x { display:flex;height:auto;width:20rem;top:6.6250104904175rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #iHFXvTXlJvPiVMT5D9nT5UaOwoUn73oK {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #avRwH5eG0ekGx3Wd8ftEMov1AQgp4vwp {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #C0ciRlGiIu7oTTQBXAAfKT0JpJhTgve6 {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Ed3Izfz01yF2KzzphuVQ0OXwFuu6WBeZ {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #fpelre7epZT1wgPzS6mviz8a3l6VRbLe {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #n8CzzkTnqvz9akyTcZJqOhJaVkZtNwTb {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #SxyPt1s7MdlRLKAPLcFVcDsNMPCdCHPh {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #hRlh5w01pwEJOBPZ1GqCZ0lEbhVAVtb8 {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #xe2CtWg2r77NffChUklWTuoaS3uptiht {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #y2HuSXStdoxncP6MNoH5EdoqTnSfBLJ9 {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Abs7LSRqqAdgmLeT8awCoARr1gNfRE1X {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #ySfZNQ8DI7D3QyAkHnbec0XQLtmMA8yZ {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #Jksp17TbguNn7cqQHhplFkaktiFwrstQ {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #hnAepCe1fbNBiq6I0hNmeVBAnlRnZOSU {  }
 }@media only screen and (max-width: 763px) { #PT0Z9TDbC1aurqpMp84pJc9uzGPVlH7x #VEM2W8qNf5439baCxOGFsaoIpTX9LIpD {  }
 }@media only screen and (max-width: 763px) { #R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 { display:block; }#R8XWazvlE5cDZv4FDW2gPvuTJ1qtOkq5 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcGfx7StErtLuZTi5UAFPh6aTDIG5wex { width:16.2490234375rem;height:2.39868125rem;top:2.8125rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riGHDWqItsgILJrU47hmoZrcspp8rkp6 { width:16.2486875rem;height:1.91284375rem;top:6.5182304382325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uf5IZdCDL5E9n2tJJpni9LsqnBLKgXgB { width:16.2486875rem;height:0.498698125rem;top:6.0208263397217rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2bhzaxPey9UEGPSQT1dRsxInmQ0QS3V { width:16.2486875rem;height:1.91284375rem;top:12.483074188233rem;left:1.30859375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTQm8DMofqm6JoPkl8AezOWhK546x7ov { width:16.2490234375rem;height:2.39868125rem;top:9.375rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roNvF2XrTJdzOu466dVnT8LimnTDWtDT { width:16.2486875rem;height:0.498698125rem;top:11.94921875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqTZQasDUF6wcM3sZbgmB71vSaBdr4MJ { width:16.2486875rem;height:1.91284375rem;top:19.325521469116rem;left:1.3046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2XAOtyVWph726dwH1O5EKeAyTvKzXs { width:16.2486875rem;height:2.39868125rem;top:15.684896469116rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAlwlbG1v3qh1bX4O7XzbuuMipE7xZmP { width:16.2486875rem;height:0.498698125rem;top:18.622396469116rem;left:1.8723959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2mTwwUe3atsvTJEGvaVUuIDyKRUiexH { width:16.2486875rem;height:3.82568125rem;top:25.333335876465rem;left:1.8723959922791rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuEmwyWfqVJJlNoZTNq8TAUol6vb87JV { width:16.2486875rem;height:2.39868125rem;top:22.51953125rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8bPp7yHdUNaeZfaV9E1wHFnpzzHxzlz { width:16.2486875rem;height:0.498698125rem;top:24.834636688233rem;left:1.8723959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0scF6SXCduU1ISU02SAstTkyHlf1SoU { display:block; }#S0scF6SXCduU1ISU02SAstTkyHlf1SoU > .row .container { width:20rem;height:86.357421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvxfGoJcK6PPgxc0IlVVBvJqnoQeKBdp { width:20rem;height:5.59895625rem;top:15rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRlpSFIyRPtgr0azSgqorF06y03QlGN2 { width:20rem;height:14.6875rem;top:71.670572757719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byhrkd2nvPoZ8VCIwluob65TTU6AREHL { width:16.25rem;height:7.2216875rem;top:77.1875rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fmKvVc58KapBG37BTk4pZb60Kzl1OEW2 { display:flex;width:2.125rem;height:2.125rem;top:73.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #lGwuuXn1lrtCbaTCilCOLKlXxV1m8p2y { width:16.2490234375rem;height:3.82568125rem;top:72.875rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGpfWuqoEgbvx4ghpU5VzSbVg1cSSOMA { width:20rem;height:16.125rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Ee1m1aTLOHxaZaMKtApaOo0p7xAtwn { width:16.25rem;height:9.027125rem;top:42.8125rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4FKU2HZhg1oIVu100fhCRU5pMIU1nLv { width:15.1875rem;height:3.82568125rem;top:38.125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JnIxcMrTEaEam6AJfd9CC8XqSCOlNOac { display:flex;width:2.125rem;height:2.125rem;top:38.625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #zN6Cw7iKZaVuQbtlAHvw6L816ox3rTSU { width:18.75rem;height:12.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkvJeiMzbWsUTc7kS6JQSvbyhsRC8NXs { width:20rem;height:14.25rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op4lloTVIBlJktZmuTh4ceeaBwATLbz4 { width:16.25rem;height:7.2216875rem;top:63.125rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EfTPnloI6adrEsXbn5gaAOTDdkpXgaqQ { width:16.25rem;height:3.82568125rem;top:58.9375rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gWFMg3LPcTG8pdGR0sPKU1D73l8fuaJX { display:flex;width:2.125rem;height:2.125rem;top:59.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #JeW0CE7Cp7AVThZiyT8HlCVd92rEoSQn { width:20rem;height:15.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRFysyKm1zp3cLqlW85KO8vAwLWooCsn { display:flex;width:2.125rem;height:2.125rem;top:23.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #QQ43m02sNLpxlXzTWEmmQNy58ZSJunNU { width:15.875rem;height:3.82568125rem;top:23.3125rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQzGKWfTPVDXh81gRW4zy2BvrEPofbEP { width:16.3125rem;height:10.1953125rem;top:27.5625rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hXXite8kuVkPFvkoqwyfb3I111lWKWHc { width:20rem;height:3.44010625rem;top:53.562521934509rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvkyVaJrGMFi5Ahc0Xy892K5GdZlQfyi { width:0.5rem;height:11.25rem;top:74.940093994137rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AENTMM3cWKDQVKuo8UqMoqdApb8QlEqn { width:0.5rem;height:11.25rem;top:74.251302719119rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4qfTQhlaGqIzc2vkMTQakdGkWvn4NQu { width:0.5rem;height:11.25rem;top:59.875rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGngXv7fpobMGMPrADGXR8CI428fblDC { width:0.5rem;height:27.5rem;top:87.628896236419rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlqmUWhiATCUoaQTTsLRbi0htULOLPLP { width:0.5rem;height:27.5rem;top:58.6875rem;left:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6GunmdFedGZqSB2LTFTidLIdsVT87nI { display:block; }#L6GunmdFedGZqSB2LTFTidLIdsVT87nI > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndHAmvi9tyKk285rNAM6c1CKCRMqUlhG { width:20rem;height:12.596375rem;top:3.375rem;left:0rem;font-size:1.5rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7D5DcZCwC9hmnOUGxG2ZvncqKokTlqI { width:0.5rem;height:27.5rem;top:0.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPPuPPv7V1LpCgMzHaTVUDJ26kyHekIv { width:0.5rem;height:27.5rem;top:0.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFwrE3oJpVgRgBRiQ265ox9bGobJlAf { width:11.0625rem;height:3.75rem;top:18.0625rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnflK18zCVnkIzibk37JPaSGuLTpqUEU { top:18.562501311302rem;left:7.09375rem;width:5.8125rem;height:3.25rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { display:block; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { width:0.3125rem;height:24.625rem;top:0.083312347531319rem;left:18.970528501148rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { width:0.5rem;height:24.6875rem;top:0rem;left:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { width:0.5625rem;height:24.9375rem;top:0rem;left:0.17374877083256rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvMxbVkUQqTq1pm7KpKl7zecLCGschgn { width:15.9375rem;height:6.372075rem;top:6.8408203125rem;left:2.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xH3tk7kN5UQoMlxwlRrOCH32PC7Tgvw3 { width:11.1865rem;height:3.3764625rem;top:3.466064453125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzyTC2Qsv7PhG2ShLsnxAmnobucF5OI6 { display:flex;width:1.4375rem;height:1.4375rem;top:4.4374799728394rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #RU3vztiUsDuSExVCMS1wKupG4MvOXBMZ { width:8.5rem;height:2.625rem;top:29.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTql8HGG6eT4AhhMyh7qOhZ7te3mb4F9 { width:11.93725rem;height:1.69921875rem;top:11.3046875rem;left:1.56201171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { display:flex;width:1.499025rem;height:1.499025rem;top:22.56103515625rem;left:1.37451171875rem; }
 }@media only screen and (max-width: 763px) { #BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { width:6.3745rem;height:1.91284375rem;top:22.566162109375rem;left:2.061767578125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNMWcAkLaWliGZmRHquGMPWPipyd9NDI { display:flex;width:1.4375rem;height:1.4375rem;top:19.3125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #heZRC82xkrwoxGDK2OgWHnLth1g0iGRV { display:flex;width:1.5625rem;height:1.5625rem;top:11.304443359375rem;left:1.18603515625rem; }
 }@media only screen and (max-width: 763px) { #U65wZ2kuHUS0IK1OpDtf4gb63sKz58Q9 { width:13.18725rem;height:1.69921875rem;top:19.373046875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxIDyNAmNnSGfVGsTTrf1ZBSpE7DvseT { width:15.81175rem;height:6.372075rem;top:11.234130859375rem;left:2.093505859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FI6UEl5O5PcwhJVRsRdnZzkrz8WvZEgN { width:11.75rem;height:2.4375rem;top:25.000000655651rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:7.25rem;height:2.75rem;top:3.3125rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { width:7.5rem;height:2.75rem;top:3.1875rem;left:0rem;font-family:montserrat;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { width:20rem;height:1.27319375rem;top:5.9140625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3TwLmCZnOd3cxTQ2xV1NcXyFyEKLPrd { width:18.5rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }