.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:224,236,255;--color-primary-1:151,190,255;--color-primary-2:47,125,255;--color-primary-3:24,63,128;--color-primary-4:7,19,38;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:221,221,221;--color-tertiary-2:141,141,141;--color-tertiary-3:71,71,71;--color-tertiary-4:14,14,14;--headlines-font-family:"Be Vietnam Pro";--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:#ffffff;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); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI { background-color:rgba(var(--color-primary-2),1);background-image:none;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; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { background-color: transparent; background-image: none; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container > .video-iframe-container { display: none; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row > .video-iframe-container { display: none; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .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); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { border-width: 0; border-radius: 0; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { font-size:0.875rem;font-family:"be vietnam pro";height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#dF75nxaWbpVwfFT5lLM8rwipQLkVrpLp { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:59.625rem;display:block; }
#EZci8dZxLWtZzeqnM4bqyErpufNwVw05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUWOkNPnnuebLapgdtc0BOHI3mRxtl2G { position:absolute;display:block;z-index:15019;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:2.1875rem;width:7.75rem;top:1.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#bqZxN3QSCrnxpO719kk60qO1f5Nqqi46 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.15625rem;left:33.90625rem;display:block; }
#DS1ese4RWBOgpwCa4omur3bpXs0NLgoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { background-color: transparent; background-image: none; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container > .video-iframe-container { display: none; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row > .video-iframe-container { display: none; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .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); }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { border-width: 0; border-radius: 0; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { font-size:0.875rem;font-family:"be vietnam pro";height:56.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ndxyOvdaHqpaMc1dKBmQJxLOZTqE0fJ3 { color:rgba(var(--color-primary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4.78759765625rem;left:0.9375rem;height:17.0488125rem;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; }
#ZZXn8E6608QlerUkbiIQgqKA35QJcRCZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:46.3125rem;left:0.9375rem;display:block; }
#Cf2ZQwwiaDyRR8Z5igbE4PE4LVmUVody { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qa22Vr9FdXLMQG3qA70ce11mvN90IbxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:"be vietnam pro";font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.625rem;left:0.875rem;height:4.38671875rem;display:block; }
#a2bdCxEMxFTp06zl4JNCPSlTLqdh9arT { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 1.25rem 1.3125rem 5rem rgba(var(--color-tertiary-4),0.2) ;height:27.8125rem;width:34rem;top:2.97509765625rem;left:50.747612882957rem;overflow:hidden;display:block; }
#xtG5KLhcwgPEkllAbPkZu2rwkhG7wI5D { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:"be vietnam pro";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.41259765625rem;left:3.375rem;height:12.34765rem;display:block; }
#ehAekGCOQA3Dd8gVesEPEnBBOIaZ6CdA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15014;opacity:1;top:32.41259765625rem;left:0.875rem; }
#noGB5iZQQ8ruc9GZ7FTB9HHV5CI1kSnG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15015;opacity:1;top:35.5rem;left:0.9375rem; }
#IHg3994WauhTkSSyoSgFDzJlRouSGtBP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:38.625rem;left:1rem; }
#oXWIHRn2ZOM20NX31ex35IdaoScasyZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:41.5rem;left:0.6875rem; }
#nHcIvdcf3ly8IXWMFfX1zqdT7AT5A7gE { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:"be vietnam pro";font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.375rem;left:0.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#yP0QlfJnDsLcNpOngdSk95inRavqCA2c { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { background-color: transparent; background-image: none; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container > .video-iframe-container { display: none; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row > .video-iframe-container { display: none; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .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); }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { border-width: 0; border-radius: 0; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { font-size:0.875rem;font-family:"be vietnam pro";height:39.75rem;width:75rem;overflow:visible;position:relative;display:block; }#KnUlOWmaPMHc1fVslIufuri9X582NUrg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.4375rem;left:22.3125rem;height:2.25rem;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; }
#MDQ2sTrR2N58GFfKADucDC2Fs2Te3RdH { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:24.375rem;left:58rem;display:block; }
#DbbexNkXKzXo9WHb4rxTmHXUAEGpmSXh { color:rgba(var(--color-primary-4),1);display:block;width:48.3125rem;position:absolute;font-family:"be vietnam pro";font-size:2.4375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:8.0625rem;left:13.34375rem;height:7.3125rem;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:center;text-align-last:center;display:block; }
#DQ6FxCMrk9rFRO7OaCnTTm7s2Wz7Cq8Z { color:rgba(var(--color-primary-2),1);display:block;width:37.3125rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:17.0625rem;left:18.84375rem;height:5.625rem;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:center;text-align-last:center;display:block; }
#EhtdGQ7kTCMMAuJ1M5GMhaBxLGW8d2uc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.875rem;left:26.625rem;display:block; }
#z1KmmgkKaRuZeVay6gqdqyM8BWBLHkEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm { background-color:rgba(var(--color-primary-2),1);background-image:none;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; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { background-color: transparent; background-image: none; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container > .video-iframe-container { display: none; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row > .video-iframe-container { display: none; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .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); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { border-width: 0; border-radius: 0; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { font-size:0.875rem;font-family:"be vietnam pro";height:71.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#yoUWZRiPXJaRRrAVSqUZffPdiJr8eg89 { color:rgba(var(--color-secondary-2),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.8125rem;left:18.40625rem;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;text-align:center;text-align-last:center;display:block; }
#pFrHeuvpTtyh8rDRIdGvTBIkzQkq7dgo { position:absolute;display:block;z-index:15005;height:21.75rem;width:38.75rem;top:15.25rem;left:18.125rem;display:block; }
#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row .container { background-color: transparent; background-image: none; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row .container > .video-iframe-container { display: none; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row > .video-iframe-container { display: none; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .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); }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row .container { border-width: 0; border-radius: 0; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row .container { font-size:0.875rem;font-family:"be vietnam pro";height:57.25rem;width:75rem;overflow:visible;position:relative;display:block; }#MLxwKP6RF1HJwXTaB7VfdSSufHLmSTcx { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.3125rem;left:15.3125rem;height:3.9746125rem;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; }
#TBL05BsybTxgEtvJvFkOGHQi6sMMgV6d { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:8.3125rem;left:21.84375rem;height:1.94970625rem;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; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi .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-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi .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:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1); }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-trigger.adaptive-delivery-prevent-bg, #IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-trigger.lazyload, #IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-trigger.lazyloading { background-image: none; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:1.9375rem;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 3.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.96875rem;left:22.34375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #hXziHbLEWgB0wyZi5UbSypRQpPC8rF55 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #u3wvIqM2PL9TqaJJ4OEwCdkUXtulfAxK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #eqtKpHGcHzw4KqL874o5tnEd5ZH046CC { display:block;position:relative; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #TJ4TwJsc13ru3brJkoBlxKqNoWGdIVWB {  }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #B7u7PDmugPLkKWDv2vfNWNS8cpdZiiAv {  }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #I7pTUu11R1sPNO119veR3wJvtfoHmcTW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #n2O2uoaPcEyFc9ElmEJfezizgbFxsrZg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #XRSQVbefIKESxzPGk5LoXAvn1xhB5Z8W { display:block;position:relative; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #U8W6oVlfRKO7LK86kWx93C6UcFR0lIpG {  }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #ixB11cP9hvDiJInEhPn2QlHL2DN5lUoK { display:none; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #k5ymIR8hZLhiwb7sJbVCkF6iaq5dDUHu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #ePGaRkCG7cqsvGfuzE6vXXxcQ0Axs3RJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #sZn3isExSknqGAV6JEE9KyLrz2Cmxroy { display:block;position:relative; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #epR6d9U1JJwZ5MpzzprADHm6uGVH4K3o {  }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #ahkbdc844vrVFWA3BcOoPNVbM191lqkZ { display:none; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #lkVobGoSCui8TatLxVBP5ryx6LLzCx9k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #hfAxcX3PCSwSy2MqxewHyKToUpe93o9h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #KhnyLhriDe95syRtNO6Bpi0dLqmdpq86 { display:block;position:relative; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #Z8TkmyvB9WupFvOscc82PERGbIyVzJDe {  }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #vSy1aOUKM3w0IZuoHJoqOBsz2vki2ync { display:none; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #Zqc445BQ0WF2sArnwQobPh0TSBnwIp4x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #Ab8G6ihRMFNux3KvJZ2JawHLPlhsd4vh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #Lph3alKbLRTqmUlzzQXWwaKOXWW3CGlm { display:block;position:relative; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #W8AvwGNJSSnpgIUb9qE7oIvvHN9i2DfH {  }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi #ilOrOf2CJPluTu6xLM2FoxUcqBEh4Now { display:none; }
#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row .container { background-color: transparent; background-image: none; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row .container > .video-iframe-container { display: none; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row > .video-iframe-container { display: none; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .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); }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row .container { border-width: 0; border-radius: 0; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row .container { font-size:0.875rem;font-family:"be vietnam pro";height:46.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ap0yfk6P36mUU2V3kqq9PP2qQmcMoqTn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.25rem;top:2.34375rem;left:1.6875rem;display:block; }
#OKTVfxOg2nghRkqQdpJLUF0CKvUmfaMG { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.34375rem;left:14.46875rem;height:9.912125rem;text-align:center;text-align-last:center;display:block; }
#qh6A1qPATTwdzozhWhwHoHJAbhmGgAqB { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:8.34375rem;left:4.5625rem;display:block; }
#HizmXzEn7pNax1VF6VfbwUUIFuycqvOM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:4.59375rem;left:64rem;display:block; }
#W6ciwTOyvaC2zAmsSaJoAm10TOsowF3B { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:"be vietnam pro";font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.15625rem;left:12.9375rem;height:9.505375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZ9GoKAyv6qpy3HtTI0tU9ulyl92zMmV { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:"be vietnam pro";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.21875rem;left:12.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQ4DAHwEAiUF3aJeUCHXHzGKeDdkZHt0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:6.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.630859375rem;left:24.6875rem;display:block; }
#faH3tgiO5kSGWQDBNmBhmTdKKaOWxHTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { background-color: transparent; background-image: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container > .video-iframe-container { display: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container { display: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .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); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { border-width: 0; border-radius: 0; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { font-size:0.875rem;font-family:"be vietnam pro";height:15.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.40625rem;left:21.21875rem;height:3.09375rem;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; }
#J718AXf1qMPCabDCzJ8H5CeTZJXIUV0H { position:absolute;display:block;z-index:15117;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:2.8125rem;width:9.875rem;top:5.5498046875rem;left:32.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c3yeEgVGuskLrlHX8anB4woEWRRpI2wI { display:block; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dF75nxaWbpVwfFT5lLM8rwipQLkVrpLp { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZci8dZxLWtZzeqnM4bqyErpufNwVw05 { display:block; }
 }@media only screen and (max-width: 763px) { #TUWOkNPnnuebLapgdtc0BOHI3mRxtl2G { top:1.5625rem;left:0rem;width:7.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqZxN3QSCrnxpO719kk60qO1f5Nqqi46 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1ese4RWBOgpwCa4omur3bpXs0NLgoR { display:block; }
 }@media only screen and (max-width: 763px) { #PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr { display:block; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndxyOvdaHqpaMc1dKBmQJxLOZTqE0fJ3 { top:4.75rem;left:0rem;width:44.75rem;height:17rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZXn8E6608QlerUkbiIQgqKA35QJcRCZ { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2ZQwwiaDyRR8Z5igbE4PE4LVmUVody { display:block; }
 }@media only screen and (max-width: 763px) { #qa22Vr9FdXLMQG3qA70ce11mvN90IbxJ { top:23.625rem;left:0rem;width:44.1875rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2bdCxEMxFTp06zl4JNCPSlTLqdh9arT { top:2.9375rem;left:11.8125rem;width:34rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtG5KLhcwgPEkllAbPkZu2rwkhG7wI5D { top:32.375rem;left:0rem;width:38rem;height:12.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehAekGCOQA3Dd8gVesEPEnBBOIaZ6CdA { top:32.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noGB5iZQQ8ruc9GZ7FTB9HHV5CI1kSnG { top:35.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHg3994WauhTkSSyoSgFDzJlRouSGtBP { top:38.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXWIHRn2ZOM20NX31ex35IdaoScasyZe { top:41.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHcIvdcf3ly8IXWMFfX1zqdT7AT5A7gE { top:51.375rem;left:0rem;width:35.375rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP0QlfJnDsLcNpOngdSk95inRavqCA2c { display:block; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnUlOWmaPMHc1fVslIufuri9X582NUrg { top:4.4375rem;left:8.6875rem;width:30.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDQ2sTrR2N58GFfKADucDC2Fs2Te3RdH { top:24.375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbbexNkXKzXo9WHb4rxTmHXUAEGpmSXh { top:8.0625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ6FxCMrk9rFRO7OaCnTTm7s2Wz7Cq8Z { top:17.0625rem;left:5.21875rem;width:37.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhtdGQ7kTCMMAuJ1M5GMhaBxLGW8d2uc { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1KmmgkKaRuZeVay6gqdqyM8BWBLHkEx { display:block; }
 }@media only screen and (max-width: 763px) { #TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm { display:block; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoUWZRiPXJaRRrAVSqUZffPdiJr8eg89 { top:1.8125rem;left:4.78125rem;width:38.1875rem;height:7.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrHeuvpTtyh8rDRIdGvTBIkzQkq7dgo { top:15.25rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 { display:block; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLxwKP6RF1HJwXTaB7VfdSSufHLmSTcx { top:3.3125rem;left:1.6875rem;width:44.375rem;height:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL05BsybTxgEtvJvFkOGHQi6sMMgV6d { top:8.3125rem;left:8.21875rem;width:31.3125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi { display:flex;height:auto;width:27.8125rem;top:27.375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #hXziHbLEWgB0wyZi5UbSypRQpPC8rF55 {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #u3wvIqM2PL9TqaJJ4OEwCdkUXtulfAxK {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #eqtKpHGcHzw4KqL874o5tnEd5ZH046CC {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #TJ4TwJsc13ru3brJkoBlxKqNoWGdIVWB {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #B7u7PDmugPLkKWDv2vfNWNS8cpdZiiAv {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #I7pTUu11R1sPNO119veR3wJvtfoHmcTW {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #n2O2uoaPcEyFc9ElmEJfezizgbFxsrZg {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #XRSQVbefIKESxzPGk5LoXAvn1xhB5Z8W {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #U8W6oVlfRKO7LK86kWx93C6UcFR0lIpG {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ixB11cP9hvDiJInEhPn2QlHL2DN5lUoK {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #k5ymIR8hZLhiwb7sJbVCkF6iaq5dDUHu {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ePGaRkCG7cqsvGfuzE6vXXxcQ0Axs3RJ {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #sZn3isExSknqGAV6JEE9KyLrz2Cmxroy {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #epR6d9U1JJwZ5MpzzprADHm6uGVH4K3o {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ahkbdc844vrVFWA3BcOoPNVbM191lqkZ {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #lkVobGoSCui8TatLxVBP5ryx6LLzCx9k {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #hfAxcX3PCSwSy2MqxewHyKToUpe93o9h {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #KhnyLhriDe95syRtNO6Bpi0dLqmdpq86 {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Z8TkmyvB9WupFvOscc82PERGbIyVzJDe {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #vSy1aOUKM3w0IZuoHJoqOBsz2vki2ync {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Zqc445BQ0WF2sArnwQobPh0TSBnwIp4x {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Ab8G6ihRMFNux3KvJZ2JawHLPlhsd4vh {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Lph3alKbLRTqmUlzzQXWwaKOXWW3CGlm {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #W8AvwGNJSSnpgIUb9qE7oIvvHN9i2DfH {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ilOrOf2CJPluTu6xLM2FoxUcqBEh4Now {  }
 }@media only screen and (max-width: 763px) { #T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR { display:block; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ap0yfk6P36mUU2V3kqq9PP2qQmcMoqTn { top:2.3125rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKTVfxOg2nghRkqQdpJLUF0CKvUmfaMG { top:2.3125rem;left:0.84375rem;width:46.0625rem;height:9.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6A1qPATTwdzozhWhwHoHJAbhmGgAqB { top:8.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HizmXzEn7pNax1VF6VfbwUUIFuycqvOM { top:4.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ciwTOyvaC2zAmsSaJoAm10TOsowF3B { top:15.125rem;left:0rem;width:47.75rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9GoKAyv6qpy3HtTI0tU9ulyl92zMmV { top:27.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4DAHwEAiUF3aJeUCHXHzGKeDdkZHt0 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faH3tgiO5kSGWQDBNmBhmTdKKaOWxHTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { top:9.375rem;left:7.59375rem;width:32.5625rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J718AXf1qMPCabDCzJ8H5CeTZJXIUV0H { top:5.5rem;left:18.9375rem;width:9.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c3yeEgVGuskLrlHX8anB4woEWRRpI2wI { display:block; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dF75nxaWbpVwfFT5lLM8rwipQLkVrpLp { width:6rem;height:1.625rem;top:0.8125rem;left:13.53125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZci8dZxLWtZzeqnM4bqyErpufNwVw05 { display:block; }
 }@media only screen and (max-width: 763px) { #TUWOkNPnnuebLapgdtc0BOHI3mRxtl2G { width:6.125rem;height:1.1875rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqZxN3QSCrnxpO719kk60qO1f5Nqqi46 { width:3.875rem;height:1.3125rem;top:0.96875rem;left:8.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1ese4RWBOgpwCa4omur3bpXs0NLgoR { display:block; }
 }@media only screen and (max-width: 763px) { #PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr { display:block; }#PW3pRxqPsEIDbVEyTbCWwU5DBxmAGkUr > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndxyOvdaHqpaMc1dKBmQJxLOZTqE0fJ3 { width:18.1875rem;height:9.349625rem;top:2.75rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZXn8E6608QlerUkbiIQgqKA35QJcRCZ { width:6.875rem;height:2.3125rem;top:22.0625rem;left:5.65625rem;font-size:0.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2ZQwwiaDyRR8Z5igbE4PE4LVmUVody { display:block; }
 }@media only screen and (max-width: 763px) { #qa22Vr9FdXLMQG3qA70ce11mvN90IbxJ { width:18.3125rem;height:6.173825rem;top:13.57666015625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2bdCxEMxFTp06zl4JNCPSlTLqdh9arT { width:15.5625rem;height:12.75rem;top:26.216796875rem;left:2.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xtG5KLhcwgPEkllAbPkZu2rwkhG7wI5D { width:16.9375rem;height:7.3095625rem;top:42.125rem;left:2.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehAekGCOQA3Dd8gVesEPEnBBOIaZ6CdA { display:flex;width:1.0625rem;height:1.0625rem;top:42.125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #noGB5iZQQ8ruc9GZ7FTB9HHV5CI1kSnG { display:flex;width:0.9375rem;height:0.9375rem;top:44.3125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IHg3994WauhTkSSyoSgFDzJlRouSGtBP { display:flex;width:0.875rem;height:0.875rem;top:45.875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #oXWIHRn2ZOM20NX31ex35IdaoScasyZe { display:flex;width:1rem;height:1rem;top:47.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #nHcIvdcf3ly8IXWMFfX1zqdT7AT5A7gE { width:20rem;height:0.73095625rem;top:51.2138671875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP0QlfJnDsLcNpOngdSk95inRavqCA2c { display:block; }#yP0QlfJnDsLcNpOngdSk95inRavqCA2c > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnUlOWmaPMHc1fVslIufuri9X582NUrg { width:17.625rem;height:1.3125rem;top:3rem;left:1.1875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MDQ2sTrR2N58GFfKADucDC2Fs2Te3RdH { width:1.375rem;height:1.4375rem;top:0.75rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbbexNkXKzXo9WHb4rxTmHXUAEGpmSXh { width:20rem;height:2.8125rem;top:5.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQ6FxCMrk9rFRO7OaCnTTm7s2Wz7Cq8Z { width:20rem;height:2.625rem;top:8.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhtdGQ7kTCMMAuJ1M5GMhaBxLGW8d2uc { width:12.6875rem;height:3.4375rem;top:12.375rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1KmmgkKaRuZeVay6gqdqyM8BWBLHkEx { display:block; }
 }@media only screen and (max-width: 763px) { #TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm { display:block; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoUWZRiPXJaRRrAVSqUZffPdiJr8eg89 { width:20rem;height:4.04980625rem;top:3.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrHeuvpTtyh8rDRIdGvTBIkzQkq7dgo { width:20rem;height:21.75rem;top:9.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 { display:block; }#tI5ZTMgfUbcacsuccOTBSEk0GuGS1ve3 > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLxwKP6RF1HJwXTaB7VfdSSufHLmSTcx { width:20rem;height:3.8994125rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBL05BsybTxgEtvJvFkOGHQi6sMMgV6d { width:19.375rem;height:1.19970625rem;top:7.13671875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi .accordion-trigger { height:0.8125rem;width:0.8125rem;min-width:0.8125rem; }
#IAobfErvAG2Su22wptdxP3saIMXLUsHi { display:flex;height:auto;width:15rem;top:11.07421875rem;left:1.5rem;padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem;gap:0.9375rem; }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #hXziHbLEWgB0wyZi5UbSypRQpPC8rF55 {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #u3wvIqM2PL9TqaJJ4OEwCdkUXtulfAxK {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #eqtKpHGcHzw4KqL874o5tnEd5ZH046CC {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #TJ4TwJsc13ru3brJkoBlxKqNoWGdIVWB {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #B7u7PDmugPLkKWDv2vfNWNS8cpdZiiAv {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #I7pTUu11R1sPNO119veR3wJvtfoHmcTW {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #n2O2uoaPcEyFc9ElmEJfezizgbFxsrZg {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #XRSQVbefIKESxzPGk5LoXAvn1xhB5Z8W {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #U8W6oVlfRKO7LK86kWx93C6UcFR0lIpG {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ixB11cP9hvDiJInEhPn2QlHL2DN5lUoK {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #k5ymIR8hZLhiwb7sJbVCkF6iaq5dDUHu {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ePGaRkCG7cqsvGfuzE6vXXxcQ0Axs3RJ {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #sZn3isExSknqGAV6JEE9KyLrz2Cmxroy {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #epR6d9U1JJwZ5MpzzprADHm6uGVH4K3o {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ahkbdc844vrVFWA3BcOoPNVbM191lqkZ {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #lkVobGoSCui8TatLxVBP5ryx6LLzCx9k {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #hfAxcX3PCSwSy2MqxewHyKToUpe93o9h {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #KhnyLhriDe95syRtNO6Bpi0dLqmdpq86 {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Z8TkmyvB9WupFvOscc82PERGbIyVzJDe {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #vSy1aOUKM3w0IZuoHJoqOBsz2vki2ync {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Zqc445BQ0WF2sArnwQobPh0TSBnwIp4x {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Ab8G6ihRMFNux3KvJZ2JawHLPlhsd4vh {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #Lph3alKbLRTqmUlzzQXWwaKOXWW3CGlm {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #W8AvwGNJSSnpgIUb9qE7oIvvHN9i2DfH {  }
 }@media only screen and (max-width: 763px) { #IAobfErvAG2Su22wptdxP3saIMXLUsHi #ilOrOf2CJPluTu6xLM2FoxUcqBEh4Now {  }
 }@media only screen and (max-width: 763px) { #T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR { display:block; }#T1HL0nTEDtaq5VPq47l9W21VqFzDIHqR > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ap0yfk6P36mUU2V3kqq9PP2qQmcMoqTn { width:1.3125rem;height:1.3125rem;top:1.0625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKTVfxOg2nghRkqQdpJLUF0CKvUmfaMG { width:20rem;height:3.57421875rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6A1qPATTwdzozhWhwHoHJAbhmGgAqB { width:1.5625rem;height:1.5625rem;top:0rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HizmXzEn7pNax1VF6VfbwUUIFuycqvOM { width:1.1875rem;height:1.1875rem;top:1.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ciwTOyvaC2zAmsSaJoAm10TOsowF3B { width:20rem;height:3.65625rem;top:9.015625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9GoKAyv6qpy3HtTI0tU9ulyl92zMmV { width:20rem;height:1.625rem;top:14.3291015625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4DAHwEAiUF3aJeUCHXHzGKeDdkZHt0 { width:6.75rem;height:2.0625rem;top:17.7314453125rem;left:6.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faH3tgiO5kSGWQDBNmBhmTdKKaOWxHTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { width:18.5625rem;height:1.03125rem;top:11.7373046875rem;left:0.71875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J718AXf1qMPCabDCzJ8H5CeTZJXIUV0H { width:9.875rem;height:2.8125rem;top:5.5625rem;left:5.0625rem;display:block; }
 }