.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:210,234,255;--color-primary-1:40,93,141;--color-primary-2:51,65,85;--color-primary-3:1,54,102;--color-primary-4:0,48,91;--color-secondary-0:236,234,254;--color-secondary-1:166,128,250;--color-secondary-2:107,44,247;--color-secondary-3:102,45,209;--color-secondary-4:21,9,49;--color-tertiary-0:255,255,255;--color-tertiary-1:164,182,200;--color-tertiary-2:103,134,163;--color-tertiary-3:62,80,98;--color-tertiary-4:1,54,102;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row .container { background-color: transparent; background-image: none; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row .container > .video-iframe-container { display: none; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row > .video-iframe-container { display: none; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .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); }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row .container { border-width: 0; border-radius: 0; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#eQso1MnsTqX5D38dOZ6r8B1ptqaSHf2g { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.0625rem;left:34.4375rem;height:1.5744375rem;text-align:center;text-align-last:center;display:block; }
#GfANpUKTSkKdmA15l44hl2LJ1oTB4Bez { position:absolute;display:block;z-index:15003;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:11.0625rem;width:30.5rem;top:-0.4375rem;left:0rem;overflow:hidden;display:block; }
#mMXlxIZ8gTuXQkwnPE6EtrzxCQDhdz0A { background-color:#00ada4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;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:13.25rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.3125rem;left:37.9375rem;display:block; }
#nH2yZTINoBCznL8d9iIbmtVPLkSTePcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;overflow:visible;position:relative;display:block; }#WgiMiWlBftuIpMg7JZJWComk5EUFt48c { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.33749961853rem;left:18.968751907349rem;display:block; }
#G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16rem;left:6.59375rem;height:3.20095625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:2.1916668415069rem;left:26.5625rem;overflow:hidden;display:block; }
#qu1ak03dWISxPk36bLOK1xldpksG0Ous { position:absolute;display:block;z-index:14997;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:26.8125rem;width:44.375rem;top:23.937501907349rem;left:7.8125rem;overflow:hidden;display:block; }
#awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5625rem;position:absolute;font-family:"dax medium";font-size:2.25rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:9rem;left:3.21875rem;height:5.39930625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { background-color: transparent; background-image: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .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); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { border-width: 0; border-radius: 0; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { font-size:0.875rem;font-family:arial;height:83.4375rem;width:60rem;position:relative;display:block; }#D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { color:rgba(var(--color-primary-2),1);display:block;width:43.625rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.171875rem;left:8.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ovdHAPg7fhrXnVwRwKJ0TVB9VaMTNHzw { color:rgba(var(--color-primary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:10.47812461853rem;left:8.53125rem;height:4.80143125rem;text-align:center;text-align-last:center;display:block; }
#O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:43.625rem;top:17.25rem;left:8.5rem;display:block; }
#ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.8125rem;left:9.25rem; }
#NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { color:rgba(var(--color-primary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:17.8125rem;left:11.375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:43.9375rem;top:20.8125rem;left:8.4375rem;display:block; }
#v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { color:rgba(var(--color-primary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:21.375rem;left:11.4375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.375rem;left:9.3125rem; }
#gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:43.875rem;top:24.4375rem;left:8.4375rem;display:block; }
#NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { color:rgba(var(--color-primary-2),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:24.999999046326rem;left:11.4375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25rem;left:9.3125rem; }
#sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:43.9375rem;top:31.875rem;left:8.375rem;display:block; }
#Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { color:rgba(var(--color-primary-2),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:32.43749923259rem;left:11.375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.4375rem;left:9.25rem; }
#S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:43.875rem;top:28.125rem;left:8.4375rem;display:block; }
#cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { color:rgba(var(--color-primary-2),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:28.687499284744rem;left:11.4375rem;height:1.70030625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.6875rem;left:9.3125rem; }
#NMCeuP9US23xgeti9RDvsmx3zIDKvaTm { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(148deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(148deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(148deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(148deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(148deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;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;height:33.875rem;width:56rem;top:38.375rem;left:1.9375rem;display:block; }
#J1TEkNvMxuV1I7yftEKWf0fzQd5n3CUC { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.625rem;width:16.1875rem;top:46rem;left:22.6875rem;display:block; }
#Z90GFEETX8KCiHhAVWJz76AuFUNgSf1U { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:49.8125rem;left:23.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCs57aJQpUOLTAW5QMPreBQT9I3cf3AO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:51.5625rem;left:23.4375rem;height:4.8719625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zX0JFIfZxkRDd8wv0kt8Rv3q1ZiL3ukv { 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:15043;opacity:1;top:47.1875rem;left:23.9375rem; }
#PHQGQrn3C53L44siTXmMLJzZdSbpV58v { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-primary-0),1);background-image:none;top:46.8125rem;left:23.5625rem;display:block; }
#hW3tiIG56OURMPlxu2OHirVCOSh1qfGx { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-primary-0),1);background-image:none;top:46.8125rem;left:41rem;display:block; }
#DXT8nwhBziFbreDWXLSGVDifRgnlOEmT { 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:15048;opacity:1;top:47.3125rem;left:41.5rem; }
#OoUaDiRzTlHGrlugXFRTuONkQJ1i6nc6 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.625rem;width:16.1875rem;top:46rem;left:40.125rem;display:block; }
#b28BsqVcK1TKu2vTasX8HFXIBG41T14H { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:49.8125rem;left:40.9375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vlwqDXokv1nCWE2ewV3TDpy0T0dqnGkI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:51.5625rem;left:40.875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SSKsLcedrsQXRqBGa52sSBUTVsyrT2mZ { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:rgba(var(--color-primary-0),1);background-image:none;top:59.625rem;left:23.625rem;display:block; }
#s0LU7eyAPivKK1WbNUB4f9Vpd4UfWVp6 { 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:15053;opacity:1;top:60rem;left:24rem; }
#Xvzn3ti3xmHHMkIMbTJo4lWGTtgDH3hJ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.625rem;width:16.1875rem;top:58.8125rem;left:22.75rem;display:block; }
#w5i5oPrNkAinWDFC6mFVLDfXCN90SMlv { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:62.625rem;left:23.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N3u2SB5P1vJbTGVHSlcXhny8xgpG6Ofp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:64.375rem;left:23.5rem;height:4.8719625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gh5s4k3AMMQLpirwopdug8z6AyJBdxLs { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:rgba(var(--color-primary-0),1);background-image:none;top:59.625rem;left:41rem;display:block; }
#lConO8IUSZ885QiXHOxUPexe6golq7LC { 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:15058;opacity:1;top:60rem;left:41.375rem; }
#rpNTIXH2eTpgFUEInoT3QMvclxe5pJZr { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.625rem;width:16.1875rem;top:58.8125rem;left:40.125rem;display:block; }
#bBprWhAhGlsUxPhvpm0ngmlGmamh2TvF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:62.625rem;left:41rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1WIF86ZZFErNTiUEIpw4p55fK4fJmHl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:64.4375rem;left:40.875rem;height:4.8719625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:75.4375rem;left:17.875rem;display:block; }
#pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9hgoteOizE3LidnFFfxn0DtLZBWwS4P { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.25rem;width:20.1875rem;top:44.112502098084rem;left:1.9375rem;overflow:hidden;display:block; }
#n0xBKv9aCGtNzd7Txmx8giuTdnT5yfSs { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:"dax medium";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.818751811981rem;left:14.03125rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { border-width: 0; border-radius: 0; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;overflow:visible;position:relative;display:block; }#mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3.5rem;left:10.90625rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:16.9375rem;position:absolute;display:block;z-index:15016;top:13.375rem;left:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:24.625rem;left:2.5rem;height:5.24739375rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { display:block;width:14.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.5rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#LyTkufQR81tGl1v9HZMaB2W97upPp64N { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e8a121e2-ea78-4ba4-a6d3-f7ee367c4b3d/mayara10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15017;top:10.875rem;left:5.0625rem;display:block; }#LyTkufQR81tGl1v9HZMaB2W97upPp64N.adaptive-delivery-prevent-bg, #LyTkufQR81tGl1v9HZMaB2W97upPp64N.lazyload, #LyTkufQR81tGl1v9HZMaB2W97upPp64N.lazyloading { background-image: none; }
#WqOC6FcEnpGLfTVpk6beKbnTQs8pmMS8 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:16.9375rem;position:absolute;display:block;z-index:15017;top:13.3125rem;left:21.375rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#ngKRGTwrkitBiF2Ad7yFqWcCPv8GJba3 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:16.9375rem;position:absolute;display:block;z-index:15018;top:13.375rem;left:41.8125rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#M9X9QTC8ZJpDUn2Kh1Tz4GAoWBMoaxA5 { display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:24.6875rem;left:22.6875rem;height:5.24739375rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Am4uTA0iLWkxJJvir68BHFbUg9rHw98i { display:block;width:14.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.625rem;left:22.6875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#CszqnwH8dlOb7NyQfyOPxDxhM5duzMmM { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/34957b5b-8b6b-42b3-b115-acef1f38ac3d/andre.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15020;top:10.9375rem;left:25.25rem;display:block; }#CszqnwH8dlOb7NyQfyOPxDxhM5duzMmM.adaptive-delivery-prevent-bg, #CszqnwH8dlOb7NyQfyOPxDxhM5duzMmM.lazyload, #CszqnwH8dlOb7NyQfyOPxDxhM5duzMmM.lazyloading { background-image: none; }
#grH9fdGZeBLqqGoZ3nlmM7GLMDAmc262 { display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:24.6875rem;left:43.125rem;height:5.24739375rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zZeN7D0kNUcwO16V3ugn4cFh6okM5oBx { display:block;width:14.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.625rem;left:43.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#ipJ853amJVrqVM6RleHTwv9KtED0dqsh { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/53981d01-aa7d-4fb2-90ec-625a5fc04eaf/isaque.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15023;top:10.9375rem;left:45.6875rem;display:block; }#ipJ853amJVrqVM6RleHTwv9KtED0dqsh.adaptive-delivery-prevent-bg, #ipJ853amJVrqVM6RleHTwv9KtED0dqsh.lazyload, #ipJ853amJVrqVM6RleHTwv9KtED0dqsh.lazyloading { background-image: none; }
#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { background-color: transparent; background-image: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container { display: none; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .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); }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { border-width: 0; border-radius: 0; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { font-size:0.875rem;font-family:arial;height:87.9375rem;width:60rem;position:relative;display:block; }#wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:"dax medium";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9500012397766rem;left:1.9375rem;height:9.097625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IORlC2KO4W2bg1okDWC6cvfBzh32oniS { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.0625rem;left:21.875rem;display:block; }
#LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { 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:15048;opacity:1;top:5.4375rem;left:22.25rem; }
#gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:3.9375rem;left:21rem;display:block; }
#aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { color:rgba(var(--color-primary-2),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.0625rem;left:21.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#higWmIaIpGxFG0TBVkVccVrQery0ysng { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:9.8125rem;left:21.75rem;height:2.098525rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:14.6875rem;left:21rem;display:block; }
#N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:20.5625rem;left:21.75rem;height:2.098525rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { color:rgba(var(--color-primary-2),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.8125rem;left:21.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.8125rem;left:21.875rem;display:block; }
#CWTp6fQ2eOndEOgqaXr7kBp9IuNz0FgR { 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:15087;opacity:1;top:16.187500953674rem;left:41.812501907349rem; }
#By0oHBNXr9F3Mrt3SxO1hOJ96ZcM6yVC { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:14.6875rem;left:40.5625rem;display:block; }
#RqtvlEzezSMBWAfW6T6FWyZ6fc2TZ0aZ { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:20.5625rem;left:41.3125rem;height:2.098525rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eJIPN7imlyB8Mu5kCNkffFvyQ9FrZmAk { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:18.8125rem;left:41.375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aez0FGAWTSOS7KO9Etap91LrlVQe3UZ6 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.812500953674rem;left:41.437501907349rem;display:block; }
#Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { 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:15059;opacity:1;top:16.250000953674rem;left:22.250001907349rem; }
#iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:3.9375rem;left:40.625rem;display:block; }
#OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:9.8125rem;left:41.375rem;height:2.098525rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8zlqGwwUEl9f18N0meID6sffteTT26d { color:rgba(var(--color-primary-2),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.0625rem;left:41.5rem;display:block; }
#T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { 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:15053;opacity:1;top:5.4375rem;left:41.875rem; }
#ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.9375rem;top:14.6875rem;left:1.375rem;display:block; }
#nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:20.5625rem;left:2.125rem;height:2.098525rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { color:rgba(var(--color-primary-2),1);display:block;width:11.4375rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.1875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.8125rem;left:2.25rem;display:block; }
#nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { 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:15058;opacity:1;top:16.1875rem;left:2.625rem; }
#QE0hxUF9g0bxuTMVCuKJmKLA7rDcvd7G { color:rgba(var(--color-primary-2),1);display:block;width:35.9375rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:30.305555820465rem;left:12.031251907349rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ghCBaFkStAgO4M0pL7pdKbdsklpCHIKK { box-sizing:content-box;height:0.0625rem;width:57rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:27.368059158325rem;left:1.5rem;display:block; }
#Mce92kMGFVzfQnJWaAR6atVaB9PXK3L6 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:38.6875rem;width:46.625rem;top:38.1875rem;left:6.6875rem;display:block; }
#LHpxLBPtKekJPayzeKXDF9xebhJik0Ka { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:42.4375rem;left:8.0625rem;height:33.1293125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J4MDtRTlbbDeCBRSQHoy4TuZQFfrUsTA { box-sizing:content-box;height:36.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;top:39.375rem;left:18.6875rem;display:block; }
#NQm68Nt6K3N0Zetl1u5TkZ5sEI2JTAQp { box-sizing:content-box;height:36.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:39.5625rem;left:29.9375rem;display:block; }
#crioD2AEvaIKbhcof3PHSUbAC6VMuiIa { box-sizing:content-box;height:36.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;top:39.5625rem;left:41rem;display:block; }
#N2X0LB6AVUXfTbZIm0kFLEghnQk1JT0O { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:44.75rem;left:7.5625rem;display:block; }
#UmyxTN2ZwQAzSFNwX46Tg1A1khXSb598 { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:47.6875rem;left:7.4375rem;display:block; }
#wmWnrdk7HzoVuJ9w5J7d3TpgMwrw1gca { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:51.5rem;left:7.5625rem;display:block; }
#XEazeslnoyA6sqa0BJs9mWpQ4xfRKgy5 { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:55.4375rem;left:7.5rem;display:block; }
#hPVFSTy0t4htgMdWMBBh9iasznymiaGi { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:58.3125rem;left:7.4375rem;display:block; }
#FiK9c6fKwtTbqLmkKIK0rSbSSwf2w0rv { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:61.3125rem;left:7.4375rem;display:block; }
#Iy2SU1dshrJ5rC7dHSwfn3XDtcR8MnVg { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:65.25rem;left:7.4375rem;display:block; }
#yQZylMxPlg61EPxCcVefAK2QxW4Sft6w { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:68.1875rem;left:7.4375rem;display:block; }
#M3nQoBkfwctPPyuyvDWV66lrnM37NqZ3 { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:72.0625rem;left:7.4375rem;display:block; }
#dNtRHQg3isAhQ4ME6IliTRWmNZw7nvL8 { box-sizing:content-box;height:0.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:41.6875rem;left:7.4375rem;display:block; }
#sfTzKtfS05JVIX73mrxmWleEFvk8bB2c { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:39.3125rem;left:19.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lazhu8yCZ4NRy6gUAnS7bbHpqahmxhOA { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:39.3125rem;left:30.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s9owLKgm9KyaqpetxHVTxNty1rXDRHno { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:39.8125rem;left:41.9375rem;height:0.97534375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yFr1Z3lML2ECm5NXNRTLfcb8xuO8RI2J { 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:15070;opacity:1;top:42.5625rem;left:23.625rem; }
#y928qndCrJNgbnDyrhWyJiVJi6cTI9iA { 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:15071;opacity:1;top:42.5rem;left:45.9375rem; }
#CmzaCRcnxl6M1uqKSiGQ4k2ToOOzIAOp { 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:15072;opacity:1;top:45.6875rem;left:45.9375rem; }
#t9bTAprNx6dFdlt7rUtC0fk56GLwQi8N { 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:15073;opacity:1;top:48.9375rem;left:45.9375rem; }
#lgtKyDXDgJnozkeJNZyGOW1HDHQUXsad { 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:15074;opacity:1;top:52.9375rem;left:45.9375rem; }
#RcCEkvLi7IAEAxTSWfOhwR5OrMPZXrvg { 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:15075;opacity:1;top:56.25rem;left:45.9375rem; }
#ELyycgDr9tzvRMyq4CevUyLAA1dm8v2F { 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:15076;opacity:1;top:59.1875rem;left:45.9375rem; }
#ikyPWDyrW9e0Ru6QGFe6xFVTf2GtN2Ch { 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:15077;opacity:1;top:62.5rem;left:45.9375rem; }
#n5sftTkQNg1abQ6EQL0DXV0ez67eO1WG { 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:15078;opacity:1;top:66rem;left:45.9375rem; }
#dzNgtgIdhNfWTHebudAO3vAo8MEXeTdW { 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:15079;opacity:1;top:69.5rem;left:45.9375rem; }
#cIPySKsEmo5bTouNZBpvrWU8GTtiOZfM { 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:15080;opacity:1;top:73.25rem;left:45.9375rem; }
#GgLwb9MdWpboMEXo7y747OLRrXFTifZa { 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:15071;opacity:1;top:52.9375rem;left:23.625rem; }
#ZfUqPva9cmKdCTxZ4vU9OVBBZpzk37o6 { 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:15072;opacity:1;top:56.25rem;left:34.8125rem; }
#WWwT8LeN7lOIKST1ypQvat3LFhTsIhT3 { 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:15073;opacity:1;top:59.1875rem;left:34.8125rem; }
#EdoFn3kHwUpiffOIb0Dpt3UNK44iigWH { 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:15071;opacity:1;top:42.5rem;left:34.8125rem; }
#DCBLnTkzv1SVIZHQDaeC6nH3ZxdcLPgb { 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:15072;opacity:1;top:45.6875rem;left:34.8125rem; }
#UT0DzZkTRNTD5oLQ8yfcs11T88ICy53m { 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:15073;opacity:1;top:48.9375rem;left:34.8125rem; }
#E5V6bRVNkEmxbSUynaZM0sB8S7keaHpq { 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:15074;opacity:1;top:52.9375rem;left:34.8125rem; }
#xJay0KXgJ6KMKrh0c5Hr1JSzQT3aJ5FB { 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:15075;opacity:1;top:62.5rem;left:34.8125rem; }
#FnaenyJH8illcKwJSJBTlSrTRiA3UWob { 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:15076;opacity:1;top:66rem;left:34.8125rem; }
#Vs6l8vVhilDtrlRRr16nw6iSitSA5qAM { 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:15077;opacity:1;top:69.5rem;left:34.8125rem; }
#KgoCfILHxyNsfOUJb5UI2kVHAKamTuWB { 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:15078;opacity:1;top:73.25rem;left:34.8125rem; }
#LBzkt4nHyZFd9f0Vig6T9ARJmOIUbIOo { 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:15079;opacity:1;top:73.25rem;left:23.6875rem; }
#sK8KEmlGLkMO2Tgg23ZpCQAovgS4OI4v { 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:15080;opacity:1;top:69.5rem;left:23.6875rem; }
#NwThdu3pB5hldNU06N6aBMciB4TOaZ8p { 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:15081;opacity:1;top:66rem;left:23.6875rem; }
#B23vE3e6W6n58mce0u4HxXz62IEhPSQZ { 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:15082;opacity:1;top:62.5rem;left:23.6875rem; }
#gr97dGivJTMxush0Ep6QGzlbCwtOpvcD { 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:15083;opacity:1;top:59.1875rem;left:23.6875rem; }
#g5ykCc3xTkSPqnA8VDq86BCVdeCkhez3 { 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:15084;opacity:1;top:56.25rem;left:23.6875rem; }
#oUW6aTK5MKltTqedB8PhWkooTTFfmHTw { 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:15085;opacity:1;top:48.9375rem;left:23.625rem; }
#L6nlQQHHcoUzOTtO0FGl4klM8b3Ov3bT { 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:15086;opacity:1;top:45.6875rem;left:23.625rem; }
#J15Ts6mcAGnexvrtahpmGxhxSapTlA7t { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:79.6875rem;left:17.8125rem;display:block; }
#J2HLbr0RlWTviVRxvQFPSXxnphge3yT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w99a34fb8de0d18790aaf786966958be.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-4),1), #000000);background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-4),1), #000000);background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-4),1), #000000);background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-4),1), #000000);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; } #w99a34fb8de0d18790aaf786966958be.widget-smartsection *:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="text"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="email"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="tel"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection textarea:focus-visible { outline: none; } #wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row .container { background-color: transparent; background-image: none; }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row .container > .video-iframe-container { display: none; }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row > .video-iframe-container { display: none; }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .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); }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row .container { border-width: 0; border-radius: 0; }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:60rem;position:relative;display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-1),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:60rem;position:relative;display:block; }#K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(0,0,0,0.1) ;height:43.1875rem;width:60rem;top:4.59375rem;left:0rem;display:block; }
#Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:35.625rem;display:none; }
#vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { position:absolute;display:block;z-index:15055;height:29.0625rem;width:55.9375rem;top:15.625rem;left:2.03125rem;display:block; }
#bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:6.7109375rem;left:10.28125rem;height:4.4987rem;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; }
#aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:12.3740234375rem;left:4.15625rem;height:1.600475rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zl928the9Bmxc738xGoAiT94gK4adrfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;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; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { background-color: transparent; background-image: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container > .video-iframe-container { display: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container { display: none; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .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); }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { border-width: 0; border-radius: 0; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#ebkZ76kcDsy0GNahswshdaTIb5BWdEse { color:rgba(var(--color-primary-2),1);display:block;width:43.625rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.171875rem;left:8.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .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; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-text { display:block;position:relative;width:100%;font-family:dax;font-weight:700;font-size:1.125rem;color:rgba(var(--color-primary-2),1);height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .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(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);height:auto;line-height:1.3;overflow:hidden; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .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; }#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.adaptive-delivery-prevent-bg, #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.lazyload, #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-trigger.lazyloading { background-image: none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { box-sizing:content-box;height:auto;width:57.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.6736111640931rem;left:0.00694465637207rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG { display:none; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce { display:block;position:relative; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr { display:none; }
#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { background-color: transparent; background-image: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .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); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { border-width: 0; border-radius: 0; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { position:absolute;display:block;z-index:15068;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:2.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { color:#e4e6eb;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.125rem;left:50.75rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.6875rem;left:51.25rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.0625rem;left:57.5rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.625rem;left:54.75rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3rem;left:54.125rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { 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:15064;top:3.5625rem;left:57.9375rem; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 { display:block; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQso1MnsTqX5D38dOZ6r8B1ptqaSHf2g { top:3.0625rem;left:27.6875rem;width:20.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfANpUKTSkKdmA15l44hl2LJ1oTB4Bez { top:-0.4375rem;left:0rem;width:30.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMXlxIZ8gTuXQkwnPE6EtrzxCQDhdz0A { width:13.25rem;height:2.5625rem;top:5.3125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH2yZTINoBCznL8d9iIbmtVPLkSTePcx { display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:22.0625rem;height:3.125rem;top:22.3125rem;left:12.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:46.8125rem;height:3.1875rem;top:16rem;left:0.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { top:2.1875rem;left:20.4375rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1ak03dWISxPk36bLOK1xldpksG0Ous { top:23.9375rem;left:1.6875rem;width:44.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:47.75rem;height:5.375rem;top:9rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:43.625rem;height:4.875rem;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovdHAPg7fhrXnVwRwKJ0TVB9VaMTNHzw { width:43.6875rem;height:4.75rem;top:10.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { top:17.25rem;left:0rem;width:43.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { top:17.8125rem;left:6.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:32.125rem;height:1.6875rem;top:17.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { display:none; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { top:20.8125rem;left:0rem;width:43.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:32.125rem;height:1.6875rem;top:21.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { top:21.375rem;left:6.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { top:24.4375rem;left:0rem;width:43.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:40.125rem;height:1.6875rem;top:24.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { top:25rem;left:6.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { top:31.875rem;left:0rem;width:43.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:40.6875rem;height:1.6875rem;top:32.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { top:32.4375rem;left:6.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { top:28.125rem;left:0rem;width:43.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:39.5rem;height:1.6875rem;top:28.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { top:28.6875rem;left:6.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMCeuP9US23xgeti9RDvsmx3zIDKvaTm { top:38.375rem;left:0rem;width:47.75rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1TEkNvMxuV1I7yftEKWf0fzQd5n3CUC { top:46rem;left:7.6875rem;width:16.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90GFEETX8KCiHhAVWJz76AuFUNgSf1U { top:49.8125rem;left:12.4375rem;width:11.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCs57aJQpUOLTAW5QMPreBQT9I3cf3AO { top:51.5625rem;left:9.125rem;width:14.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0JFIfZxkRDd8wv0kt8Rv3q1ZiL3ukv { top:47.1875rem;left:20.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHQGQrn3C53L44siTXmMLJzZdSbpV58v { top:46.8125rem;left:20.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW3tiIG56OURMPlxu2OHirVCOSh1qfGx { top:46.8125rem;left:31.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXT8nwhBziFbreDWXLSGVDifRgnlOEmT { top:47.3125rem;left:32.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoUaDiRzTlHGrlugXFRTuONkQJ1i6nc6 { top:46rem;left:30.9375rem;width:16.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b28BsqVcK1TKu2vTasX8HFXIBG41T14H { top:49.8125rem;left:31.75rem;width:11.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlwqDXokv1nCWE2ewV3TDpy0T0dqnGkI { top:51.5625rem;left:31.6875rem;width:14.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKsLcedrsQXRqBGa52sSBUTVsyrT2mZ { top:59.625rem;left:20.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0LU7eyAPivKK1WbNUB4f9Vpd4UfWVp6 { top:60rem;left:20.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvzn3ti3xmHHMkIMbTJo4lWGTtgDH3hJ { top:58.8125rem;left:7.6875rem;width:16.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5i5oPrNkAinWDFC6mFVLDfXCN90SMlv { top:62.625rem;left:9.6875rem;width:14.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3u2SB5P1vJbTGVHSlcXhny8xgpG6Ofp { top:64.375rem;left:9.125rem;width:14.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5s4k3AMMQLpirwopdug8z6AyJBdxLs { top:59.625rem;left:31.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lConO8IUSZ885QiXHOxUPexe6golq7LC { top:60rem;left:32.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpNTIXH2eTpgFUEInoT3QMvclxe5pJZr { top:58.8125rem;left:30.9375rem;width:16.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBprWhAhGlsUxPhvpm0ngmlGmamh2TvF { top:62.625rem;left:31.8125rem;width:11.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WIF86ZZFErNTiUEIpw4p55fK4fJmHl { top:64.4375rem;left:31.6875rem;width:14.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:24.375rem;height:3.4375rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #q9hgoteOizE3LidnFFfxn0DtLZBWwS4P { top:44.0625rem;left:0rem;width:20.1875rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xBKv9aCGtNzd7Txmx8giuTdnT5yfSs { width:31.8125rem;height:4.5rem;top:39.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:38.1875rem;height:4.875rem;top:3.5rem;left:4.7812519073486rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyTkufQR81tGl1v9HZMaB2W97upPp64N { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqOC6FcEnpGLfTVpk6beKbnTQs8pmMS8 { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngKRGTwrkitBiF2Ad7yFqWcCPv8GJba3 { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9X9QTC8ZJpDUn2Kh1Tz4GAoWBMoaxA5 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am4uTA0iLWkxJJvir68BHFbUg9rHw98i { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CszqnwH8dlOb7NyQfyOPxDxhM5duzMmM { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grH9fdGZeBLqqGoZ3nlmM7GLMDAmc262 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZeN7D0kNUcwO16V3ugn4cFh6okM5oBx { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipJ853amJVrqVM6RleHTwv9KtED0dqsh { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { display:block; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { width:16.8125rem;height:9.0625rem;top:3.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IORlC2KO4W2bg1okDWC6cvfBzh32oniS { top:5.0625rem;left:15.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { top:5.4375rem;left:16.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { top:3.9375rem;left:14.875rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { top:8.0625rem;left:15.6875rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #higWmIaIpGxFG0TBVkVccVrQery0ysng { top:9.8125rem;left:15.625rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { top:14.6875rem;left:14.875rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { top:20.5625rem;left:15.625rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { top:18.8125rem;left:15.6875rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { top:15.8125rem;left:15.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWTp6fQ2eOndEOgqaXr7kBp9IuNz0FgR { top:16.1875rem;left:35.687501907349rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0oHBNXr9F3Mrt3SxO1hOJ96ZcM6yVC { top:14.6875rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtvlEzezSMBWAfW6T6FWyZ6fc2TZ0aZ { top:20.5625rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIPN7imlyB8Mu5kCNkffFvyQ9FrZmAk { top:18.8125rem;left:32.875rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aez0FGAWTSOS7KO9Etap91LrlVQe3UZ6 { top:15.8125rem;left:35.312501907349rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { top:16.25rem;left:16.125001907349rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { top:3.9375rem;left:29.8125rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { top:9.8125rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8zlqGwwUEl9f18N0meID6sffteTT26d { top:8.0625rem;left:35.3125rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { top:5.0625rem;left:35.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { top:5.4375rem;left:35.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { top:14.6875rem;left:0rem;width:17.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { top:20.5625rem;left:0rem;width:15.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { top:18.8125rem;left:0rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { top:15.8125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { top:16.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE0hxUF9g0bxuTMVCuKJmKLA7rDcvd7G { width:35.9375rem;height:;top:30.25rem;left:5.9062519073486rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghCBaFkStAgO4M0pL7pdKbdsklpCHIKK { top:27.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mce92kMGFVzfQnJWaAR6atVaB9PXK3L6 { top:38.1875rem;left:0.5625rem;width:46.625rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHpxLBPtKekJPayzeKXDF9xebhJik0Ka { top:42.4375rem;left:1.9375rem;width:9.25rem;height:33.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4MDtRTlbbDeCBRSQHoy4TuZQFfrUsTA { top:39.375rem;left:12.5625rem;width:0.0625rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQm68Nt6K3N0Zetl1u5TkZ5sEI2JTAQp { top:39.5625rem;left:23.8125rem;width:0.0625rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crioD2AEvaIKbhcof3PHSUbAC6VMuiIa { top:39.5625rem;left:34.875rem;width:0.0625rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2X0LB6AVUXfTbZIm0kFLEghnQk1JT0O { top:44.75rem;left:1.4375rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmyxTN2ZwQAzSFNwX46Tg1A1khXSb598 { top:47.6875rem;left:1.3125rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmWnrdk7HzoVuJ9w5J7d3TpgMwrw1gca { top:51.5rem;left:1.4375rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEazeslnoyA6sqa0BJs9mWpQ4xfRKgy5 { top:55.4375rem;left:1.375rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPVFSTy0t4htgMdWMBBh9iasznymiaGi { top:58.3125rem;left:1.3125rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiK9c6fKwtTbqLmkKIK0rSbSSwf2w0rv { top:61.3125rem;left:1.3125rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy2SU1dshrJ5rC7dHSwfn3XDtcR8MnVg { top:65.25rem;left:1.3125rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQZylMxPlg61EPxCcVefAK2QxW4Sft6w { top:68.1875rem;left:1.3125rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nQoBkfwctPPyuyvDWV66lrnM37NqZ3 { top:72.0625rem;left:1.3125rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNtRHQg3isAhQ4ME6IliTRWmNZw7nvL8 { top:41.6875rem;left:1.3125rem;width:44.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTzKtfS05JVIX73mrxmWleEFvk8bB2c { top:39.3125rem;left:13.625rem;width:9.25rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lazhu8yCZ4NRy6gUAnS7bbHpqahmxhOA { top:39.3125rem;left:24.75rem;width:9.25rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9owLKgm9KyaqpetxHVTxNty1rXDRHno { top:39.8125rem;left:35.8125rem;width:9.25rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFr1Z3lML2ECm5NXNRTLfcb8xuO8RI2J { top:42.5625rem;left:17.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y928qndCrJNgbnDyrhWyJiVJi6cTI9iA { top:42.5rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmzaCRcnxl6M1uqKSiGQ4k2ToOOzIAOp { top:45.6875rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9bTAprNx6dFdlt7rUtC0fk56GLwQi8N { top:48.9375rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgtKyDXDgJnozkeJNZyGOW1HDHQUXsad { top:52.9375rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcCEkvLi7IAEAxTSWfOhwR5OrMPZXrvg { top:56.25rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELyycgDr9tzvRMyq4CevUyLAA1dm8v2F { top:59.1875rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikyPWDyrW9e0Ru6QGFe6xFVTf2GtN2Ch { top:62.5rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5sftTkQNg1abQ6EQL0DXV0ez67eO1WG { top:66rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzNgtgIdhNfWTHebudAO3vAo8MEXeTdW { top:69.5rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIPySKsEmo5bTouNZBpvrWU8GTtiOZfM { top:73.25rem;left:39.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgLwb9MdWpboMEXo7y747OLRrXFTifZa { top:52.9375rem;left:17.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfUqPva9cmKdCTxZ4vU9OVBBZpzk37o6 { top:56.25rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWwT8LeN7lOIKST1ypQvat3LFhTsIhT3 { top:59.1875rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdoFn3kHwUpiffOIb0Dpt3UNK44iigWH { top:42.5rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCBLnTkzv1SVIZHQDaeC6nH3ZxdcLPgb { top:45.6875rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT0DzZkTRNTD5oLQ8yfcs11T88ICy53m { top:48.9375rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5V6bRVNkEmxbSUynaZM0sB8S7keaHpq { top:52.9375rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJay0KXgJ6KMKrh0c5Hr1JSzQT3aJ5FB { top:62.5rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnaenyJH8illcKwJSJBTlSrTRiA3UWob { top:66rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs6l8vVhilDtrlRRr16nw6iSitSA5qAM { top:69.5rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgoCfILHxyNsfOUJb5UI2kVHAKamTuWB { top:73.25rem;left:28.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBzkt4nHyZFd9f0Vig6T9ARJmOIUbIOo { top:73.25rem;left:17.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK8KEmlGLkMO2Tgg23ZpCQAovgS4OI4v { top:69.5rem;left:17.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwThdu3pB5hldNU06N6aBMciB4TOaZ8p { top:66rem;left:17.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B23vE3e6W6n58mce0u4HxXz62IEhPSQZ { top:62.5rem;left:17.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr97dGivJTMxush0Ep6QGzlbCwtOpvcD { top:59.1875rem;left:17.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ykCc3xTkSPqnA8VDq86BCVdeCkhez3 { top:56.25rem;left:17.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUW6aTK5MKltTqedB8PhWkooTTFfmHTw { top:48.9375rem;left:17.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6nlQQHHcoUzOTtO0FGl4klM8b3Ov3bT { top:45.6875rem;left:17.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J15Ts6mcAGnexvrtahpmGxhxSapTlA7t { width:24.375rem;height:3.4375rem;top:79.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2HLbr0RlWTviVRxvQFPSXxnphge3yT2 { display:block; }
 }@media only screen and (max-width: 763px) { #w99a34fb8de0d18790aaf786966958be.widget-smartsection { display:block; } #w99a34fb8de0d18790aaf786966958be.widget-smartsection *:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="text"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="email"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="tel"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection textarea:focus-visible { outline: none; } #wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { top:4.5625rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { top:15.625rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { top:6.6875rem;left:4.15625rem;width:39.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:47.75rem;height:1.5625rem;top:12.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl928the9Bmxc738xGoAiT94gK4adrfz { display:block; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebkZ76kcDsy0GNahswshdaTIb5BWdEse { width:43.625rem;height:;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { display:flex;height:auto;width:45.25rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr {  }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { top:3.125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { top:3.6875rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { top:3.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { top:3.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { top:3.5625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 { display:block; }#Egd2XZb18kc8BBdDkay10JkqkVLTKxJ3 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQso1MnsTqX5D38dOZ6r8B1ptqaSHf2g { width:9.5rem;height:2.79948125rem;top:7.25rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfANpUKTSkKdmA15l44hl2LJ1oTB4Bez { width:20rem;height:7.2540983606557rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMXlxIZ8gTuXQkwnPE6EtrzxCQDhdz0A { width:13.25rem;height:2.5625rem;top:11.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH2yZTINoBCznL8d9iIbmtVPLkSTePcx { display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #753fe5);background-image: -moz-linear-gradient(145deg, #013666, #753fe5);background-image: -ms-linear-gradient(145deg, #013666, #753fe5);background-image: -o-linear-gradient(145deg, #013666, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#753fe5' );";background-image: linear-gradient(145deg, #013666, #753fe5);background-size:cover !important;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:20rem;height:32.748443115234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgiMiWlBftuIpMg7JZJWComk5EUFt48c { width:18.5625rem;height:2.875rem;top:17.715625762939rem;left:0.71796876192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #G9MMeyhxeRh8KgQALB5DT6MyJARrhMLA { display:block; }
 }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:18.9375rem;height:4.2230875rem;top:11.78750038147rem;left:0.53046876192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { width:4.5625rem;height:2.125rem;top:1.5rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1ak03dWISxPk36bLOK1xldpksG0Ous { width:20rem;height:12.084375rem;top:20.66562461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:20rem;height:4.94791875rem;top:5.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:16.625rem;height:5.85069375rem;top:2.3117188215256rem;left:1.6875001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovdHAPg7fhrXnVwRwKJ0TVB9VaMTNHzw { width:16.0625rem;height:4.8719625rem;top:9.0851573944094rem;left:1.9687500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { width:20rem;height:2.4375rem;top:17.861718177796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { display:flex;width:1.6875rem;height:1.6875rem;top:15.1875rem;left:0.25rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:17.5rem;height:1.9487875rem;top:15.056250095367rem;left:2.5000000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { top:14.8125rem;left:0rem;width:20rem;height:2.4375rem;z-index:15001;background-color:#ffffff;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { width:20rem;height:2.3125rem;top:21.000000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:17.3125rem;height:1.9487875rem;top:18.105035781861rem;left:2.5616320371628rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { display:flex;width:1.6875rem;height:1.6875rem;top:18.23611164093rem;left:0.33680558204651rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { width:20rem;height:2.5625rem;top:23.948785781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:17.4375rem;height:1.8rem;top:21.312500953674rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { display:flex;width:1.6875rem;height:1.6875rem;top:21.312500953674rem;left:0.33680558204651rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { width:20rem;height:2.3125rem;top:27.091620445251rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:17.25rem;height:1.9487875rem;top:27.243056297302rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { display:flex;width:1.6875rem;height:1.6875rem;top:27.372869491577rem;left:0.32670450210571rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { width:20rem;height:2.25rem;top:27.118056297302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:17.4375rem;height:1.9487875rem;top:24.261285781861rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { display:flex;width:1.6875rem;height:1.6875rem;top:24.386285781861rem;left:0.33680558204651rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NMCeuP9US23xgeti9RDvsmx3zIDKvaTm { width:19.9375rem;height:54.9375rem;top:30.982955217361rem;left:-0.062500059604644rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1TEkNvMxuV1I7yftEKWf0fzQd5n3CUC { width:16.1875rem;height:10.75rem;top:37.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90GFEETX8KCiHhAVWJz76AuFUNgSf1U { width:11.4375rem;height:1.13606875rem;top:41.437501907349rem;left:2.7812501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCs57aJQpUOLTAW5QMPreBQT9I3cf3AO { width:14.75rem;height:4.4976125rem;top:43.012075424194rem;left:2.7500001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0JFIfZxkRDd8wv0kt8Rv3q1ZiL3ukv { display:flex;width:1.625rem;height:1.625rem;top:39rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #PHQGQrn3C53L44siTXmMLJzZdSbpV58v { width:2.375rem;height:2.375rem;top:38.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW3tiIG56OURMPlxu2OHirVCOSh1qfGx { width:2.375rem;height:2.375rem;top:50.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXT8nwhBziFbreDWXLSGVDifRgnlOEmT { display:flex;width:1.375rem;height:1.375rem;top:50.8125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #OoUaDiRzTlHGrlugXFRTuONkQJ1i6nc6 { width:16.1875rem;height:10.25rem;top:49.437503814698rem;left:1.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #b28BsqVcK1TKu2vTasX8HFXIBG41T14H { width:11.4375rem;height:1.13606875rem;top:53.249290466309rem;left:2.8125001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlwqDXokv1nCWE2ewV3TDpy0T0dqnGkI { width:14.75rem;height:3.5980875rem;top:54.761363983154rem;left:2.7500001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKsLcedrsQXRqBGa52sSBUTVsyrT2mZ { width:2.375rem;height:2.375rem;top:61.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0LU7eyAPivKK1WbNUB4f9Vpd4UfWVp6 { display:flex;width:1.625rem;height:1.625rem;top:61.8125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #Xvzn3ti3xmHHMkIMbTJo4lWGTtgDH3hJ { width:16.1875rem;height:11.625rem;top:71.505685806275rem;left:1.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5i5oPrNkAinWDFC6mFVLDfXCN90SMlv { width:14.1875rem;height:1.13606875rem;top:64.436790466306rem;left:2.9062501192093rem;font-size:0.875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #N3u2SB5P1vJbTGVHSlcXhny8xgpG6Ofp { width:14.125rem;height:3.5980875rem;top:66.00000190735rem;left:2.8750001192093rem;font-size:0.75rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5s4k3AMMQLpirwopdug8z6AyJBdxLs { width:2.375rem;height:2.375rem;top:72.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lConO8IUSZ885QiXHOxUPexe6golq7LC { display:flex;width:1.625rem;height:1.625rem;top:72.875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #rpNTIXH2eTpgFUEInoT3QMvclxe5pJZr { width:16.1875rem;height:9.9375rem;top:60.612218856811rem;left:1.9062501192093rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #bBprWhAhGlsUxPhvpm0ngmlGmamh2TvF { width:11.4375rem;height:1.13606875rem;top:75.49999809265rem;left:2.8437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WIF86ZZFErNTiUEIpw4p55fK4fJmHl { width:13.625rem;height:4.4976125rem;top:77.000713348388rem;left:2.7500001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:19rem;height:2.5rem;top:87.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #q9hgoteOizE3LidnFFfxn0DtLZBWwS4P { width:20rem;height:27.987616099071rem;top:91.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0xBKv9aCGtNzd7Txmx8giuTdnT5yfSs { width:14.625rem;height:4.38801875rem;top:32.40234375rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #285d8d);background-image: -moz-linear-gradient(180deg, #013666, #285d8d);background-image: -ms-linear-gradient(180deg, #013666, #285d8d);background-image: -o-linear-gradient(180deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(180deg, #013666, #285d8d);background-size:cover !important;display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .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); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:16.1875rem;height:4.05rem;top:2rem;left:1.9062500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #urltaAXaZDFrEf8LlCAKrfBmi0VKVB0W { width:16.9375rem;height:15.5rem;top:9.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo3eA4f6VmwfEHPlBdWyKODCtHcFdEae { width:14.375rem;height:4.496525rem;top:19.687500476837rem;left:2.8125000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #uy1Hhkgv6dyIfwpMKnmBRUcRgGMcDFnR { width:14.125rem;height:1.21875rem;top:17.25rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyTkufQR81tGl1v9HZMaB2W97upPp64N { width:9.0625rem;height:9.0625rem;top:7.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqOC6FcEnpGLfTVpk6beKbnTQs8pmMS8 { width:16.9375rem;height:15.6875rem;top:29rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngKRGTwrkitBiF2Ad7yFqWcCPv8GJba3 { width:16.9375rem;height:15.1875rem;top:48.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9X9QTC8ZJpDUn2Kh1Tz4GAoWBMoaxA5 { width:14.375rem;height:4.496525rem;top:39.0625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Am4uTA0iLWkxJJvir68BHFbUg9rHw98i { width:14.125rem;height:1.21875rem;top:36.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CszqnwH8dlOb7NyQfyOPxDxhM5duzMmM { width:9.0625rem;height:9.0625rem;top:26.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grH9fdGZeBLqqGoZ3nlmM7GLMDAmc262 { width:14.375rem;height:3.37239375rem;top:58.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #zZeN7D0kNUcwO16V3ugn4cFh6okM5oBx { width:14.125rem;height:1.21875rem;top:56.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipJ853amJVrqVM6RleHTwv9KtED0dqsh { width:9.0625rem;height:9.0625rem;top:45.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt { display:block; }#scw4yG7h3NKZT5I3Ws8ED0WvKmG1xDmt > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0cabbo5dzF2bmaM1ACR4PsbVlWhxnC { width:17.375rem;height:4.38801875rem;top:2.6875rem;left:1.3125001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IORlC2KO4W2bg1okDWC6cvfBzh32oniS { width:2.375rem;height:2.375rem;top:9.45rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoVrfwvrA3pFoBQixhhSy1vNi3mJguov { display:flex;width:1.625rem;height:1.625rem;top:9.825rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #gz1KqtCsAzzkLOzT2CT9zyiXGWDhdzCP { width:17.9375rem;height:9.125rem;top:8.325rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzDxhx8FILKr6s8KW5JnL5ug9BhPuIu { width:11.4375rem;height:1.3rem;top:12.45rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #higWmIaIpGxFG0TBVkVccVrQery0ysng { width:15.625rem;height:2.098525rem;top:14.2rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CyDdDFbRTdlOIHVo4twg2T6v3Q6KCr { width:17.9375rem;height:9.125rem;top:39.45rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rG3OezqgI7pkVfnSXTsp4aXL0adW3I { width:15.625rem;height:2.098525rem;top:45.325rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmOF51dk3NaoU5PMe7xcheVMvAC1Mvu { width:11.4375rem;height:1.3rem;top:43.575rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcff7O9NIr3L0WLMNeZDdwrvuGXsmkxR { width:2.375rem;height:2.375rem;top:40.575rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWTp6fQ2eOndEOgqaXr7kBp9IuNz0FgR { display:flex;width:1.625rem;height:1.625rem;top:51.325000953674rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #By0oHBNXr9F3Mrt3SxO1hOJ96ZcM6yVC { width:17.9375rem;height:9.125rem;top:49.825rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtvlEzezSMBWAfW6T6FWyZ6fc2TZ0aZ { width:15.625rem;height:2.098525rem;top:55.7rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIPN7imlyB8Mu5kCNkffFvyQ9FrZmAk { width:14.875rem;height:1.3rem;top:53.95rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aez0FGAWTSOS7KO9Etap91LrlVQe3UZ6 { width:2.375rem;height:2.375rem;top:50.950000953674rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg9ATW647qt1KVG1moCsOfsLp9fPdeTr { display:flex;width:1.625rem;height:1.625rem;top:41.012500953674rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #iWMSd3697vKpL6crgQ60OfHU2KFP3nBQ { width:17.9375rem;height:9.125rem;top:18.7rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFHo6ZOXRQC3WumtJ9pVOwCP3AFF9Nx { width:15.625rem;height:2.098525rem;top:24.575rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8zlqGwwUEl9f18N0meID6sffteTT26d { width:11.4375rem;height:1.3rem;top:22.825rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnEUUK7tikMswuqa7NkuaID4uJmZaF52 { width:2.375rem;height:2.375rem;top:19.825rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e3S0y2KwTmDI1JqRA2ISkxGqKso8ZL { display:flex;width:1.625rem;height:1.625rem;top:20.2rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #ep2fCdpEUmGDbO2pEs6npMf6J7uoi23g { width:17.9375rem;height:9.125rem;top:29.075rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNHxgv9J9pq5CQNLL7vffC3Kz7yDsIqR { width:15.625rem;height:2.098525rem;top:34.95rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0MT56WnZSSawAzOwxBlkAhHxIfizh4 { width:11.4375rem;height:1.3rem;top:33.2rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIU99kEra8W4KbTEh73Dsu6g9XyPhWoR { width:2.375rem;height:2.375rem;top:30.2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHTCAy9ytlxWadcpoL8DmSxLJ88Gtc5 { display:flex;width:1.625rem;height:1.625rem;top:30.575rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #QE0hxUF9g0bxuTMVCuKJmKLA7rDcvd7G { width:20rem;height:9.75rem;top:61.5125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ghCBaFkStAgO4M0pL7pdKbdsklpCHIKK { width:20rem;height:0.0625rem;top:60.2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mce92kMGFVzfQnJWaAR6atVaB9PXK3L6 { width:20rem;height:38.6875rem;top:72.5125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHpxLBPtKekJPayzeKXDF9xebhJik0Ka { width:9.25rem;height:33.1306875rem;top:76.7625rem;left:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4MDtRTlbbDeCBRSQHoy4TuZQFfrUsTA { width:0.0625rem;height:36.1875rem;top:73.7rem;left:12.000001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQm68Nt6K3N0Zetl1u5TkZ5sEI2JTAQp { width:0.0625rem;height:36.1875rem;top:73.8875rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #crioD2AEvaIKbhcof3PHSUbAC6VMuiIa { width:0.0625rem;height:36.1875rem;top:73.8875rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2X0LB6AVUXfTbZIm0kFLEghnQk1JT0O { width:20rem;height:0.0625rem;top:79.075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmyxTN2ZwQAzSFNwX46Tg1A1khXSb598 { width:20rem;height:0.0625rem;top:82.0125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmWnrdk7HzoVuJ9w5J7d3TpgMwrw1gca { width:20rem;height:0.0625rem;top:85.825rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEazeslnoyA6sqa0BJs9mWpQ4xfRKgy5 { width:20rem;height:0.0625rem;top:89.7625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPVFSTy0t4htgMdWMBBh9iasznymiaGi { width:20rem;height:0.0625rem;top:92.6375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiK9c6fKwtTbqLmkKIK0rSbSSwf2w0rv { width:20rem;height:0.0625rem;top:95.6375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iy2SU1dshrJ5rC7dHSwfn3XDtcR8MnVg { width:20rem;height:0.0625rem;top:99.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQZylMxPlg61EPxCcVefAK2QxW4Sft6w { width:20rem;height:0.0625rem;top:102.5125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3nQoBkfwctPPyuyvDWV66lrnM37NqZ3 { width:20rem;height:0.0625rem;top:106.3875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNtRHQg3isAhQ4ME6IliTRWmNZw7nvL8 { width:20rem;height:0.0625rem;top:76.0125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfTzKtfS05JVIX73mrxmWleEFvk8bB2c { width:9.25rem;height:1.9488625rem;top:73.6375rem;left:10.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lazhu8yCZ4NRy6gUAnS7bbHpqahmxhOA { width:9.25rem;height:1.9488625rem;top:73.6375rem;left:10.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9owLKgm9KyaqpetxHVTxNty1rXDRHno { width:9.25rem;height:0.975rem;top:74.1375rem;left:10.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFr1Z3lML2ECm5NXNRTLfcb8xuO8RI2J { display:flex;width:1.375rem;height:1.375rem;top:76.8875rem;left:16.062501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #y928qndCrJNgbnDyrhWyJiVJi6cTI9iA { display:flex;width:1.375rem;height:1.375rem;top:76.825rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmzaCRcnxl6M1uqKSiGQ4k2ToOOzIAOp { display:flex;width:1.375rem;height:1.375rem;top:80.0125rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9bTAprNx6dFdlt7rUtC0fk56GLwQi8N { display:flex;width:1.375rem;height:1.375rem;top:83.2625rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgtKyDXDgJnozkeJNZyGOW1HDHQUXsad { display:flex;width:1.375rem;height:1.375rem;top:87.2625rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcCEkvLi7IAEAxTSWfOhwR5OrMPZXrvg { display:flex;width:1.375rem;height:1.375rem;top:90.575rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELyycgDr9tzvRMyq4CevUyLAA1dm8v2F { display:flex;width:1.375rem;height:1.375rem;top:93.5125rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikyPWDyrW9e0Ru6QGFe6xFVTf2GtN2Ch { display:flex;width:1.375rem;height:1.375rem;top:96.825rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5sftTkQNg1abQ6EQL0DXV0ez67eO1WG { display:flex;width:1.375rem;height:1.375rem;top:100.325rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzNgtgIdhNfWTHebudAO3vAo8MEXeTdW { display:flex;width:1.375rem;height:1.375rem;top:103.825rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIPySKsEmo5bTouNZBpvrWU8GTtiOZfM { display:flex;width:1.375rem;height:1.375rem;top:107.575rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgLwb9MdWpboMEXo7y747OLRrXFTifZa { display:flex;width:1.375rem;height:1.375rem;top:87.2625rem;left:16.062501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfUqPva9cmKdCTxZ4vU9OVBBZpzk37o6 { display:flex;width:1.375rem;height:1.375rem;top:90.575rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWwT8LeN7lOIKST1ypQvat3LFhTsIhT3 { display:flex;width:1.375rem;height:1.375rem;top:93.5125rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdoFn3kHwUpiffOIb0Dpt3UNK44iigWH { display:flex;width:1.375rem;height:1.375rem;top:76.825rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCBLnTkzv1SVIZHQDaeC6nH3ZxdcLPgb { display:flex;width:1.375rem;height:1.375rem;top:80.0125rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT0DzZkTRNTD5oLQ8yfcs11T88ICy53m { display:flex;width:1.375rem;height:1.375rem;top:83.2625rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5V6bRVNkEmxbSUynaZM0sB8S7keaHpq { display:flex;width:1.375rem;height:1.375rem;top:87.2625rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJay0KXgJ6KMKrh0c5Hr1JSzQT3aJ5FB { display:flex;width:1.375rem;height:1.375rem;top:96.825rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnaenyJH8illcKwJSJBTlSrTRiA3UWob { display:flex;width:1.375rem;height:1.375rem;top:100.325rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vs6l8vVhilDtrlRRr16nw6iSitSA5qAM { display:flex;width:1.375rem;height:1.375rem;top:103.825rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgoCfILHxyNsfOUJb5UI2kVHAKamTuWB { display:flex;width:1.375rem;height:1.375rem;top:107.575rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBzkt4nHyZFd9f0Vig6T9ARJmOIUbIOo { display:flex;width:1.375rem;height:1.375rem;top:107.575rem;left:16.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #sK8KEmlGLkMO2Tgg23ZpCQAovgS4OI4v { display:flex;width:1.375rem;height:1.375rem;top:103.825rem;left:16.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwThdu3pB5hldNU06N6aBMciB4TOaZ8p { display:flex;width:1.375rem;height:1.375rem;top:100.325rem;left:16.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #B23vE3e6W6n58mce0u4HxXz62IEhPSQZ { display:flex;width:1.375rem;height:1.375rem;top:96.825rem;left:16.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #gr97dGivJTMxush0Ep6QGzlbCwtOpvcD { display:flex;width:1.375rem;height:1.375rem;top:93.5125rem;left:16.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5ykCc3xTkSPqnA8VDq86BCVdeCkhez3 { display:flex;width:1.375rem;height:1.375rem;top:90.575rem;left:16.187501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUW6aTK5MKltTqedB8PhWkooTTFfmHTw { display:flex;width:1.375rem;height:1.375rem;top:83.2625rem;left:16.187501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6nlQQHHcoUzOTtO0FGl4klM8b3Ov3bT { display:flex;width:1.375rem;height:1.375rem;top:80.0125rem;left:16.062501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #J15Ts6mcAGnexvrtahpmGxhxSapTlA7t { width:19rem;height:2.625rem;top:60.387499809265rem;left:0.49921876192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2HLbr0RlWTviVRxvQFPSXxnphge3yT2 { display:block; }
 }@media only screen and (max-width: 763px) { #w99a34fb8de0d18790aaf786966958be.widget-smartsection { display:block; } #w99a34fb8de0d18790aaf786966958be.widget-smartsection *:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="text"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="email"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection input[type="tel"]:focus-visible, #w99a34fb8de0d18790aaf786966958be.widget-smartsection textarea:focus-visible { outline: none; } #wUh8PSatFPzvGinMl41fUdrx7hIzOg54 > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #013666, #285d8d);background-image: -moz-linear-gradient(145deg, #013666, #285d8d);background-image: -ms-linear-gradient(145deg, #013666, #285d8d);background-image: -o-linear-gradient(145deg, #013666, #285d8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#285d8d' );";background-image: linear-gradient(145deg, #013666, #285d8d);background-size:cover !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;display:block; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { background-color: transparent; background-image: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { display: none; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .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); }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { border-width: 0; border-radius: 0; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVhJ1wN4K83uCzpoSt1TCuuN7EDBfhkg > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rR6TibotKOv3wrhN0TDTKgOyVWOwFF { width:20rem;height:54.6875rem;top:11.124134063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcsq7rtJg6UM3rLvaNSP2scHm2iF6JG9 { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vageAda13oh9vZT5FhTOGEKVIQhLfy3N { display:block; }
 }@media only screen and (max-width: 763px) { #z9QWLJaekANtF0PouaFBcdgbN3oU2c95 { width:18.125rem;height:31.4375rem;top:12rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO453D8AAdXSvaO8w4BkEIPWQv0Zxtyd { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AGo5hgDUxQhIpeBMkaXpr2ZL4vVzt6Nb { width:16.8125rem;height:4.05rem;top:2.1492187976837rem;left:1.5937500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aG2bGPy9HtH0kmw3bxnlK07tPUlO0hNE { width:15.5625rem;height:3.1477875rem;top:7.0874998569488rem;left:2.2187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zl928the9Bmxc738xGoAiT94gK4adrfz { display:block; }#zl928the9Bmxc738xGoAiT94gK4adrfz > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebkZ76kcDsy0GNahswshdaTIb5BWdEse { width:16.625rem;height:1.462675rem;top:2.3117188215256rem;left:1.6875001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvVRVkaNl0KynMy9Z2TFlMDQbmn2VWgy { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-heading-text { font-size:0.9375rem;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X .accordion-desc-text { font-size:0.75rem;height:auto; }
#DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X { display:flex;height:auto;width:17.5rem;top:4.6250004768372rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #oSbfTR4J26qMWRgTROz84UCrCOiB1L2b {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #D61sh2GKRNi5GnfumXas6SK6VW3yEQtl {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #Ky0KTJRyMmIaKucoDg6JqfOOzDvyvk6l {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EiZEw5VOMuGh7R26sJuRqyT24q0VkrI5 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #MlPtM4yrwvby6wGGDtxDOGB8ikkmTbv0 {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #OGB53DtaX83B7bJzK5aO3UeWtOMXEHeX {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #FiZvNbIHOav8s5zKrzKcX0EV67PQODFs {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #EqMTKew3RsfTJIwTO4uGhNsGa6yI7JTr {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #yQpuUwr0QFGavq86kcOCRHweAb2iIIFH {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #voVTyx9lQPqpbFLRG1kHt92T7StHosSG {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ueGByeWx1lSsndq1lCX0Vm69kqZSQGvv {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #SiCTUvTsk6TRuXoX1pMx8kNzwBpsraSn {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #TgBWxhfy9O043hscFE7LZpLEPDqoOgce {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #ll2yocRvvcFi399MVslzRFwkpRKkxcSa {  }
 }@media only screen and (max-width: 763px) { #DaQc7SRydMp7ff4fPQlp9a4Tp3DdqS0X #tk3MBWB0aJthV9AgXAyDAaTUIllQ8rJr {  }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWIFou9Ek15bSEJM7vG6TTmF13TsmVLq { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { width:2.5rem;height:2.5rem;top:5.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { display:flex;width:1.4375rem;height:1.4375rem;top:5.625rem;left:5.625rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { width:2.5rem;height:2.5rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { display:flex;width:1.25rem;height:1.25rem;top:5.6875rem;left:9.4375rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { width:2.5rem;height:2.5rem;top:5.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { width:1.625rem;height:1.625rem;top:5.5rem;left:12.875rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }