.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:217,236,247;--color-primary-1:129,192,230;--color-primary-2:2,128,204;--color-primary-3:1,64,102;--color-primary-4:0,19,31;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { background-color: transparent; background-image: none; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container > .video-iframe-container { display: none; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row > .video-iframe-container { display: none; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .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); }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { border-width: 0; border-radius: 0; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#vUfCaF0d8EWp5EClR8Jeq7WcyHoRyVJR { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:44rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#IUhlxBkCxtZmfKHJnToV8vDKZ675ILW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.75rem;left:57.875rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#cwJLxAxQqHPygLus2fenTbyyXpnykN3m { color:rgba(var(--color-tertiary-4),1);display:block;width:11.059rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2994792461395rem;left:21.057292938233rem;height:0;text-align:center;text-align-last:center;display:none; }
#qsGJACcrMLpxTxkCrRd1MNJVKQG3TR08 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:68.6875rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#ESHNv0tEJK9ByDewrhDQg7tU2pbmoclN { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.75rem;left:47.0625rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#us6t21TdKQW5GRoih4r29Xi4ANmlvncJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:51.375rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0.0625rem solid #26264d;border-left:0.0625rem solid #26264d;border-right:0.0625rem solid #26264d;border-bottom:0.0625rem solid #26264d;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.95833375rem;width:75rem;overflow:visible;position:relative;display:block; }#PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { color:#fcc701;display:block;width:73.875rem;position:absolute;font-family:georgia;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.8125rem;left:0.5625rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { color:rgba(var(--color-secondary-0),1);display:block;width:63.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.375002384186rem;left:5.875rem;height:3.57291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#e9M3PfwGq122Uvtl754XOasWnTkgv6tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.6875rem;height:2.1932875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARQG2e8Kgqy8azU847LOGW9pfo8J7eAr { background-color:#fcc701;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.6875rem;left:24.1875rem;display:block; }
#qyF7CVV33EIVbEKDwB5nOQmEze6sdxis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNmRpQ9y6MSo5ZX7JamhxsSPmz3IZnlQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcc701;border-left:0.125rem solid #fcc701;border-right:0.125rem solid #fcc701;border-bottom:0.125rem solid #fcc701;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#fcc701;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.6875rem;left:38.3125rem;display:block; }
#g3kvPbeCXXr8cATvmXappBtygiUJBsgK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#znucVAyIyyqlPRS9hcXS1giHhLTGf3Sq { color:rgba(var(--color-secondary-0),1);display:block;width:63.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:45.812502384186rem;left:5.875rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#czKCssKdy2RHfHx0N14mpHZo9yoNAayy { position:relative;display:block; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy { background-color: transparent; background-image: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container > .video-iframe-container { display: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row > .video-iframe-container { display: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .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); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy { border-width: 0; border-radius: 0; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xpSaWfaF/MIX_Picture_Editor_Canvas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container.adaptive-delivery-prevent-bg, #czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container.lazyload, #czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container.lazyloading { background-image: none; }#SFFV8qWAlvwXVQFQH6pQhx9xTB9P3yMi { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5186667442322rem;left:28.3125rem;height:1.8684875rem;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:none; }
#vtxuTSqJ1xJ3bVuUzVl103P7LaXi5oAI { color:#000000;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:9.3750004768369rem;left:29.123699188233rem;height:35rem;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; }
#Wmsv36J6qIgJKFCNC0c9xbF1OfFciLTQ { color:#ffffff;display:block;width:5.68685rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:28.5rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TumJuG6zlhOxaidge4rdJZfF06DPknKk { color:#000000;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:28.873699188233rem;height:3.33073125rem;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; }
#dRCtGLwHTqgAVwhfV3m6V8NOloctAANc { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2044272422791rem;left:29.123699188233rem;height:2.4375rem;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; }
#CxWFULcehQMryPU2kkiTukC4h7kLRCrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row .container { background-color: transparent; background-image: none; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row .container > .video-iframe-container { display: none; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row > .video-iframe-container { display: none; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .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); }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row .container { border-width: 0; border-radius: 0; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#OS1x4GTHcUy83QpqHFPmhDVXLuzXtGHA { background-color:#fcc701;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:4.6562461853028rem;left:31.250003814698rem;display:block; }
#l4e4VoV4ilIWExBOPJWKLf9ZyDgU9QDe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,96,143,0.02);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; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row .container { background-color: transparent; background-image: none; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row .container > .video-iframe-container { display: none; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row > .video-iframe-container { display: none; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .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); }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row .container { border-width: 0; border-radius: 0; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#nrhcoNUHxrkqyqGy3l2NBzO7C3X64D2c { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:2.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxmTTb2IkK5XqTlKu1pM2yrDfggCRRtm { color:#333333;display:block;width:21.875rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:22.625rem;left:1.875rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQFvhX97rd15ESFTTKH18wMLWE5r0Ulw { position:absolute;display:block;z-index:15016;background-color:rgba(221,221,221,0.26);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: none;height:6.5625rem;width:6.5625rem;top:11.125rem;left:8.9375rem;display:block; }
#ybXivnvMwXwsTi1vIutSPQkFfgrSpLFl { position:absolute;display:block;z-index:15019;background-color:rgba(221,221,221,0.26);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: none;height:6.5625rem;width:6.5625rem;top:11.125rem;left:34.5625rem;display:block; }
#LUvWBET2VxbvXluWk5sPmfNBXuuiIV1U { position:absolute;display:block;z-index:15022;background-color:rgba(221,221,221,0.26);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: none;height:6.5625rem;width:6.5625rem;top:11.125rem;left:59.25rem;display:block; }
#iRDhRRGvRHQ7AcNpaaa3p5KWJTZr5FbT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:12.625rem;left:10.3125rem; }
#xVy56JxelRpZLfuF7mF0BxG0vGXS9FI6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:12.65625rem;left:36.093753814698rem; }
#FT0hcAxgfy7PUzdzC0KPxErvRlILTbF0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:12.6875rem;left:60.75rem; }
#fDfBPhTxn1cep6t4hftpoeEr3raHGgt7 { color:#333333;display:block;width:22.375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:22.625rem;left:26.625rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zx8kuHQJvoOZvOfuvfie970QS4W9MBuK { color:#333333;display:block;width:23.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:22.625rem;left:50.656253814698rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s93bEfm6GkBcZ2Ik2Do7NkV5VTLzJVdk { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.8125rem;left:28.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZifDwxt4SICCUK6hV1QUBgQ2ECmqu8g { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.8125rem;left:53.125003814698rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qITxZLEOy2W3cNwM7eca3zlA7WgtUi0C { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:11.5625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sShTWbBOlRATH1ZtTRbcwlkLhpASNDzU { color:#000000;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:11.4375rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,96,143,0.02);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; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { background-color: transparent; background-image: none; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container > .video-iframe-container { display: none; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row > .video-iframe-container { display: none; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .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); }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { border-width: 0; border-radius: 0; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#znd6mvaE0FOLIdmzKleF1VGmQnaGn0Tz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcc701;border-left:0.125rem solid #fcc701;border-right:0.125rem solid #fcc701;border-bottom:0.125rem solid #fcc701;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#fcc701;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.0625002384186rem;left:29.812503814698rem;display:block; }
#Ji2vElutU8PAHOXQ4pe3zM7kBBkLrdmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi { z-index:;position:relative;display:block; }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi { background-color: transparent; background-image: none; }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .row .container > .video-iframe-container { display: none; }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .row > .video-iframe-container { display: none; }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .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); }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi { border-width: 0; border-radius: 0; }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .row .container { 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;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#LCbaBOtkuwSaMMVPttvUw9GnKMGIP5JE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.0625114440918rem;left:0rem;height:3rem;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; }
#UOgH5QZpJDMtC1SGpf94eob6pNaQ5qul { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.25rem;left:12.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqGqJEKLtP1h5UUcDgRmeeEJzvxy5CX9 { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.6875rem;left:0.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#Kl5kgUanpcDRSWeO2HbAqvwXCMK4Q7Ji { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:25.75rem;left:2.125rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lyA7KyoRQQMeMGmXCVO7zM9wAq8RU9qI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:21.4375rem;left:2.3046875rem;height:3rem;text-align:left;text-align-last:left;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; }
#Mi56Fi6k7UntlkgbCe6prybWpL9guWT3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15014;opacity:1;top:17.1875rem;left:8.5rem; }
#hI35TNm51cR1kBmcbXhxcrH4PWeu2op9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15015;opacity:1;top:17.1875rem;left:10.1875rem; }
#ulC0bRn8TgL5IVr9LKaeQZ6KdsVgxlPg { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.1875rem;left:11.875rem; }
#LNZVmv1zWT04inwNC8Okt50FB7wBRXgf { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15017;opacity:1;top:17.1875rem;left:13.5rem; }
#ofG61oM53U7ZK9ePD5rTNzeS2ggKTO1c { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:17.1875rem;left:15.1875rem; }
#kkEMfDt1CbMKKcEGANl5xLhz3TVMivEU { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.8125rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OGIVqMqnq8WFXRGrqD0tHUIMXvxZyXXM { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.6875rem;left:25.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#PKnp6bZx1DpJG8A8C1Qy6w6CQJqVTJo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:25.687501907349rem;left:27.500003814698rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FBqliz1lVCWeAfPCHEuSVIOkcvGwg6Jh { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.8125rem;left:27.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yiW2o8rzuHbXOlGHglGqlI6dn3og0Apt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:21.625rem;left:27.625rem;height:3rem;text-align:left;text-align-last:left;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; }
#JpdVXqXDr3sM61OgewRXDnhVAsZcf8ES { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15014;opacity:1;top:17.125rem;left:33.625rem; }
#D1fDuZTPxerJUdzBAfhtIMuWgSB2c3bn { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15015;opacity:1;top:17.125rem;left:35.3125rem; }
#rxIqQJTuASqs1TIH07gAwgJWEAOcRnyO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.125rem;left:37rem; }
#GoOU4BsJ0cqTSDuWo0lsNUJ4k8XmAJ6u { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15017;opacity:1;top:17.125rem;left:38.625rem; }
#IDV8R5lw8FkHdsV0QfozbaQLSTLGAzAy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:17.125rem;left:40.3125rem; }
#El9qT2RPTUbP2RQdPqEVmBtTfr0860Cx { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.6875rem;left:50.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#sVtyQonh8kdpwLrRJX0fwFg982ZIM1c9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:25.6875rem;left:52.625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRDn3aufZltThZvT5hcRyurQogW79ioD { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.8125rem;left:52.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TT0KyLWJ2osWTTvymAenTM86GrLKFKyL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:21.625rem;left:52.625rem;height:3rem;text-align:left;text-align-last:left;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; }
#mH7y75GUXi0qh3WVXVAT4PR9ICXC3mIB { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15015;opacity:1;top:17.125rem;left:60.3125rem; }
#BXsZ1KnukINEQ5fS3EO4K677tDtD6QNR { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.125rem;left:62rem; }
#rs9Zsn0yMe91NlJDimHTuuDH3dCXJ1V9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15017;opacity:1;top:17.125rem;left:63.625rem; }
#sXmDD2WGHQcdCFm9bqWiOrKybubi89nO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:17.125rem;left:65.3125rem; }
#l4qIEf9iTPsdGRnMiW1GKyCuI1JJKPWJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15014;opacity:1;top:17.125rem;left:58.625rem; }
#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy { background-color:transparent;background-image: -webkit-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container { background-color: transparent; background-image: none; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container > .video-iframe-container { display: none; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row > .video-iframe-container { display: none; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .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); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container { border-width: 0; border-radius: 0; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#SHnxtoueqTxtipX9rPtNvtZIUHKd8LZm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#HuMS1tFk0RP38d7rStQAMXbhqwzy5nUE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#c2vdJfr9e7fMnLE85ar3kAdTyun2MbS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#qXKBK06ZAdwWZ70AGTE9AQ4KQN0ryTqR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#kkt2CbWMPRVIAuGfzaQX1zexkrQyPqKd { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#AWJuEJ2RxgRE0UKAx6STfrUlfRLSx1Ut { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4999980926514rem;left:16.21875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9b2wkPooF1JoCw0Rixq4Lm74rGWzMON { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3125rem;left:8.5625rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piKXpaLTMy1mIvV4mG6svTCwy8Cv2aX2 { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.8125rem;left:0.375rem;height:18.410125rem;font-style:normal;display:block; }#piKXpaLTMy1mIvV4mG6svTCwy8Cv2aX2 li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#piKXpaLTMy1mIvV4mG6svTCwy8Cv2aX2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
#EetgCHVHyZc3Xt4KFaK6geLWlPWPpTNR { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.312501192093rem;left:18.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSuiIuu1Ub4lBQDwT48BgWPB14cQTLs0 { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.8125rem;left:38.6875rem;height:18.703125rem;font-style:normal;display:block; }#lSuiIuu1Ub4lBQDwT48BgWPB14cQTLs0 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#lSuiIuu1Ub4lBQDwT48BgWPB14cQTLs0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
#HIHfXO6eLW57APRdD9iCtkhBIPHIAx8G { background-color:#fcc701;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.218750953674rem;left:31.250003814698rem;display:block; }
#rPNC97Q2weWPJVuqTkGcMJDTKlpkIJRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { background-color: transparent; background-image: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .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); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { border-width: 0; border-radius: 0; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;overflow:visible;position:relative;display:block; }#mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0810546875rem;left:13.46875rem;height:3.00636875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#sTFpinK4AdhxTdJWsSbSPXGE4Fs7mDqV { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:4.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k13AXy8cKllAz57qQdEUVrLLPC7KJocB { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:39.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 { color:rgba(var(--color-secondary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.3125rem;left:6.0625rem;height:11.3125rem;display:block; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:before{  }
#VLgzktbdkxIdbthPTQaHeKet5DggRMKF { color:rgba(var(--color-secondary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.4375rem;left:40.5625rem;height:11.3125rem;display:block; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:before{  }
#nuztkFpllaO2TMT04L0TKVSxZHUBSTbd { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12rem;left:9.8125rem;height:1.95023125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#aEP9MN3A3R3UHiH9ENqSxEF87TE8WXgW { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12rem;left:46.0625rem;height:1.95023125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PFEEiF28T8ugvN2TCduOOrW86a3dabE0 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.062503814698rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ni9gh43AhvtTvMQvHsmTdBGdJM9bXoI9 { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4574651718139rem;left:10.78125rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #01144a, #000000);background-image: -moz-linear-gradient(0deg, #01144a, #000000);background-image: -ms-linear-gradient(0deg, #01144a, #000000);background-image: -o-linear-gradient(0deg, #01144a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#000000' );";background-image: linear-gradient(0deg, #01144a, #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; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { background-color: transparent; background-image: none; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container > .video-iframe-container { display: none; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row > .video-iframe-container { display: none; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .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); }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { border-width: 0; border-radius: 0; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#zltUWO3V7ryrTsy10o20CcIIPL68gmse { color:rgba(var(--color-tertiary-0),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.4375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eunE2HeoVqIw7k8H8r9kO0yTNeMDnmkH { background-color:#fcc701;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:10.625rem;left:31.250003814698rem;display:block; }
#Bkg25lQVLTCgohHAzxVngSvDX1rt2Noe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcQQEk9WybFhKCytWuTERL8C9hlhZzmZ { color:rgba(var(--color-tertiary-0),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:8.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #000000, #01144a);background-image: -moz-linear-gradient(257deg, #000000, #01144a);background-image: -ms-linear-gradient(257deg, #000000, #01144a);background-image: -o-linear-gradient(257deg, #000000, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01144a' );";background-image: linear-gradient(257deg, #000000, #01144a);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; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row .container { background-color: transparent; background-image: none; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row .container > .video-iframe-container { display: none; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row > .video-iframe-container { display: none; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .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); }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row .container { border-width: 0; border-radius: 0; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#zrTQoCuqICqVCkmNSESNdWVia8CcBTIi { color:rgba(var(--color-tertiary-4),1);display:block;width:3.749275rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:7.875rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#VUdlSxGcF9b0UNWtzQdxP6pO8SepaKwa { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0622125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0625rem;left:16.6875rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#ykd2KHU6K9dTxGA3Ap9VcLUoEVVARJac { color:rgba(var(--color-tertiary-4),1);display:block;width:10.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0489044189453rem;left:41.061198711395rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#V0ehwp17P8PG75w3TOu9FDkgihfu4K6f { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.05078125rem;left:58.186199188233rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#mspkeruyK56TTvOwTHITlwo4LeRQhSao { color:rgba(var(--color-tertiary-4),1);display:block;width:8.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0489044189453rem;left:26.559607982636rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row .container { background-color: transparent; background-image: none; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row .container > .video-iframe-container { display: none; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row > .video-iframe-container { display: none; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .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); }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row .container { border-width: 0; border-radius: 0; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#Iw2EyEPLVLqfAzbsVf3IvsWRiMkaImne { position:absolute;display:block;z-index:15020;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:1.5625rem;width:2.3125rem;top:0.625rem;left:0.68055534362794rem;overflow:hidden;display:block; }
#TTmI7RnMh1Kg8cBux0Srt1OhRq8hn5E9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1302080154419rem;left:2.9375rem;height:1.29948125rem;display:block; }
#r9mxMrdME3PuMggAf1PgsTuRkZsixmtK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15024;opacity:1;top:0.9375rem;left:72.076391220094rem; }
#r9mxMrdME3PuMggAf1PgsTuRkZsixmtK > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#kkWJg3TrsPH35GM350qhdZsPNEQsu3l8 { color:#000000;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.171875rem;left:15.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { border-width: 0; border-radius: 0; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;overflow:visible;position:relative;display:none; }#vvwHTDX0wHw4BTR2hmlsy9GHWrnfQgP7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uIs2mukks71dXAVwMu9uVVOTfdcy0J7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#mNoMKD3O4lG7W856hSzldqmp82A8ZCss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#bgRwnXNhbtiD1KRThZXnLsaTmb3wWfDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#e3IiGfIiw7JuhwmivuNviSHCt8i1D9Bt { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#hnlJm9ke4EN0To8NuChq2yIpWDQCAKBR { color:#ffffff;display:block;width:24.9345625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:18rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ { color:rgba(var(--color-primary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.875rem;left:18rem;height:9.75rem;font-style:normal;display:block; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:before{  }
#HxKU8eA6TTtMGvGhH3LOs0o4kyFhHBeO { color:#ffffff;display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:18rem;height:3.8993rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #000000, #01144a);background-image: -moz-linear-gradient(257deg, #000000, #01144a);background-image: -ms-linear-gradient(257deg, #000000, #01144a);background-image: -o-linear-gradient(257deg, #000000, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#01144a' );";background-image: linear-gradient(257deg, #000000, #01144a);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:none; }#mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 > .row .container { border-width: 0; border-radius: 0; }#mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:none; }#mqptdGPvapKuJhyDOaRBaK6c4ywCIC6x { color:rgba(var(--color-tertiary-0),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.4375rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wru0ZO6AdF4DCDktp6EgIH0LZP544MDc { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcc701;border-left:0.125rem solid #fcc701;border-right:0.125rem solid #fcc701;border-bottom:0.125rem solid #fcc701;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.92273625rem;height:3.11111125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.8122844696044rem;left:30.530599594116rem;display:block; }
#J3nTvwNa2mf6wo6cxA627ETT18lxad99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmwZk3LL5ZufKebGDJ8uTtmAsKLBMqBK { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28rem;height:0.97511875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo { background-color:transparent;background-image: -webkit-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { border-width: 0; border-radius: 0; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#trywB3y99pAJvKdelqEPmV7buStTziwT { color:rgba(var(--color-secondary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.10546875rem;left:9.96875rem;height:3.84895625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#E4AdGkk5t9e5IxVKxGFdpArRfHkZ6TQA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#zFsbCtMzgOCqdAnm4B3xLzzhOaoRNTMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Ouf0iUIRmxThVRPlZCKNz4eERaNh4kv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#iu0IaSy7SBQhMalxDEg4QEVRtB04gKBX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#QhDEz0WylFdpvT30OIBcEG12ePgbg62o { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#eIuLv47yJTK55XhzZULG4DJ27712aea4 { background-color:transparent;background-image: -webkit-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -moz-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -ms-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-image: -o-linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#01144a' );";background-image: linear-gradient(82deg, rgba(var(--color-primary-4),1), #01144a);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { border-width: 0; border-radius: 0; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;overflow:visible;position:relative;display:none; }#MlWZieQT1QiZAHVXZkuI4g8kskuOHqFA { color:rgba(var(--color-secondary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.890625rem;left:11.46875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIQPdnBUoxMhtovrmkqOSW9GqRxOuBB9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#KD9T9DeUzCvwRTagu3imRMMHQefT0aV0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#IWcXg44GmFZqhFTg1ml6hKa9vfrBdccq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#aBSiS8SFAXFmDyOQ2B2N175ACpON49k4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#bT2THb0TXHtFleSCA7O55oTbUx1pIyP0 { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { border-width: 0; border-radius: 0; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:none; }#Ep7QTt03KA9mxHOXyXy1bKWNIM48M58o { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:1.1875rem;display:block; }
#qhRBKVyORDMVD5FSWQFdC8v127Uq2D7c { position:absolute;display:block;z-index:15001;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:7.9375rem;display:block; }
#epyMt2MCqlN7RsvR5zthhMgmKv6iawvW { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:14.5rem;left:1.8125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9MphsOOryWBFVwcFdTCf4ErR5eGsKqc { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:2.90625rem;height:14.29425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfGessWS5acqoh9WoKmnrFTpGrxaJND2 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:19.9375rem;display:block; }
#zieH6InEKFCpi1vArwaKJ1Gfs9yshPNg { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:14.5rem;left:20.5625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhLEIIL9EdLDMEful35B0edNbB0gMUTb { position:absolute;display:block;z-index:15007;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:26.625rem;display:block; }
#T7BDMD24yml2pe4VhEdcVPLRwAH2C1vD { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:38.6875rem;display:block; }
#n8RFKWyQiAXN8PGxfzaSJikUoUme3f1l { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.5rem;left:39.3125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPKEZsTHOGavcaTUctRqm4iIdZcNJa4a { position:absolute;display:block;z-index:15013;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:45.375rem;display:block; }
#t3mBkrcuDdugZPG3Cgtn2I5QFrKZI4lN { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:12.375rem;left:57.4375rem;display:block; }
#zCb6RTKqD7Z5hhwbEDEAQMHsZEisMm5d { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:14.5rem;left:58rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nU4bxfDZKF6FaRlrigNPgrCFxdsAoLf5 { position:absolute;display:block;z-index:15019;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:13.6875rem;left:64.125rem;display:block; }
#w3QwaVGWRTrTuyTuZH32rWMaGa3m0Ovm { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6857643127441rem;left:10.5rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qWHLr5RmG8L1m0y88ZQPXbKUpkF7QfTA { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzeI4aKZZeNBRTf2mMT6f7wG1s2SdFPM { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:20.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyIr7KnFhis1rHSLuAqVPkXBdXTS6E66 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17.875rem;left:39.3125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MiPkVlOkDwRVa9GLczCisaTD2pburPLe { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:17.875rem;left:58rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLT8L5J7C2SftaGWbFRF7k3T7MZhh7f0 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:21.78125rem;height:14.29425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7hMMlcnTFT1AqJ0gC5oZWi9RQoqHn2J { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHre8yqQm1MqZ1i87s5UzFE1A3CaK8JV { position:absolute;display:block;z-index:15014;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:1.1875rem;display:block; }
#PbaWO0laZSRfExEo6gM8r8wNURHTC1mf { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.875rem;left:20.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVIpvoc3GoTTNaoGxvoBBs1cK5sDzPLc { position:absolute;display:block;z-index:15015;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:19.9375rem;display:block; }
#mEDi4ArcIU8G3F6mzwpVp4cnKB6pws9g { position:absolute;display:block;z-index:15016;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:38.6875rem;display:block; }
#Ggw96KOu24vWTNwOIKiOuyl2wuLIyxIe { position:absolute;display:block;z-index:15026;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:16.1875rem;top:41.6875rem;left:57.375rem;display:block; }
#RVqQsAT6Q3VOEGOO48mELgrZ8V86GWVw { color:#4e4e4e;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:40.093753814698rem;height:14.29425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHoNZdQJRoZJEr8dIFihnJSSdA2XsfgP { color:#000000;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.875rem;left:40.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbPCEqe8UWVyDM2PANE6ktCoU7gCcEd9 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20.523438692093rem;left:58.843753814698rem;height:15.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dlq84uH8FWTtzpZXaW0qgOLQs1a4dqbf { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:37.875rem;left:58rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVnTFzoKgV31XT8QIm28at5TPzrLES88 { color:#000000;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.03515625rem;left:15.625rem;height:3.57291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD8ZoNxsBR0UMZ3rICpvirCA7JVohpm7 { color:#000000;display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:47.300783634186rem;left:6.875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGUpTaJEdJTVvLt6l3TJxNRy8tBe8TE7 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:14.5rem;left:1.8125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tCBcI56gpJHhTVV9b7vwRBkTzCRAaFBh { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:14.5rem;left:20.5625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vWEgKsF8XSTymEOWNcibImEDLsoGSOgS { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.5rem;left:39.3125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bmrnfkslmMUStuD9VS9JvH5RM83VzRJL { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:14.5rem;left:58rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK { background-color:transparent;background-image: -webkit-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { border-width: 0; border-radius: 0; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#pm4c9AwRzZIz1bUBS9WquQmBBUQs5yGG { color:rgba(var(--color-secondary-0),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.21875rem;left:10.1875rem;height:3.84895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb6IDeWE20nCuLe2A3RrcE72LruFPNVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#cUJsfCwBcgFu7etnxrgP46q3iF3tFBAW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#paacl8TLtk2HmT9wq6GWfpLNNDcIcasO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#GfTfzkx6X8SZ3fTBgdtqVP7O8LqEnJ4Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#PGcSUTFOhRTgWTyIQXW4vnqL0OivGuan { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { border-width: 0; border-radius: 0; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:none; }#ULfFNwrMU2eIHwTQE4vOd2m7llciWawh { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.5rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wOgHdLoMnJzBH7HWDvTEHL9WashtOvfJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Gy6S25GibKBZsct5O3xLCpR9AD6gvazF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#lERO9ZMNG97MSlBh9O2MlCvTHafGWUJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ttXTwnM2TxGJou5cGFRT39ioRHu1vNKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#vL79tdWNymaT4f1EULPtQVLsTTSpQrP3 { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#O86LoqiQTOv4XhRTC5NwyhMtgO41iqKK { color:#000000;display:block;width:71.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.15625rem;height:33.9426875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y { background-color:transparent;background-image: -webkit-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y > .row .container { border-width: 0; border-radius: 0; }#bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#EdzRTaCt9a3flqE6k3nTaHhnmPcdc2MQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ZVuO36dcTGnkBby5S2NwotXw0NmEEWxu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#dByF9VIdNlNsTmS3g4VUMsGaSERfqwfJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#XTWedguplGHWa6FTLVsSf0MDWMFNiDTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#sFlVlKuIbT328QMHD14BPcz9gzdbrS2l { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#b9gBD3FB8k5Mqm3bGR1i5uKtAkTOQMwA { color:rgba(var(--color-secondary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.9687519073486rem;left:11.46875rem;height:4.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { background-color:#131333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { border-width: 0; border-radius: 0; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { color:#ffffff;display:block;width:24.933625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:17.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { color:rgba(var(--color-primary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.0625rem;left:17.875rem;height:;font-style:normal;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { border-width: 0; border-radius: 0; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#CBBsN1kWzAU2Hdmahtch4ZL5VtStroqx { color:#000000;display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.58203125rem;left:10.4375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8GnM0FJdxzR9yPvxJcwVcAgsIyp5kbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#TV9U6CI9UPM0E6fXMDB8MpueosFsXVJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ZIGCbhVXmLgiySdDZRcQVKNVrWAldg87 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#FG9zDnLdvRR3amPCyZ9GHrvw09zskAf7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#wi79h3roHUasmmEBJxI8ufTwtrHlfoAW { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.07986164093rem;left:13.46875rem;height:12.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:before{  }
#ta7cXiTQkDhbC6dVe8uc2izDVMAsniWv { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.223090171814rem;left:13.46875rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iVx40LSh1rmUGF9ifrklaJzGDhoK1b47 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3984384536743rem;left:13.46875rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xMfifAwGnC12FMvi1TWbEgNJveQkhE9T { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.973090648651rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 > .row .container { border-width: 0; border-radius: 0; }#kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:none; }#GuCfBqqxypU5yxaDnAvl70FtVOD4AEbI { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4244689941406rem;left:0rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#Pgk1zVNQ6naifJkTqvHlODMgceEqLT79 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4231772422791rem;left:17.5625rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#F8RfLe0SScJ38D2GXMHOIeLEvWK93o10 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.059rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2994792461395rem;left:21.057292938233rem;height:0;text-align:center;text-align-last:center;display:none; }
#zMUUs3uSBugn5NzcXBszcCcU4uFx9rnB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4231772422791rem;left:28.375003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#thNOakKf9sd8MkvAtkw97DD4AseIslN2 { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcc701;border-left:0.125rem solid #fcc701;border-right:0.125rem solid #fcc701;border-bottom:0.125rem solid #fcc701;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8742767572403rem;left:55.873698711395rem;display:block; }
#oCJEtHDF6eVgQfvNpgk11gHwXLQmffO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spfsJGkfozGE9f3QPwtJLqOhClrqH6e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4231772422791rem;left:3.75rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#Jnrn0n95yEkaHa4LziS57If8SOiFFt4p { color:rgba(var(--color-tertiary-4),1);display:block;width:9.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4233219623566rem;left:8.0454287528994rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 { background-color:transparent;background-image: -webkit-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { border-width: 0; border-radius: 0; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;overflow:visible;position:relative;display:none; }#hOXK60Zer49XfJadLusZuFov29xWEuG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#raqrsGtnLXefTLcOnzLGTS67GCJBa2Ku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#SgGroa6VkvJkwaezwRcwNA9T7QIRD2I4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#hPOdWntExCRI73514Qm5aDpdOGUv4kfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#uQuXlF67xfODZuvLmR4QSKLdRWd0uWPu { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#e1P8qZf9chSDt9OMos7y3V7HdTiQBAID { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:16.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CumwrbufthgXV0r6qSvSbSxZIueZcM9m { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:8.9375rem;height:1.78645625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u34trwoty8919kWKLQAVgBTxruB4OS59 { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:11.84375rem;left:0.75rem;height:18.410125rem;font-style:normal;display:block; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
#BArAesE1kydAMeUh2Tgq7rw8dRi5EUBa { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.873697280884rem;left:18.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQrZFUGJ5PuweoD3cwZxTgkAyTFEvl17 { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.84375rem;left:39.061199188233rem;height:18.703125rem;font-style:normal;display:block; }#TQrZFUGJ5PuweoD3cwZxTgkAyTFEvl17 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQrZFUGJ5PuweoD3cwZxTgkAyTFEvl17 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
#ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ { background-color:transparent;background-image: -webkit-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(147deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ > .row .container { border-width: 0; border-radius: 0; }#ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#M1BHFb9RTDawcsN3wIvcISVqEGCRMQOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#PWsRU5Q88wP8Hakxye5SVTNzbxpZITct { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#v1SgrL0SsMxm2uH4IRkSxrStRsL08SHT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#g57QzB4Ahin4yuuN1RDhcCb0MB9Wh5Ds { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#HSh4Eaeo2z9USfCKKlOPz6K7Fd2MkKLd { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#k1rmlToQ1TVu3yUIIVHdEeTwGu3irTQl { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:13.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dS8UXFEglrDagXT9VhRZlQOAaBZuHBAW { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:13.375rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2zbvPwrlTG6SBb7T68HFo5zXbwNiiBV { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.186199188233rem;left:4.8125rem;height:11.3125rem;font-style:normal;display:block; }#E2zbvPwrlTG6SBb7T68HFo5zXbwNiiBV li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#E2zbvPwrlTG6SBb7T68HFo5zXbwNiiBV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
#TPXI6tUT4gVmD34VNBrqIgimFbgGCKVU { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.187494754791rem;left:13.375rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D96sWlNa7fkSkHaBTNhQRZ7gTuWPgZl5 { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1240234375rem;left:13.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sp80XqakzckhkzS5ononFSdQKJwUVMh3 { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.186199188233rem;left:41.500003814698rem;height:11.3125rem;font-style:normal;display:block; }#Sp80XqakzckhkzS5ononFSdQKJwUVMh3 li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sp80XqakzckhkzS5ononFSdQKJwUVMh3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
#mMzLqt0vEs7mXR4k3F17lMiQFPXFN1WW { z-index:;position:relative;display:none; }#mMzLqt0vEs7mXR4k3F17lMiQFPXFN1WW { border-width: 0; border-radius: 0; }#mMzLqt0vEs7mXR4k3F17lMiQFPXFN1WW > .row .container { 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;font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#UZB183sJdoWoO2wc3k1hdKU6tLmWgyH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:8.5rem;left:0rem;height:3rem;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; }
#RfULBCgLFxQb6VkBG60DubeL8eOe6gTc { box-sizing:content-box;height:30.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020b08, #01144a);background-image: -moz-linear-gradient(180deg, #020b08, #01144a);background-image: -ms-linear-gradient(180deg, #020b08, #01144a);background-image: -o-linear-gradient(180deg, #020b08, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020b08', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020b08', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #020b08, #01144a);background-size:auto !important;top:14.5625rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#lCSTNClrcfNAuIUeQzTIDHOI6hMJ5S0C { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:22.5625rem;left:2rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzl5x7Gm2mN851EUvE1TyDt7PXa0h1Gn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:42.125rem;left:6.875rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#bH057GXwwUyRz7Dhv1v8kQnFKd1sGpOT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:39.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#RqtFNTg1PcqGUStzxCb60ARZnpB9sfLi { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:19.5625rem;left:1.875rem;height:1.875rem;text-align:left;text-align-last:left;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; }
#TCTT2cGasTn64o7d0nMy13d4VTXh6AdS { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.5625rem;left:25.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#dJfv9ixv6w7R4URaiil5cbSIgtQElKbp { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.8125rem;left:27.5625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRcbKqybnzpZdp52K5NJwTWVuK22cSTi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:16.4375rem;left:30.5625rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#y6uFHC03SmiC8DJCwnavEsrcM3y4TKM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.75rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#axF0EGyvUgyocALfzwmPWCTatLJSbLLh { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:2.5rem;width:2.5rem;top:24.8125rem;left:27.4375rem;overflow:hidden;display:block; }
#LGQmqnoAQG4xuVB3LN62cXneFTkmBnNI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.1875rem;left:27.5625rem; }
#cz8HdlRVr0ToMu3rHzWF45mHFUqyHAi8 { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.625rem;left:51.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#LDdiqk0G0Oi1OgRKxsqnbFJLbBU8xtsX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:18.875rem;left:53.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dmcUC2ex7Q5KsHc63itK4CUpXqHwADuk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:25.8125rem;left:56.25rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#zNhrCaf1B6gFxu6uI394InU5WH2Z91HJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:16.5rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#Wa4TbhDEkNqNz7hy8JEuoxXb2gvPs4Bd { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:2.5rem;width:2.5rem;top:24.875rem;left:53.125rem;overflow:hidden;display:block; }
#dq8HoT2sDJaLIVTFJOmQhTlxlrgUFRwm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.25rem;left:53.25rem; }
#IGFINdFmvXuVOs4v5NzpFgSLRTm50vIr { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31rem;left:51.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#V8BHNdZ9Hm3eCk3P8TKQOZLbnUJGlqI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:35.25rem;left:53.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XdM4TOsB1hskTthcOg0ahZLdngXO9UHB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:42.1875rem;left:56.25rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#XCGHvfFPH6wkhBEwfqQpyeH0dElP3lck { position:absolute;display:block;z-index:15021;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;box-shadow: none;height:2.5rem;width:2.5rem;top:41.25rem;left:53.125rem;overflow:hidden;display:block; }
#FK9HVrssMF5H8CHoMNlhPBVp1Zb6ObFm { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:25.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#rtMekFo4D9eP94sJ0Jm460FhRqhsrXIl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:35.1875rem;left:27.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBFRvedFJzUuTFNynEk7FmTgxcyOTwnM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:32.8125rem;left:30.5625rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#SK4mhsvPNbKEopArnUAoDtsMHVE9m5UB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:42.125rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#GQCV4PadcBTPXg5QO9ETpT2PvdTtRoVW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:32.875rem;left:56.25rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#h1J4WKRLoi9gA1Tt48ZVIEui9XlhPtE5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.625rem;left:53.25rem; }
#arN1yTCgonhitimnCoLxDBPmTMvM5foK { position:absolute;display:block;z-index:15015;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;box-shadow: none;height:2.5rem;width:2.5rem;top:41.1875rem;left:27.4375rem;overflow:hidden;display:block; }
#WQVc3KIHTt9f5zh186KIVTK1cTTGHdvR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:32.5625rem;left:27.5625rem; }
#GyycLklVpWx7qFk9t7f4ZTx0L4U0h9Tc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.5rem;left:2rem; }
#gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0.0625rem solid #26264d;border-left:0.0625rem solid #26264d;border-right:0.0625rem solid #26264d;border-bottom:0.0625rem solid #26264d;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF > .row .container { border-width: 0; border-radius: 0; }#gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#AkpakuuBslGEVHT1LztyvMcUHysLm1W9 { color:#fcc701;display:block;width:73.875rem;position:absolute;font-family:georgia;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.6236977577213rem;left:0.5625rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pi8Zg0sVuRTzLImebVG1zxETr6CIMSqT { color:rgba(var(--color-secondary-0),1);display:block;width:63.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.488281726837rem;left:5.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcWWozUSGufEWhdwM1HBrTn3XspDtRzc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#mRdQpLRvDUTFX2OXiea3A4WlRespdXuK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Q0O9LTHwNTyeXSmMRUr34ZkpQ3HT2umF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#K0utR0ZI7BUybRSAOy2zFBK99ktCnMCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#pSUCH1oJaiksloBFL4e0lOMh2VZfTgTH { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#g4JSphxzDI0eltJXTlULMoRxgpQykoiw { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.6875rem;height:2.1932875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EENwGcdabhUlWwZRqAqfyOgwc9qZkOE0 { color:#ffffff;display:block;width:54.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:30.250002384186rem;left:6.99609375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQ6UIwWRt4ZJoACcTMd5TXLNf6S7Pazx { background-color:#fcc701;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6865rem;height:3.436775rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.061197757721rem;left:28.591144561767rem;display:block; }
#pcC420crdSUs2cPx5O9I6cFHCCblRcUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPFftTbJ0xlndfTveDuAKvay0L1hkUUq { color:#fcc701;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:39.18700915575rem;left:11.437173843384rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { position:relative;display:none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { border-width: 0; border-radius: 0; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xpSaWfaF/MIX_Picture_Editor_Canvas.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.adaptive-delivery-prevent-bg, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyload, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyloading { background-image: none; }#XczdrIzpBOVHdpMQ6AS9hM6EbCSgDwOT { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5186667442322rem;left:28.3125rem;height:1.8684875rem;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:none; }
#kvC2pEE2G1o9CTqbe6Pkl2oqDJh5EuF3 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.184896469116rem;left:26.873699188233rem;height:39.36631875rem;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; }
#mRRFqwzflnDDClhuSFB3AeJRp7uKgDrR { color:#ffffff;display:block;width:5.68685rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:28.5rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ZbweG66R6dOrXbvEuBKMuTuwUrKaGGtd { color:#000000;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:26.89453125rem;height:12.3489375rem;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; }
#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { border-width: 0; border-radius: 0; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;overflow:visible;position:relative;display:none; }#cwecgIePOkrrTSnqubFDkUpP6h75Ntnr { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0810546875rem;left:13.46875rem;height:3.0058625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UMMa6DferTubWUoI5mHFrtKztzPHfiL7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#covPfVEgqHbwMBd7l09WLe5LSpL0iGz0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#h0h7vpUxCNTfaS35g5i9k2CLDs9O4dfT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#W3AHuBbEGMgIyRtRHEbyorayeF4kTPz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#PN8dW8k4OfbVNPDMy8MN5q4ZDwxQkmXd { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#PIFAyH3Maf9dgahVAaVT5fFWsTP6e7sL { box-sizing:content-box;height:25.9375rem;width:25.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:10.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mRNc7bM64iz4gO0NhbisahAPLUwX9I25 { box-sizing:content-box;height:25.9375rem;width:25.9375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:38.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 { color:rgba(var(--color-secondary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.75rem;left:12.25rem;height:17.8125rem;display:block; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:before{  }
#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 { color:rgba(var(--color-secondary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:39.8125rem;height:17.8125rem;display:block; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:before{  }
#Skv0CEVeXXC9I2tMImT5JDoPplPadUI4 { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.3125rem;left:12.25rem;height:1.94965rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZQlu9KLVOUQE1V8fGClgsqyXTqmgB8hu { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.8125rem;height:1.94965rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#u98L1WsPp0c2p2fbQL7CN8v9O62pIsmU { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.249998092651rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CE2kZ2XTUuVRCxw6uiCA9QWLoreyUlgV { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4574651718139rem;left:10.78125rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { border-width: 0; border-radius: 0; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#yMNe8iPWkLfGoCNS0CFJmuX7Jz8JbK85 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0190973281861rem;left:13.46875rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#N2GbEE9tIOMuiiJHaTmVT00ITarEOzaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#DrOhSNzIafL5kl5SydLkCWZa3drccvlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#b3CwQbWghiEIgRtEaRzCFVT1TIP8Q0tx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#FSavS843pCPRHRuAa89NNuJbKNmR3fUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#G0E4UavWpIk18Jhlk3mLpgS4w9qL8rCP { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#RFms1HaJ1RDrWUTzOzW5FR1ZBy7bLPET { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6449651718139rem;left:13.46875rem;height:1.787325rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3923606872556rem;left:13.46875rem;height:10.186625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:before{  }
#GBXfaoK9uoWSBtKfZRv3ORM5uFDkaTZ6 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.706596374512rem;left:13.46875rem;height:5.361975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wto4IquRvklk9l1HnyblNCMn1UOhm2kc { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { border-width: 0; border-radius: 0; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;overflow:visible;position:relative;display:none; }#gAkmp90N5ag3O3Q9iJVldrgrgQ9ZeHgI { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0190973281861rem;left:13.46875rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ToIxyzJFo9KnHFRxxcWlnDe2QzV1JIUw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#abqKQx85cE38pchvVtscr4w0wzXCArDw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#RweLRvzyr6b5Ikh1LnHJnmtmQLNWz3nk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#B0NIV1bcWP8HdGTIvwC3TQtELsT11BWu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#gtXnK2EcR6wuoxfeiTXiEQxSmDB54T7g { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#GGKTowpRlKRBAsURXCdJcTXZLxe2vOLr { box-sizing:content-box;height:36.625rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:11.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kLfTAudkeqX11ZTvG3TZCOSTEolQ01ck { box-sizing:content-box;height:36.625rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:39.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A84G5vowZd7pEtgownP6kcMPKeeWGAEN { color:rgba(var(--color-secondary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.283854484558rem;left:13rem;height:;display:block; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:before{  }
#ef26cUkca1ivJnqL3PAsT1JV2UItFC2v { color:#fcc701;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.0625rem;left:12.4375rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qb9JVtSKlIJcTBzX1ULFgCIdHcPvgZzS { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.0625rem;left:41.125rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TiEmubhN6O4AytUZUDB7IXzyGRfpASkK { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.419270992279rem;left:9.1875rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QP7ueE7WyME2w8wtwEPpxLGx9pnPsNxT { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.2708425521851rem;left:13.46875rem;height:7.1493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IN6AmfpcLm33Gsn5aTkMKK1LSktLROD1 { color:#fbfbfb;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.137152671814rem;left:12.8125rem;height:2.9236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NNVZnz2IQVZ2XzWr9DylUG78FICvkBEu { color:#fbfbfb;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:43.90625rem;left:13.125rem;height:2.9236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQOy0fwqKRP9KsC3V4OcnKl0cBZLVhkz { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49825rem;height:3.4357625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.812521934509rem;left:14.624132156372rem;display:block; }
#TPKtRDG5vKPttPzDSQCgDsw04v0TTGBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8sWPlnracBlQS9rpmd4N73l0H62u1EQ { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.497375rem;height:3.43489375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.811631202697rem;left:42.999132156372rem;display:block; }
#tG9o74kGXQhZVynO6ygJfRpCIhFg1Rmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8neT4poxgWTQOma9FGIQENZtu5X3wuL { color:#fbfbfb;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.137152671814rem;left:41.085939407349rem;height:2.9236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z { color:rgba(var(--color-secondary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.283854484558rem;left:41.375001907349rem;height:;display:block; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:before{  }
#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, #01144a, rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { border-width: 0; border-radius: 0; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;overflow:visible;position:relative;display:none; }#Ab1akNbz7sbgsX00keqJWKQfwfVynerE { color:#fcc701;display:block;width:72.875rem;position:absolute;font-family:georgia;font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.0625rem;left:1rem;height:10.722625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuUXCkqkBOtVw0N13Gx6SbdHM5ICLdyP { color:rgba(var(--color-secondary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.75rem;left:11.4375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbJ5T1T2AxdErBNzSbwqKKo9MdJIeIl4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#gOhNU9XRVbzOzOdxJXLJXRVty1tTFPWI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#XuILC3AirQQsBLzJsIzk7rNKRnq4eB41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#Hms6wFJ8Pl4g4kCxsP8NBPLGVNPcQSpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#A9vsmqIgxekeId3UColQ9Ssm1wyiEEoA { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#kxrw9UaOgUpLX9b8ahcraTJpa8aWi2oz { color:#ffffff;display:block;width:31.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:21.75rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FW9gl5GDDvfluPTmHicHzT2e6l9kT5ne { color:#ffffff;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.375rem;left:11.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knQw8Q4I4fT9TTTQukoAN2m2UcTMViL9 { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.5rem;left:35.1875rem;display:block; }
#aObp45ZB2S3v5ivxb9DPHFzV8GXIF4fO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QzLVBW7PNFwD9zhd8bX0T4LJQubf8E9D { color:#fcc701;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.875rem;left:12rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cG13yA0CMHT10iqxLa4hHIoCJPO9pf4m { color:#fcc701;display:block;width:58.999rem;position:absolute;font-family:georgia;font-size:4.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.875rem;left:3.5rem;height:13.6113125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9NfpCtHHXXBTGe22Ew3Rr51FfkObrsG { color:#ffffff;display:block;width:31.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:21.0625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e16F6oFO23FFqyT8myKRWdMoChH6chrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcc701;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { border-width: 0; border-radius: 0; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#qrXuUScvwnkNm4AAPZHSlfr3IneWpUAn { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.4375rem;left:13.1875rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#p569WD1POIfpc4xmdv3xd5ux6SpXn55w { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.5rem;left:12.125rem;display:block; }
#wBJs8WDdCTEKAPeG9FZTAD1pH45aMES2 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:16.875rem;left:7.5rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#uMwZ6DyZwIUUimAifqTCKeCPaF9zroSe { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:27.375rem;display:block; }
#BgZHThsTgeAooTUuH8K69oNTpC7XbRwl { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5625rem;left:28.4375rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#RQagxmNgZHaciZnSMZeorT810SOGQ90q { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:16.9375rem;left:22.75rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#f34y8uArAGkrLu1BxVc5vfxTFsX75tbx { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:42.6875rem;display:block; }
#PcMVfRk0nxq38coRrwFRs89kMslhKIdZ { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:43.75rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#su75NiaKEw45x2vds1qSLIiQm8d1vw22 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:16.875rem;left:38.0625rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#x5Lq6VeoCny13u8h5c12r7n8MiQxAqDW { color:#000000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:16.875rem;left:53.25rem;height:9.4479125rem;text-align:center;text-align-last:center;display:block; }
#MbraIo2unTRqS1DN2LtBbhNTGsG93PWB { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:57.875rem;display:block; }
#qzGT0k3LfF0UFK5OTB2QDmViRK4RzzMd { color:#2a2a2a;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:58.875rem;height:3.412325rem;text-align:center;text-align-last:center;display:block; }
#TubVgvqAknQQanz5E8316zokCl30pCc1 { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.4375rem;top:12.080729484558rem;left:18.222223281861rem;display:block; }
#LWsaUneE1WRGtHgesD7xqQqesaf3qGES { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:12.125rem;left:34.625rem;display:block; }
#BTrHuei5byIABMhAn1qcSoQxEi2XaXwb { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:12.125rem;left:49.75rem;display:block; }
#M6X3HplDn4kEv4AaKaGALodoIvVkkkof { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2152709960938rem;left:13.46875rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ozXscALtJ4GiGIBisag7dN2pzfmQtne8 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9878473281863rem;left:8.0625rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GR7eAGKNVwPnUUfk8mUDIlnINMX9cNfN { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9878473281863rem;left:23.267362594604rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TO2Kz8ranbs2mdRa5EKmo9wkdA32ETXf { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9878473281863rem;left:38.929689407349rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#i7Hq93SJTPJOsouTrmrcHQv4nIzghPed { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3628473281863rem;left:53.655385971069rem;height:1.94965rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GVIyLTpdgs12N4MZICdaIWX60ByIwUMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.580729484558rem;left:23.597223281861rem; }
#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { border-width: 0; border-radius: 0; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#ureAMTPAlIimVO0LGD70m2kCUbRdiHl9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:30.125rem;width:16.125rem;top:7.5625rem;left:1.3125rem;display:block; }
#K0SGDazZy60oLGoEMbCKhBmiXZ9FdliN { position:absolute;display:block;z-index:15001;background-color:#fcc701;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:8.0625rem;display:block; }
#aH6FMyAG2tOakxUZdko9vfaqWBe1zdl8 { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:1.90625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJJBCb3QPrHJKcRGfi8t0RIpNA0ZTq1Q { color:#4e4e4e;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.029514312744rem;left:3.03125rem;height:15.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8kOzpLIzoPJxhBsr2R8gphnvcHSERdT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:26.4375rem;width:16.125rem;top:7.5625rem;left:21.062501907349rem;display:block; }
#dypmZk7LU87BRuh5lU5L5xsfpUyInB9V { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:20.656251907349rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXvCv1QiMkAJfqwZf8Tv2ng0ABoF2X1z { position:absolute;display:block;z-index:15007;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:26.75rem;display:block; }
#eTUOZnh1HJGwPke805TtUtuaN9dnB0Vr { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:26.1875rem;width:13.875rem;top:7.5625rem;left:39.812501907349rem;display:block; }
#xtcApQnc1m1hncRk7gEBb6nvRO4DUNgt { position:absolute;display:block;z-index:15013;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:33.180556297303rem;left:39.812501907349rem;display:block; }
#r0FXf6ybfsPNTpEDHRy6dH62UTnWuaJK { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:39.406251907349rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SasmSm6DP1Surs3Cy5J8JUthvOe2EQVV { position:absolute;display:block;z-index:15013;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:45.5rem;display:block; }
#g9ISh9bqVdW4P9Tmq3TtTXvTHrTLSEQ1 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:26.0625rem;width:13.875rem;top:7.5625rem;left:58.562498092651rem;display:block; }
#l44I9X4dfueVlB4sJJgU3Mb10RFDp9bS { position:absolute;display:block;z-index:15019;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:33.180556297303rem;left:58.687498092651rem;display:block; }
#ABZS5GBtrhTP49cOIN4ZmzEc2aepZqqJ { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:9.6935763359069rem;left:58.156248092651rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtcHqtBVlgr3TQCw2gQB9rVTxVAozca5 { position:absolute;display:block;z-index:15019;background-color:#8bc53e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:8.875rem;left:64.25rem;display:block; }
#T6TuN90CG7KFHHG2mT45qOapUWWxTPVl { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6866312026977rem;left:11.8125rem;height:3.006075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TRqlIs0bAE0GOTRwnNvr8F8822PD1zoB { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.059896469116rem;left:1.90625rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoGyJ65MqbccWxhsNHQlT65xULoTcVML { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.099826812744rem;left:20.656251907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFn9FseZTfRDEAOHe0bQ9EGRZp7Ibkpt { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.059896469116rem;left:39.406251907349rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C53t88GOACKzd4TzgFrbLQzMssVn9h6g { color:#4e4e4e;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:13.059896469116rem;left:58.156248092651rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { border-width: 0; border-radius: 0; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#RSTtxzOTXN5gBPKyhWK2QITaSdinKGw6 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6440973281861rem;left:13.46875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWs8lu5SbZofglXu8o3u1Hf6BepMfcTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#LZLGwgS7JMoLsUa2adeQzpdtfc8phnKt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#kRvQcHuLSl0KTtk4t3cyHQGNeRNBc7ag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#sCusWPwmclo3VxLA5PDuO6BiRTPgCgmM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#P9K37TOOSzbb4EX5WgvgzDxTPW3baydS { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#XbTCybishVMZxmKfcfOhyWKJyds6Z8TM { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0789930820462rem;left:13.46875rem;height:8.936625rem;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; }
#LudgUT2OSxWSKsOn7ZP2wsUkLzNoa9AS { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0963542461395rem;left:13.46875rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a9Ki48wCTXI4mqk6QXNZ4s2WeDT1wrc3 { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.473090410233rem;left:13.46875rem;height:7.1493rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { border-width: 0; border-radius: 0; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#qcZCzPV5ChkBX6XspeIGD04kCLTGkq3y { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.5rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bpasJmNDpJgp7XZFcTRIc1XnU1HN9bss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#N0rzu9aP4GI6rzf0C0huLmgf5hH3wsOz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#fcXz5bV2o3VnnnDgAboqN65Be3NcPK4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#yh3ftTgoGTegcbaLAuydx732r1AsBiiG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#ZUnNbF41xW3noVc1CMpNKvE4yDrZ0RnQ { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#ckBx783fWTMtPsxquW2wDb1ywouA5Pfd { box-sizing:content-box;height:40.3125rem;width:25.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608f, #01144a);background-image: -moz-linear-gradient(180deg, #00608f, #01144a);background-image: -ms-linear-gradient(180deg, #00608f, #01144a);background-image: -o-linear-gradient(180deg, #00608f, #01144a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608f', endColorstr='#01144a' );";background-image: linear-gradient(180deg, #00608f, #01144a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:9.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Sbc2aqpPxff1RZ6FrTbJWLo2pTOwATLt { box-sizing:content-box;height:40.3125rem;width:25.9375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #01144a, #00608f);background-image: -moz-linear-gradient(179deg, #01144a, #00608f);background-image: -ms-linear-gradient(179deg, #01144a, #00608f);background-image: -o-linear-gradient(179deg, #01144a, #00608f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01144a', endColorstr='#00608f' );";background-image: linear-gradient(179deg, #01144a, #00608f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:40rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt { color:rgba(var(--color-secondary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.1875rem;left:10.75rem;height:14.410125rem;display:block; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:before{  }
#oZU2vKMvuaVc5GvTHikCBok3NEl7nzt3 { color:#fcc701;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.9375rem;left:10.75rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CTyI1KxERAI40a6IPopOfxP74NlKwxHU { color:#fcc701;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.5625rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KA3alII7CmGyJ8ZHya07zys2CZMKlf5g { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:58.5625rem;left:13.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZp0UBWwgeipSZPHCaAA8x3SCQgVAy6J { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:9.125rem;height:7.14583125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trkKlWoFJpaO9H1cp393BuOsKngRX08e { color:#fbfbfb;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:10.75rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGLm5OAHkZSwxqmX25LU1DyFNq59eklh { color:#fbfbfb;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:51.8125rem;left:12.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QA29Nz2BFF2ryix2wkG7Vy302iIOaN4W { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.43489375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.125rem;left:11.75rem;display:block; }
#nCVoWUeI65rLB9k2g0B54XEGBOksPAgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqPbdgvINCOg0vLfIygm0XuwSoKb9un9 { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#131333;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.125rem;left:42.625rem;display:block; }
#Ba7oXzrHPy4UxDdfx83wp2R9IIIpH11I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#necBugvPJAcBaL3VeM3SO13batHrIOtc { color:#fbfbfb;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22rem;left:41.5625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 { color:rgba(var(--color-secondary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41.625rem;height:14.410125rem;display:block; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:before{  }
#XE9hrLhqXoyTcZRF5QM3vKkD1PocIKJr { color:#fbfbfb;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.375rem;left:10.625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v4mPX58F68tJTVbzRZOaI0tT158OGLJR { color:#fbfbfb;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:51.8125rem;left:44rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNnOQ4aWa4ZL4X6cdd6C4K990NUn1stE { color:#fbfbfb;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:42.375rem;left:41.5625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ { background-color:transparent;background-image: -webkit-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(336deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { border-width: 0; border-radius: 0; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;overflow:visible;position:relative;display:none; }#akFkbTVtJo8euJkL3y2bwITezr45LA8F { color:rgba(var(--color-secondary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:7rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ssFATSBUgkdNKJ3JqIH9zrC6KKzzuOmf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#r4dsXRhUSyUzldM8ogNx6IFzuvxiOpFN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#KdxVnFwSCGTAXrJfKlG8C53HJtv2Wpdr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#cMOmzTwBaPMUexexnEgkWx34fekm3fVb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#F6pyoXPq3oKKSpWI4Gqc47lWW5J5u7Dc { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { border-width: 0; border-radius: 0; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;overflow:visible;position:relative;display:none; }#fOqrDQRFRgONrBwbuQ8LwyFDLNFnQWdr { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6440973281861rem;left:13.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6OAhk3KBEJqPunl5fgwBxHIdLVnVp4R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#wT4VdzlIT0xBmuWkB1LeWtAdhtHBZ1l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#JXnHcrRZrm4tIJ93NQ5rdgBsg7x1JdWO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#fVlLTurgc0QrEXpZUSptXw9sDsquPwO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.4375rem;left:61.3125rem;display:none; }
#sPDF2JgBFaL0noe5g5rFu4PoecamvXva { box-sizing:content-box;height:2.0625rem;width:24.875rem;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:15000;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:8.5625rem;display:none; }
#MTmxRvApTSHC4V1vTUD7miwgtQICdTaG { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:18.016479492188rem;left:13.46875rem;height:10.99609375rem;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; }
#wagm4vchafxFXypO8m1nSA7bmoI61zVE { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.034708023071rem;left:13.46875rem;height:1.787925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UVpJZRQGZJmWQggQKg69n1riHmLVLWoV { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3984384536743rem;left:13.46875rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tn0PMZHGd1FkhdbGbEcHSH3cL0hyxs8p { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.890610694885rem;left:13.46875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3T2yoHaZo7TXTqpLVGudSpS7yqv0C2u { color:#000000;display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.139756679535rem;left:13.46875rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syaA8syqbBuqx48nrGaf5B5zN7WTWPME { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.4365234375rem;left:10.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0IiGVV1F7U15wP0x3EAQPnL7MQOG6Qd { background-color:#fcc701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #01144a;border-left:0.0625rem solid #01144a;border-right:0.0625rem solid #01144a;border-bottom:0.0625rem solid #01144a;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.27083375rem;height:2.95833375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.944009780884rem;left:30.843753814698rem;display:block; }
#Jgzxyq7l9sOf7VDnsyoZwLCtvusrWzd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbS19RvU3cef7MkQ76bCabxcryxGMm1C { display:block; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUfCaF0d8EWp5EClR8Jeq7WcyHoRyVJR { width:4.1875rem;height:1.13715rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUhlxBkCxtZmfKHJnToV8vDKZ675ILW5 { width:6.3125rem;height:1.13715rem;top:1.900173664093rem;left:10.617187798023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwJLxAxQqHPygLus2fenTbyyXpnykN3m { width:11rem;height:1.13715rem;top:1.875rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsGJACcrMLpxTxkCrRd1MNJVKQG3TR08 { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESHNv0tEJK9ByDewrhDQg7tU2pbmoclN { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6t21TdKQW5GRoih4r29Xi4ANmlvncJ { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:34.4375rem;height:2.19970625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ARQG2e8Kgqy8azU847LOGW9pfo8J7eAr { width:12.5rem;height:3.4375rem;top:38.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyF7CVV33EIVbEKDwB5nOQmEze6sdxis { display:block; }
 }@media only screen and (max-width: 763px) { #nNmRpQ9y6MSo5ZX7JamhxsSPmz3IZnlQ { width:12.4375rem;height:3.375rem;top:38.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3kvPbeCXXr8cATvmXappBtygiUJBsgK { display:block; }
 }@media only screen and (max-width: 763px) { #znucVAyIyyqlPRS9hcXS1giHhLTGf3Sq { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czKCssKdy2RHfHx0N14mpHZo9yoNAayy { display:block; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy { background-color: transparent; background-image: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,119,181,0.79); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container > .video-iframe-container { display: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row > .video-iframe-container { display: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,119,181,0.79); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/xpSaWfaF/MIX_Picture_Editor_Canvas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:37.4379375rem;position:relative;display:block; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container.adaptive-delivery-prevent-bg, #czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container.lazyload, #czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SFFV8qWAlvwXVQFQH6pQhx9xTB9P3yMi { width:32.1875rem;height:1.527775rem;top:3.6495230197906rem;left:15.561416596174rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtxuTSqJ1xJ3bVuUzVl103P7LaXi5oAI { width:31.749125rem;height:31.249975rem;top:5.2999136447906rem;left:16.063802689314rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmsv36J6qIgJKFCNC0c9xbF1OfFciLTQ { width:5.625rem;height:2.152775rem;top:1.2450087070465rem;left:15.498481720686rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TumJuG6zlhOxaidge4rdJZfF06DPknKk { width:23.811875rem;height:3.402775rem;top:0.43663191795349rem;left:21.24717900157rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRCtGLwHTqgAVwhfV3m6V8NOloctAANc { width:23.811875rem;height:3.402775rem;top:0.43663191795349rem;left:21.24717900157rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxWFULcehQMryPU2kkiTukC4h7kLRCrE { display:block; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS1x4GTHcUy83QpqHFPmhDVXLuzXtGHA { width:12.5rem;height:3.4375rem;top:4.625rem;left:17.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4e4VoV4ilIWExBOPJWKLf9ZyDgU9QDe { display:block; }
 }@media only screen and (max-width: 763px) { #RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM { display:block; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrhcoNUHxrkqyqGy3l2NBzO7C3X64D2c { width:18.75rem;height:1.9375rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxmTTb2IkK5XqTlKu1pM2yrDfggCRRtm { width:21.875rem;height:4.375rem;top:22.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFvhX97rd15ESFTTKH18wMLWE5r0Ulw { top:11.125rem;left:4.375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybXivnvMwXwsTi1vIutSPQkFfgrSpLFl { top:11.125rem;left:20.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUvWBET2VxbvXluWk5sPmfNBXuuiIV1U { top:11.125rem;left:36.4375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRDhRRGvRHQ7AcNpaaa3p5KWJTZr5FbT { top:12.625rem;left:5.75rem;width:3.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVy56JxelRpZLfuF7mF0BxG0vGXS9FI6 { top:12.625rem;left:22.406253814698rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0hcAxgfy7PUzdzC0KPxErvRlILTbF0 { top:12.6875rem;left:37.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDfBPhTxn1cep6t4hftpoeEr3raHGgt7 { width:22.375rem;height:4.375rem;top:22.625rem;left:9.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8kuHQJvoOZvOfuvfie970QS4W9MBuK { width:23.6875rem;height:4.375rem;top:22.625rem;left:23.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s93bEfm6GkBcZ2Ik2Do7NkV5VTLzJVdk { width:18.75rem;height:1.9375rem;top:19.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZifDwxt4SICCUK6hV1QUBgQ2ECmqu8g { width:18.75rem;height:1.9375rem;top:19.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITxZLEOy2W3cNwM7eca3zlA7WgtUi0C { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShTWbBOlRATH1ZtTRbcwlkLhpASNDzU { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 { display:block; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znd6mvaE0FOLIdmzKleF1VGmQnaGn0Tz { width:12.5rem;height:3.4375rem;top:2.0625rem;left:16.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji2vElutU8PAHOXQ4pe3zM7kBBkLrdmT { display:block; }
 }@media only screen and (max-width: 763px) { #RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi { display:block; }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCbaBOtkuwSaMMVPttvUw9GnKMGIP5JE { top:5.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOgH5QZpJDMtC1SGpf94eob6pNaQ5qul { top:10.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqGqJEKLtP1h5UUcDgRmeeEJzvxy5CX9 { top:15.6875rem;left:0rem;width:23.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5kgUanpcDRSWeO2HbAqvwXCMK4Q7Ji { top:25.75rem;left:0rem;width:20.5625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyA7KyoRQQMeMGmXCVO7zM9wAq8RU9qI { top:21.4375rem;left:0rem;width:20.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi56Fi6k7UntlkgbCe6prybWpL9guWT3 { top:17.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI35TNm51cR1kBmcbXhxcrH4PWeu2op9 { top:17.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulC0bRn8TgL5IVr9LKaeQZ6KdsVgxlPg { top:17.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNZVmv1zWT04inwNC8Okt50FB7wBRXgf { top:17.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofG61oM53U7ZK9ePD5rTNzeS2ggKTO1c { top:17.1875rem;left:1.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkEMfDt1CbMKKcEGANl5xLhz3TVMivEU { top:24.8125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGIVqMqnq8WFXRGrqD0tHUIMXvxZyXXM { top:15.6875rem;left:12.0625rem;width:23.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKnp6bZx1DpJG8A8C1Qy6w6CQJqVTJo6 { top:25.6875rem;left:13.875003814698rem;width:20.25rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBqliz1lVCWeAfPCHEuSVIOkcvGwg6Jh { top:24.8125rem;left:14rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiW2o8rzuHbXOlGHglGqlI6dn3og0Apt { top:21.625rem;left:14.000003814698rem;width:17.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdVXqXDr3sM61OgewRXDnhVAsZcf8ES { top:17.125rem;left:20rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1fDuZTPxerJUdzBAfhtIMuWgSB2c3bn { top:17.125rem;left:21.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxIqQJTuASqs1TIH07gAwgJWEAOcRnyO { top:17.125rem;left:23.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOU4BsJ0cqTSDuWo0lsNUJ4k8XmAJ6u { top:17.125rem;left:25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDV8R5lw8FkHdsV0QfozbaQLSTLGAzAy { top:17.125rem;left:26.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #El9qT2RPTUbP2RQdPqEVmBtTfr0860Cx { top:15.6875rem;left:23.875rem;width:23.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVtyQonh8kdpwLrRJX0fwFg982ZIM1c9 { top:25.6875rem;left:27.75rem;width:20rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRDn3aufZltThZvT5hcRyurQogW79ioD { top:24.8125rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0KyLWJ2osWTTvymAenTM86GrLKFKyL { top:21.625rem;left:33.375rem;width:14.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7y75GUXi0qh3WVXVAT4PR9ICXC3mIB { top:17.125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXsZ1KnukINEQ5fS3EO4K677tDtD6QNR { top:17.125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs9Zsn0yMe91NlJDimHTuuDH3dCXJ1V9 { top:17.125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXmDD2WGHQcdCFm9bqWiOrKybubi89nO { top:17.125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4qIEf9iTPsdGRnMiW1GKyCuI1JJKPWJ { top:17.125rem;left:45rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1IGF1LTiMWSbwT5nOdlARWEksutsnDy { display:block; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHnxtoueqTxtipX9rPtNvtZIUHKd8LZm { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuMS1tFk0RP38d7rStQAMXbhqwzy5nUE { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2vdJfr9e7fMnLE85ar3kAdTyun2MbS5 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXKBK06ZAdwWZ70AGTE9AQ4KQN0ryTqR { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkt2CbWMPRVIAuGfzaQX1zexkrQyPqKd { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWJuEJ2RxgRE0UKAx6STfrUlfRLSx1Ut { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R9b2wkPooF1JoCw0Rixq4Lm74rGWzMON { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #piKXpaLTMy1mIvV4mG6svTCwy8Cv2aX2 { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#piKXpaLTMy1mIvV4mG6svTCwy8Cv2aX2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #EetgCHVHyZc3Xt4KFaK6geLWlPWPpTNR { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSuiIuu1Ub4lBQDwT48BgWPB14cQTLs0 { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#lSuiIuu1Ub4lBQDwT48BgWPB14cQTLs0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #HIHfXO6eLW57APRdD9iCtkhBIPHIAx8G { width:12.5rem;height:3.4375rem;top:42.1875rem;left:17.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPNC97Q2weWPJVuqTkGcMJDTKlpkIJRN { display:block; }
 }@media only screen and (max-width: 763px) { #FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTFpinK4AdhxTdJWsSbSPXGE4Fs7mDqV { width:31.25rem;height:18.75rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k13AXy8cKllAz57qQdEUVrLLPC7KJocB { width:31.25rem;height:18.75rem;top:10rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 { width:28.8125rem;height:11.3125rem;top:15.3125rem;left:0rem;font-size:0.9375rem;display:block; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:before{  }
 }@media only screen and (max-width: 763px) { #VLgzktbdkxIdbthPTQaHeKet5DggRMKF { width:29.8125rem;height:11.3125rem;top:15.4375rem;left:17.9375rem;font-size:0.9375rem;display:block; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:before{  }
 }@media only screen and (max-width: 763px) { #nuztkFpllaO2TMT04L0TKVSxZHUBSTbd { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEP9MN3A3R3UHiH9ENqSxEF87TE8WXgW { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEEiF28T8ugvN2TCduOOrW86a3dabE0 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9gh43AhvtTvMQvHsmTdBGdJM9bXoI9 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU { display:block; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zltUWO3V7ryrTsy10o20CcIIPL68gmse { width:34.625rem;height:3.89930625rem;top:1.7994794845581rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eunE2HeoVqIw7k8H8r9kO0yTNeMDnmkH { width:12.5rem;height:3.4375rem;top:10.625rem;left:17.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkg25lQVLTCgohHAzxVngSvDX1rt2Noe { display:block; }
 }@media only screen and (max-width: 763px) { #lcQQEk9WybFhKCytWuTERL8C9hlhZzmZ { width:34.625rem;height:3.89930625rem;top:1.7994794845581rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L { display:block; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrTQoCuqICqVCkmNSESNdWVia8CcBTIi { width:4.1875rem;height:1.13715rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdlSxGcF9b0UNWtzQdxP6pO8SepaKwa { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykd2KHU6K9dTxGA3Ap9VcLUoEVVARJac { width:6.3125rem;height:1.13715rem;top:1.900173664093rem;left:10.617187798023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ehwp17P8PG75w3TOu9FDkgihfu4K6f { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mspkeruyK56TTvOwTHITlwo4LeRQhSao { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C { display:block; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iw2EyEPLVLqfAzbsVf3IvsWRiMkaImne { width:2.1875rem;height:1.5625rem;top:1.1258678436279rem;left:0.86805552244188rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmI7RnMh1Kg8cBux0Srt1OhRq8hn5E9 { width:17.0625rem;height:1.2999125rem;top:1.5998268127441rem;left:3.0546875596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mxMrdME3PuMggAf1PgsTuRkZsixmtK { width:1.875rem;height:1.875rem;top:1.3125rem;left:40.437501251697rem;display:block; }
#r9mxMrdME3PuMggAf1PgsTuRkZsixmtK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kkWJg3TrsPH35GM350qhdZsPNEQsu3l8 { width:47.75rem;height:1.1875rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH { display:none; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vvwHTDX0wHw4BTR2hmlsy9GHWrnfQgP7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIs2mukks71dXAVwMu9uVVOTfdcy0J7T { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNoMKD3O4lG7W856hSzldqmp82A8ZCss { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgRwnXNhbtiD1KRThZXnLsaTmb3wWfDQ { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3IiGfIiw7JuhwmivuNviSHCt8i1D9Bt { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnlJm9ke4EN0To8NuChq2yIpWDQCAKBR { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:before{  }
 }@media only screen and (max-width: 763px) { #HxKU8eA6TTtMGvGhH3LOs0o4kyFhHBeO { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 { display:none; }#mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqptdGPvapKuJhyDOaRBaK6c4ywCIC6x { width:34.625rem;height:3.89930625rem;top:1.7994794845581rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wru0ZO6AdF4DCDktp6EgIH0LZP544MDc { width:12.5rem;height:3.125rem;top:2.1874799728394rem;left:35.249131500721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3nTvwNa2mf6wo6cxA627ETT18lxad99 { display:block; }
 }@media only screen and (max-width: 763px) { #EmwZk3LL5ZufKebGDJ8uTtmAsKLBMqBK { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo { display:none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #trywB3y99pAJvKdelqEPmV7buStTziwT { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4AdGkk5t9e5IxVKxGFdpArRfHkZ6TQA { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFsbCtMzgOCqdAnm4B3xLzzhOaoRNTMy { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ouf0iUIRmxThVRPlZCKNz4eERaNh4kv5 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iu0IaSy7SBQhMalxDEg4QEVRtB04gKBX { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhDEz0WylFdpvT30OIBcEG12ePgbg62o { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIuLv47yJTK55XhzZULG4DJ27712aea4 { display:none; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlWZieQT1QiZAHVXZkuI4g8kskuOHqFA { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIQPdnBUoxMhtovrmkqOSW9GqRxOuBB9 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KD9T9DeUzCvwRTagu3imRMMHQefT0aV0 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWcXg44GmFZqhFTg1ml6hKa9vfrBdccq { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBSiS8SFAXFmDyOQ2B2N175ACpON49k4 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT2THb0TXHtFleSCA7O55oTbUx1pIyP0 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk { display:none; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ep7QTt03KA9mxHOXyXy1bKWNIM48M58o { width:16.125rem;height:30.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhRBKVyORDMVD5FSWQFdC8v127Uq2D7c { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epyMt2MCqlN7RsvR5zthhMgmKv6iawvW { width:14.9375rem;height:2.875rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9MphsOOryWBFVwcFdTCf4ErR5eGsKqc { width:12.6875rem;height:14.25rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGessWS5acqoh9WoKmnrFTpGrxaJND2 { width:16.125rem;height:30.125rem;top:12.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zieH6InEKFCpi1vArwaKJ1Gfs9yshPNg { width:14.9375rem;height:2.875rem;top:14.5rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLEIIL9EdLDMEful35B0edNbB0gMUTb { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7BDMD24yml2pe4VhEdcVPLRwAH2C1vD { width:16.125rem;height:30.125rem;top:12.375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RFKWyQiAXN8PGxfzaSJikUoUme3f1l { width:14.9375rem;height:2.875rem;top:14.5rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPKEZsTHOGavcaTUctRqm4iIdZcNJa4a { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3mBkrcuDdugZPG3Cgtn2I5QFrKZI4lN { width:16.125rem;height:30.125rem;top:12.375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb6RTKqD7Z5hhwbEDEAQMHsZEisMm5d { width:14.9375rem;height:2.875rem;top:14.5rem;left:32.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU4bxfDZKF6FaRlrigNPgrCFxdsAoLf5 { width:2.4375rem;height:0.3125rem;top:13.6875rem;left:40.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QwaVGWRTrTuyTuZH32rWMaGa3m0Ovm { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWHLr5RmG8L1m0y88ZQPXbKUpkF7QfTA { width:14.9375rem;height:1.25rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzeI4aKZZeNBRTf2mMT6f7wG1s2SdFPM { width:14.9375rem;height:1.1875rem;top:17.9375rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyIr7KnFhis1rHSLuAqVPkXBdXTS6E66 { width:14.9375rem;height:1.25rem;top:17.875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiPkVlOkDwRVa9GLczCisaTD2pburPLe { width:14.9375rem;height:1.25rem;top:17.875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLT8L5J7C2SftaGWbFRF7k3T7MZhh7f0 { width:12.6875rem;height:14.25rem;top:20.5rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hMMlcnTFT1AqJ0gC5oZWi9RQoqHn2J { width:14.9375rem;height:1.25rem;top:37.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHre8yqQm1MqZ1i87s5UzFE1A3CaK8JV { width:16.1875rem;height:0.875rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbaWO0laZSRfExEo6gM8r8wNURHTC1mf { width:14.9375rem;height:1.25rem;top:37.875rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVIpvoc3GoTTNaoGxvoBBs1cK5sDzPLc { width:16.1875rem;height:0.875rem;top:41.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDi4ArcIU8G3F6mzwpVp4cnKB6pws9g { width:16.1875rem;height:0.875rem;top:41.6875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggw96KOu24vWTNwOIKiOuyl2wuLIyxIe { width:16.1875rem;height:0.875rem;top:41.6875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVqQsAT6Q3VOEGOO48mELgrZ8V86GWVw { width:13.5625rem;height:14.25rem;top:20.5rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHoNZdQJRoZJEr8dIFihnJSSdA2XsfgP { width:12.75rem;height:1.25rem;top:37.875rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPCEqe8UWVyDM2PANE6ktCoU7gCcEd9 { width:13.5625rem;height:15.5625rem;top:20.5rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlq84uH8FWTtzpZXaW0qgOLQs1a4dqbf { width:14.9375rem;height:1.25rem;top:37.875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnTFzoKgV31XT8QIm28at5TPzrLES88 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD8ZoNxsBR0UMZ3rICpvirCA7JVohpm7 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUpTaJEdJTVvLt6l3TJxNRy8tBe8TE7 { width:14.875rem;height:1.25rem;top:22rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCBcI56gpJHhTVV9b7vwRBkTzCRAaFBh { width:14.875rem;height:1rem;top:44.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWEgKsF8XSTymEOWNcibImEDLsoGSOgS { width:14.875rem;height:1rem;top:74.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmrnfkslmMUStuD9VS9JvH5RM83VzRJL { width:14.875rem;height:1.0625rem;top:105.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4HrCKWVDxHreoblpbDUTuMNcWvSlweK { display:none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pm4c9AwRzZIz1bUBS9WquQmBBUQs5yGG { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6IDeWE20nCuLe2A3RrcE72LruFPNVW { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUJsfCwBcgFu7etnxrgP46q3iF3tFBAW { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #paacl8TLtk2HmT9wq6GWfpLNNDcIcasO { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfTfzkx6X8SZ3fTBgdtqVP7O8LqEnJ4Z { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGcSUTFOhRTgWTyIQXW4vnqL0OivGuan { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 { display:none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ULfFNwrMU2eIHwTQE4vOd2m7llciWawh { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOgHdLoMnJzBH7HWDvTEHL9WashtOvfJ { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gy6S25GibKBZsct5O3xLCpR9AD6gvazF { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lERO9ZMNG97MSlBh9O2MlCvTHafGWUJT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttXTwnM2TxGJou5cGFRT39ioRHu1vNKv { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL79tdWNymaT4f1EULPtQVLsTTSpQrP3 { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O86LoqiQTOv4XhRTC5NwyhMtgO41iqKK { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y { display:none; }#bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdzRTaCt9a3flqE6k3nTaHhnmPcdc2MQ { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVuO36dcTGnkBby5S2NwotXw0NmEEWxu { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dByF9VIdNlNsTmS3g4VUMsGaSERfqwfJ { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTWedguplGHWa6FTLVsSf0MDWMFNiDTR { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFlVlKuIbT328QMHD14BPcz9gzdbrS2l { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9gBD3FB8k5Mqm3bGR1i5uKtAkTOQMwA { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { display:none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
 }@media only screen and (max-width: 763px) { #CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 { display:none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CBBsN1kWzAU2Hdmahtch4ZL5VtStroqx { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GnM0FJdxzR9yPvxJcwVcAgsIyp5kbq { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TV9U6CI9UPM0E6fXMDB8MpueosFsXVJ6 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIGCbhVXmLgiySdDZRcQVKNVrWAldg87 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG9zDnLdvRR3amPCyZ9GHrvw09zskAf7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi79h3roHUasmmEBJxI8ufTwtrHlfoAW { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:before{  }
 }@media only screen and (max-width: 763px) { #ta7cXiTQkDhbC6dVe8uc2izDVMAsniWv { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVx40LSh1rmUGF9ifrklaJzGDhoK1b47 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfifAwGnC12FMvi1TWbEgNJveQkhE9T { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 { display:none; }#kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GuCfBqqxypU5yxaDnAvl70FtVOD4AEbI { width:4.1875rem;height:1.13715rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgk1zVNQ6naifJkTqvHlODMgceEqLT79 { width:6.3125rem;height:1.13715rem;top:1.900173664093rem;left:10.617187798023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RfLe0SScJ38D2GXMHOIeLEvWK93o10 { width:11rem;height:1.13715rem;top:1.875rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMUUs3uSBugn5NzcXBszcCcU4uFx9rnB { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thNOakKf9sd8MkvAtkw97DD4AseIslN2 { width:12.5rem;height:3.125rem;top:2.1874799728394rem;left:35.249131500721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCJEtHDF6eVgQfvNpgk11gHwXLQmffO6 { display:block; }
 }@media only screen and (max-width: 763px) { #spfsJGkfozGE9f3QPwtJLqOhClrqH6e7 { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnrn0n95yEkaHa4LziS57If8SOiFFt4p { width:4.4375rem;height:1.13715rem;top:1.84375rem;left:16.124999344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 { display:none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOXK60Zer49XfJadLusZuFov29xWEuG8 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #raqrsGtnLXefTLcOnzLGTS67GCJBa2Ku { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgGroa6VkvJkwaezwRcwNA9T7QIRD2I4 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPOdWntExCRI73514Qm5aDpdOGUv4kfK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQuXlF67xfODZuvLmR4QSKLdRWd0uWPu { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1P8qZf9chSDt9OMos7y3V7HdTiQBAID { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CumwrbufthgXV0r6qSvSbSxZIueZcM9m { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u34trwoty8919kWKLQAVgBTxruB4OS59 { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #BArAesE1kydAMeUh2Tgq7rw8dRi5EUBa { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQrZFUGJ5PuweoD3cwZxTgkAyTFEvl17 { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#TQrZFUGJ5PuweoD3cwZxTgkAyTFEvl17 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ { display:none; }#ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M1BHFb9RTDawcsN3wIvcISVqEGCRMQOD { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWsRU5Q88wP8Hakxye5SVTNzbxpZITct { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1SgrL0SsMxm2uH4IRkSxrStRsL08SHT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g57QzB4Ahin4yuuN1RDhcCb0MB9Wh5Ds { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSh4Eaeo2z9USfCKKlOPz6K7Fd2MkKLd { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1rmlToQ1TVu3yUIIVHdEeTwGu3irTQl { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dS8UXFEglrDagXT9VhRZlQOAaBZuHBAW { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2zbvPwrlTG6SBb7T68HFo5zXbwNiiBV { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#E2zbvPwrlTG6SBb7T68HFo5zXbwNiiBV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #TPXI6tUT4gVmD34VNBrqIgimFbgGCKVU { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D96sWlNa7fkSkHaBTNhQRZ7gTuWPgZl5 { width:39.625rem;height:1.29964375rem;top:12.936197280884rem;left:6.1555988192558rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sp80XqakzckhkzS5ononFSdQKJwUVMh3 { width:35.437rem;height:5.99935rem;top:14.842935562134rem;left:6.1555988192558rem;font-size:1rem;display:block; }#Sp80XqakzckhkzS5ononFSdQKJwUVMh3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #mMzLqt0vEs7mXR4k3F17lMiQFPXFN1WW { display:none; }#mMzLqt0vEs7mXR4k3F17lMiQFPXFN1WW > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZB183sJdoWoO2wc3k1hdKU6tLmWgyH1 { top:8.5rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfULBCgLFxQb6VkBG60DubeL8eOe6gTc { top:14.5625rem;left:0rem;width:23.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCSTNClrcfNAuIUeQzTIDHOI6hMJ5S0C { top:22.5625rem;left:0rem;width:19.875rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzl5x7Gm2mN851EUvE1TyDt7PXa0h1Gn { top:42.125rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH057GXwwUyRz7Dhv1v8kQnFKd1sGpOT { top:39.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtFNTg1PcqGUStzxCb60ARZnpB9sfLi { top:19.5625rem;left:0rem;width:19.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTT2cGasTn64o7d0nMy13d4VTXh6AdS { top:14.5625rem;left:11.9375rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJfv9ixv6w7R4URaiil5cbSIgtQElKbp { top:18.8125rem;left:13.9375rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRcbKqybnzpZdp52K5NJwTWVuK22cSTi { top:16.4375rem;left:16.9375rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6uFHC03SmiC8DJCwnavEsrcM3y4TKM7 { top:25.75rem;left:16.9375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axF0EGyvUgyocALfzwmPWCTatLJSbLLh { top:24.8125rem;left:13.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGQmqnoAQG4xuVB3LN62cXneFTkmBnNI { top:16.1875rem;left:13.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz8HdlRVr0ToMu3rHzWF45mHFUqyHAi8 { top:14.625rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdiqk0G0Oi1OgRKxsqnbFJLbBU8xtsX { top:18.875rem;left:27.75rem;width:20rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmcUC2ex7Q5KsHc63itK4CUpXqHwADuk { top:25.8125rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhrCaf1B6gFxu6uI394InU5WH2Z91HJ { top:16.5rem;left:31rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa4TbhDEkNqNz7hy8JEuoxXb2gvPs4Bd { top:24.875rem;left:39.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq8HoT2sDJaLIVTFJOmQhTlxlrgUFRwm { top:16.25rem;left:39.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFINdFmvXuVOs4v5NzpFgSLRTm50vIr { top:31rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8BHNdZ9Hm3eCk3P8TKQOZLbnUJGlqI8 { top:35.25rem;left:27.875rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdM4TOsB1hskTthcOg0ahZLdngXO9UHB { top:42.1875rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGHvfFPH6wkhBEwfqQpyeH0dElP3lck { top:41.25rem;left:39.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK9HVrssMF5H8CHoMNlhPBVp1Zb6ObFm { top:30.9375rem;left:11.9375rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtMekFo4D9eP94sJ0Jm460FhRqhsrXIl { top:35.1875rem;left:13.9375rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBFRvedFJzUuTFNynEk7FmTgxcyOTwnM { top:32.8125rem;left:16.9375rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4mhsvPNbKEopArnUAoDtsMHVE9m5UB { top:42.125rem;left:16.9375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQCV4PadcBTPXg5QO9ETpT2PvdTtRoVW { top:32.875rem;left:31rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1J4WKRLoi9gA1Tt48ZVIEui9XlhPtE5 { top:32.625rem;left:39.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arN1yTCgonhitimnCoLxDBPmTMvM5foK { top:41.1875rem;left:13.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVc3KIHTt9f5zh186KIVTK1cTTGHdvR { top:32.5625rem;left:13.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyycLklVpWx7qFk9t7f4ZTx0L4U0h9Tc { top:16.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF { display:none; }#gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkpakuuBslGEVHT1LztyvMcUHysLm1W9 { width:34.4375rem;height:2.19970625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pi8Zg0sVuRTzLImebVG1zxETr6CIMSqT { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcWWozUSGufEWhdwM1HBrTn3XspDtRzc { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRdQpLRvDUTFX2OXiea3A4WlRespdXuK { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0O9LTHwNTyeXSmMRUr34ZkpQ3HT2umF { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0utR0ZI7BUybRSAOy2zFBK99ktCnMCF { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSUCH1oJaiksloBFL4e0lOMh2VZfTgTH { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4JSphxzDI0eltJXTlULMoRxgpQykoiw { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EENwGcdabhUlWwZRqAqfyOgwc9qZkOE0 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6UIwWRt4ZJoACcTMd5TXLNf6S7Pazx { width:20.625rem;height:3.375rem;top:34rem;left:14.966144561767rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcC420crdSUs2cPx5O9I6cFHCCblRcUw { display:block; }
 }@media only screen and (max-width: 763px) { #uPFftTbJ0xlndfTveDuAKvay0L1hkUUq { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { display:none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/xpSaWfaF/MIX_Picture_Editor_Canvas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:37.4379375rem;position:relative;display:none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.adaptive-delivery-prevent-bg, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyload, #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XczdrIzpBOVHdpMQ6AS9hM6EbCSgDwOT { width:32.1875rem;height:1.527775rem;top:3.6495230197906rem;left:15.561416596174rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvC2pEE2G1o9CTqbe6Pkl2oqDJh5EuF3 { width:31.749125rem;height:31.249975rem;top:5.2999136447906rem;left:16.063802689314rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRFqwzflnDDClhuSFB3AeJRp7uKgDrR { width:5.625rem;height:2.152775rem;top:1.2450087070465rem;left:15.498481720686rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbweG66R6dOrXbvEuBKMuTuwUrKaGGtd { width:23.811875rem;height:3.402775rem;top:0.43663191795349rem;left:21.24717900157rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ { display:none; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cwecgIePOkrrTSnqubFDkUpP6h75Ntnr { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMa6DferTubWUoI5mHFrtKztzPHfiL7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #covPfVEgqHbwMBd7l09WLe5LSpL0iGz0 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0h7vpUxCNTfaS35g5i9k2CLDs9O4dfT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3AHuBbEGMgIyRtRHEbyorayeF4kTPz7 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PN8dW8k4OfbVNPDMy8MN5q4ZDwxQkmXd { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIFAyH3Maf9dgahVAaVT5fFWsTP6e7sL { width:25.9375rem;height:25.9375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRNc7bM64iz4gO0NhbisahAPLUwX9I25 { width:25.9375rem;height:25.9375rem;top:13.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 { width:22.9375rem;height:17.8125rem;top:18.75rem;left:0rem;font-size:1.25rem;display:block; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:before{  }
 }@media only screen and (max-width: 763px) { #aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 { width:23.625rem;height:17.8125rem;top:18.875rem;left:24.125rem;font-size:1.25rem;display:block; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #Skv0CEVeXXC9I2tMImT5JDoPplPadUI4 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlu9KLVOUQE1V8fGClgsqyXTqmgB8hu { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98L1WsPp0c2p2fbQL7CN8v9O62pIsmU { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE2kZ2XTUuVRCxw6uiCA9QWLoreyUlgV { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 { display:none; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMNe8iPWkLfGoCNS0CFJmuX7Jz8JbK85 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2GbEE9tIOMuiiJHaTmVT00ITarEOzaT { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrOhSNzIafL5kl5SydLkCWZa3drccvlL { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3CwQbWghiEIgRtEaRzCFVT1TIP8Q0tx { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSavS843pCPRHRuAa89NNuJbKNmR3fUk { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0E4UavWpIk18Jhlk3mLpgS4w9qL8rCP { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFms1HaJ1RDrWUTzOzW5FR1ZBy7bLPET { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:before{  }
 }@media only screen and (max-width: 763px) { #GBXfaoK9uoWSBtKfZRv3ORM5uFDkaTZ6 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wto4IquRvklk9l1HnyblNCMn1UOhm2kc { display:none; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gAkmp90N5ag3O3Q9iJVldrgrgQ9ZeHgI { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToIxyzJFo9KnHFRxxcWlnDe2QzV1JIUw { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #abqKQx85cE38pchvVtscr4w0wzXCArDw { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RweLRvzyr6b5Ikh1LnHJnmtmQLNWz3nk { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0NIV1bcWP8HdGTIvwC3TQtELsT11BWu { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtXnK2EcR6wuoxfeiTXiEQxSmDB54T7g { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGKTowpRlKRBAsURXCdJcTXZLxe2vOLr { width:24.375rem;height:36.625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfTAudkeqX11ZTvG3TZCOSTEolQ01ck { width:24.375rem;height:36.625rem;top:16.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84G5vowZd7pEtgownP6kcMPKeeWGAEN { width:20.75rem;height:;top:26.25rem;left:0rem;font-size:1.125rem;display:block; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:before{  }
 }@media only screen and (max-width: 763px) { #ef26cUkca1ivJnqL3PAsT1JV2UItFC2v { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb9JVtSKlIJcTBzX1ULFgCIdHcPvgZzS { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEmubhN6O4AytUZUDB7IXzyGRfpASkK { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7ueE7WyME2w8wtwEPpxLGx9pnPsNxT { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN6AmfpcLm33Gsn5aTkMKK1LSktLROD1 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNVZnz2IQVZ2XzWr9DylUG78FICvkBEu { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQOy0fwqKRP9KsC3V4OcnKl0cBZLVhkz { width:17.4375rem;height:3.375rem;top:47.8125rem;left:0.99913215637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKtRDG5vKPttPzDSQCgDsw04v0TTGBb { display:block; }
 }@media only screen and (max-width: 763px) { #v8sWPlnracBlQS9rpmd4N73l0H62u1EQ { width:17.4375rem;height:3.375rem;top:47.75rem;left:29.374132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9o74kGXQhZVynO6ygJfRpCIhFg1Rmp { display:block; }
 }@media only screen and (max-width: 763px) { #r8neT4poxgWTQOma9FGIQENZtu5X3wuL { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUyDPdfnsZmak462DMUzTkpKBRCVU1z { width:20.75rem;height:;top:26.25rem;left:27rem;font-size:1.125rem;display:block; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:before{  }
 }@media only screen and (max-width: 763px) { #KKX25l7fe7CxekPlHIb8d5pFeTinOq0o { display:none; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ab1akNbz7sbgsX00keqJWKQfwfVynerE { width:34.4375rem;height:2.19970625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuUXCkqkBOtVw0N13Gx6SbdHM5ICLdyP { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbJ5T1T2AxdErBNzSbwqKKo9MdJIeIl4 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOhNU9XRVbzOzOdxJXLJXRVty1tTFPWI { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuILC3AirQQsBLzJsIzk7rNKRnq4eB41 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hms6wFJ8Pl4g4kCxsP8NBPLGVNPcQSpf { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9vsmqIgxekeId3UColQ9Ssm1wyiEEoA { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxrw9UaOgUpLX9b8ahcraTJpa8aWi2oz { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FW9gl5GDDvfluPTmHicHzT2e6l9kT5ne { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knQw8Q4I4fT9TTTQukoAN2m2UcTMViL9 { width:15.625rem;height:3.4375rem;top:34.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aObp45ZB2S3v5ivxb9DPHFzV8GXIF4fO { display:block; }
 }@media only screen and (max-width: 763px) { #QzLVBW7PNFwD9zhd8bX0T4LJQubf8E9D { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG13yA0CMHT10iqxLa4hHIoCJPO9pf4m { width:34.4375rem;height:2.19970625rem;top:4.8125rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9NfpCtHHXXBTGe22Ew3Rr51FfkObrsG { width:20.625rem;height:1.13688125rem;top:2.1248371601105rem;left:6.1555988192558rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e16F6oFO23FFqyT8myKRWdMoChH6chrb { display:none; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qrXuUScvwnkNm4AAPZHSlfr3IneWpUAn { top:10.4375rem;left:0rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p569WD1POIfpc4xmdv3xd5ux6SpXn55w { top:9.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBJs8WDdCTEKAPeG9FZTAD1pH45aMES2 { top:16.875rem;left:0rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMwZ6DyZwIUUimAifqTCKeCPaF9zroSe { top:9.625rem;left:13.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgZHThsTgeAooTUuH8K69oNTpC7XbRwl { top:10.5625rem;left:14.8125rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQagxmNgZHaciZnSMZeorT810SOGQ90q { top:16.9375rem;left:9.125rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34y8uArAGkrLu1BxVc5vfxTFsX75tbx { top:9.625rem;left:29.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcMVfRk0nxq38coRrwFRs89kMslhKIdZ { top:10.5625rem;left:30.125rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su75NiaKEw45x2vds1qSLIiQm8d1vw22 { top:16.875rem;left:24.4375rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Lq6VeoCny13u8h5c12r7n8MiQxAqDW { top:16.875rem;left:33.5rem;width:14.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbraIo2unTRqS1DN2LtBbhNTGsG93PWB { top:9.625rem;left:42.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzGT0k3LfF0UFK5OTB2QDmViRK4RzzMd { top:10.5625rem;left:44.5625rem;width:3.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubVgvqAknQQanz5E8316zokCl30pCc1 { top:12.0625rem;left:4.5972232818604rem;width:5.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsaUneE1WRGtHgesD7xqQqesaf3qGES { top:12.125rem;left:21rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrHuei5byIABMhAn1qcSoQxEi2XaXwb { top:12.125rem;left:36.125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6X3HplDn4kEv4AaKaGALodoIvVkkkof { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozXscALtJ4GiGIBisag7dN2pzfmQtne8 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR7eAGKNVwPnUUfk8mUDIlnINMX9cNfN { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2Kz8ranbs2mdRa5EKmo9wkdA32ETXf { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Hq93SJTPJOsouTrmrcHQv4nIzghPed { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVIyLTpdgs12N4MZICdaIWX60ByIwUMG { width:3.125rem;height:3.125rem;top:10.5625rem;left:9.9722232818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM { display:none; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ureAMTPAlIimVO0LGD70m2kCUbRdiHl9 { width:16.125rem;height:30.125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SGDazZy60oLGoEMbCKhBmiXZ9FdliN { width:2.4375rem;height:0.3125rem;top:8.875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6FMyAG2tOakxUZdko9vfaqWBe1zdl8 { width:14.9375rem;height:2.875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJBCb3QPrHJKcRGfi8t0RIpNA0ZTq1Q { width:12.6875rem;height:15.5625rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kOzpLIzoPJxhBsr2R8gphnvcHSERdT { width:16.125rem;height:26.4375rem;top:7.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dypmZk7LU87BRuh5lU5L5xsfpUyInB9V { width:14.9375rem;height:2.875rem;top:9.6875rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXvCv1QiMkAJfqwZf8Tv2ng0ABoF2X1z { width:2.4375rem;height:0.3125rem;top:8.875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUOZnh1HJGwPke805TtUtuaN9dnB0Vr { width:13.875rem;height:26.1875rem;top:7.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcApQnc1m1hncRk7gEBb6nvRO4DUNgt { width:13.875rem;height:0.875rem;top:33.125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FXf6ybfsPNTpEDHRy6dH62UTnWuaJK { width:14.9375rem;height:2.875rem;top:9.6875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasmSm6DP1Surs3Cy5J8JUthvOe2EQVV { width:2.4375rem;height:0.3125rem;top:8.875rem;left:28.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ISh9bqVdW4P9Tmq3TtTXvTHrTLSEQ1 { width:13.875rem;height:26.0625rem;top:7.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l44I9X4dfueVlB4sJJgU3Mb10RFDp9bS { width:13.875rem;height:0.875rem;top:33.125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZS5GBtrhTP49cOIN4ZmzEc2aepZqqJ { width:14.9375rem;height:2.875rem;top:9.6875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtcHqtBVlgr3TQCw2gQB9rVTxVAozca5 { width:2.4375rem;height:0.3125rem;top:8.875rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TuN90CG7KFHHG2mT45qOapUWWxTPVl { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRqlIs0bAE0GOTRwnNvr8F8822PD1zoB { width:14.9375rem;height:1.25rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGyJ65MqbccWxhsNHQlT65xULoTcVML { width:14.9375rem;height:1.1875rem;top:13.0625rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFn9FseZTfRDEAOHe0bQ9EGRZp7Ibkpt { width:14.9375rem;height:1.25rem;top:13rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53t88GOACKzd4TzgFrbLQzMssVn9h6g { width:14.9375rem;height:1.25rem;top:13rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 { display:none; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSTtxzOTXN5gBPKyhWK2QITaSdinKGw6 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWs8lu5SbZofglXu8o3u1Hf6BepMfcTD { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZLGwgS7JMoLsUa2adeQzpdtfc8phnKt { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRvQcHuLSl0KTtk4t3cyHQGNeRNBc7ag { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCusWPwmclo3VxLA5PDuO6BiRTPgCgmM { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9K37TOOSzbb4EX5WgvgzDxTPW3baydS { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbTCybishVMZxmKfcfOhyWKJyds6Z8TM { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LudgUT2OSxWSKsOn7ZP2wsUkLzNoa9AS { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Ki48wCTXI4mqk6QXNZ4s2WeDT1wrc3 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzfsPCib7wHSf1xh8xoQxA1w1BPltepe { display:none; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcZCzPV5ChkBX6XspeIGD04kCLTGkq3y { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpasJmNDpJgp7XZFcTRIc1XnU1HN9bss { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0rzu9aP4GI6rzf0C0huLmgf5hH3wsOz { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcXz5bV2o3VnnnDgAboqN65Be3NcPK4v { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh3ftTgoGTegcbaLAuydx732r1AsBiiG { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUnNbF41xW3noVc1CMpNKvE4yDrZ0RnQ { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckBx783fWTMtPsxquW2wDb1ywouA5Pfd { width:25.9375rem;height:40.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc2aqpPxff1RZ6FrTbJWLo2pTOwATLt { width:25.9375rem;height:40.3125rem;top:15.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWHUnagNgzTIUNezwvmJXumFqvvhn0bt { width:22.6875rem;height:14.375rem;top:26.1875rem;left:0rem;font-size:1.125rem;display:block; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:before{  }
 }@media only screen and (max-width: 763px) { #oZU2vKMvuaVc5GvTHikCBok3NEl7nzt3 { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyI1KxERAI40a6IPopOfxP74NlKwxHU { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA3alII7CmGyJ8ZHya07zys2CZMKlf5g { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZp0UBWwgeipSZPHCaAA8x3SCQgVAy6J { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkKlWoFJpaO9H1cp393BuOsKngRX08e { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGLm5OAHkZSwxqmX25LU1DyFNq59eklh { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA29Nz2BFF2ryix2wkG7Vy302iIOaN4W { width:20.625rem;height:3.375rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVoWUeI65rLB9k2g0B54XEGBOksPAgT { display:block; }
 }@media only screen and (max-width: 763px) { #QqPbdgvINCOg0vLfIygm0XuwSoKb9un9 { width:20.625rem;height:3.4375rem;top:47.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba7oXzrHPy4UxDdfx83wp2R9IIIpH11I { display:block; }
 }@media only screen and (max-width: 763px) { #necBugvPJAcBaL3VeM3SO13batHrIOtc { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 { width:22.6875rem;height:14.375rem;top:26.1875rem;left:25.0625rem;font-size:1.125rem;display:block; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:before{  }
 }@media only screen and (max-width: 763px) { #XE9hrLhqXoyTcZRF5QM3vKkD1PocIKJr { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4mPX58F68tJTVbzRZOaI0tT158OGLJR { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNnOQ4aWa4ZL4X6cdd6C4K990NUn1stE { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ { display:none; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akFkbTVtJo8euJkL3y2bwITezr45LA8F { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssFATSBUgkdNKJ3JqIH9zrC6KKzzuOmf { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4dsXRhUSyUzldM8ogNx6IFzuvxiOpFN { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdxVnFwSCGTAXrJfKlG8C53HJtv2Wpdr { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMOmzTwBaPMUexexnEgkWx34fekm3fVb { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6pyoXPq3oKKSpWI4Gqc47lWW5J5u7Dc { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPlB6nTXRoQolNuOQ153M43RbJzhmtNn { display:none; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fOqrDQRFRgONrBwbuQ8LwyFDLNFnQWdr { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OAhk3KBEJqPunl5fgwBxHIdLVnVp4R { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wT4VdzlIT0xBmuWkB1LeWtAdhtHBZ1l5 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXnHcrRZrm4tIJ93NQ5rdgBsg7x1JdWO { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVlLTurgc0QrEXpZUSptXw9sDsquPwO8 { width:2.625rem;height:2.625rem;top:40.4375rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPDF2JgBFaL0noe5g5rFu4PoecamvXva { width:21.4375rem;height:1.375rem;top:1.375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTmxRvApTSHC4V1vTUD7miwgtQICdTaG { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wagm4vchafxFXypO8m1nSA7bmoI61zVE { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVpJZRQGZJmWQggQKg69n1riHmLVLWoV { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0PMZHGd1FkhdbGbEcHSH3cL0hyxs8p { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3T2yoHaZo7TXTqpLVGudSpS7yqv0C2u { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syaA8syqbBuqx48nrGaf5B5zN7WTWPME { width:34.5625rem;height:2.59928125rem;top:7.9375rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0IiGVV1F7U15wP0x3EAQPnL7MQOG6Qd { width:11rem;height:2.5rem;top:1.25rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgzxyq7l9sOf7VDnsyoZwLCtvusrWzd8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbS19RvU3cef7MkQ76bCabxcryxGMm1C { display:block; }#TbS19RvU3cef7MkQ76bCabxcryxGMm1C > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUfCaF0d8EWp5EClR8Jeq7WcyHoRyVJR { width:1.9375rem;height:0.893375rem;top:0.9375rem;left:0.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUhlxBkCxtZmfKHJnToV8vDKZ675ILW5 { width:6.3745rem;height:0.893375rem;top:0.9375rem;left:10.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwJLxAxQqHPygLus2fenTbyyXpnykN3m { width:11rem;height:0;top:2.236111164093rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qsGJACcrMLpxTxkCrRd1MNJVKQG3TR08 { width:3.1875rem;height:0.893375rem;top:0.9375rem;left:16.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ESHNv0tEJK9ByDewrhDQg7tU2pbmoclN { width:2.4373375rem;height:0.893375rem;top:0.9375rem;left:2.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #us6t21TdKQW5GRoih4r29Xi4ANmlvncJ { width:5.12441875rem;height:0.893375rem;top:0.9375rem;left:5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.307147979736rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmB2kSuIb9iFAsTZA9wtHPdwcpQySquT { width:20rem;height:11.137125rem;top:3.47265625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOTv3IrgXJP2MACUwC55ZXtWwHor5tKM { width:18.1861875rem;height:5.24884375rem;top:16.558595657349rem;left:0.90625005960463rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qxnBTPXwyF06klzXPlASFwDy2KMMqXXC { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #N5mIZkfhxwSA2iq1tTBbCRvSxD3xvIlK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #MLZkuc7pI1Qo0UeQUAUZ5CrmXG3V7i0K { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #e9M3PfwGq122Uvtl754XOasWnTkgv6tv { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #qXTRgE7VsegUNlhsDS3EJBLloPH6ZeD4 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc8SFTNJo9DdfItlk58w9k4BU0RJkBK { width:20rem;height:0.97439375rem;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ARQG2e8Kgqy8azU847LOGW9pfo8J7eAr { width:13.3748125rem;height:2.374675rem;top:27.245278596878rem;left:3.3113607168197rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyF7CVV33EIVbEKDwB5nOQmEze6sdxis { display:block; }
 }@media only screen and (max-width: 763px) { #nNmRpQ9y6MSo5ZX7JamhxsSPmz3IZnlQ { width:12.4375rem;height:3.375rem;top:30.807147979736rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3kvPbeCXXr8cATvmXappBtygiUJBsgK { display:block; }
 }@media only screen and (max-width: 763px) { #znucVAyIyyqlPRS9hcXS1giHhLTGf3Sq { width:20rem;height:0;top:35.432147979736rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #czKCssKdy2RHfHx0N14mpHZo9yoNAayy { display:block; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy { background-color: transparent; background-image: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container > .video-iframe-container { display: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row > .video-iframe-container { display: none; }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .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); }#czKCssKdy2RHfHx0N14mpHZo9yoNAayy > .row .container { width:20rem;height:56.326965332031rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFFV8qWAlvwXVQFQH6pQhx9xTB9P3yMi { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #vtxuTSqJ1xJ3bVuUzVl103P7LaXi5oAI { width:19.0625rem;height:40.78125rem;top:10.64018201828rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmsv36J6qIgJKFCNC0c9xbF1OfFciLTQ { width:5.625rem;height:0;top:28.986980438233rem;left:4.5000002980232rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #TumJuG6zlhOxaidge4rdJZfF06DPknKk { width:18.186875rem;height:7.87325rem;top:1.2353515625rem;left:0.90576171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dRCtGLwHTqgAVwhfV3m6V8NOloctAANc { width:20rem;height:0;top:52.639465332031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CxWFULcehQMryPU2kkiTukC4h7kLRCrE { display:block; }#CxWFULcehQMryPU2kkiTukC4h7kLRCrE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS1x4GTHcUy83QpqHFPmhDVXLuzXtGHA { width:12.5rem;height:3.4375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4e4VoV4ilIWExBOPJWKLf9ZyDgU9QDe { display:block; }
 }@media only screen and (max-width: 763px) { #RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM { display:block; }#RcA5Q9ig72opCUgT1aJCwzJPfFRqHUsM > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrhcoNUHxrkqyqGy3l2NBzO7C3X64D2c { width:18.75rem;height:1.7871125rem;top:16.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxmTTb2IkK5XqTlKu1pM2yrDfggCRRtm { width:18.75rem;height:4.798825rem;top:18.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQFvhX97rd15ESFTTKH18wMLWE5r0Ulw { width:6.5625rem;height:6.5625rem;top:8.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybXivnvMwXwsTi1vIutSPQkFfgrSpLFl { width:6.5625rem;height:6.5625rem;top:27.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUvWBET2VxbvXluWk5sPmfNBXuuiIV1U { width:6.5625rem;height:6.5625rem;top:47.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRDhRRGvRHQ7AcNpaaa3p5KWJTZr5FbT { width:2.5rem;height:2.5rem;top:10.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVy56JxelRpZLfuF7mF0BxG0vGXS9FI6 { width:2.5rem;height:2.5rem;top:29.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0hcAxgfy7PUzdzC0KPxErvRlILTbF0 { width:2.5rem;height:2.5rem;top:49.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDfBPhTxn1cep6t4hftpoeEr3raHGgt7 { width:20rem;height:0;top:58.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8kuHQJvoOZvOfuvfie970QS4W9MBuK { width:20rem;height:0;top:66.984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s93bEfm6GkBcZ2Ik2Do7NkV5VTLzJVdk { width:18.75rem;height:0;top:54.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZifDwxt4SICCUK6hV1QUBgQ2ECmqu8g { width:18.75rem;height:0;top:63.78515625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITxZLEOy2W3cNwM7eca3zlA7WgtUi0C { width:19.0625rem;height:3.849825rem;top:1.06201171875rem;left:0.46875rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sShTWbBOlRATH1ZtTRbcwlkLhpASNDzU { width:20rem;height:3.93663125rem;top:5.5607099533081rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 { display:block; }#tmD4UH5Ep3iQWkLWTGo2OOyxcEJ2aSD0 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znd6mvaE0FOLIdmzKleF1VGmQnaGn0Tz { width:12.5rem;height:3.4375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji2vElutU8PAHOXQ4pe3zM7kBBkLrdmT { display:block; }
 }@media only screen and (max-width: 763px) { #RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi { display:block; }#RoLw6QOGdBEDOCe07wxAHGTzVl4q3tgi > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCbaBOtkuwSaMMVPttvUw9GnKMGIP5JE { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOgH5QZpJDMtC1SGpf94eob6pNaQ5qul { width:20rem;height:9rem;top:8.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqGqJEKLtP1h5UUcDgRmeeEJzvxy5CX9 { width:19.875rem;height:18.125rem;top:20.625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5kgUanpcDRSWeO2HbAqvwXCMK4Q7Ji { width:16.25rem;height:5.25rem;top:31.9375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyA7KyoRQQMeMGmXCVO7zM9wAq8RU9qI { width:11.5rem;height:1.3125rem;top:25rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi56Fi6k7UntlkgbCe6prybWpL9guWT3 { display:flex;width:1.5rem;height:1.5rem;top:22.8125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #hI35TNm51cR1kBmcbXhxcrH4PWeu2op9 { display:flex;width:1.5rem;height:1.5rem;top:22.8125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #ulC0bRn8TgL5IVr9LKaeQZ6KdsVgxlPg { display:flex;width:1.5rem;height:1.5rem;top:22.8125rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #LNZVmv1zWT04inwNC8Okt50FB7wBRXgf { display:flex;width:1.5rem;height:1.5rem;top:22.8125rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #ofG61oM53U7ZK9ePD5rTNzeS2ggKTO1c { display:flex;width:1.5rem;height:1.5rem;top:22.8125rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #kkEMfDt1CbMKKcEGANl5xLhz3TVMivEU { width:17.5rem;height:0.0625rem;top:28.125rem;left:1.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #OGIVqMqnq8WFXRGrqD0tHUIMXvxZyXXM { width:19.875rem;height:18.125rem;top:40.75rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #PKnp6bZx1DpJG8A8C1Qy6w6CQJqVTJo6 { width:16.25rem;height:5.25rem;top:52.0625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBqliz1lVCWeAfPCHEuSVIOkcvGwg6Jh { width:17.5rem;height:0.0625rem;top:48.25rem;left:1.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #yiW2o8rzuHbXOlGHglGqlI6dn3og0Apt { width:11.5rem;height:1.3125rem;top:45.125rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdVXqXDr3sM61OgewRXDnhVAsZcf8ES { display:flex;width:1.5rem;height:1.5rem;top:42.9375rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #D1fDuZTPxerJUdzBAfhtIMuWgSB2c3bn { display:flex;width:1.5rem;height:1.5rem;top:42.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #rxIqQJTuASqs1TIH07gAwgJWEAOcRnyO { display:flex;width:1.5rem;height:1.5rem;top:42.9375rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #GoOU4BsJ0cqTSDuWo0lsNUJ4k8XmAJ6u { display:flex;width:1.5rem;height:1.5rem;top:42.9375rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #IDV8R5lw8FkHdsV0QfozbaQLSTLGAzAy { display:flex;width:1.5rem;height:1.5rem;top:42.9375rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #El9qT2RPTUbP2RQdPqEVmBtTfr0860Cx { width:19.875rem;height:18.125rem;top:60.875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #sVtyQonh8kdpwLrRJX0fwFg982ZIM1c9 { width:16.25rem;height:5.25rem;top:72.1875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRDn3aufZltThZvT5hcRyurQogW79ioD { width:17.5rem;height:0.0625rem;top:68.375rem;left:1.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #TT0KyLWJ2osWTTvymAenTM86GrLKFKyL { width:11.5rem;height:1.3125rem;top:65.25rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7y75GUXi0qh3WVXVAT4PR9ICXC3mIB { display:flex;width:1.5rem;height:1.5rem;top:63.0625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #BXsZ1KnukINEQ5fS3EO4K677tDtD6QNR { display:flex;width:1.5rem;height:1.5rem;top:63.0625rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #rs9Zsn0yMe91NlJDimHTuuDH3dCXJ1V9 { display:flex;width:1.5rem;height:1.5rem;top:63.0625rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #sXmDD2WGHQcdCFm9bqWiOrKybubi89nO { display:flex;width:1.5rem;height:1.5rem;top:63.0625rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #l4qIEf9iTPsdGRnMiW1GKyCuI1JJKPWJ { display:flex;width:1.5rem;height:1.5rem;top:63.0625rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #r1IGF1LTiMWSbwT5nOdlARWEksutsnDy { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container { background-color: transparent; background-image: none; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container > .video-iframe-container { display: none; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row > .video-iframe-container { display: none; }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .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); }#r1IGF1LTiMWSbwT5nOdlARWEksutsnDy > .row .container { width:20rem;height:46.388885498047rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHnxtoueqTxtipX9rPtNvtZIUHKd8LZm { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #HuMS1tFk0RP38d7rStQAMXbhqwzy5nUE { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #c2vdJfr9e7fMnLE85ar3kAdTyun2MbS5 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #qXKBK06ZAdwWZ70AGTE9AQ4KQN0ryTqR { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #kkt2CbWMPRVIAuGfzaQX1zexkrQyPqKd { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWJuEJ2RxgRE0UKAx6STfrUlfRLSx1Ut { width:17.1248125rem;height:3.30005625rem;top:0.74869823455813rem;left:1.4371744394302rem;font-size:1.375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R9b2wkPooF1JoCw0Rixq4Lm74rGWzMON { width:18.4375rem;height:1.125rem;top:5.4375rem;left:0.75rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #piKXpaLTMy1mIvV4mG6svTCwy8Cv2aX2 { width:19.5rem;height:8.0295rem;top:9.7493486404419rem;left:0.74951171875rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#piKXpaLTMy1mIvV4mG6svTCwy8Cv2aX2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #EetgCHVHyZc3Xt4KFaK6geLWlPWPpTNR { width:19.5621875rem;height:1.125rem;top:19.436034202576rem;left:0.43701171875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lSuiIuu1Ub4lBQDwT48BgWPB14cQTLs0 { width:20rem;height:0;top:21.748260498047rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#lSuiIuu1Ub4lBQDwT48BgWPB14cQTLs0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #HIHfXO6eLW57APRdD9iCtkhBIPHIAx8G { width:12.5rem;height:3.4375rem;top:41.701385498047rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPNC97Q2weWPJVuqTkGcMJDTKlpkIJRN { display:block; }
 }@media only screen and (max-width: 763px) { #FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:block; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { background-color: transparent; background-image: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row > .video-iframe-container { display: none; }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .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); }#FMO8TfMkRxbrRP0l9wrT1Ko48TtQDNyL > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTgMa2VeGy82IV3TIsrwZPIHsEg4L85 { width:18.1861875rem;height:1.9249125rem;top:1.25rem;left:0.875rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hzhNm7IQB4bNU1vmy7zoMRlBaNrqe7ok { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ztpXDlKotc899Ds4rec3rf2mKF6Teoo8 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #b5Kg0RyT3kyymTlKl1VE3B4CclGh9PSp { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #gQqgO26kqwEZ9pyfnAPNvX1lPzqO0OiW { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #hzC8h8Ie0D4TczKOGxuiL1Df5ICPGoHZ { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTFpinK4AdhxTdJWsSbSPXGE4Fs7mDqV { width:20rem;height:17.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k13AXy8cKllAz57qQdEUVrLLPC7KJocB { width:20rem;height:19.0625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 { width:20rem;height:10.0860625rem;top:13rem;left:0rem;font-size:0.9375rem;display:block; }#MqgEIg6TDaCtVzk6H3qavBOL9hWKDdx5 li:before{  }
 }@media only screen and (max-width: 763px) { #VLgzktbdkxIdbthPTQaHeKet5DggRMKF { width:20rem;height:12.5224375rem;top:32.75rem;left:0rem;font-size:0.9375rem;display:block; }#VLgzktbdkxIdbthPTQaHeKet5DggRMKF li:before{  }
 }@media only screen and (max-width: 763px) { #nuztkFpllaO2TMT04L0TKVSxZHUBSTbd { width:20rem;height:1.9249125rem;top:9.6875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aEP9MN3A3R3UHiH9ENqSxEF87TE8WXgW { width:20rem;height:1.9249125rem;top:29.3125rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PFEEiF28T8ugvN2TCduOOrW86a3dabE0 { width:20rem;height:2.62441875rem;top:49.374184608459rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ni9gh43AhvtTvMQvHsmTdBGdJM9bXoI9 { width:20rem;height:2.62441875rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU { display:block; }#XbzdSCgLTELsHHkiWVx4JsDX1JLK5ZCU > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zltUWO3V7ryrTsy10o20CcIIPL68gmse { width:18.5rem;height:4.8726875rem;top:1.3125rem;left:0.75000005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eunE2HeoVqIw7k8H8r9kO0yTNeMDnmkH { width:12.5rem;height:3.4375rem;top:10.167663574219rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkg25lQVLTCgohHAzxVngSvDX1rt2Noe { display:block; }
 }@media only screen and (max-width: 763px) { #lcQQEk9WybFhKCytWuTERL8C9hlhZzmZ { width:20rem;height:0;top:7.3746948242188rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L { display:block; }#Q6zov0FyJnRT9bKR39DZ4kmvJ8vXPQ4L > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrTQoCuqICqVCkmNSESNdWVia8CcBTIi { width:1.9375rem;height:0.81235625rem;top:0.5625rem;left:0.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUdlSxGcF9b0UNWtzQdxP6pO8SepaKwa { width:2.4373375rem;height:0.81235625rem;top:0.5625rem;left:3.125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ykd2KHU6K9dTxGA3Ap9VcLUoEVVARJac { width:6.3745rem;height:0.81235625rem;top:0.5625rem;left:10.625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0ehwp17P8PG75w3TOu9FDkgihfu4K6f { width:3.1872125rem;height:0.81235625rem;top:0.5625rem;left:16.4375rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mspkeruyK56TTvOwTHITlwo4LeRQhSao { width:4.56235625rem;height:0.81235625rem;top:0.5625rem;left:5.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C { display:block; }#EGFuvIpikuOGQ2P4L1fMdAgPtL8y9O6C > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iw2EyEPLVLqfAzbsVf3IvsWRiMkaImne { width:2.1875rem;height:1.5625rem;top:0.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmI7RnMh1Kg8cBux0Srt1OhRq8hn5E9 { width:17.0625rem;height:1.137875rem;top:2.6875rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9mxMrdME3PuMggAf1PgsTuRkZsixmtK { display:flex;width:1.875rem;height:1.875rem;top:9.6471375rem;left:9.0625rem;display:none; }
#r9mxMrdME3PuMggAf1PgsTuRkZsixmtK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kkWJg3TrsPH35GM350qhdZsPNEQsu3l8 { width:20rem;height:1.78675rem;top:4.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#s7U6OiI3G1rF3gwEItonkfb1EIb0W4uH > .row .container { width:20rem;height:16.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vvwHTDX0wHw4BTR2hmlsy9GHWrnfQgP7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uIs2mukks71dXAVwMu9uVVOTfdcy0J7T { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #mNoMKD3O4lG7W856hSzldqmp82A8ZCss { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #bgRwnXNhbtiD1KRThZXnLsaTmb3wWfDQ { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #e3IiGfIiw7JuhwmivuNviSHCt8i1D9Bt { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnlJm9ke4EN0To8NuChq2yIpWDQCAKBR { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ { width:15.9375rem;height:9.1875rem;top:3.47395625rem;left:2rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#o9FuLTEnDaz8X1LXPmVwn4XMt1sRpTPJ li:before{  }
 }@media only screen and (max-width: 763px) { #HxKU8eA6TTtMGvGhH3LOs0o4kyFhHBeO { width:18.937rem;height:2.1rem;top:13.91145625rem;left:0.5rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 { display:none; }#mEbw6pJvtnP84fcZQBCDlFAEWJLc4cw8 > .row .container { width:20rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqptdGPvapKuJhyDOaRBaK6c4ywCIC6x { width:18.5rem;height:4.8726875rem;top:1.3125rem;left:0.75000005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wru0ZO6AdF4DCDktp6EgIH0LZP544MDc { width:11.27083375rem;height:3.02083375rem;top:8.65625rem;left:4.3437502980232rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3nTvwNa2mf6wo6cxA627ETT18lxad99 { display:block; }
 }@media only screen and (max-width: 763px) { #EmwZk3LL5ZufKebGDJ8uTtmAsKLBMqBK { width:15.4375rem;height:0.875rem;top:12.821615219116rem;left:2.2812500596046rem;font-size:0.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#c5SQylqygfAvIoNBlLbHtn4HRVsKIBHo > .row .container { width:20rem;height:5.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #trywB3y99pAJvKdelqEPmV7buStTziwT { width:18.1861875rem;height:3.93663125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E4AdGkk5t9e5IxVKxGFdpArRfHkZ6TQA { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #zFsbCtMzgOCqdAnm4B3xLzzhOaoRNTMy { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Ouf0iUIRmxThVRPlZCKNz4eERaNh4kv5 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #iu0IaSy7SBQhMalxDEg4QEVRtB04gKBX { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #QhDEz0WylFdpvT30OIBcEG12ePgbg62o { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIuLv47yJTK55XhzZULG4DJ27712aea4 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#eIuLv47yJTK55XhzZULG4DJ27712aea4 > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlWZieQT1QiZAHVXZkuI4g8kskuOHqFA { width:18.186625rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FIQPdnBUoxMhtovrmkqOSW9GqRxOuBB9 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #KD9T9DeUzCvwRTagu3imRMMHQefT0aV0 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #IWcXg44GmFZqhFTg1ml6hKa9vfrBdccq { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #aBSiS8SFAXFmDyOQ2B2N175ACpON49k4 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #bT2THb0TXHtFleSCA7O55oTbUx1pIyP0 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk { display:none; }#sUiX69sCTRX6p8UJKSWSnu5VL4TtCEKk > .row .container { width:20rem;height:137.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ep7QTt03KA9mxHOXyXy1bKWNIM48M58o { width:16.875rem;height:27.5rem;top:11.311838626862rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhRBKVyORDMVD5FSWQFdC8v127Uq2D7c { width:2.4375rem;height:0.3125rem;top:12.624511241913rem;left:8.7809242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #epyMt2MCqlN7RsvR5zthhMgmKv6iawvW { width:14.9375rem;height:0;top:13.623860359192rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9MphsOOryWBFVwcFdTCf4ErR5eGsKqc { width:14.9375rem;height:12.9919rem;top:19.397785663605rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGessWS5acqoh9WoKmnrFTpGrxaJND2 { width:16.875rem;height:27.5rem;top:41.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zieH6InEKFCpi1vArwaKJ1Gfs9yshPNg { width:14.9375rem;height:0;top:44rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhLEIIL9EdLDMEful35B0edNbB0gMUTb { width:2.4375rem;height:0.3125rem;top:42.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7BDMD24yml2pe4VhEdcVPLRwAH2C1vD { width:16.875rem;height:27.5rem;top:71.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RFKWyQiAXN8PGxfzaSJikUoUme3f1l { width:14.9375rem;height:0;top:73.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPKEZsTHOGavcaTUctRqm4iIdZcNJa4a { width:2.4375rem;height:0.3125rem;top:72.93701171875rem;left:8.7809242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3mBkrcuDdugZPG3Cgtn2I5QFrKZI4lN { width:16.875rem;height:27.5rem;top:102rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb6RTKqD7Z5hhwbEDEAQMHsZEisMm5d { width:14.9375rem;height:0;top:104.1875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nU4bxfDZKF6FaRlrigNPgrCFxdsAoLf5 { width:2.4375rem;height:0.3125rem;top:103.37483406067rem;left:8.7809242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QwaVGWRTrTuyTuZH32rWMaGa3m0Ovm { width:19.0625rem;height:3.849825rem;top:1.06201171875rem;left:0.46875rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qWHLr5RmG8L1m0y88ZQPXbKUpkF7QfTA { width:14.9375rem;height:1.2999125rem;top:16.873372077942rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzeI4aKZZeNBRTf2mMT6f7wG1s2SdFPM { width:14.9375rem;height:1.21875rem;top:46.436357498169rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyIr7KnFhis1rHSLuAqVPkXBdXTS6E66 { width:14.9375rem;height:1.2999125rem;top:76.302059173581rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiPkVlOkDwRVa9GLczCisaTD2pburPLe { width:14.9375rem;height:1.2999125rem;top:107.05240631104rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLT8L5J7C2SftaGWbFRF7k3T7MZhh7f0 { width:14.0625rem;height:14.29106875rem;top:49.75rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hMMlcnTFT1AqJ0gC5oZWi9RQoqHn2J { width:14.9375rem;height:1.2999125rem;top:34.686686038971rem;left:2.5301107168197rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHre8yqQm1MqZ1i87s5UzFE1A3CaK8JV { width:16.875rem;height:0.875rem;top:37.988279819489rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbaWO0laZSRfExEo6gM8r8wNURHTC1mf { width:14.9375rem;height:1.2999125rem;top:66.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVIpvoc3GoTTNaoGxvoBBs1cK5sDzPLc { width:16.875rem;height:0.875rem;top:68.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDi4ArcIU8G3F6mzwpVp4cnKB6pws9g { width:16.875rem;height:0.875rem;top:98.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggw96KOu24vWTNwOIKiOuyl2wuLIyxIe { width:16.875rem;height:0.875rem;top:128.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVqQsAT6Q3VOEGOO48mELgrZ8V86GWVw { width:13.875rem;height:12.99188125rem;top:79.4375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHoNZdQJRoZJEr8dIFihnJSSdA2XsfgP { width:14.9375rem;height:1.2999125rem;top:94.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPCEqe8UWVyDM2PANE6ktCoU7gCcEd9 { width:13.375rem;height:15.5902625rem;top:109.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlq84uH8FWTtzpZXaW0qgOLQs1a4dqbf { width:14.9375rem;height:1.2999125rem;top:125.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnTFzoKgV31XT8QIm28at5TPzrLES88 { width:20rem;height:3.93663125rem;top:5.5607099533081rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TD8ZoNxsBR0UMZ3rICpvirCA7JVohpm7 { width:20rem;height:3.93663125rem;top:131.98485851288rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AGUpTaJEdJTVvLt6l3TJxNRy8tBe8TE7 { width:14.9373125rem;height:1.25rem;top:14.998371124267rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tCBcI56gpJHhTVV9b7vwRBkTzCRAaFBh { width:14.9373125rem;height:1.25rem;top:44.676919937134rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vWEgKsF8XSTymEOWNcibImEDLsoGSOgS { width:14.9373125rem;height:1.25rem;top:74.427080631256rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #bmrnfkslmMUStuD9VS9JvH5RM83VzRJL { width:14.9373125rem;height:1.25rem;top:105.24006843567rem;left:2.5309244394303rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #D4HrCKWVDxHreoblpbDUTuMNcWvSlweK { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#D4HrCKWVDxHreoblpbDUTuMNcWvSlweK > .row .container { width:20rem;height:5.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pm4c9AwRzZIz1bUBS9WquQmBBUQs5yGG { width:18.1861875rem;height:3.93663125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6IDeWE20nCuLe2A3RrcE72LruFPNVW { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #cUJsfCwBcgFu7etnxrgP46q3iF3tFBAW { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #paacl8TLtk2HmT9wq6GWfpLNNDcIcasO { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #GfTfzkx6X8SZ3fTBgdtqVP7O8LqEnJ4Z { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #PGcSUTFOhRTgWTyIQXW4vnqL0OivGuan { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#IndUOaaopEH1c6VT2rrXl9R1C4HOQoz2 > .row .container { width:20rem;height:44.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ULfFNwrMU2eIHwTQE4vOd2m7llciWawh { width:18.1861875rem;height:3.849825rem;top:1.25rem;left:0.875rem;font-size:1.375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wOgHdLoMnJzBH7HWDvTEHL9WashtOvfJ { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Gy6S25GibKBZsct5O3xLCpR9AD6gvazF { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #lERO9ZMNG97MSlBh9O2MlCvTHafGWUJT { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ttXTwnM2TxGJou5cGFRT39ioRHu1vNKv { display:flex;width:1.875rem;height:1.875rem;top:118.9982875rem;left:18.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #vL79tdWNymaT4f1EULPtQVLsTTSpQrP3 { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O86LoqiQTOv4XhRTC5NwyhMtgO41iqKK { width:20rem;height:36.7419rem;top:5.8740329742432rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#bZTU9tWbPdzn6imycAJgJyGmcFSwQQ9y > .row .container { width:20rem;height:6.4367828369141rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdzRTaCt9a3flqE6k3nTaHhnmPcdc2MQ { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ZVuO36dcTGnkBby5S2NwotXw0NmEEWxu { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #dByF9VIdNlNsTmS3g4VUMsGaSERfqwfJ { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #XTWedguplGHWa6FTLVsSf0MDWMFNiDTR { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #sFlVlKuIbT328QMHD14BPcz9gzdbrS2l { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9gBD3FB8k5Mqm3bGR1i5uKtAkTOQMwA { width:18.1861875rem;height:5.24884375rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#PvxSITOhoTp3XaUqeJKTRBatFhdzEOlZ > .row .container { width:20rem;height:13.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwnUyK4qmUmpTGKH0pIqTHms0RrC4RZe { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uakTn0TGC5i9M22eo9bhbvwa6ZX4LIT1 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VxS4xARF8FxiLqZz0FEWIigEBqgJVh8c { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ka96FIOF4D99aiBRp6FCHet7bfOTkXHD { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #MNWUTf7Afw5kcOGEhef0xLd8Q1uorqUU { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #faDOkXmZmdXMfmQJIW81QKilQqfq0Emi { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK { width:15.9375rem;height:9.1875rem;top:3.47395625rem;left:2rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#ggoz2fR91FTaMWSdCDs8Amt720ZhvBXK li:before{  }
 }@media only screen and (max-width: 763px) { #CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#CN8wxFtT5Knn0HUbcPMdpJeTv6KrGCB5 > .row .container { width:20rem;height:27.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CBBsN1kWzAU2Hdmahtch4ZL5VtStroqx { width:18.1861875rem;height:3.849825rem;top:0.625rem;left:0.90657556056975rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o8GnM0FJdxzR9yPvxJcwVcAgsIyp5kbq { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TV9U6CI9UPM0E6fXMDB8MpueosFsXVJ6 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ZIGCbhVXmLgiySdDZRcQVKNVrWAldg87 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #FG9zDnLdvRR3amPCyZ9GHrvw09zskAf7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #wi79h3roHUasmmEBJxI8ufTwtrHlfoAW { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 { width:18.8125rem;height:13.369125rem;top:10.1875rem;left:1.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }#SGVd8RdVcdbJpb8keC6m5TPrazns2FP0 li:before{  }
 }@media only screen and (max-width: 763px) { #ta7cXiTQkDhbC6dVe8uc2izDVMAsniWv { width:18.8745rem;height:1.3125rem;top:8.0615234375rem;left:1.12548828125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iVx40LSh1rmUGF9ifrklaJzGDhoK1b47 { width:20rem;height:1.3125rem;top:4.7493505477905rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xMfifAwGnC12FMvi1TWbEgNJveQkhE9T { width:20rem;height:1.3125rem;top:24.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 { display:none; }#kOH4401LzzL0vC9kKQicLf4ZQtCTkDT4 > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GuCfBqqxypU5yxaDnAvl70FtVOD4AEbI { width:1.9375rem;height:0.893375rem;top:0.9375rem;left:0.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pgk1zVNQ6naifJkTqvHlODMgceEqLT79 { width:6.3745rem;height:0.893375rem;top:0.9375rem;left:10.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8RfLe0SScJ38D2GXMHOIeLEvWK93o10 { width:11rem;height:0;top:2.236111164093rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zMUUs3uSBugn5NzcXBszcCcU4uFx9rnB { width:3.1875rem;height:0.893375rem;top:0.9375rem;left:16.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #thNOakKf9sd8MkvAtkw97DD4AseIslN2 { width:9.355315rem;height:1.4184025rem;top:2.8739874362946rem;left:5.2900754213333rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCJEtHDF6eVgQfvNpgk11gHwXLQmffO6 { display:block; }
 }@media only screen and (max-width: 763px) { #spfsJGkfozGE9f3QPwtJLqOhClrqH6e7 { width:2.4373375rem;height:0.893375rem;top:0.9375rem;left:2.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jnrn0n95yEkaHa4LziS57If8SOiFFt4p { width:5.12441875rem;height:0.893375rem;top:0.9375rem;left:5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#LxZ3Xv9iioTQu6RL0eW6bDBKDkADivC2 > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOXK60Zer49XfJadLusZuFov29xWEuG8 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #raqrsGtnLXefTLcOnzLGTS67GCJBa2Ku { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #SgGroa6VkvJkwaezwRcwNA9T7QIRD2I4 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #hPOdWntExCRI73514Qm5aDpdOGUv4kfK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #uQuXlF67xfODZuvLmR4QSKLdRWd0uWPu { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1P8qZf9chSDt9OMos7y3V7HdTiQBAID { width:17.1248125rem;height:3.30005625rem;top:0.74869823455813rem;left:1.4371744394302rem;font-size:1.375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CumwrbufthgXV0r6qSvSbSxZIueZcM9m { width:18.4375rem;height:1.125rem;top:5.4375rem;left:0.75rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u34trwoty8919kWKLQAVgBTxruB4OS59 { width:19.5rem;height:8.0295rem;top:9.7493486404419rem;left:0.74951171875rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#u34trwoty8919kWKLQAVgBTxruB4OS59 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #BArAesE1kydAMeUh2Tgq7rw8dRi5EUBa { width:19.5621875rem;height:1.125rem;top:19.436034202576rem;left:0.43701171875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TQrZFUGJ5PuweoD3cwZxTgkAyTFEvl17 { width:20rem;height:0;top:21.748260498047rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#TQrZFUGJ5PuweoD3cwZxTgkAyTFEvl17 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#ANoPoEIHXUVZ5Fr5bimTGmmg2vyF91cJ > .row .container { width:20rem;height:34.310760498047rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M1BHFb9RTDawcsN3wIvcISVqEGCRMQOD { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #PWsRU5Q88wP8Hakxye5SVTNzbxpZITct { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #v1SgrL0SsMxm2uH4IRkSxrStRsL08SHT { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #g57QzB4Ahin4yuuN1RDhcCb0MB9Wh5Ds { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #HSh4Eaeo2z9USfCKKlOPz6K7Fd2MkKLd { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1rmlToQ1TVu3yUIIVHdEeTwGu3irTQl { width:17.1248125rem;height:3.30005625rem;top:0.74869823455813rem;left:1.4371744394302rem;font-size:1.375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dS8UXFEglrDagXT9VhRZlQOAaBZuHBAW { width:18.4375rem;height:1.125rem;top:5.4375rem;left:0.75rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E2zbvPwrlTG6SBb7T68HFo5zXbwNiiBV { width:19.5rem;height:8.0295rem;top:9.7493486404419rem;left:0.74951171875rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#E2zbvPwrlTG6SBb7T68HFo5zXbwNiiBV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #TPXI6tUT4gVmD34VNBrqIgimFbgGCKVU { width:19.125rem;height:1.125rem;top:7.6875rem;left:0.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D96sWlNa7fkSkHaBTNhQRZ7gTuWPgZl5 { width:19.5621875rem;height:1.125rem;top:19.436034202576rem;left:0.43701171875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sp80XqakzckhkzS5ononFSdQKJwUVMh3 { width:20rem;height:0;top:21.748260498047rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#Sp80XqakzckhkzS5ononFSdQKJwUVMh3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a99eed0348a3acf7f3b3ab4905b4bd93854b68c.svg); }
 }@media only screen and (max-width: 763px) { #mMzLqt0vEs7mXR4k3F17lMiQFPXFN1WW { display:none; }#mMzLqt0vEs7mXR4k3F17lMiQFPXFN1WW > .row .container { width:20rem;height:124.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZB183sJdoWoO2wc3k1hdKU6tLmWgyH1 { width:20rem;height:6rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfULBCgLFxQb6VkBG60DubeL8eOe6gTc { width:19.875rem;height:29.4375rem;top:10.375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #lCSTNClrcfNAuIUeQzTIDHOI6hMJ5S0C { width:17.5rem;height:13.125rem;top:18.375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzl5x7Gm2mN851EUvE1TyDt7PXa0h1Gn { width:11.5rem;height:1.3125rem;top:36.6875rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH057GXwwUyRz7Dhv1v8kQnFKd1sGpOT { width:3.75rem;height:3.75rem;top:34.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtFNTg1PcqGUStzxCb60ARZnpB9sfLi { width:17.5rem;height:1.5rem;top:15.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTT2cGasTn64o7d0nMy13d4VTXh6AdS { width:19.875rem;height:16.5625rem;top:43.875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #dJfv9ixv6w7R4URaiil5cbSIgtQElKbp { width:17.5rem;height:3.9375rem;top:50.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRcbKqybnzpZdp52K5NJwTWVuK22cSTi { width:15.625rem;height:1.5rem;top:48.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6uFHC03SmiC8DJCwnavEsrcM3y4TKM7 { width:11.5rem;height:1.3125rem;top:57.875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axF0EGyvUgyocALfzwmPWCTatLJSbLLh { width:2.5rem;height:2.5rem;top:56.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGQmqnoAQG4xuVB3LN62cXneFTkmBnNI { display:flex;width:2.0625rem;height:2.0625rem;top:45.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #cz8HdlRVr0ToMu3rHzWF45mHFUqyHAi8 { width:19.875rem;height:16.5625rem;top:63.0625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #LDdiqk0G0Oi1OgRKxsqnbFJLbBU8xtsX { width:17.5rem;height:5.25rem;top:70.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmcUC2ex7Q5KsHc63itK4CUpXqHwADuk { width:14.375rem;height:1.3125rem;top:77.0625rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhrCaf1B6gFxu6uI394InU5WH2Z91HJ { width:16.75rem;height:1.5rem;top:67.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa4TbhDEkNqNz7hy8JEuoxXb2gvPs4Bd { width:2.5rem;height:2.5rem;top:76.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq8HoT2sDJaLIVTFJOmQhTlxlrgUFRwm { display:flex;width:2.0625rem;height:2.0625rem;top:64.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #IGFINdFmvXuVOs4v5NzpFgSLRTm50vIr { width:19.875rem;height:16.5625rem;top:100.8125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #V8BHNdZ9Hm3eCk3P8TKQOZLbnUJGlqI8 { width:17.5rem;height:3.9375rem;top:107.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdM4TOsB1hskTthcOg0ahZLdngXO9UHB { width:14.375rem;height:1.3125rem;top:114.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGHvfFPH6wkhBEwfqQpyeH0dElP3lck { width:2.5rem;height:2.5rem;top:113.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK9HVrssMF5H8CHoMNlhPBVp1Zb6ObFm { width:19.875rem;height:16.5625rem;top:81.9375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #rtMekFo4D9eP94sJ0Jm460FhRqhsrXIl { width:17.5rem;height:5.25rem;top:89rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBFRvedFJzUuTFNynEk7FmTgxcyOTwnM { width:16.75rem;height:1.5rem;top:86.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4mhsvPNbKEopArnUAoDtsMHVE9m5UB { width:14.375rem;height:1.3125rem;top:95.9375rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQCV4PadcBTPXg5QO9ETpT2PvdTtRoVW { width:16.75rem;height:1.5rem;top:105.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1J4WKRLoi9gA1Tt48ZVIEui9XlhPtE5 { display:flex;width:2.0625rem;height:2.0625rem;top:102.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #arN1yTCgonhitimnCoLxDBPmTMvM5foK { width:2.5rem;height:2.5rem;top:95rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVc3KIHTt9f5zh186KIVTK1cTTGHdvR { display:flex;width:2.0625rem;height:2.0625rem;top:83.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GyycLklVpWx7qFk9t7f4ZTx0L4U0h9Tc { display:flex;width:2.0625rem;height:2.0625rem;top:12.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#gMxb76n4nCiZCRoXzSdgH5vBZgTTpgAF > .row .container { width:20rem;height:34.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkpakuuBslGEVHT1LztyvMcUHysLm1W9 { width:20rem;height:11.137125rem;top:3.47265625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pi8Zg0sVuRTzLImebVG1zxETr6CIMSqT { width:18.1861875rem;height:5.24884375rem;top:16.558595657349rem;left:0.90625005960463rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zcWWozUSGufEWhdwM1HBrTn3XspDtRzc { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #mRdQpLRvDUTFX2OXiea3A4WlRespdXuK { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Q0O9LTHwNTyeXSmMRUr34ZkpQ3HT2umF { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #K0utR0ZI7BUybRSAOy2zFBK99ktCnMCF { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #pSUCH1oJaiksloBFL4e0lOMh2VZfTgTH { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4JSphxzDI0eltJXTlULMoRxgpQykoiw { width:20rem;height:0.97439375rem;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EENwGcdabhUlWwZRqAqfyOgwc9qZkOE0 { width:18.9375rem;height:2.62441875rem;top:22.87109375rem;left:0.53125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6UIwWRt4ZJoACcTMd5TXLNf6S7Pazx { width:13.3748125rem;height:2.374675rem;top:27.245278596878rem;left:3.3113607168197rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcC420crdSUs2cPx5O9I6cFHCCblRcUw { display:block; }
 }@media only screen and (max-width: 763px) { #uPFftTbJ0xlndfTveDuAKvay0L1hkUUq { width:17.7498125rem;height:2.27430625rem;top:31.245115756989rem;left:1.1238607168198rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD { display:none; }#ocxLmHpUSTfmAaPViH87HvCvDWKJ9irD > .row .container { width:20rem;height:51.389465332031rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XczdrIzpBOVHdpMQ6AS9hM6EbCSgDwOT { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #kvC2pEE2G1o9CTqbe6Pkl2oqDJh5EuF3 { width:19.0625rem;height:40.78125rem;top:10.64018201828rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRFqwzflnDDClhuSFB3AeJRp7uKgDrR { width:5.625rem;height:0;top:28.986980438233rem;left:4.5000002980232rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZbweG66R6dOrXbvEuBKMuTuwUrKaGGtd { width:18.186875rem;height:7.87325rem;top:1.2353515625rem;left:0.90576171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#MiCIW3uR9fTzzxlJUgRS1BQaNA89stEJ > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cwecgIePOkrrTSnqubFDkUpP6h75Ntnr { width:18.186625rem;height:1.3125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UMMa6DferTubWUoI5mHFrtKztzPHfiL7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #covPfVEgqHbwMBd7l09WLe5LSpL0iGz0 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #h0h7vpUxCNTfaS35g5i9k2CLDs9O4dfT { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #W3AHuBbEGMgIyRtRHEbyorayeF4kTPz7 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #PN8dW8k4OfbVNPDMy8MN5q4ZDwxQkmXd { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIFAyH3Maf9dgahVAaVT5fFWsTP6e7sL { width:20rem;height:25.9375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRNc7bM64iz4gO0NhbisahAPLUwX9I25 { width:20rem;height:25.9375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 { width:20rem;height:19.4375rem;top:16.9375rem;left:0rem;font-size:1.25rem;display:block; }#yKxLWiu9etoW27HSXJLAZMmwuLfBEdR6 li:before{  }
 }@media only screen and (max-width: 763px) { #aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 { width:20rem;height:19.4375rem;top:44.25rem;left:0rem;font-size:1.25rem;display:block; }#aQfKBHftoRdWBJJO15EGkI9opbhHduQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #Skv0CEVeXXC9I2tMImT5JDoPplPadUI4 { width:20rem;height:2.099825rem;top:13.5rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlu9KLVOUQE1V8fGClgsqyXTqmgB8hu { width:20rem;height:2.099825rem;top:40.8125rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u98L1WsPp0c2p2fbQL7CN8v9O62pIsmU { width:20rem;height:2.625rem;top:66rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CE2kZ2XTUuVRCxw6uiCA9QWLoreyUlgV { width:20rem;height:6.5625rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#DEmZZsr9HEUenq6ncaRwpbOVrJBdimi9 > .row .container { width:20rem;height:18.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMNe8iPWkLfGoCNS0CFJmuX7Jz8JbK85 { width:18.1864375rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N2GbEE9tIOMuiiJHaTmVT00ITarEOzaT { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DrOhSNzIafL5kl5SydLkCWZa3drccvlL { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #b3CwQbWghiEIgRtEaRzCFVT1TIP8Q0tx { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #FSavS843pCPRHRuAa89NNuJbKNmR3fUk { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #G0E4UavWpIk18Jhlk3mLpgS4w9qL8rCP { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFms1HaJ1RDrWUTzOzW5FR1ZBy7bLPET { width:20rem;height:0;top:7.75rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf { width:20rem;height:0;top:11.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }#ZneUDuPGV3INo9nMVcsmxpOIV7UeZBrf li:before{  }
 }@media only screen and (max-width: 763px) { #GBXfaoK9uoWSBtKfZRv3ORM5uFDkaTZ6 { width:20rem;height:0;top:15.375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wto4IquRvklk9l1HnyblNCMn1UOhm2kc { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#wto4IquRvklk9l1HnyblNCMn1UOhm2kc > .row .container { width:20rem;height:90.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gAkmp90N5ag3O3Q9iJVldrgrgQ9ZeHgI { width:18.1864375rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ToIxyzJFo9KnHFRxxcWlnDe2QzV1JIUw { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #abqKQx85cE38pchvVtscr4w0wzXCArDw { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #RweLRvzyr6b5Ikh1LnHJnmtmQLNWz3nk { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #B0NIV1bcWP8HdGTIvwC3TQtELsT11BWu { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:18.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #gtXnK2EcR6wuoxfeiTXiEQxSmDB54T7g { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGKTowpRlKRBAsURXCdJcTXZLxe2vOLr { width:20rem;height:36.625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfTAudkeqX11ZTvG3TZCOSTEolQ01ck { width:20rem;height:36.625rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84G5vowZd7pEtgownP6kcMPKeeWGAEN { width:20rem;height:0;top:25.596351623535rem;left:0rem;font-size:1.125rem;display:block; }#A84G5vowZd7pEtgownP6kcMPKeeWGAEN li:before{  }
 }@media only screen and (max-width: 763px) { #ef26cUkca1ivJnqL3PAsT1JV2UItFC2v { width:20rem;height:0;top:17.375rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qb9JVtSKlIJcTBzX1ULFgCIdHcPvgZzS { width:20rem;height:0;top:55.25rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TiEmubhN6O4AytUZUDB7IXzyGRfpASkK { width:20rem;height:0;top:11.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QP7ueE7WyME2w8wtwEPpxLGx9pnPsNxT { width:20rem;height:0;top:7.75rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IN6AmfpcLm33Gsn5aTkMKK1LSktLROD1 { width:20rem;height:0;top:21.449645996094rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NNVZnz2IQVZ2XzWr9DylUG78FICvkBEu { width:20rem;height:0;top:43.21875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MQOy0fwqKRP9KsC3V4OcnKl0cBZLVhkz { width:17.4375rem;height:3.375rem;top:47.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKtRDG5vKPttPzDSQCgDsw04v0TTGBb { display:block; }
 }@media only screen and (max-width: 763px) { #v8sWPlnracBlQS9rpmd4N73l0H62u1EQ { width:17.4375rem;height:3.375rem;top:84.999130249025rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9o74kGXQhZVynO6ygJfRpCIhFg1Rmp { display:block; }
 }@media only screen and (max-width: 763px) { #r8neT4poxgWTQOma9FGIQENZtu5X3wuL { width:20rem;height:0;top:59.324645996094rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XlUyDPdfnsZmak462DMUzTkpKBRCVU1z { width:20rem;height:0;top:63.471351623538rem;left:0rem;font-size:1.125rem;display:block; }#XlUyDPdfnsZmak462DMUzTkpKBRCVU1z li:before{  }
 }@media only screen and (max-width: 763px) { #KKX25l7fe7CxekPlHIb8d5pFeTinOq0o { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#KKX25l7fe7CxekPlHIb8d5pFeTinOq0o > .row .container { width:20rem;height:36.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ab1akNbz7sbgsX00keqJWKQfwfVynerE { width:20rem;height:7.97225rem;top:5.84895625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuUXCkqkBOtVw0N13Gx6SbdHM5ICLdyP { width:18.186625rem;height:5.25rem;top:18.50783125rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RbJ5T1T2AxdErBNzSbwqKKo9MdJIeIl4 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #gOhNU9XRVbzOzOdxJXLJXRVty1tTFPWI { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #XuILC3AirQQsBLzJsIzk7rNKRnq4eB41 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Hms6wFJ8Pl4g4kCxsP8NBPLGVNPcQSpf { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #A9vsmqIgxekeId3UColQ9Ssm1wyiEEoA { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxrw9UaOgUpLX9b8ahcraTJpa8aWi2oz { width:20rem;height:0.974825rem;top:3.625rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FW9gl5GDDvfluPTmHicHzT2e6l9kT5ne { width:20rem;height:2.625rem;top:25.00783125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #knQw8Q4I4fT9TTTQukoAN2m2UcTMViL9 { width:15.625rem;height:3.4375rem;top:32.75783125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aObp45ZB2S3v5ivxb9DPHFzV8GXIF4fO { display:block; }
 }@media only screen and (max-width: 763px) { #QzLVBW7PNFwD9zhd8bX0T4LJQubf8E9D { width:20rem;height:2.625rem;top:28.88283125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cG13yA0CMHT10iqxLa4hHIoCJPO9pf4m { width:20rem;height:0;top:15.07033125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9NfpCtHHXXBTGe22Ew3Rr51FfkObrsG { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e16F6oFO23FFqyT8myKRWdMoChH6chrb { display:none; }#e16F6oFO23FFqyT8myKRWdMoChH6chrb > .row .container { width:20rem;height:90.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qrXuUScvwnkNm4AAPZHSlfr3IneWpUAn { width:3.1875rem;height:2.6rem;top:21.25rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p569WD1POIfpc4xmdv3xd5ux6SpXn55w { width:5rem;height:5rem;top:20.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBJs8WDdCTEKAPeG9FZTAD1pH45aMES2 { width:14.25rem;height:7.875rem;top:54.291665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMwZ6DyZwIUUimAifqTCKeCPaF9zroSe { width:5rem;height:5rem;top:32.41666625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgZHThsTgeAooTUuH8K69oNTpC7XbRwl { width:3.1875rem;height:2.6rem;top:33.35416625rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQagxmNgZHaciZnSMZeorT810SOGQ90q { width:14.25rem;height:7.875rem;top:63.416665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f34y8uArAGkrLu1BxVc5vfxTFsX75tbx { width:5rem;height:5rem;top:40.1458325rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcMVfRk0nxq38coRrwFRs89kMslhKIdZ { width:3.1875rem;height:2.6rem;top:41.0833325rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #su75NiaKEw45x2vds1qSLIiQm8d1vw22 { width:14.25rem;height:7.875rem;top:72.541665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5Lq6VeoCny13u8h5c12r7n8MiQxAqDW { width:14.25rem;height:7.875rem;top:81.666665rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbraIo2unTRqS1DN2LtBbhNTGsG93PWB { width:5rem;height:5rem;top:47.87499875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzGT0k3LfF0UFK5OTB2QDmViRK4RzzMd { width:3.1875rem;height:2.6rem;top:48.81249875rem;left:8.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubVgvqAknQQanz5E8316zokCl30pCc1 { width:6.25rem;height:0.0625rem;top:26.72916625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsaUneE1WRGtHgesD7xqQqesaf3qGES { width:6.25rem;height:0.0625rem;top:38.8333325rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrHuei5byIABMhAn1qcSoQxEi2XaXwb { width:6.25rem;height:0.0625rem;top:46.56249875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6X3HplDn4kEv4AaKaGALodoIvVkkkof { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ozXscALtJ4GiGIBisag7dN2pzfmQtne8 { width:13.4375rem;height:0;top:5.0625rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GR7eAGKNVwPnUUfk8mUDIlnINMX9cNfN { width:13.4375rem;height:0;top:8.875rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TO2Kz8ranbs2mdRa5EKmo9wkdA32ETXf { width:13.4375rem;height:0;top:12.6875rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i7Hq93SJTPJOsouTrmrcHQv4nIzghPed { width:13.4375rem;height:0;top:16.5rem;left:3.25rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GVIyLTpdgs12N4MZICdaIWX60ByIwUMG { display:flex;width:3.125rem;height:3.125rem;top:28.04166625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM { display:none; }#LXgAlFD6I2iLNoWTC2ecLpFvCBHad4CM > .row .container { width:20rem;height:103rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ureAMTPAlIimVO0LGD70m2kCUbRdiHl9 { width:13.875rem;height:19.4375rem;top:5.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SGDazZy60oLGoEMbCKhBmiXZ9FdliN { width:2.4375rem;height:0.3125rem;top:6.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6FMyAG2tOakxUZdko9vfaqWBe1zdl8 { width:14.9375rem;height:1.86865rem;top:7.1935763359069rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJBCb3QPrHJKcRGfi8t0RIpNA0ZTq1Q { width:14.9375rem;height:5.199225rem;top:12.529514312744rem;left:4.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kOzpLIzoPJxhBsr2R8gphnvcHSERdT { width:13.875rem;height:19.4375rem;top:25.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dypmZk7LU87BRuh5lU5L5xsfpUyInB9V { width:14.9375rem;height:1.86865rem;top:27.881076335907rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXvCv1QiMkAJfqwZf8Tv2ng0ABoF2X1z { width:2.4375rem;height:0.3125rem;top:27.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUOZnh1HJGwPke805TtUtuaN9dnB0Vr { width:13.875rem;height:19.4375rem;top:54.1809875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcApQnc1m1hncRk7gEBb6nvRO4DUNgt { width:13.875rem;height:0.875rem;top:52.0559875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FXf6ybfsPNTpEDHRy6dH62UTnWuaJK { width:14.9375rem;height:1.86865rem;top:46.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasmSm6DP1Surs3Cy5J8JUthvOe2EQVV { width:2.4375rem;height:0.3125rem;top:55.4934875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ISh9bqVdW4P9Tmq3TtTXvTHrTLSEQ1 { width:13.875rem;height:19.4375rem;top:80.486975rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l44I9X4dfueVlB4sJJgU3Mb10RFDp9bS { width:13.875rem;height:0.875rem;top:101.174475rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZS5GBtrhTP49cOIN4ZmzEc2aepZqqJ { width:14.9375rem;height:1.86865rem;top:74.8684875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtcHqtBVlgr3TQCw2gQB9rVTxVAozca5 { width:2.4375rem;height:0.3125rem;top:81.799475rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TuN90CG7KFHHG2mT45qOapUWWxTPVl { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TRqlIs0bAE0GOTRwnNvr8F8822PD1zoB { width:14.9375rem;height:0;top:10.559896469116rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGyJ65MqbccWxhsNHQlT65xULoTcVML { width:14.9375rem;height:0;top:31.287326812744rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFn9FseZTfRDEAOHe0bQ9EGRZp7Ibkpt { width:14.9375rem;height:0;top:49.5559875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53t88GOACKzd4TzgFrbLQzMssVn9h6g { width:14.9375rem;height:0;top:77.986975rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#rONu2VrJ8EpGiT4d1dp0CWRw7xMBXrg4 > .row .container { width:20rem;height:18.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSTtxzOTXN5gBPKyhWK2QITaSdinKGw6 { width:18.1864375rem;height:5.25rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lWs8lu5SbZofglXu8o3u1Hf6BepMfcTD { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #LZLGwgS7JMoLsUa2adeQzpdtfc8phnKt { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #kRvQcHuLSl0KTtk4t3cyHQGNeRNBc7ag { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #sCusWPwmclo3VxLA5PDuO6BiRTPgCgmM { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #P9K37TOOSzbb4EX5WgvgzDxTPW3baydS { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbTCybishVMZxmKfcfOhyWKJyds6Z8TM { width:20rem;height:0;top:11.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LudgUT2OSxWSKsOn7ZP2wsUkLzNoa9AS { width:20rem;height:0;top:7.75rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a9Ki48wCTXI4mqk6QXNZ4s2WeDT1wrc3 { width:20rem;height:0;top:15.375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hzfsPCib7wHSf1xh8xoQxA1w1BPltepe { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#hzfsPCib7wHSf1xh8xoQxA1w1BPltepe > .row .container { width:20rem;height:99.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcZCzPV5ChkBX6XspeIGD04kCLTGkq3y { width:18.186625rem;height:1.3125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bpasJmNDpJgp7XZFcTRIc1XnU1HN9bss { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #N0rzu9aP4GI6rzf0C0huLmgf5hH3wsOz { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #fcXz5bV2o3VnnnDgAboqN65Be3NcPK4v { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #yh3ftTgoGTegcbaLAuydx732r1AsBiiG { display:flex;width:1.875rem;height:1.875rem;top:79rem;left:18.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ZUnNbF41xW3noVc1CMpNKvE4yDrZ0RnQ { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckBx783fWTMtPsxquW2wDb1ywouA5Pfd { width:20rem;height:40.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc2aqpPxff1RZ6FrTbJWLo2pTOwATLt { width:20rem;height:40.3125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWHUnagNgzTIUNezwvmJXumFqvvhn0bt { width:20rem;height:15.8680625rem;top:23.1875rem;left:0rem;font-size:1.125rem;display:block; }#JWHUnagNgzTIUNezwvmJXumFqvvhn0bt li:before{  }
 }@media only screen and (max-width: 763px) { #oZU2vKMvuaVc5GvTHikCBok3NEl7nzt3 { width:20rem;height:6.2995rem;top:14.9375rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CTyI1KxERAI40a6IPopOfxP74NlKwxHU { width:20rem;height:4.19965rem;top:56.5rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KA3alII7CmGyJ8ZHya07zys2CZMKlf5g { width:20rem;height:2.625rem;top:96.0625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fZp0UBWwgeipSZPHCaAA8x3SCQgVAy6J { width:20rem;height:7.875rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #trkKlWoFJpaO9H1cp393BuOsKngRX08e { width:20rem;height:2.625rem;top:19rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zGLm5OAHkZSwxqmX25LU1DyFNq59eklh { width:17.9375rem;height:2.625rem;top:48.8125rem;left:2.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QA29Nz2BFF2ryix2wkG7Vy302iIOaN4W { width:19rem;height:3.375rem;top:44.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVoWUeI65rLB9k2g0B54XEGBOksPAgT { display:block; }
 }@media only screen and (max-width: 763px) { #QqPbdgvINCOg0vLfIygm0XuwSoKb9un9 { width:19rem;height:3.4375rem;top:85.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba7oXzrHPy4UxDdfx83wp2R9IIIpH11I { display:block; }
 }@media only screen and (max-width: 763px) { #necBugvPJAcBaL3VeM3SO13batHrIOtc { width:20rem;height:2.625rem;top:60.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 { width:20rem;height:15.8680625rem;top:64.75rem;left:0rem;font-size:1.125rem;display:block; }#JLkTyEMMbTChBPNPU4mGSDVZSD0zrkn8 li:before{  }
 }@media only screen and (max-width: 763px) { #XE9hrLhqXoyTcZRF5QM3vKkD1PocIKJr { width:20rem;height:2.625rem;top:39.375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v4mPX58F68tJTVbzRZOaI0tT158OGLJR { width:17.9375rem;height:2.625rem;top:90.375rem;left:2.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UNnOQ4aWa4ZL4X6cdd6C4K990NUn1stE { width:20rem;height:2.625rem;top:80.9375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#G5LVlLXMhOwZXA8GsL7SC6tXzihlQQRQ > .row .container { width:20rem;height:13.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akFkbTVtJo8euJkL3y2bwITezr45LA8F { width:18.186625rem;height:11.8125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ssFATSBUgkdNKJ3JqIH9zrC6KKzzuOmf { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #r4dsXRhUSyUzldM8ogNx6IFzuvxiOpFN { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #KdxVnFwSCGTAXrJfKlG8C53HJtv2Wpdr { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cMOmzTwBaPMUexexnEgkWx34fekm3fVb { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #F6pyoXPq3oKKSpWI4Gqc47lWW5J5u7Dc { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPlB6nTXRoQolNuOQ153M43RbJzhmtNn { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -moz-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -ms-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-image: -o-linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#000000' );";background-image: linear-gradient(264deg, rgba(var(--color-primary-3),1), #000000);background-size:auto !important;display:none; }#lPlB6nTXRoQolNuOQ153M43RbJzhmtNn > .row .container { width:20rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fOqrDQRFRgONrBwbuQ8LwyFDLNFnQWdr { width:18.1861875rem;height:1.3125rem;top:1.25rem;left:0.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m6OAhk3KBEJqPunl5fgwBxHIdLVnVp4R { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:5.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #wT4VdzlIT0xBmuWkB1LeWtAdhtHBZ1l5 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:11.3125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #JXnHcrRZrm4tIJ93NQ5rdgBsg7x1JdWO { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:7.5625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #fVlLTurgc0QrEXpZUSptXw9sDsquPwO8 { display:flex;width:1.875rem;height:1.875rem;top:50.4375rem;left:9.4375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #sPDF2JgBFaL0noe5g5rFu4PoecamvXva { width:19.875rem;height:2rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTmxRvApTSHC4V1vTUD7miwgtQICdTaG { width:20rem;height:6.55925rem;top:15.4375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wagm4vchafxFXypO8m1nSA7bmoI61zVE { width:20rem;height:1.3125rem;top:12.875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UVpJZRQGZJmWQggQKg69n1riHmLVLWoV { width:20rem;height:2.6237rem;top:3.8125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tn0PMZHGd1FkhdbGbEcHSH3cL0hyxs8p { width:20rem;height:3.93554375rem;top:7.6875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m3T2yoHaZo7TXTqpLVGudSpS7yqv0C2u { width:20rem;height:3.93554375rem;top:23.25rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #syaA8syqbBuqx48nrGaf5B5zN7WTWPME { width:20rem;height:2.6237rem;top:28.4375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f0IiGVV1F7U15wP0x3EAQPnL7MQOG6Qd { width:13.3125rem;height:3rem;top:36.625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jgzxyq7l9sOf7VDnsyoZwLCtvusrWzd8 { display:block; }
 }