.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:208,228,255;--color-primary-1:118,173,244;--color-primary-2:27,119,236;--color-primary-3:0,72,162;--color-primary-4:0,17,51;--color-secondary-0:216,247,236;--color-secondary-1:137,230,197;--color-secondary-2:59,214,158;--color-secondary-3:10,204,134;--color-secondary-4:0,190,180;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@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); }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { position:relative;display:none; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { border-width: 0; border-radius: 0; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ob58LgQ5idb9wTBbuaQdQoD4UalsJu9s { position:absolute;display:block;z-index:15000;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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 { position:relative;display:block; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 { background-color: transparent; background-image: none; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row .container > .video-iframe-container { display: none; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row > .video-iframe-container { display: none; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .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); }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 { border-width: 0; border-radius: 0; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qi8p41l4UWpxfewD18EypA8SzHupn8oZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.5625rem;top:1.09375rem;left:31.21875rem;overflow:hidden;display:block; }
#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;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; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP.adaptive-delivery-prevent-bg, #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP.lazyload, #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP.lazyloading { background-image: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { background-color: transparent; background-image: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container > .video-iframe-container { display: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row > .video-iframe-container { display: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .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); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { border-width: 0; border-radius: 0; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#QSlfhUpZzBHDZQ0DzxpwsgnN8Q21ug5H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2539cae9-b34e-402a-b861-06fd72e82023/hero.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX.adaptive-delivery-prevent-bg, #gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX.lazyload, #gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX.lazyloading { background-image: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container { background-color: transparent; background-image: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container > .video-iframe-container { display: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row > .video-iframe-container { display: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .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); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container { border-width: 0; border-radius: 0; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#wQzAluFnDdSHETPSxIcJvPPX7vV8H3SL { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:7.75rem;left:0rem;height:9.912125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PANpBdkhQDBX87M9szzsqHxcyL5840pn { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.32);top:18.75rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#JHp7xiGpTVPqktxSS4fyaRfmeVZ8PWk2 { background-color:transparent;background-image: -webkit-linear-gradient(166deg, #00b0ff, #0063d0);background-image: -moz-linear-gradient(166deg, #00b0ff, #0063d0);background-image: -ms-linear-gradient(166deg, #00b0ff, #0063d0);background-image: -o-linear-gradient(166deg, #00b0ff, #0063d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#0063d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#0063d0' );";background-image: linear-gradient(166deg, #00b0ff, #0063d0);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.41) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.1875rem;left:0rem;display:block; }
#TaaIS7aWFhxAPukLFAoCIHpJwsRPTow2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO { position:relative;display:block; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO { background-color: transparent; background-image: none; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row .container > .video-iframe-container { display: none; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row > .video-iframe-container { display: none; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .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); }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO { border-width: 0; border-radius: 0; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sqqdcGeEotbKNqhfO57q8cOhvPUuSGBR { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:11.5rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#x6DuKGtpNu1TnDrvtGwllxowxgoUlkSV { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iXcPdp9gBmrssxJ9TwHIBLmMbWxqIpKy { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#R8TtIw4rG67UeM0PTU8NW7yHSfBmHM05 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.7490234375rem;left:3.25rem;height:1.4622375rem;display:block; }
#RPuffTiAhelZK5SAhIyHc5J8L1mB5Hq9 { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5556640625rem;left:1.15625rem;height:5.0371125rem;font-style:normal;display:block; }
#CTnx3z7B3xxW6ga87ecvbTi6SWFozbvQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7177734375rem;left:1.21875rem;height:1.7871125rem;font-style:normal;display:block; }
#zKccGbJh0xoFupa8o676BhPgHbPnvv7n { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3798828125rem;left:1.21875rem;height:2.1933625rem;font-style:normal;display:block; }
#uJcfuMV5OWRgMH1EezC72pmG1O0TTGTM { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15008;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:1.21875rem;display:block; }
#bVQiHcBDdnVzkyUN558UvX4D3nHKV0Hk { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0869140625rem;left:1.21875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#TyLcPr7y1VCqxMr4WhOCTneNuaHpm2P0 { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:3.6875rem;height:1.29980625rem;display:block; }
#KXQJIx41l1fgT3UmLpWHTFmeBVRMJARU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.6982421875rem;left:1.25rem; }
#BBWHJBWSZ5mUDhFbFWZqTplKCIW9n6Hl { 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:15011;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.7490234375rem;left:19.65625rem; }
#epEUrmDdIFFR2ynzw0NdU9WklwCobqLT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.3681640625rem;left:1.59375rem; }
#NzsETn9gaE2OqHlUWw0y2zlOOD5bZft8 { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.3125rem;left:25.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#CXebTV9cpWdzTWBhR1qO0JS7FCd9leUV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;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:17.75rem;left:28.875rem;height:1.4622375rem;display:block; }
#rRClTHgTEvvxUySXMNi27ZmchwPHP3uJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.6875rem;left:26.875rem; }
#mgw4uZsX2GwF9Ie1KfXR7QX01RSKSkny { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.5625rem;left:26.8125rem;height:5.0371125rem;font-style:normal;display:block; }
#rlhTrnMvaQ2EtXidQUmLg0y29NzqsILv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.6875rem;left:26.875rem;height:1.7871125rem;font-style:normal;display:block; }
#NsTqEoBBZUs29GOiTm5l4XUcTxs3APOu { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.375rem;left:26.875rem;height:2.1933625rem;font-style:normal;display:block; }
#lTI38oGDvyZzGMqPfXB2iVUGowUesCT8 { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15019;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:26.875rem;display:block; }
#TpT8Eyen0xgbm9K0TGF5PgFSyUvuk7wU { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15016;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:26.875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#t0igWEUMntEDypKKOWNJcKzxuZaLpQOH { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.375rem;left:29.3125rem;height:1.29980625rem;display:block; }
#TXD451EF87VubatZPTmdTteKkVLibqLv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:30.375rem;left:27.25rem; }
#MUJbrgaxHOeBxPTEE8Lvzu5uVSlxA0Ah { 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:15022;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.75rem;left:45.3125rem; }
#chdkftUkND8nSW5oJZOQWcV0axkPtdnR { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.4375rem;left:51.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#rFXAf0zxTiB6XAn1FUoi8QnaBrTQQ0Xb { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.5rem;height:1.4622375rem;display:block; }
#zHm2hzDc7Tc4kridFbtMyInvnFgXgPf7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.8125rem;left:52.5rem; }
#Tam6SdLQx0yt4WJHixB4X0TDttk4MW42 { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.6875rem;left:52.4375rem;height:5.0371125rem;font-style:normal;display:block; }
#o5hFTRW63BqAex2ryOfw7QqqeqGNNkbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:24.8125rem;left:52.5rem;height:1.7871125rem;font-style:normal;display:block; }
#nXbbIR971gT4rgswmFce82WQ9vdr45rC { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26.5rem;left:52.5rem;height:2.1933625rem;font-style:normal;display:block; }
#XEzOJwHhyhnzNGXDi4EEIJw0P4mTicO0 { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15030;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.3125rem;left:52.5rem;display:block; }
#w0E3pSR7Xte0dLq3Tw1aIJkAFQtqbZnl { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:52.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#XxmcdHd7ddsXZoPezdQlbmBTDh4egUJf { 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:15033;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.875rem;left:70.9375rem; }
#x9thFVOrufa6RL4A7lVipLBGtQ9LhpUb { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:30.5rem;left:54.9375rem;height:1.29980625rem;display:block; }
#FygvTGXtllAbTyc3Pf0S6hTeA7bagdR5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:30.5rem;left:52.875rem; }
#XahStUPXk6Ju9LHRQPix02D6p3KkLWhO { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#iAGmaBfei6Xwm2TGvdsFKp7bBZ4wFcJf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5556640625rem;left:1.15625rem;height:5.0371125rem;font-style:normal;display:none; }
#zADiHmmSc3ULktOLxNo64Ft3A7LBI2F6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.6982421875rem;left:1.25rem;display:none; }
#oIbR0Jze0PJXIMm0RnzOAvieqUnwnTiC { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.7490234375rem;left:3.25rem;height:1.4619125rem;display:none; }
#t86g4cqROyzT2hhLb1CD3i7cycTi8MdA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7177734375rem;left:1.21875rem;height:1.7871125rem;font-style:normal;display:none; }
#FHIFMNacwooTL7vgaKzyXg0wwA9utDAl { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3798828125rem;left:1.21875rem;height:2.1933625rem;font-style:normal;display:none; }
#M71x6AKU5iu39Go92t88NcuALnb36WJy { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15008;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:1.21875rem;display:none; }
#uR1XfyTKCb9MDOUphIuFIOob5Rulv4QT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0869140625rem;left:1.21875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#Jcx1ybUL0mBgDBEMa7iihnB6tfahDS7p { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:3.6875rem;height:1.29980625rem;display:none; }
#fhdFpy2R66F2NnDDTzzdPXc6rtnpXEuq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.3681640625rem;left:1.59375rem;display:none; }
#LigRrnkhyaXqUcTQDytNzcU7AXJ1mEFz { 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:15011;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.7490234375rem;left:19.65625rem;display:none; }
#avT7EPFATSpgELiS8clhlrLQ03pCOoUg { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#iknJlsGkRdcGdlmwp2oDqZp67ppHWync { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.6982421875rem;left:1.25rem;display:none; }
#HdBQpGgBCAAx5s3pPgPOtATe0PckBsBF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5556640625rem;left:1.15625rem;height:5.0371125rem;font-style:normal;display:none; }
#z9FnMLXvhJJGfKKBuyLA593gFcZpVJqI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.7490234375rem;left:3.25rem;height:1.4619125rem;display:none; }
#fBlFM99hSfuvTM3RNQRaAaTFehcGBem5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7177734375rem;left:1.21875rem;height:1.7871125rem;font-style:normal;display:none; }
#RMtORw3SBAeg8g9uTeshyAqDdcC8UEfB { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3798828125rem;left:1.21875rem;height:2.1933625rem;font-style:normal;display:none; }
#JPfJDc82bVZnWJpzSXUdqEMME0nWWBmC { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15008;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:1.21875rem;display:none; }
#p46R8a9cECUwyl7pg3LuWTxARywwmToX { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0869140625rem;left:1.21875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#O0fpCwB4dZn0hdmIEqIthfFEBfiD6lTy { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:3.6875rem;height:1.29980625rem;display:none; }
#naMXBUZxf7CoBeEhqwAKmgNDw3gkcM2I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.3681640625rem;left:1.59375rem;display:none; }
#y4SzdtuosLmWa0Eni617KESbuHAHU2Lp { 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:15011;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.7490234375rem;left:19.65625rem;display:none; }
#Qk5IW1qJkm3XRAxTICtsUMfPvEIQzgTZ { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:36.1875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#eFtML88ZLHuHbMJ3GPRl98ei9rstoEZM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:37.5625rem;left:1.25rem; }
#W7ToPnSLkxyEIiHM1chdpQ3QNu17URJ1 { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:38.4375rem;left:1.1875rem;height:5.0371125rem;font-style:normal;display:block; }
#rBhFCOeSTThHBB6lKEqBLMyUaB6zs8nl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:37.625rem;left:3.25rem;height:1.4622375rem;display:block; }
#hmTsgy52byla40tQt9t1JHtVga1de8MC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:44.5625rem;left:1.25rem;height:1.7871125rem;font-style:normal;display:block; }
#rwoTPrXmf1i0s3LteXoiCpVSAsq7LqEX { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:46.25rem;left:1.25rem;height:2.1933625rem;font-style:normal;display:block; }
#c47uqKMNTmQ4Ae8RAfCe9hfCpQWPS8RU { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15030;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:1.25rem;display:block; }
#wV7xdg9tx8aoknR3wTpHrcaHETNzDRw3 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.9375rem;left:1.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#X20Jy33NA9r00GDwsETgGqfQTQy67ANm { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:50.25rem;left:3.6875rem;height:1.29980625rem;display:block; }
#idUoOwiW6uXr7I1KST1zdTGRKiiJJDCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:50.25rem;left:1.625rem; }
#uVc5RSvE2yQi2mnAdOLHBOygJUDvzHyR { 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:15033;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:37.625rem;left:19.6875rem; }
#JFLSeP1BOuA1AgKS7C8thoNFIxnG9FTr { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#LC4Btxf1JkaV1TX8LTX5i6b5huDluOOO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.6982421875rem;left:1.25rem;display:none; }
#tk83CxBwmm8PKHASv5rbJmDqszEnIyGi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.7490234375rem;left:3.25rem;height:1.4619125rem;display:none; }
#gwMLmSpWVRFhSqDXkQlALFIcJGnfWlT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5556640625rem;left:1.15625rem;height:5.0371125rem;font-style:normal;display:none; }
#JTfHpMEzEsCKxZ1JhLl1cLigOT5uIc1u { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7177734375rem;left:1.21875rem;height:1.7871125rem;font-style:normal;display:none; }
#BgNd8XTs9yC1zZNvO51UcZnPnPBPHy82 { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3798828125rem;left:1.21875rem;height:2.1933625rem;font-style:normal;display:none; }
#mP8qxlmEdT52vzZFRwRz3RG4z6y0FOcz { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15008;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:1.21875rem;display:none; }
#gbEVgPwoGozmbwlAM03zB0eoShgqNIDO { 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:15011;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.7490234375rem;left:19.65625rem;display:none; }
#mthN3gkhrJSmNXuPKQ9ZrT1hxqPfoiES { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0869140625rem;left:1.21875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#le657K95e62x5tQJdDHXatcAu6vwkWiu { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:3.6875rem;height:1.29980625rem;display:none; }
#M3lZ6b1N24zEEMdQikaiuAeSMcNAgcXM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.3681640625rem;left:1.59375rem;display:none; }
#cgX4P0pdSVS6b5oGrlJDQ3gcKbk2v1Ms { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:36.1875rem;left:25.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#emMBNTeC8mvvEPDFrS5mRoehLw4PbcpX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:37.5625rem;left:26.875rem; }
#gNJFWT80HxyelE9MW10TokapWTIhyUQa { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:38.4375rem;left:26.8125rem;height:5.0371125rem;font-style:normal;display:block; }
#WVvbleDJq0HimuqHOL4qX4VgUQWsT5vd { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:37.625rem;left:28.875rem;height:1.4622375rem;display:block; }
#sDVVpEPZFe1GBwNqhg0H4irsPkhHBAec { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:44.5625rem;left:26.875rem;height:1.7871125rem;font-style:normal;display:block; }
#T5iLKObPWheLy1CdMBSRl0hSNQVZEJGw { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:46.25rem;left:26.875rem;height:2.1933625rem;font-style:normal;display:block; }
#Xgp6HXRirGSTd8PP0yDFEvnxhztATPu2 { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15041;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:26.875rem;display:block; }
#TQ2TDZs3GFuAcMcoKDZDITRE6STpGWqI { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15038;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.9375rem;left:26.875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#iIQrwm8LGTJAXZvpAz1Ho80B7gdmcNAM { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:50.25rem;left:29.3125rem;height:1.29980625rem;display:block; }
#vtWFfglTTyv8zm0h6VZ7sGz1EPQ31Xgb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:50.25rem;left:27.25rem; }
#LTGnTTwvTCbS8tJDcNeq6IJfAFTbGk3a { 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:15044;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:37.625rem;left:45.3125rem; }
#dqIG9MMHXpmBKEeosuIEiK6dKKazWNuv { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#yV2HpMEnkR0WSkF53Lpy4n8ie36Vpv47 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.6982421875rem;left:1.25rem;display:none; }
#mKf5VNePFnioqn66SEdFOXeyTCbTrmoT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.7490234375rem;left:3.25rem;height:1.4619125rem;display:none; }
#wKRac2AMPGQmCn7vUbUyKXhqadi6WyoW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5556640625rem;left:1.15625rem;height:5.0371125rem;font-style:normal;display:none; }
#dcRLUFqUuuREc6l6bJQTxodv213HvBlq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7177734375rem;left:1.21875rem;height:1.7871125rem;font-style:normal;display:none; }
#f5JukUUT1i9nrxxT4GvCrlwG1qu2d22u { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3798828125rem;left:1.21875rem;height:2.1933625rem;font-style:normal;display:none; }
#FATqz0k32ZG5aHhz7Hh8sKzklb2XTzw3 { 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:15011;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.7490234375rem;left:19.65625rem;display:none; }
#JrWMwH6tDNFhx2ohhKIzUBVIMH3fbOJq { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15008;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:1.21875rem;display:none; }
#ZQp2FkUawmta1kGZPmx89hpAE9fB6kEg { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0869140625rem;left:1.21875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#GRkSC8ciZm7XlLMgyrkluaAU4TP9M4u9 { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:3.6875rem;height:1.29980625rem;display:none; }
#SOrTL0JlQNymQrVUqaopB1XENnJTJBW3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.3681640625rem;left:1.59375rem;display:none; }
#Hc4qDZq85NwATinEUybOOSIrmv7o0lST { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:36.1875rem;left:51rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GSed2mRgfPbT9Qa4S94S5xTznCnXhl3r { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:37.5625rem;left:52.25rem; }
#E3X1i8WquPVX1TJ8DNaC55kaz4BTGPo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:37.625rem;left:54.25rem;height:1.4622375rem;display:block; }
#REPSmp6tLLavtwp3QTesSbc63hvHxpfJ { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:38.4375rem;left:52.1875rem;height:5.0371125rem;font-style:normal;display:block; }
#yEqQIbsbtOT5hWGGq0en0cLQILUiRTkr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:44.5625rem;left:52.25rem;height:1.7871125rem;font-style:normal;display:block; }
#Wi9yCDowoslCVry1XhAJKa9Tz3oqup0H { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:46.25rem;left:52.25rem;height:2.1933625rem;font-style:normal;display:block; }
#bN3sMFmGiFXmdawJXHxp6VOTkb8FEnzf { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15041;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:52.25rem;display:block; }
#BbhwQqvm6OJWon8MPFCAC0MbTkyFe3Rk { 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:15044;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:37.625rem;left:70.6875rem; }
#NgaWHWMhk6awqcJhLOeDNFdHOiL3WpST { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15038;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.9375rem;left:52.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#bT8ifp3VTfcE5KQLvcUvAdDfL4pFIRVS { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:50.25rem;left:54.6875rem;height:1.29980625rem;display:block; }
#hvJ4kDm96uH7ikGvoG19DwUhkdUUaaT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:50.25rem;left:52.625rem; }
#t6HaTfGcTu8TK3hCL3BIshHbr88Nq9BT { box-sizing:content-box;height:16.4375rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #deefff;border-left:0.125rem solid #deefff;border-right:0.125rem solid #deefff;border-bottom:0.125rem solid #deefff;top:16.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Sw68JmEslItA6LGZELfBaMhZDizHJmWl { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.6982421875rem;left:1.25rem;display:none; }
#zSIurW2K8oySbusCOKKinpPvNJB9fKnp { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.7490234375rem;left:3.25rem;height:1.4619125rem;display:none; }
#gAWmFsgvvRZECAEFCabAWxvxuB03FlTf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5556640625rem;left:1.15625rem;height:5.0371125rem;font-style:normal;display:none; }
#bO1SEmVfSo6QTTSHSssp7HJ1JUH10n77 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7177734375rem;left:1.21875rem;height:1.7871125rem;font-style:normal;display:none; }
#lBuCVs1zdFRQWUTvpo27bk1SHSL03CVX { 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:15011;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3));top:17.7490234375rem;left:19.65625rem;display:none; }
#nWZd3viQKbNiqhxa4SAT02w8bvadLfmq { color:#006ce3;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3798828125rem;left:1.21875rem;height:2.1933625rem;font-style:normal;display:none; }
#pbxTx7Q4IvmJkECFAH3rIOtaUuaU8cwq { box-sizing:content-box;height:0.125rem;width:21.5rem;position:absolute;display:block;z-index:15008;background-color:#e4f0f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:1.21875rem;display:none; }
#PdV6Kpp0yzDcHgk524W2i96WRVCgmb7M { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0869140625rem;left:1.21875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#WUvfquHkSyQKoVmybS9UiO2trkurJ2xn { color:#999999;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:3.6875rem;height:1.29980625rem;display:none; }
#F8lLRtuvoZGPes17AWqNx653tgrK9maD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.3681640625rem;left:1.59375rem;display:none; }
#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 { position:relative;display:block; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 { background-color: transparent; background-image: none; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row .container > .video-iframe-container { display: none; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row > .video-iframe-container { display: none; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .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); }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 { border-width: 0; border-radius: 0; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QtVLGsTpPgmwZ2x5SNhaAV0VKEzWCQ1G { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.5rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#CfLeqk4cFP2S4ltqQoiLfcBq0Kb8rMFU { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5625rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#H5ErMVzaVOKER93HkMBbsx4gB82a0anf { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-size:auto !important;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;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:15.4375rem;left:27.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#hODywwVpP3dGqg615dDAf2EpGkuELAcT { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15004;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:35.3125rem;display:block; }
#TW6s9E5JnAQLrZL5ZEFArqXwy3lRMKon { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.6875rem;left:27.5rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#E2FdRAi8sSONhurBskuVpOIA258BOtVW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:27.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UpUxCfE8Xh4kvlBvNInryCRIG10X74Gk { color:#006ce3;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.875rem;left:30.8125rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAzqNsuOCb4XhxDpqmT6JsakBOJ6Gu14 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35.0625rem;left:28.5625rem; }
#yIAp5dK1oPxRExxNS250IBvZymLh9o9h { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.0625rem;left:30.5rem;height:1.29980625rem;display:block; }
#IFGPEUoJlMLiVkwHpH95SQdprzZold9g { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:37.1875rem;left:28.5625rem; }
#zC64wvU6Uhobd9IES9kPdz7pKpDT1XWL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:37.1875rem;left:30.5rem;height:1.29980625rem;display:block; }
#AOXl8e4lsJRlDwh3oA0ZKJObP0dDvT5E { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:39.25rem;left:30.5rem;height:1.29980625rem;display:block; }
#ZcgptcpXWpMSnLJBLIU5birac3bXB8gO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.25rem;left:28.5625rem; }
#pVpcBmsSSxNSxnc7125viCIkApBJHXSg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:41.375rem;left:30.5rem;height:1.29980625rem;display:block; }
#pVP92i2K6XrCzmXAzuzDEgBbPkB6suRb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:41.375rem;left:28.5625rem; }
#KqeoPAGdyBooHzoLJep8OetdzbXErEHZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:43.375rem;left:28.5625rem; }
#Z9hLL1xxqd0nNuf3U8yHfpOg2lIP9Odl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:43.375rem;left:30.5rem;height:1.29980625rem;display:block; }
#NlTeiRqvBq4i2AdIZpwmJZFBOelGi6c0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:20rem;left:36.375rem; }
#xRbmasT5g8SLfMWhOBfqhANN4UpJ4Ok6 { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;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:15.4375rem;left:3.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#P1WIIIabl9NL03K605bTf8DdG6vJM4JM { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15020;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:11.1875rem;display:block; }
#XfNPWTnTNSN6WfZ0XcdzhrMluvObdOiu { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#wJzRnnQChwALLWiLKykidvxBW9IkR1Q7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20rem;left:12.25rem; }
#x6JTBvkbfSx8dShT3qKfzoynfBkxIDbF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAZoPRTbzaxTbVdvCcdGqtwSF9yGiOiz { color:#006ce3;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:29.875rem;left:6.1875rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRhPOVBqTJuodPfB86mlIAftlkOBv9JT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:35.0625rem;left:4.4375rem; }
#HyiXlfkfDmfR6LCiZzt4yS9KyZaPOKGh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:35.0625rem;left:6.375rem;height:1.29980625rem;display:block; }
#UnKvhF6D26lZ0T6SREALzFd3Uq5Tgn7C { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:37.1875rem;left:4.4375rem; }
#OBA3M1Gb7Cd8mQQa5qREiiwgd8EaCPAK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:37.1875rem;left:6.375rem;height:1.29980625rem;display:block; }
#cmoyPwuSTqyAXzJVQPamlp1aDivglFn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:39.25rem;left:6.375rem;height:1.29980625rem;display:block; }
#ABf7bkzS6NiJSDeeldySmEvBwUGXqIw3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:39.25rem;left:4.4375rem; }
#bXfhaRdvcqEgfSqKVG5IaoIwf61N8pDd { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;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:15.375rem;left:51rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#H11n2qAPE7QEXRVJ8bxGEHvyNLNoto2F { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15032;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:59.125rem;display:block; }
#EaE1byxwy0NKcnbRXn7gvf1yNtEZ8Rfd { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.625rem;left:51.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#RHuQbIHzxLQ8wRaxvo4o1XdES3Pr6R3Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:19.9375rem;left:60.1875rem; }
#FVh26NpUkPGuIXsFUCghAuV95gAUdZJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:26.75rem;left:51.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#csu00yNP8v2C1cWxCta1KKQAdLl5hdNn { color:#006ce3;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:30.125rem;left:53rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivmMKVvTDkKb9OsEhfkB9tXgxlGioeiL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:35rem;left:52.375rem; }
#e28sA5soHdoGxUa9i7deqefGeLgJkg0N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:35rem;left:54.3125rem;height:1.29980625rem;display:block; }
#FanDNCN9dmD94MAlrQRQGu5e4S3etfW4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:37.125rem;left:52.375rem; }
#U2J09v4FVosWIxcorR7hcsTB844Bl1pq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:37.125rem;left:54.3125rem;height:1.29980625rem;display:block; }
#GGKMdB5dR4dCd4mTspWxCMrEFiamHiQO { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),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:15.375rem;left:3.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#wPKlOKcudbFssuzEdrcpqUsAdBLlEeTE { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15004;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:11.5625rem;display:none; }
#PrTwF6fkdafTPDiBT9CDu6irPGDSSxTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.9375rem;left:12.625rem;display:none; }
#If6TKNblIyULIZsHqOMuzFt8GEeDnNyy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.625rem;left:3.75rem;height:2.2744125rem;text-align:center;text-align-last:center;display:none; }
#VeVxkiqOVmK8Pms2v25F8Bih3gHR01Tw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wV34x1rdTbqSkTprqer9VTzqkZ7Te9mH { color:#006ce3;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.8125rem;left:7.0625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xneBX0I6oDpKESbqUWezVDxBK0imH2VP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35rem;left:4.8125rem;display:none; }
#xGSN7wTHsTUg7XdOh0RqCLQwb2fevKT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35rem;left:6.75rem;height:1.29980625rem;display:none; }
#yEM39m22XOLFeNuT4CIzeUNrSfKdRR5o { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:37.125rem;left:4.8125rem;display:none; }
#Wqul0cu5BKBTq9fudTyXo62FEya3VOWm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:37.125rem;left:6.75rem;height:1.29980625rem;display:none; }
#sqd56Q29OQ3BKpcNqTxvvSQBoJzmhoiU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:39.1875rem;left:6.75rem;height:1.29980625rem;display:none; }
#gfXNfd2arVPivotznrX97sKXql7loD9l { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.1875rem;left:4.8125rem;display:none; }
#wkvJWpkgPk5Vp51cCztz5ZUKUaHfumx3 { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),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:15.375rem;left:3.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#ThMyTe6guETBPPFOWTqx46VpqgPRci1X { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15004;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:11.5625rem;display:none; }
#eMJQcgVGaFaBryi1uJ28CaU22XnDgKRa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.9375rem;left:12.625rem;display:none; }
#kz23KB17faEApPhX7CSTal3vRWZWWuP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.625rem;left:3.75rem;height:2.2744125rem;text-align:center;text-align-last:center;display:none; }
#aZK21vNr4oTG6ZvlStagB6vFyTG63hLt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nerpqspNGIvTGrOK2GPfFmV147mhebw3 { color:#006ce3;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.8125rem;left:7.0625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Gsg5gefSRzsVr8clNkVcPUyNxTXKTbOF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35rem;left:4.8125rem;display:none; }
#aSWWCZeTOe63RrS6vRTTT41besCLKH63 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35rem;left:6.75rem;height:1.29980625rem;display:none; }
#IRAtzFrxn3GyTQgXzm84v8rrOf2wiSgw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:37.125rem;left:4.8125rem;display:none; }
#qS16ITqqzPS4T1EPCG8l2pHCggzhQr5i { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:37.125rem;left:6.75rem;height:1.29980625rem;display:none; }
#D00SWha1Tod8R7ZgFJHTeEwFGJ0Uzk8w { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006ce3, #002d6f);background-image: -moz-linear-gradient(180deg, #006ce3, #002d6f);background-image: -ms-linear-gradient(180deg, #006ce3, #002d6f);background-image: -o-linear-gradient(180deg, #006ce3, #002d6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ce3', endColorstr='#002d6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ce3', endColorstr='#002d6f' );";background-image: linear-gradient(180deg, #006ce3, #002d6f);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:52.5625rem;left:27.5rem;display:block; }
#SDtLtIXPaiUWIvoiHMe9PwsvfSaJCdQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBTUgTTanXP6Fh8espdoQlKkPRmDPxG5 { box-sizing:content-box;height:1.5625rem;width:10.3125rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(128deg, #566efd, #fb64c6);background-image: -moz-linear-gradient(128deg, #566efd, #fb64c6);background-image: -ms-linear-gradient(128deg, #566efd, #fb64c6);background-image: -o-linear-gradient(128deg, #566efd, #fb64c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#566efd', endColorstr='#fb64c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#566efd', endColorstr='#fb64c6' );";background-image: linear-gradient(128deg, #566efd, #fb64c6);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.75rem;left:32.34375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Kc1xeAOJnVylCuOtMuWf2viDbh0xVawI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:14.73828125rem;left:33.28125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 { position:relative;display:none; }#whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 { border-width: 0; border-radius: 0; }#whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Tw1KzpphWyJuqSJBLvpzIVfTy203SVw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.5rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#oFMEDca8Znv98cwiwCcXarEhN53ciITp { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5625rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#erzMinZMFWZbmWgVPXol72Qkv2I16ufA { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;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:15.375rem;left:3.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#TKMl4vaTsxy9k2TyKz5u6lpeaAhdTRKl { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15004;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:11.5625rem;display:block; }
#MwrUKbfLOJmTqCnm5xIWDcwznkh8hEXW { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.625rem;left:3.75rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#eHXWRn04OTC8Ae1LnpTTMfwqdT8vKLqG { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I53gsQNTue8nC2CM9XlVGGcA78rAePs8 { color:#006ce3;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.8125rem;left:7.0625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evZWfqEWsGWTxdufVwZh25beUpvUMUmq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35rem;left:4.8125rem; }
#V4MN8GGpcaB28zM4XNITxS08I7CO7rMq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35rem;left:6.75rem;height:1.29980625rem;display:block; }
#Ql0owEDxiJCG2cyVAGAvyhTsDMbxFDMW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:37.125rem;left:4.8125rem; }
#RB0O1LXC5Ul6dgpwd4s9uuv5bQzEPLLa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:37.125rem;left:6.75rem;height:1.29980625rem;display:block; }
#Kksc4KrxiU2vSNu9SAncUWrTQS37cSpG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:39.1875rem;left:6.75rem;height:1.29980625rem;display:block; }
#VxZnvDyweZC47frTOzu7GJDO0e9WAGyX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.1875rem;left:4.8125rem; }
#kVw9AImUg3wNNHtC44I28KqiFCn75C0m { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:41.3125rem;left:6.75rem;height:1.29980625rem;display:block; }
#XDul0dDOH4OCWz9atD31ENzSoIGNqz7x { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:41.3125rem;left:4.8125rem; }
#TfFaXUB79LisIB1ZK2LPIKVtDNVZzKah { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:43.3125rem;left:4.8125rem; }
#kXeCNd0CohM2otiCRxZxJogGnh684xQE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:43.3125rem;left:6.75rem;height:1.29980625rem;display:block; }
#nRoovIzNP0E2UcTT2ocmmk4JpXq96b4n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.9375rem;left:12.625rem; }
#gNXtbi8LHUwbFIeoGIHeTRGSCL15gT27 { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-0),0.29));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-0),0.29));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-0),0.29));background-image: -o-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-0),0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),0.29)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),0.29)' );";background-image: linear-gradient(0deg, #ffffff, rgba(var(--color-primary-0),0.29));background-size:auto !important;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;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:15.375rem;left:27.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Oq0H9xmB8AlXutg6Lxo9yehqT00SXKC3 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15020;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:35.3125rem;display:block; }
#qNUPSJv1UTalz8gNaThqRynuetQyqNSl { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.625rem;left:27.5rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#zr2l0on1PsUhEAWtcbLMULaL9mrGwRw8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:19.9375rem;left:36.375rem; }
#dEnbGLLwZTsPiuEuuqTbE8os4n5O9HuL { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:26.75rem;left:27.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAJaSVpq6KILTKcQwOrN0V1zCVWMnZMZ { color:#006ce3;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:29.8125rem;left:30.3125rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKDWdzrtckzOfBlt19sGmc8xhpmAKkmu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:35rem;left:28.5625rem; }
#yyV6qoh03u9l0ROPl9pz0bo23lI408WC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:35rem;left:30.5rem;height:1.29980625rem;display:block; }
#NH4VyNvk86xXFQkBrsO87Wnt0EQWCcF2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:37.125rem;left:28.5625rem; }
#vIkGiJXKQgv7IEqZB9vUyavfI2WSkQ8r { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:37.125rem;left:30.5rem;height:1.29980625rem;display:block; }
#GQD76AqHJdZGpS44T59oa45o19CvAwf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:39.1875rem;left:30.5rem;height:1.29980625rem;display:block; }
#QarQSeTfkTHKcme8bm94umi2o6WTshno { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:39.1875rem;left:28.5625rem; }
#koiSS8Bbmy1AZePOrDwoHCaoEySAKkv3 { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;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:15.375rem;left:51rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#RvTCi7i4BbuU4k2Ji6e8fLfqElPUaIiw { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15032;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:59.125rem;display:block; }
#QlQHUe5ZWsQySUr4USq6UaXxycyES9al { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.625rem;left:51.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#K03sm298v4naTTTZ9yn1WabFBoTuxvGC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:19.9375rem;left:60.1875rem; }
#gSW7LXaT3Sn7fm9LR0R5w01PsNVPSLf6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:26.75rem;left:51.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bLB8TTwT7T83BWmiL1fWkmlSXwsFtgrR { color:#006ce3;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:30.125rem;left:53rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrkKlo8HpRfncVEJpEmnSChloh1XOEsL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:35rem;left:52.375rem; }
#droTKJqEtXAATJlQ9i5kowbeq756x8EJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:35rem;left:54.3125rem;height:1.29980625rem;display:block; }
#CIo6znPCOqzmNVxP1KT5NuhMnO4AF3Oz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:37.125rem;left:52.375rem; }
#xkT8l7IEtWxDVdRHPXH33EKt0oIaUAxf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:37.125rem;left:54.3125rem;height:1.29980625rem;display:block; }
#mXidXLMpvou4r0J2Thv4qPhrOfNOTZnf { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),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:15.375rem;left:3.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#qIKtf02HuM00iv2mvy1dxQcUd3w83FEQ { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15004;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:11.5625rem;display:none; }
#vpLn1458LEO5tGJSdJwUFUt4nUIUTnJh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.9375rem;left:12.625rem;display:none; }
#u3GwKwdrtAA4wQy5T9pAfoB4yLeVZWX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.625rem;left:3.75rem;height:2.2744125rem;text-align:center;text-align-last:center;display:none; }
#eE2855x4irhD1vwNRuqw6JmEWZ5WPCb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OMpXoHOq6n4T0eWObCJOKlILaFts3C5W { color:#006ce3;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.8125rem;left:7.0625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IRisfzD76zJDzFC35Hp11V4xyoNeli1U { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35rem;left:4.8125rem;display:none; }
#NIBep62fDGbXeTw0JEHVz1GIX1F1kAOo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35rem;left:6.75rem;height:1.29980625rem;display:none; }
#XxuqkQ3PIL5HBq4UNVOxiAaD2DskFo9n { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:37.125rem;left:4.8125rem;display:none; }
#N0ttuSmBNBM4e7XwJbIfFVg0GbTNkaAf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:37.125rem;left:6.75rem;height:1.29980625rem;display:none; }
#RZR1vpvlEz4L57f1Okda5fwZ6KvDmw6A { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:39.1875rem;left:6.75rem;height:1.29980625rem;display:none; }
#klBMBitDyEb3EEgAIH60AFIGxJLlyyTZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.1875rem;left:4.8125rem;display:none; }
#C8FptTKQPLvKnmtrr0rF8XshsB7uvT4N { box-sizing:content-box;height:32.9375rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),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:15.375rem;left:3.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#ct5gV1tVJNXm1UIOm2O27dTFEDZkg23d { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15004;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:11.5625rem;display:none; }
#USrvwmEyygR3oA7V2rpy8mxyw2shIEZb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.9375rem;left:12.625rem;display:none; }
#CtmMIIsnC8CBmbZFnxs36qLt3l8nlbzE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.625rem;left:3.75rem;height:2.2744125rem;text-align:center;text-align-last:center;display:none; }
#sP3T6r5vxidHkmk5Fw0X9QFWQxQqn6CO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CX8vcZpcNMdgJBiTtS3ZAzr0OqiiW6RO { color:#006ce3;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.8125rem;left:7.0625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hvH6rnaXxLdp3pAERXaJTxrwUbMbUfof { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35rem;left:4.8125rem;display:none; }
#xiD1bnBKbNCibIta8HMqLZh3yhZTcsfH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35rem;left:6.75rem;height:1.29980625rem;display:none; }
#TBvFJvT8glLJT6efkssomiOFp7sNhlhh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:37.125rem;left:4.8125rem;display:none; }
#q4ER9Eo0IciTWPqIUUHUtOOLikSsTC2z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:37.125rem;left:6.75rem;height:1.29980625rem;display:none; }
#vECoJd1BpO2IXprHUqElkqqdE1Ht5k8g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #006ce3, #002d6f);background-image: -moz-linear-gradient(180deg, #006ce3, #002d6f);background-image: -ms-linear-gradient(180deg, #006ce3, #002d6f);background-image: -o-linear-gradient(180deg, #006ce3, #002d6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ce3', endColorstr='#002d6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ce3', endColorstr='#002d6f' );";background-image: linear-gradient(180deg, #006ce3, #002d6f);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:52.5625rem;left:27.5rem;display:block; }
#Tq184FXZI64LrcFt1GFaa38bZxiXN1k9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AloscGvr69Dh7UDNmOuApBynSs9tLzwh { box-sizing:content-box;height:1.5625rem;width:10.3125rem;position:absolute;display:block;z-index:15069;background-color:#006ce3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.75rem;left:32.34375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#SGekhL1eyBV7VguG5eUxeLCWLNRFquUH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:14.73828125rem;left:33.28125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));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; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row .container { background-color: transparent; background-image: none; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row .container > .video-iframe-container { display: none; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row > .video-iframe-container { display: none; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .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); }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row .container { border-width: 0; border-radius: 0; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#S8hkqJfXGTZFNaXOsqq94nrlKtRN3Tyv { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:11.5rem;height:4.3059875rem;text-align:center;text-align-last:center;display:block; }
#Pz3KbTJDoio8mzhKhp1WdgFV8dSCGpsy { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5546875rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MEQp6JxbKykaLungBffLlHPep1yMPR9B { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.3046875rem;left:14.46875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DPw2QR9azKXugBvfDoHENFTNJcs8Cf0y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:21.6875rem;left:35.65625rem; }
#wLVnwrAslgBNJ3uqbNsDDI2C2ddkf78H { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:21.6875rem;left:5.78125rem; }
#ne2I2IkVwi67WMH52GPToS09mLn9CiKz { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:75rem;top:16.5625rem;left:0rem;overflow:hidden;display:block; }
#W7nGLlNO0Akrqgsp5LqpHMr0w3yOlkmX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:33.5078125rem;left:1.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWakFWInUXdvdKW9vJi00TOc6KzOey14 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:14.3515625rem;left:3.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5K7ua9u9H8Ha29ge7xITxqE4bMy7FQE { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:35.3671875rem;left:1.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Df0p95m7AZfFn9ztq2hsINas77ZONCHz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:14.3515625rem;left:29.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o57o2o4mUCp7QrBdEXMTIZfkFNAFXqsU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:22.125rem;display:none; }
#Ns019lT5bGb9OVggvpRxHh0KEztEswrd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:22.4375rem;display:none; }
#MsyeCSTUxgiEn3Nr3Ppc2vTAVn7dEKyn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:33.5078125rem;left:1.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tsNz9CAkbBuXyrHQ2q14IAa8xvEOMtmG { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:35.3671875rem;left:1.5rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#txSdku3aM7V2p6c9OPUlqA32SeC4hneS { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:35.9375rem;left:31.25rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWpT84RfSBqRFw6QfwSMoEBCB8H3HLzM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:34.0625rem;left:31.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLrzr31zXvr9GOSGXyxalIwIWFgGszaW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:14.3515625rem;left:60.75rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VweqGLakCu832KpRf8EysMdO7gtmG1V1 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:21.75rem;left:65.34375rem; }
#J0429nKtOqdV0zxXU01oZvtny0q1qP1L { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:35.9375rem;left:61.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIaQMGzGA0v6f54HEOF4xvlABZ7xCyaZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:34.0625rem;left:61.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzTIsBuzsaKWG1CPeEfzdkPAD8aZ12on { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:22.4375rem;display:none; }
#HZPTEReleJzL2ndMNADVIUINb8TIUnRV { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:35.3671875rem;left:1.5rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KERnsDfUWQFCGcpK2fSd6PQtg8FID2NH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:33.5078125rem;left:1.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vXT13kJMEVauVTVhJFdNoMhLrIb7mBg3 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:3.9375rem;top:14.80078125rem;left:40.03125rem;overflow:hidden;display:block; }
#C0b4muBv7gaNqP5RElH3cUVfTNPNhdba { position:relative;display:none; }#C0b4muBv7gaNqP5RElH3cUVfTNPNhdba { border-width: 0; border-radius: 0; }#C0b4muBv7gaNqP5RElH3cUVfTNPNhdba > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C0b4muBv7gaNqP5RElH3cUVfTNPNhdba > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#huFUnPcEy8yRqao3PfSdt5R5KeEz52MJ { box-sizing:content-box;height:10.4375rem;width:69.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:2.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Aq3t04TTZliQ7vNmp4sLRos4C8TdcpZx { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:11.5rem;height:4.3059875rem;text-align:center;text-align-last:center;display:block; }
#haiZzlBPsxXTFReEeXQz5HnnaWuyAe8y { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5546875rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#k9PZ0PvmQn8bL0ydpNuTquqPLB5Oewoz { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.5625rem;left:5.8125rem; }
#z1ZFl0Sa8h9e6aBV2tFdgi26RhErH2pa { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15006;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:4.9375rem;display:block; }
#vog5NfQyKbE1Ie6dGnyLngXPBG27qGZP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:17.5rem;left:9.875rem;height:2.2744125rem;font-style:normal;display:block; }
#NbrIhVpcR7HsHKmWmhlQNSZ8Tl7JotAm { color:#006ce3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:18.1953125rem;left:57.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PDQNvNkzSexcLyufZmaIDk2d67qVnyfx { box-sizing:content-box;height:1.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15044;background-color:#006ce3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.375rem;left:4.9375rem;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; }
#vCoeAGhDTyTo6egiroPuWJKLiSkr3kVO { box-sizing:content-box;height:10.4375rem;width:69.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:2.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uJHc2iVofeTyqx6dSvG1vKBA0yqQpd2G { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:29.3125rem;left:5.8125rem; }
#clC1gdRhNTCtH13kL58E0uHxXJ3uUTBv { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15012;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:4.9375rem;display:block; }
#ThLd6D5yFLZa8Qht9mg2bJKhaXJiz5q0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:29.25rem;left:9.875rem;height:2.2744125rem;font-style:normal;display:block; }
#Jm8vMIyvlwR9Tb6Z6fdHFtNu9Sk0QnLW { box-sizing:content-box;height:1.0625rem;width:41rem;position:absolute;display:block;z-index:15052;background-color:#006ce3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.125rem;left:4.9375rem;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; }
#D9NfHDoXT2wOrKCL0vMTA6LiZSBcaGOz { color:#006ce3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:29.1875rem;left:57.0625rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mf2BsRubuGA9UtyZgCdNndI4up2bUyWJ { box-sizing:content-box;height:1.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.125rem;left:4.9375rem;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; }
#SxnowIqSTN3cWn9RgsG1lOHrCEmqn6yL { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:22.75rem;left:57.4375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uhy7nuZzFqgGrMPM5hDXB7zX2zk0p16V { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:34.5625rem;left:57.4375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#osAxxixkTiDzkeaJaeWrJ2p8lZmmSPm5 { box-sizing:content-box;height:10.4375rem;width:69.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:2.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#FAcriyxz8iRReXoign3g5BE4FeFRXLO7 { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15006;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:4.9375rem;display:none; }
#vDs8B4s9stBbvTZBM4xRhX0hk3sWwlgM { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.5625rem;left:5.8125rem;display:none; }
#lIVgbbPbLMvypJ0oVCwCFGQlaWd1fL9T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:17.5rem;left:9.875rem;height:2.2744125rem;font-style:normal;display:none; }
#xFiN9nvlWx0LF1c6035rFUF4rEXKDT3Q { box-sizing:content-box;height:1.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15044;background-color:#006ce3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.375rem;left:4.9375rem;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:none; }
#a3U5sE6i1Dn709QehDDJU8w2hA3KSnXp { color:#006ce3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:18.1953125rem;left:57.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#g4vcuQc51F9VSJT1HkOtuKTqXLXaBARB { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:22.75rem;left:57.4375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#L91yGgBGvbvtxAi6JO2vQnwmK0gwCeZ9 { box-sizing:content-box;height:10.4375rem;width:69.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5rem;left:2.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DqeMKSbt4ShkskJaLOkqBVrWF91BZskt { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15020;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.1875rem;left:4.9375rem;display:block; }
#WQ7TpVo5DIhGbeVhIEnfhtfT7xcGnGWm { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:41.0625rem;left:5.8125rem; }
#qqEda1eikLEvhLXcH4f4G9xrRe4ms1O7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:41rem;left:9.875rem;height:2.2747375rem;font-style:normal;display:block; }
#fU724fqDhRkri4kc7K7kq1xIZOkhg2oR { box-sizing:content-box;height:1.0625rem;width:24rem;position:absolute;display:block;z-index:15060;background-color:#006ce3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.875rem;left:4.9375rem;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; }
#RrdonGUTx16W5f8FgxN9vFfLybkODekr { box-sizing:content-box;height:1.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.875rem;left:4.9375rem;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; }
#mpmwaUKcHcF0mwIZZPkH1zc7ZQMA8wuF { color:#006ce3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:40.9375rem;left:57.0625rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VEW162GanIpEEIvQxXu2nKmdHwkWk9hN { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:46.3125rem;left:57.4375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sdHvBcSpE0miQNWXz0tAr4MysTutgl8m { box-sizing:content-box;height:1.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15044;background-color:#006ce3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.375rem;left:4.9375rem;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:none; }
#eoQpbzWabAeGxSF5cpaLpiN0C1X4aJ4E { box-sizing:content-box;height:10.4375rem;width:69.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:2.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#E73PeU2b3CEWJKSr78oZTdLRD57Sxvyq { box-sizing:content-box;height:1.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15044;background-color:#006ce3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.375rem;left:4.9375rem;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:none; }
#u1z653AqBgf8XyQhJycNw9SMuBJQaams { box-sizing:content-box;height:1.0625rem;width:64.9375rem;position:absolute;display:block;z-index:15044;background-color:#006ce3;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.375rem;left:4.9375rem;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:none; }
#zvlxJXev9wmWsUJWZ0WcyRJTP7ZWdogp { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15006;background-color:#eef6ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:4.9375rem;display:none; }
#lnCgmESNnTSFc8xCp9X2dqTBxo1IZpzp { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.5625rem;left:5.8125rem;display:none; }
#bRx3ERFhGsma8ZkHO8TL54g1flfivOL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:17.5rem;left:9.875rem;height:2.2744125rem;font-style:normal;display:none; }
#NqzhSbGD3iSNcATLbW1VzMpP9d2E1yI2 { color:#006ce3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:18.1953125rem;left:57.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#tLaMn5pt1xwmL0myuw7yHALkACE5BypZ { color:#979797;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:22.75rem;left:57.4375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NycUTgsbadoRfl8R2rMhy7s2TEF911RP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;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:51.0546875rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -moz-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -ms-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -o-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );";background-image: linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));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; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row .container { background-color: transparent; background-image: none; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row .container > .video-iframe-container { display: none; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row > .video-iframe-container { display: none; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .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); }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row .container { border-width: 0; border-radius: 0; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#CZE3yDk1rXlk2OclfV8PrmXfc9zIIcpA { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:11.5rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#mZAw4FOqPLx48nS0Bn7UXEU0nm3Txmkt { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TAT6xKTcbtPIaE01eRnnZ5TONfyOpgsO { box-sizing:content-box;height:13.5rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -moz-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -ms-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -o-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.46)' );";background-image: linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:19.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#tlK86ah0cKe3OhaG9U8r6T7yS2PfzXfg { color:#001a47;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.0625rem;left:1.4375rem;height:2.03125rem;display:block; }
#zd9JkyUsTp477PC4gxeEExX6o7mF8LFA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.6875rem;left:1.4375rem;height:3.375rem;font-style:normal;display:block; }
#Ba4mR62vA6ZDpFXTRyVRqTpMHzvL9iHN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.125rem;left:1.4375rem; }
#L4TOuS9oTJvxv0pVfhfKKWND3RXSks2U { box-sizing:content-box;height:13.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -moz-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -ms-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -o-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.46)' );";background-image: linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:19.5625rem;left:25.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DP4WbVAsVJkSadoZCBJIERSbdTHexrDN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.1875rem;left:26.875rem; }
#nMiBhWB6t7TtoNBXC1euCTBEGoPZ1gZ9 { color:#001a47;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.125rem;left:26.875rem;height:2.03125rem;display:block; }
#gNvzK5Zovsxl0rBokhQaeol64AGlmz4o { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:27.75rem;left:26.875rem;height:3.375rem;font-style:normal;display:block; }
#bZDQ986mi5sXDZ14kVAlMFI66XrHBHTd { box-sizing:content-box;height:13.5rem;width:24.0625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -moz-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -ms-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-image: -o-linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.46)' );";background-image: linear-gradient(172deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.46));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:19.5rem;left:50.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NJO3EVSgH1mLgFsovKrDTkH8FoEEwT2u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.125rem;left:52.1875rem; }
#Fd7uwTV0RRSTtL6ZnNrutvZrsTeJv1Hn { color:#001a47;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.0625rem;left:52.1875rem;height:2.03125rem;display:block; }
#bb3WEx1CXcGgNLsyVqA8Xd0ydyEprB5y { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:27.6875rem;left:52.1875rem;height:3.375rem;font-style:normal;display:block; }
#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd { position:relative;display:block; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd { background-color: transparent; background-image: none; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row .container > .video-iframe-container { display: none; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row > .video-iframe-container { display: none; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .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); }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd { border-width: 0; border-radius: 0; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VElqiPFxRJHypIV6z22vUfFHQslMvC2g { color:rgba(var(--color-primary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:3.4121125rem;font-style:italic;display:block; }
#hD9siMoNP0wKMHSHpfPa742xUyzD205K { color:#006ce3;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.875rem;height:5.0371125rem;font-style:italic;display:block; }
#pLFctRJTA4TeR261SrVp3vhFFiCwXKdM { color:rgba(var(--color-primary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:3.4121125rem;font-style:italic;display:block; }
#JXmNFC4XZnVrqxUM0SCsIF7K8SLQ4v6h { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:16rem;left:0rem;height:3.5996125rem;display:block; }
#NlabEkORyhDFvmhGVX6OUFdcl3rvTLRO { color:#006ce3;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:4.95605625rem;text-align:center;text-align-last:center;display:block; }
#puMJWFbqu43HNTpUr7KnT89Ti3KppCK3 { color:#006ce3;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.6875rem;left:13.3125rem;height:4.95605625rem;text-align:center;text-align-last:center;display:block; }
#VLaMcsVJ4qlnxGCB7nnA9qnS7DWtZrBk { color:#006ce3;display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.6875rem;left:27.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#ikcJvkVeN8IUe1o036FaZG1s48SnVRIK { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.5625rem;height:1.29980625rem;display:block; }
#tNHu7kxt5B53T1yyAibpPPz2S1VPlHZB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.875rem;left:17.5625rem;height:2.5996125rem;display:block; }
#fggg57msaEsFoFhx9fOMnXTHtAoAdXma { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.5rem;left:32.9375rem;height:1.29980625rem;display:block; }
#rCT1pnPbz2Q3d9odOO5XHXqss7uNuCGC { box-sizing:content-box;height:5.1875rem;width:11.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);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:23.5712890625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#CMJNRCXLVOorTQX5hkg0M0vHoz44PaMt { box-sizing:content-box;height:5.1875rem;width:11.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);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:23.5712890625rem;left:12.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#ENw4to0wrqfNrVWZZMDSdkoZNadDZi9c { box-sizing:content-box;height:5.1875rem;width:11.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);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:23.5712890625rem;left:25.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#IpCd2G4JI8pF3N76PaMfhBUmsd5OI39K { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.375rem;top:8.4375rem;left:49.8125rem;overflow:hidden;display:block; }
#aueytMBvQS7kMEEedd3n5tqfDkHVRhGA { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:7.875rem;left:47.6875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#S21v0ZNvDW1KTX0GT6qFkCeUeoPArHwF { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:12.625rem;left:47.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#z0eTzPbh4zggi4myhffNu6yk301DnV6N { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.375rem;top:13.375rem;left:49.875rem;overflow:hidden;display:block; }
#C2bl7iW9EcocglQVwThyxuPJhAhuUwGQ { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:17.125rem;left:47.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#NANsG8EvfeKlNH4k4gR3n05M2XTOvHub { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.875rem;top:17.6875rem;left:51.5625rem;overflow:hidden;display:block; }
#DBIRSJig8xnT4OIOWaTTnaiForcIm7df { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:21.5625rem;left:47.6875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#tPEDRHnNWbRs69gKAw9MRH3zy47B1gS8 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.8125rem;top:22.0625rem;left:50rem;overflow:hidden;display:block; }
#Zfy9EfEARBfzhxDcwg3TVws3WhPWsibe { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:10.0625rem;left:62.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#tHW6r6c4yu8AhIfaSJ7zuKbNCibkAhFo { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:11.0625rem;top:10.9375rem;left:63.0625rem;overflow:hidden;display:block; }
#sClpVisw2331pRkoTpzRLZoXg5InDNTn { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:14.625rem;left:62.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#l099iB6cPLLJqQV8aTcyDt7vHh3s8T7x { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.6875rem;top:15.3125rem;left:64.875rem;overflow:hidden;display:block; }
#XCkNlThqUBfGxTz0PomOtxL5RrGciTZz { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:19.1875rem;left:62.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#BHXeB5dnT8RRsQGd3W2Mrhb7TfMF0y4n { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.625rem;top:20rem;left:65.0625rem;overflow:hidden;display:block; }
#Ne2lomlUfa9OT6RxXh6DKuCEi9ZK5AOE { box-sizing:content-box;height:3rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.6875rem;left:12.4375rem;display:block; }
#fV9vw4brxHSnpq5S2L249BWm2kT5JIqb { box-sizing:content-box;height:3rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.6875rem;left:25.0625rem;display:block; }
#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84a95c82-0018-4430-9af4-c656ceac4e30/fwpremiumexposure.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D.adaptive-delivery-prevent-bg, #e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D.lazyload, #e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D.lazyloading { background-image: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container { background-color: transparent; background-image: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,29,42,0.49); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container > .video-iframe-container { display: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,29,42,0.49); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row > .video-iframe-container { display: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .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); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container { border-width: 0; border-radius: 0; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#pF0vLs0GzIWDqC8o9iEqFQXtE8cbV59E { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.6875rem;left:50.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#nCLapOEHTfMnKT3BILkhv5qwlkM3CaAN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.791015625rem;left:4.75rem;height:12.917rem;font-style:italic;display:block; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-form-header {  }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-text {padding-top: 0; padding-bottom: 0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-select {padding-top: 0; padding-bottom: 0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00b0ff, #0063d0);background-image: -moz-linear-gradient(180deg, #00b0ff, #0063d0);background-image: -ms-linear-gradient(180deg, #00b0ff, #0063d0);background-image: -o-linear-gradient(180deg, #00b0ff, #0063d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#0063d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#0063d0' );";background-image: linear-gradient(180deg, #00b0ff, #0063d0);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.1875rem;height:3.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]:-moz-placeholder { color:#aaaaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]::-moz-placeholder { color:#aaaaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]:-ms-input-placeholder { color:#aaaaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]::-webkit-input-placeholder { color:#aaaaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-container:first-of-type{padding-top:0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-container:last-of-type{padding-bottom:0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.1875rem;left:46.625rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI {display:block;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.1875rem;left:46.625rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #tkkl8WsB3rnRwT0PNeFeyFqgQ8Saw8uP { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #SqS9VytrApi8ayHZwFpVHurdw9kqp5ap { position:relative;display:block; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #i9vIoNnuOC2HvMTtTWEQW7StwgAxg3Wo { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #amxeQaOV14OOr4g7zqOzFlFvm7gFoBrn { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #tbTGP7AGTL8ATUNoaqzfk22WP7ZePu0L { position:relative;display:block; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #kDQzIQf1FHuW5Vg1WDzx5hCFbsgwq7I5 { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #H0wBzUZ1ImSM4kZqMzuvBIWhokgIeZLz { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #CPBJAkSfbchFghnNCe1zldT3MVLmpxCl { position:relative;display:block; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #wZ6Qf8EucRHonSigvzoXN6OkyXT7gPZN { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #eHal6Vz1J9W86PNgaEmASesR0Tqp90mL { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #LCqdb0LfoRyJPof0OTK5N5mq9JhtkE0u { position:relative;display:block; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #K55m6mLbi1GpoTuhUg30z2Rb3J7FPbft { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #H1M6Hz2LIqMwV5xZu0cQ4rk3bv7iQfKn { position:relative; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #DBBDFDTaoxDzSZ9DJ0y5fqWgP9Vi7dU4 { position:relative; }
#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92f6111e-766b-439e-a83a-1d38370bf08e/QR.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ.adaptive-delivery-prevent-bg, #cv1oWsiq09hwp1LInhlfFrR37XdydfiJ.lazyload, #cv1oWsiq09hwp1LInhlfFrR37XdydfiJ.lazyloading { background-image: none; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row .container { background-color: transparent; background-image: none; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,108,227,0.71); }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row .container > .video-iframe-container { display: none; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,108,227,0.71); }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row > .video-iframe-container { display: none; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .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); }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row .container { border-width: 0; border-radius: 0; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#rM4aNPiuTmIpw35pBwDZ4PDMoodKSgvt { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:26.375rem;height:3.4121125rem;font-style:normal;display:block; }
#fSOi6CDvak5kZvB7GNBnBnIsgT2exgSK { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:2.5625rem;left:14.375rem;overflow:hidden;display:block; }
#H5KExTHCuO9sH68cIXIZuLDc0zn5QJMH { box-sizing:content-box;height:2.1875rem;width:22.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:26.375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#eihJzF7u6x1Txu0oShMeA11fC3JSplq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:28.375rem;height:1.625rem;font-style:normal;display:block; }
#Vmb48J1rAFhQyxgHSozZXQ1hPiOvWrIr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:29.6875rem;height:1.625rem;font-style:normal;display:block; }
#vsfv6fbllC9amWUreH1VJ1iemzhsOotd { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.375rem;left:46.625rem; }
#kQ2KmS3wdyUuOe0JG2TtPKkZKVvlNKxU { box-sizing:content-box;height:1.8125rem;width:1.8125rem;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:15006;background-color:#006ce3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:46.25rem;display:block; }
#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { position:relative;display:block; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { background-color: transparent; background-image: none; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container > .video-iframe-container { display: none; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row > .video-iframe-container { display: none; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .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); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { border-width: 0; border-radius: 0; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mJbsffmVqGFRawlkmRpVI57XMNMgUpeH { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:23.4375rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { display:block; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob58LgQ5idb9wTBbuaQdQoD4UalsJu9s { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDupOFUS2kdpxovJihVaU6gEUcSSzS40 { display:block; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qi8p41l4UWpxfewD18EypA8SzHupn8oZ { top:1.0625rem;left:17.59375rem;width:12.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP { display:block; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSlfhUpZzBHDZQ0DzxpwsgnN8Q21ug5H { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX { display:block; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQzAluFnDdSHETPSxIcJvPPX7vV8H3SL { top:7.75rem;left:0rem;width:40.8125rem;height:9.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PANpBdkhQDBX87M9szzsqHxcyL5840pn { top:18.75rem;left:0rem;width:37.5625rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHp7xiGpTVPqktxSS4fyaRfmeVZ8PWk2 { width:19.875rem;height:3.875rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaaIS7aWFhxAPukLFAoCIHpJwsRPTow2 { display:block; }
 }@media only screen and (max-width: 763px) { #yXEV52deRR7i8oTI9pv77e9xvCmzFPVO { display:block; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqqdcGeEotbKNqhfO57q8cOhvPUuSGBR { top:4.5rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6DuKGtpNu1TnDrvtGwllxowxgoUlkSV { top:9.3125rem;left:5.1875rem;width:37.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXcPdp9gBmrssxJ9TwHIBLmMbWxqIpKy { top:16.3125rem;left:0rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TtIw4rG67UeM0PTU8NW7yHSfBmHM05 { top:17.6875rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPuffTiAhelZK5SAhIyHc5J8L1mB5Hq9 { top:18.5rem;left:0rem;width:20rem;height:5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTnx3z7B3xxW6ga87ecvbTi6SWFozbvQ { top:24.6875rem;left:0rem;width:16.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKccGbJh0xoFupa8o676BhPgHbPnvv7n { top:26.375rem;left:0rem;width:16.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJcfuMV5OWRgMH1EezC72pmG1O0TTGTM { top:29.1875rem;left:0rem;width:21.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVQiHcBDdnVzkyUN558UvX4D3nHKV0Hk { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLcPr7y1VCqxMr4WhOCTneNuaHpm2P0 { top:30.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQJIx41l1fgT3UmLpWHTFmeBVRMJARU { top:17.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBWHJBWSZ5mUDhFbFWZqTplKCIW9n6Hl { top:17.6875rem;left:6.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epEUrmDdIFFR2ynzw0NdU9WklwCobqLT { top:30.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzsETn9gaE2OqHlUWw0y2zlOOD5bZft8 { top:16.3125rem;left:12rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXebTV9cpWdzTWBhR1qO0JS7FCd9leUV { top:17.75rem;left:15.25rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRClTHgTEvvxUySXMNi27ZmchwPHP3uJ { top:17.6875rem;left:13.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgw4uZsX2GwF9Ie1KfXR7QX01RSKSkny { top:18.5625rem;left:13.1875rem;width:20rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlhTrnMvaQ2EtXidQUmLg0y29NzqsILv { top:24.6875rem;left:13.25rem;width:16.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsTqEoBBZUs29GOiTm5l4XUcTxs3APOu { top:26.375rem;left:13.25rem;width:16.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTI38oGDvyZzGMqPfXB2iVUGowUesCT8 { top:29.1875rem;left:13.25rem;width:21.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT8Eyen0xgbm9K0TGF5PgFSyUvuk7wU { top:30.0625rem;left:13.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0igWEUMntEDypKKOWNJcKzxuZaLpQOH { top:30.375rem;left:15.6875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXD451EF87VubatZPTmdTteKkVLibqLv { top:30.375rem;left:13.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJbrgaxHOeBxPTEE8Lvzu5uVSlxA0Ah { top:17.75rem;left:31.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chdkftUkND8nSW5oJZOQWcV0axkPtdnR { top:16.4375rem;left:23.75rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXAf0zxTiB6XAn1FUoi8QnaBrTQQ0Xb { top:17.875rem;left:40.875rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHm2hzDc7Tc4kridFbtMyInvnFgXgPf7 { top:17.8125rem;left:38.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tam6SdLQx0yt4WJHixB4X0TDttk4MW42 { top:18.6875rem;left:27.75rem;width:20rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5hFTRW63BqAex2ryOfw7QqqeqGNNkbZ { top:24.8125rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXbbIR971gT4rgswmFce82WQ9vdr45rC { top:26.5rem;left:30.9375rem;width:16.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEzOJwHhyhnzNGXDi4EEIJw0P4mTicO0 { top:29.3125rem;left:26.25rem;width:21.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0E3pSR7Xte0dLq3Tw1aIJkAFQtqbZnl { top:30.1875rem;left:38.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxmcdHd7ddsXZoPezdQlbmBTDh4egUJf { top:17.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9thFVOrufa6RL4A7lVipLBGtQ9LhpUb { top:30.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FygvTGXtllAbTyc3Pf0S6hTeA7bagdR5 { top:30.5rem;left:39.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XahStUPXk6Ju9LHRQPix02D6p3KkLWhO { top:16.3125rem;left:0rem;width:23.75rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAGmaBfei6Xwm2TGvdsFKp7bBZ4wFcJf { top:23.3125rem;left:0rem;width:11.375rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #zADiHmmSc3ULktOLxNo64Ft3A7LBI2F6 { top:17.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIbR0Jze0PJXIMm0RnzOAvieqUnwnTiC { top:17.6875rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t86g4cqROyzT2hhLb1CD3i7cycTi8MdA { top:27.5rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHIFMNacwooTL7vgaKzyXg0wwA9utDAl { top:28.875rem;left:0rem;width:5.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M71x6AKU5iu39Go92t88NcuALnb36WJy { top:29.1875rem;left:0rem;width:21.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uR1XfyTKCb9MDOUphIuFIOob5Rulv4QT { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jcx1ybUL0mBgDBEMa7iihnB6tfahDS7p { top:31.625rem;left:0rem;width:9.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhdFpy2R66F2NnDDTzzdPXc6rtnpXEuq { top:30.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LigRrnkhyaXqUcTQDytNzcU7AXJ1mEFz { top:17.6875rem;left:6.03125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #avT7EPFATSpgELiS8clhlrLQ03pCOoUg { top:16.3125rem;left:0rem;width:23.75rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iknJlsGkRdcGdlmwp2oDqZp67ppHWync { top:17.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdBQpGgBCAAx5s3pPgPOtATe0PckBsBF { top:35.875rem;left:0rem;width:11.375rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9FnMLXvhJJGfKKBuyLA593gFcZpVJqI { top:17.6875rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBlFM99hSfuvTM3RNQRaAaTFehcGBem5 { top:40.0625rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMtORw3SBAeg8g9uTeshyAqDdcC8UEfB { top:41.4375rem;left:0rem;width:5.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPfJDc82bVZnWJpzSXUdqEMME0nWWBmC { top:29.1875rem;left:0rem;width:21.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p46R8a9cECUwyl7pg3LuWTxARywwmToX { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0fpCwB4dZn0hdmIEqIthfFEBfiD6lTy { top:44.1875rem;left:0rem;width:9.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #naMXBUZxf7CoBeEhqwAKmgNDw3gkcM2I { top:30.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4SzdtuosLmWa0Eni617KESbuHAHU2Lp { top:17.6875rem;left:6.03125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qk5IW1qJkm3XRAxTICtsUMfPvEIQzgTZ { top:36.1875rem;left:0rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFtML88ZLHuHbMJ3GPRl98ei9rstoEZM { top:37.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ToPnSLkxyEIiHM1chdpQ3QNu17URJ1 { top:38.4375rem;left:0rem;width:20rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBhFCOeSTThHBB6lKEqBLMyUaB6zs8nl { top:37.625rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTsgy52byla40tQt9t1JHtVga1de8MC { top:44.5625rem;left:0rem;width:16.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwoTPrXmf1i0s3LteXoiCpVSAsq7LqEX { top:46.25rem;left:0rem;width:16.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c47uqKMNTmQ4Ae8RAfCe9hfCpQWPS8RU { top:49.0625rem;left:0rem;width:21.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV7xdg9tx8aoknR3wTpHrcaHETNzDRw3 { top:49.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X20Jy33NA9r00GDwsETgGqfQTQy67ANm { top:50.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idUoOwiW6uXr7I1KST1zdTGRKiiJJDCZ { top:50.25rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVc5RSvE2yQi2mnAdOLHBOygJUDvzHyR { top:37.625rem;left:6.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLSeP1BOuA1AgKS7C8thoNFIxnG9FTr { top:16.3125rem;left:0rem;width:23.75rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LC4Btxf1JkaV1TX8LTX5i6b5huDluOOO { top:17.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk83CxBwmm8PKHASv5rbJmDqszEnIyGi { top:17.6875rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwMLmSpWVRFhSqDXkQlALFIcJGnfWlT8 { top:48.125rem;left:0rem;width:11.375rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTfHpMEzEsCKxZ1JhLl1cLigOT5uIc1u { top:52.3125rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgNd8XTs9yC1zZNvO51UcZnPnPBPHy82 { top:53.6875rem;left:0rem;width:5.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mP8qxlmEdT52vzZFRwRz3RG4z6y0FOcz { top:29.1875rem;left:0rem;width:21.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbEVgPwoGozmbwlAM03zB0eoShgqNIDO { top:17.6875rem;left:6.03125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mthN3gkhrJSmNXuPKQ9ZrT1hxqPfoiES { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #le657K95e62x5tQJdDHXatcAu6vwkWiu { top:31.625rem;left:0rem;width:9.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3lZ6b1N24zEEMdQikaiuAeSMcNAgcXM { top:30.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgX4P0pdSVS6b5oGrlJDQ3gcKbk2v1Ms { top:36.1875rem;left:12rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emMBNTeC8mvvEPDFrS5mRoehLw4PbcpX { top:37.5625rem;left:13.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNJFWT80HxyelE9MW10TokapWTIhyUQa { top:38.4375rem;left:13.1875rem;width:20rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVvbleDJq0HimuqHOL4qX4VgUQWsT5vd { top:37.625rem;left:15.25rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDVVpEPZFe1GBwNqhg0H4irsPkhHBAec { top:44.5625rem;left:13.25rem;width:16.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5iLKObPWheLy1CdMBSRl0hSNQVZEJGw { top:46.25rem;left:13.25rem;width:16.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgp6HXRirGSTd8PP0yDFEvnxhztATPu2 { top:49.0625rem;left:13.25rem;width:21.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2TDZs3GFuAcMcoKDZDITRE6STpGWqI { top:49.9375rem;left:13.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQrwm8LGTJAXZvpAz1Ho80B7gdmcNAM { top:50.25rem;left:15.6875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtWFfglTTyv8zm0h6VZ7sGz1EPQ31Xgb { top:50.25rem;left:13.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTGnTTwvTCbS8tJDcNeq6IJfAFTbGk3a { top:37.625rem;left:31.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqIG9MMHXpmBKEeosuIEiK6dKKazWNuv { top:16.3125rem;left:0rem;width:23.75rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV2HpMEnkR0WSkF53Lpy4n8ie36Vpv47 { top:17.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKf5VNePFnioqn66SEdFOXeyTCbTrmoT { top:17.6875rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKRac2AMPGQmCn7vUbUyKXhqadi6WyoW { top:60.625rem;left:0rem;width:11.375rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcRLUFqUuuREc6l6bJQTxodv213HvBlq { top:64.8125rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5JukUUT1i9nrxxT4GvCrlwG1qu2d22u { top:66.1875rem;left:0rem;width:5.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FATqz0k32ZG5aHhz7Hh8sKzklb2XTzw3 { top:17.6875rem;left:6.03125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrWMwH6tDNFhx2ohhKIzUBVIMH3fbOJq { top:29.1875rem;left:0rem;width:21.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQp2FkUawmta1kGZPmx89hpAE9fB6kEg { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRkSC8ciZm7XlLMgyrkluaAU4TP9M4u9 { top:68.9375rem;left:0rem;width:9.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOrTL0JlQNymQrVUqaopB1XENnJTJBW3 { top:30.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hc4qDZq85NwATinEUybOOSIrmv7o0lST { top:36.1875rem;left:23.75rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSed2mRgfPbT9Qa4S94S5xTznCnXhl3r { top:37.5625rem;left:38.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3X1i8WquPVX1TJ8DNaC55kaz4BTGPo2 { top:37.625rem;left:40.625rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REPSmp6tLLavtwp3QTesSbc63hvHxpfJ { top:38.4375rem;left:27.75rem;width:20rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEqQIbsbtOT5hWGGq0en0cLQILUiRTkr { top:44.5625rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi9yCDowoslCVry1XhAJKa9Tz3oqup0H { top:46.25rem;left:30.9375rem;width:16.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3sMFmGiFXmdawJXHxp6VOTkb8FEnzf { top:49.0625rem;left:26.25rem;width:21.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbhwQqvm6OJWon8MPFCAC0MbTkyFe3Rk { top:37.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgaWHWMhk6awqcJhLOeDNFdHOiL3WpST { top:49.9375rem;left:38.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8ifp3VTfcE5KQLvcUvAdDfL4pFIRVS { top:50.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvJ4kDm96uH7ikGvoG19DwUhkdUUaaT9 { top:50.25rem;left:39rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6HaTfGcTu8TK3hCL3BIshHbr88Nq9BT { top:16.3125rem;left:0rem;width:23.75rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sw68JmEslItA6LGZELfBaMhZDizHJmWl { top:17.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSIurW2K8oySbusCOKKinpPvNJB9fKnp { top:17.6875rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAWmFsgvvRZECAEFCabAWxvxuB03FlTf { top:73.125rem;left:0rem;width:11.375rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #bO1SEmVfSo6QTTSHSssp7HJ1JUH10n77 { top:77.3125rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBuCVs1zdFRQWUTvpo27bk1SHSL03CVX { top:17.6875rem;left:6.03125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWZd3viQKbNiqhxa4SAT02w8bvadLfmq { top:78.6875rem;left:0rem;width:5.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbxTx7Q4IvmJkECFAH3rIOtaUuaU8cwq { top:29.1875rem;left:0rem;width:21.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdV6Kpp0yzDcHgk524W2i96WRVCgmb7M { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUvfquHkSyQKoVmybS9UiO2trkurJ2xn { top:31.625rem;left:0rem;width:9.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8lLRtuvoZGPes17AWqNx653tgrK9maD { top:30.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 { display:block; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtVLGsTpPgmwZ2x5SNhaAV0VKEzWCQ1G { top:3.875rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfLeqk4cFP2S4ltqQoiLfcBq0Kb8rMFU { top:8.5625rem;left:5.1875rem;width:37.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5ErMVzaVOKER93HkMBbsx4gB82a0anf { top:15.4375rem;left:13.5625rem;width:20.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hODywwVpP3dGqg615dDAf2EpGkuELAcT { top:19rem;left:21.6875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6s9E5JnAQLrZL5ZEFArqXwy3lRMKon { top:24.6875rem;left:13.875rem;width:20rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2FdRAi8sSONhurBskuVpOIA258BOtVW { top:26.8125rem;left:13.875rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpUxCfE8Xh4kvlBvNInryCRIG10X74Gk { top:29.875rem;left:17.1875rem;width:13.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAzqNsuOCb4XhxDpqmT6JsakBOJ6Gu14 { top:35.0625rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIAp5dK1oPxRExxNS250IBvZymLh9o9h { top:35.0625rem;left:16.875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFGPEUoJlMLiVkwHpH95SQdprzZold9g { top:37.1875rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC64wvU6Uhobd9IES9kPdz7pKpDT1XWL { top:37.1875rem;left:16.875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOXl8e4lsJRlDwh3oA0ZKJObP0dDvT5E { top:39.25rem;left:16.875rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgptcpXWpMSnLJBLIU5birac3bXB8gO { top:39.25rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVpcBmsSSxNSxnc7125viCIkApBJHXSg { top:41.375rem;left:16.875rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVP92i2K6XrCzmXAzuzDEgBbPkB6suRb { top:41.375rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqeoPAGdyBooHzoLJep8OetdzbXErEHZ { top:43.375rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9hLL1xxqd0nNuf3U8yHfpOg2lIP9Odl { top:43.375rem;left:16.875rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlTeiRqvBq4i2AdIZpwmJZFBOelGi6c0 { top:20rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRbmasT5g8SLfMWhOBfqhANN4UpJ4Ok6 { top:15.4375rem;left:0rem;width:20.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1WIIIabl9NL03K605bTf8DdG6vJM4JM { top:19rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfNPWTnTNSN6WfZ0XcdzhrMluvObdOiu { top:24.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJzRnnQChwALLWiLKykidvxBW9IkR1Q7 { top:20rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6JTBvkbfSx8dShT3qKfzoynfBkxIDbF { top:26.8125rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAZoPRTbzaxTbVdvCcdGqtwSF9yGiOiz { top:29.875rem;left:0rem;width:14.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRhPOVBqTJuodPfB86mlIAftlkOBv9JT { top:35.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyiXlfkfDmfR6LCiZzt4yS9KyZaPOKGh { top:35.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKvhF6D26lZ0T6SREALzFd3Uq5Tgn7C { top:37.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBA3M1Gb7Cd8mQQa5qREiiwgd8EaCPAK { top:37.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmoyPwuSTqyAXzJVQPamlp1aDivglFn8 { top:39.25rem;left:0rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABf7bkzS6NiJSDeeldySmEvBwUGXqIw3 { top:39.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXfhaRdvcqEgfSqKVG5IaoIwf61N8pDd { top:15.375rem;left:27rem;width:20.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H11n2qAPE7QEXRVJ8bxGEHvyNLNoto2F { top:18.9375rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaE1byxwy0NKcnbRXn7gvf1yNtEZ8Rfd { top:24.625rem;left:27.75rem;width:20rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHuQbIHzxLQ8wRaxvo4o1XdES3Pr6R3Q { top:19.9375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVh26NpUkPGuIXsFUCghAuV95gAUdZJ5 { top:26.75rem;left:27.75rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csu00yNP8v2C1cWxCta1KKQAdLl5hdNn { top:30.125rem;left:31rem;width:16.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivmMKVvTDkKb9OsEhfkB9tXgxlGioeiL { top:35rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e28sA5soHdoGxUa9i7deqefGeLgJkg0N { top:35rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FanDNCN9dmD94MAlrQRQGu5e4S3etfW4 { top:37.125rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2J09v4FVosWIxcorR7hcsTB844Bl1pq { top:37.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGKMdB5dR4dCd4mTspWxCMrEFiamHiQO { top:15.375rem;left:0rem;width:20.625rem;height:32.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPKlOKcudbFssuzEdrcpqUsAdBLlEeTE { top:18.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrTwF6fkdafTPDiBT9CDu6irPGDSSxTi { top:19.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #If6TKNblIyULIZsHqOMuzFt8GEeDnNyy { top:38.6875rem;left:0rem;width:12.6875rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeVxkiqOVmK8Pms2v25F8Bih3gHR01Tw { top:40.5rem;left:0rem;width:13.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV34x1rdTbqSkTprqer9VTzqkZ7Te9mH { top:42.875rem;left:0rem;width:8.375rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xneBX0I6oDpKESbqUWezVDxBK0imH2VP { top:35rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGSN7wTHsTUg7XdOh0RqCLQwb2fevKT8 { top:35rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEM39m22XOLFeNuT4CIzeUNrSfKdRR5o { top:37.125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wqul0cu5BKBTq9fudTyXo62FEya3VOWm { top:48.6875rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqd56Q29OQ3BKpcNqTxvvSQBoJzmhoiU { top:39.1875rem;left:0rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfXNfd2arVPivotznrX97sKXql7loD9l { top:39.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkvJWpkgPk5Vp51cCztz5ZUKUaHfumx3 { top:15.375rem;left:0rem;width:20.625rem;height:32.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThMyTe6guETBPPFOWTqx46VpqgPRci1X { top:18.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMJQcgVGaFaBryi1uJ28CaU22XnDgKRa { top:19.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kz23KB17faEApPhX7CSTal3vRWZWWuP2 { top:61.375rem;left:0rem;width:12.6875rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZK21vNr4oTG6ZvlStagB6vFyTG63hLt { top:63.1875rem;left:0rem;width:13.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nerpqspNGIvTGrOK2GPfFmV147mhebw3 { top:42.875rem;left:0rem;width:8.375rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gsg5gefSRzsVr8clNkVcPUyNxTXKTbOF { top:35rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSWWCZeTOe63RrS6vRTTT41besCLKH63 { top:69.625rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRAtzFrxn3GyTQgXzm84v8rrOf2wiSgw { top:37.125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS16ITqqzPS4T1EPCG8l2pHCggzhQr5i { top:71.375rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D00SWha1Tod8R7ZgFJHTeEwFGJ0Uzk8w { width:20rem;height:3.8125rem;top:52.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtLtIXPaiUWIvoiHMe9PwsvfSaJCdQC { display:block; }
 }@media only screen and (max-width: 763px) { #fBTUgTTanXP6Fh8espdoQlKkPRmDPxG5 { top:14.75rem;left:18.71875rem;width:10.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1xeAOJnVylCuOtMuWf2viDbh0xVawI { top:14.6875rem;left:19.65625rem;width:8.4375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 { display:block; }#whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw1KzpphWyJuqSJBLvpzIVfTy203SVw3 { top:3.875rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFMEDca8Znv98cwiwCcXarEhN53ciITp { top:8.5625rem;left:5.1875rem;width:37.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erzMinZMFWZbmWgVPXol72Qkv2I16ufA { top:15.375rem;left:0rem;width:20.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMl4vaTsxy9k2TyKz5u6lpeaAhdTRKl { top:18.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwrUKbfLOJmTqCnm5xIWDcwznkh8hEXW { top:24.625rem;left:0rem;width:20rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXWRn04OTC8Ae1LnpTTMfwqdT8vKLqG { top:26.75rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I53gsQNTue8nC2CM9XlVGGcA78rAePs8 { top:29.8125rem;left:0rem;width:13.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZWfqEWsGWTxdufVwZh25beUpvUMUmq { top:35rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MN8GGpcaB28zM4XNITxS08I7CO7rMq { top:35rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0owEDxiJCG2cyVAGAvyhTsDMbxFDMW { top:37.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB0O1LXC5Ul6dgpwd4s9uuv5bQzEPLLa { top:37.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kksc4KrxiU2vSNu9SAncUWrTQS37cSpG { top:39.1875rem;left:0rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZnvDyweZC47frTOzu7GJDO0e9WAGyX { top:39.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVw9AImUg3wNNHtC44I28KqiFCn75C0m { top:41.3125rem;left:0rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDul0dDOH4OCWz9atD31ENzSoIGNqz7x { top:41.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfFaXUB79LisIB1ZK2LPIKVtDNVZzKah { top:43.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXeCNd0CohM2otiCRxZxJogGnh684xQE { top:43.3125rem;left:0rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRoovIzNP0E2UcTT2ocmmk4JpXq96b4n { top:19.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNXtbi8LHUwbFIeoGIHeTRGSCL15gT27 { top:15.375rem;left:13.5625rem;width:20.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq0H9xmB8AlXutg6Lxo9yehqT00SXKC3 { top:18.9375rem;left:21.6875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNUPSJv1UTalz8gNaThqRynuetQyqNSl { top:24.625rem;left:13.875rem;width:20rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr2l0on1PsUhEAWtcbLMULaL9mrGwRw8 { top:19.9375rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEnbGLLwZTsPiuEuuqTbE8os4n5O9HuL { top:26.75rem;left:13.875rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJaSVpq6KILTKcQwOrN0V1zCVWMnZMZ { top:29.8125rem;left:16.6875rem;width:14.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKDWdzrtckzOfBlt19sGmc8xhpmAKkmu { top:35rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyV6qoh03u9l0ROPl9pz0bo23lI408WC { top:35rem;left:16.875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH4VyNvk86xXFQkBrsO87Wnt0EQWCcF2 { top:37.125rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIkGiJXKQgv7IEqZB9vUyavfI2WSkQ8r { top:37.125rem;left:16.875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQD76AqHJdZGpS44T59oa45o19CvAwf0 { top:39.1875rem;left:16.875rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QarQSeTfkTHKcme8bm94umi2o6WTshno { top:39.1875rem;left:14.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koiSS8Bbmy1AZePOrDwoHCaoEySAKkv3 { top:15.375rem;left:27rem;width:20.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTCi7i4BbuU4k2Ji6e8fLfqElPUaIiw { top:18.9375rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlQHUe5ZWsQySUr4USq6UaXxycyES9al { top:24.625rem;left:27.75rem;width:20rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K03sm298v4naTTTZ9yn1WabFBoTuxvGC { top:19.9375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSW7LXaT3Sn7fm9LR0R5w01PsNVPSLf6 { top:26.75rem;left:27.75rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLB8TTwT7T83BWmiL1fWkmlSXwsFtgrR { top:30.125rem;left:31rem;width:16.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrkKlo8HpRfncVEJpEmnSChloh1XOEsL { top:35rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #droTKJqEtXAATJlQ9i5kowbeq756x8EJ { top:35rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIo6znPCOqzmNVxP1KT5NuhMnO4AF3Oz { top:37.125rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkT8l7IEtWxDVdRHPXH33EKt0oIaUAxf { top:37.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXidXLMpvou4r0J2Thv4qPhrOfNOTZnf { top:15.375rem;left:0rem;width:20.625rem;height:32.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIKtf02HuM00iv2mvy1dxQcUd3w83FEQ { top:18.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpLn1458LEO5tGJSdJwUFUt4nUIUTnJh { top:19.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3GwKwdrtAA4wQy5T9pAfoB4yLeVZWX2 { top:38.6875rem;left:0rem;width:12.6875rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eE2855x4irhD1vwNRuqw6JmEWZ5WPCb3 { top:40.5rem;left:0rem;width:13.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMpXoHOq6n4T0eWObCJOKlILaFts3C5W { top:42.875rem;left:0rem;width:8.375rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRisfzD76zJDzFC35Hp11V4xyoNeli1U { top:35rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIBep62fDGbXeTw0JEHVz1GIX1F1kAOo { top:35rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxuqkQ3PIL5HBq4UNVOxiAaD2DskFo9n { top:37.125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0ttuSmBNBM4e7XwJbIfFVg0GbTNkaAf { top:48.6875rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZR1vpvlEz4L57f1Okda5fwZ6KvDmw6A { top:39.1875rem;left:0rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #klBMBitDyEb3EEgAIH60AFIGxJLlyyTZ { top:39.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8FptTKQPLvKnmtrr0rF8XshsB7uvT4N { top:15.375rem;left:0rem;width:20.625rem;height:32.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ct5gV1tVJNXm1UIOm2O27dTFEDZkg23d { top:18.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #USrvwmEyygR3oA7V2rpy8mxyw2shIEZb { top:19.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtmMIIsnC8CBmbZFnxs36qLt3l8nlbzE { top:61.375rem;left:0rem;width:12.6875rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sP3T6r5vxidHkmk5Fw0X9QFWQxQqn6CO { top:63.1875rem;left:0rem;width:13.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CX8vcZpcNMdgJBiTtS3ZAzr0OqiiW6RO { top:42.875rem;left:0rem;width:8.375rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvH6rnaXxLdp3pAERXaJTxrwUbMbUfof { top:35rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiD1bnBKbNCibIta8HMqLZh3yhZTcsfH { top:69.625rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBvFJvT8glLJT6efkssomiOFp7sNhlhh { top:37.125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4ER9Eo0IciTWPqIUUHUtOOLikSsTC2z { top:71.375rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vECoJd1BpO2IXprHUqElkqqdE1Ht5k8g { width:20rem;height:3.8125rem;top:52.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq184FXZI64LrcFt1GFaa38bZxiXN1k9 { display:block; }
 }@media only screen and (max-width: 763px) { #AloscGvr69Dh7UDNmOuApBynSs9tLzwh { top:14.75rem;left:18.71875rem;width:10.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGekhL1eyBV7VguG5eUxeLCWLNRFquUH { top:14.6875rem;left:19.65625rem;width:8.4375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS { display:block; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8hkqJfXGTZFNaXOsqq94nrlKtRN3Tyv { top:4.25rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz3KbTJDoio8mzhKhp1WdgFV8dSCGpsy { top:8.5rem;left:5.1875rem;width:37.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEQp6JxbKykaLungBffLlHPep1yMPR9B { top:42.25rem;left:0.84375rem;width:46.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPw2QR9azKXugBvfDoHENFTNJcs8Cf0y { top:21.6875rem;left:22.03125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVnwrAslgBNJ3uqbNsDDI2C2ddkf78H { top:21.6875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne2I2IkVwi67WMH52GPToS09mLn9CiKz { top:16.5625rem;left:0rem;width:47.75rem;height:11.141666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7nGLlNO0Akrqgsp5LqpHMr0w3yOlkmX { top:33.5rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWakFWInUXdvdKW9vJi00TOc6KzOey14 { top:14.3125rem;left:0rem;width:8.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5K7ua9u9H8Ha29ge7xITxqE4bMy7FQE { top:35.3125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df0p95m7AZfFn9ztq2hsINas77ZONCHz { top:14.3125rem;left:15.4375rem;width:12.5rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o57o2o4mUCp7QrBdEXMTIZfkFNAFXqsU { width:22.125rem;height:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns019lT5bGb9OVggvpRxHh0KEztEswrd { width:22.4375rem;height:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsyeCSTUxgiEn3Nr3Ppc2vTAVn7dEKyn { top:48.75rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsNz9CAkbBuXyrHQ2q14IAa8xvEOMtmG { top:50.125rem;left:0rem;width:6.5rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSdku3aM7V2p6c9OPUlqA32SeC4hneS { top:35.9375rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWpT84RfSBqRFw6QfwSMoEBCB8H3HLzM { top:34.0625rem;left:17.625rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrzr31zXvr9GOSGXyxalIwIWFgGszaW { top:14.3125rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VweqGLakCu832KpRf8EysMdO7gtmG1V1 { top:21.75rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0429nKtOqdV0zxXU01oZvtny0q1qP1L { top:35.9375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIaQMGzGA0v6f54HEOF4xvlABZ7xCyaZ { top:34.0625rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTIsBuzsaKWG1CPeEfzdkPAD8aZ12on { width:22.4375rem;height:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZPTEReleJzL2ndMNADVIUINb8TIUnRV { top:72.375rem;left:0rem;width:6.5rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KERnsDfUWQFCGcpK2fSd6PQtg8FID2NH { top:71rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXT13kJMEVauVTVhJFdNoMhLrIb7mBg3 { top:14.75rem;left:26.40625rem;width:3.9375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0b4muBv7gaNqP5RElH3cUVfTNPNhdba { display:block; }#C0b4muBv7gaNqP5RElH3cUVfTNPNhdba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huFUnPcEy8yRqao3PfSdt5R5KeEz52MJ { top:15rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq3t04TTZliQ7vNmp4sLRos4C8TdcpZx { top:4.25rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haiZzlBPsxXTFReEeXQz5HnnaWuyAe8y { top:8.5rem;left:5.1875rem;width:37.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9PZ0PvmQn8bL0ydpNuTquqPLB5Oewoz { top:17.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZFl0Sa8h9e6aBV2tFdgi26RhErH2pa { top:16.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vog5NfQyKbE1Ie6dGnyLngXPBG27qGZP { top:17.5rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbrIhVpcR7HsHKmWmhlQNSZ8Tl7JotAm { top:18.1875rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQNvNkzSexcLyufZmaIDk2d67qVnyfx { top:21.375rem;left:0rem;width:47.75rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCoeAGhDTyTo6egiroPuWJKLiSkr3kVO { top:26.75rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJHc2iVofeTyqx6dSvG1vKBA0yqQpd2G { top:29.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #clC1gdRhNTCtH13kL58E0uHxXJ3uUTBv { top:28.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLd6D5yFLZa8Qht9mg2bJKhaXJiz5q0 { top:29.25rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm8vMIyvlwR9Tb6Z6fdHFtNu9Sk0QnLW { top:33.125rem;left:0rem;width:41rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9NfHDoXT2wOrKCL0vMTA6LiZSBcaGOz { top:29.1875rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf2BsRubuGA9UtyZgCdNndI4up2bUyWJ { top:33.125rem;left:0rem;width:47.75rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnowIqSTN3cWn9RgsG1lOHrCEmqn6yL { top:22.75rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhy7nuZzFqgGrMPM5hDXB7zX2zk0p16V { top:34.5625rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osAxxixkTiDzkeaJaeWrJ2p8lZmmSPm5 { top:15rem;left:0rem;width:47.75rem;height:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAcriyxz8iRReXoign3g5BE4FeFRXLO7 { top:16.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDs8B4s9stBbvTZBM4xRhX0hk3sWwlgM { top:17.5625rem;left:0rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIVgbbPbLMvypJ0oVCwCFGQlaWd1fL9T { top:17rem;left:0rem;width:8.625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFiN9nvlWx0LF1c6035rFUF4rEXKDT3Q { top:21.375rem;left:0rem;width:47.75rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3U5sE6i1Dn709QehDDJU8w2hA3KSnXp { top:17.25rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4vcuQc51F9VSJT1HkOtuKTqXLXaBARB { top:20.1875rem;left:0rem;width:5.375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L91yGgBGvbvtxAi6JO2vQnwmK0gwCeZ9 { top:38.5rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqeMKSbt4ShkskJaLOkqBVrWF91BZskt { top:40.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ7TpVo5DIhGbeVhIEnfhtfT7xcGnGWm { top:41.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqEda1eikLEvhLXcH4f4G9xrRe4ms1O7 { top:41rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU724fqDhRkri4kc7K7kq1xIZOkhg2oR { top:44.875rem;left:0rem;width:24rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrdonGUTx16W5f8FgxN9vFfLybkODekr { top:44.875rem;left:0rem;width:47.75rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpmwaUKcHcF0mwIZZPkH1zc7ZQMA8wuF { top:40.9375rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEW162GanIpEEIvQxXu2nKmdHwkWk9hN { top:46.3125rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdHvBcSpE0miQNWXz0tAr4MysTutgl8m { top:21.375rem;left:0rem;width:47.75rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoQpbzWabAeGxSF5cpaLpiN0C1X4aJ4E { top:15rem;left:0rem;width:47.75rem;height:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E73PeU2b3CEWJKSr78oZTdLRD57Sxvyq { top:21.375rem;left:0rem;width:47.75rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1z653AqBgf8XyQhJycNw9SMuBJQaams { top:21.375rem;left:0rem;width:47.75rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvlxJXev9wmWsUJWZ0WcyRJTP7ZWdogp { top:16.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnCgmESNnTSFc8xCp9X2dqTBxo1IZpzp { top:17.5625rem;left:0rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRx3ERFhGsma8ZkHO8TL54g1flfivOL1 { top:23.6875rem;left:0rem;width:8.625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqzhSbGD3iSNcATLbW1VzMpP9d2E1yI2 { top:23.9375rem;left:0rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLaMn5pt1xwmL0myuw7yHALkACE5BypZ { top:26.875rem;left:0rem;width:5.375rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NycUTgsbadoRfl8R2rMhy7s2TEF911RP { top:51rem;left:5.1875rem;width:37.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 { display:block; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZE3yDk1rXlk2OclfV8PrmXfc9zIIcpA { top:8.4375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZAw4FOqPLx48nS0Bn7UXEU0nm3Txmkt { top:13.3125rem;left:5.1875rem;width:37.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAT6xKTcbtPIaE01eRnnZ5TONfyOpgsO { top:19.5rem;left:0rem;width:24.0625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlK86ah0cKe3OhaG9U8r6T7yS2PfzXfg { top:25.0625rem;left:0rem;width:20rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd9JkyUsTp477PC4gxeEExX6o7mF8LFA { top:27.6875rem;left:0rem;width:20rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba4mR62vA6ZDpFXTRyVRqTpMHzvL9iHN { top:21.125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4TOuS9oTJvxv0pVfhfKKWND3RXSks2U { top:19.5625rem;left:11.875rem;width:24.0625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP4WbVAsVJkSadoZCBJIERSbdTHexrDN { top:21.1875rem;left:13.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMiBhWB6t7TtoNBXC1euCTBEGoPZ1gZ9 { top:25.125rem;left:13.25rem;width:20rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvzK5Zovsxl0rBokhQaeol64AGlmz4o { top:27.75rem;left:13.25rem;width:20rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZDQ986mi5sXDZ14kVAlMFI66XrHBHTd { top:19.5rem;left:23.5625rem;width:24.0625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJO3EVSgH1mLgFsovKrDTkH8FoEEwT2u { top:21.125rem;left:38.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd7uwTV0RRSTtL6ZnNrutvZrsTeJv1Hn { top:25.0625rem;left:27.75rem;width:20rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb3WEx1CXcGgNLsyVqA8Xd0ydyEprB5y { top:27.6875rem;left:27.75rem;width:20rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd { display:block; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VElqiPFxRJHypIV6z22vUfFHQslMvC2g { top:7.125rem;left:0rem;width:22.75rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9siMoNP0wKMHSHpfPa742xUyzD205K { top:5.9375rem;left:8.25rem;width:20rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLFctRJTA4TeR261SrVp3vhFFiCwXKdM { top:10.75rem;left:0rem;width:42.1875rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXmNFC4XZnVrqxUM0SCsIF7K8SLQ4v6h { top:16rem;left:0rem;width:38.4375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlabEkORyhDFvmhGVX6OUFdcl3rvTLRO { top:21.6875rem;left:0rem;width:5.1875rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puMJWFbqu43HNTpUr7KnT89Ti3KppCK3 { top:21.6875rem;left:0rem;width:5.1875rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLaMcsVJ4qlnxGCB7nnA9qnS7DWtZrBk { top:21.6875rem;left:13.6875rem;width:5.1875rem;height:;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikcJvkVeN8IUe1o036FaZG1s48SnVRIK { top:23.5rem;left:0rem;width:7rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNHu7kxt5B53T1yyAibpPPz2S1VPlHZB { top:22.875rem;left:3.9375rem;width:6.3125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fggg57msaEsFoFhx9fOMnXTHtAoAdXma { top:23.5rem;left:19.3125rem;width:4.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCT1pnPbz2Q3d9odOO5XHXqss7uNuCGC { top:23.5625rem;left:0rem;width:11.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMJNRCXLVOorTQX5hkg0M0vHoz44PaMt { top:23.5625rem;left:0rem;width:11.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENw4to0wrqfNrVWZZMDSdkoZNadDZi9c { top:23.5625rem;left:12.1875rem;width:11.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCd2G4JI8pF3N76PaMfhBUmsd5OI39K { top:8.4375rem;left:36.1875rem;width:8.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aueytMBvQS7kMEEedd3n5tqfDkHVRhGA { top:7.875rem;left:34.0625rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S21v0ZNvDW1KTX0GT6qFkCeUeoPArHwF { top:12.625rem;left:34.125rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0eTzPbh4zggi4myhffNu6yk301DnV6N { top:13.375rem;left:36.25rem;width:8.375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2bl7iW9EcocglQVwThyxuPJhAhuUwGQ { top:17.125rem;left:34.125rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NANsG8EvfeKlNH4k4gR3n05M2XTOvHub { top:17.6875rem;left:37.9375rem;width:4.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBIRSJig8xnT4OIOWaTTnaiForcIm7df { top:21.5625rem;left:34.0625rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPEDRHnNWbRs69gKAw9MRH3zy47B1gS8 { top:22.0625rem;left:36.375rem;width:7.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfy9EfEARBfzhxDcwg3TVws3WhPWsibe { top:10.0625rem;left:35.125rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHW6r6c4yu8AhIfaSJ7zuKbNCibkAhFo { top:10.9375rem;left:36.6875rem;width:11.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sClpVisw2331pRkoTpzRLZoXg5InDNTn { top:14.625rem;left:35.125rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l099iB6cPLLJqQV8aTcyDt7vHh3s8T7x { top:15.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCkNlThqUBfGxTz0PomOtxL5RrGciTZz { top:19.1875rem;left:35.125rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHXeB5dnT8RRsQGd3W2Mrhb7TfMF0y4n { top:20rem;left:40.125rem;width:7.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2lomlUfa9OT6RxXh6DKuCEi9ZK5AOE { top:22.6875rem;left:0rem;width:0.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9vw4brxHSnpq5S2L249BWm2kT5JIqb { top:22.6875rem;left:11.4375rem;width:0.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D { display:block; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF0vLs0GzIWDqC8o9iEqFQXtE8cbV59E { top:29.6875rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCLapOEHTfMnKT3BILkhv5qwlkM3CaAN { top:10.75rem;left:0rem;width:33.125rem;height:12.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-text {padding-top: 0; padding-bottom: 0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-select {padding-top: 0; padding-bottom: 0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-checkbox-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI  { width:22.1875rem;height:auto;top:3.1875rem;left:23.0625rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI {display:block;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI { width:22.1875rem;height:auto;top:3.1875rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #tkkl8WsB3rnRwT0PNeFeyFqgQ8Saw8uP {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #SqS9VytrApi8ayHZwFpVHurdw9kqp5ap {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #i9vIoNnuOC2HvMTtTWEQW7StwgAxg3Wo {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #amxeQaOV14OOr4g7zqOzFlFvm7gFoBrn {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #tbTGP7AGTL8ATUNoaqzfk22WP7ZePu0L {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #kDQzIQf1FHuW5Vg1WDzx5hCFbsgwq7I5 {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #H0wBzUZ1ImSM4kZqMzuvBIWhokgIeZLz {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #CPBJAkSfbchFghnNCe1zldT3MVLmpxCl {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #wZ6Qf8EucRHonSigvzoXN6OkyXT7gPZN {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #eHal6Vz1J9W86PNgaEmASesR0Tqp90mL {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #LCqdb0LfoRyJPof0OTK5N5mq9JhtkE0u {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #K55m6mLbi1GpoTuhUg30z2Rb3J7FPbft {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #H1M6Hz2LIqMwV5xZu0cQ4rk3bv7iQfKn {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #DBBDFDTaoxDzSZ9DJ0y5fqWgP9Vi7dU4 {  }
 }@media only screen and (max-width: 763px) { #cv1oWsiq09hwp1LInhlfFrR37XdydfiJ { display:block; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM4aNPiuTmIpw35pBwDZ4PDMoodKSgvt { top:4rem;left:12.75rem;width:34.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSOi6CDvak5kZvB7GNBnBnIsgT2exgSK { top:2.5625rem;left:0.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5KExTHCuO9sH68cIXIZuLDc0zn5QJMH { top:7.8125rem;left:12.75rem;width:22.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eihJzF7u6x1Txu0oShMeA11fC3JSplq3 { top:8rem;left:14.75rem;width:1.25rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmb48J1rAFhQyxgHSozZXQ1hPiOvWrIr { top:8.0625rem;left:16.0625rem;width:13.0625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsfv6fbllC9amWUreH1VJ1iemzhsOotd { top:8.375rem;left:33rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ2KmS3wdyUuOe0JG2TtPKkZKVvlNKxU { top:8rem;left:32.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { display:block; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJbsffmVqGFRawlkmRpVI57XMNMgUpeH { top:1.3125rem;left:9.8125rem;width:28.125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { display:none; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ob58LgQ5idb9wTBbuaQdQoD4UalsJu9s { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDupOFUS2kdpxovJihVaU6gEUcSSzS40 { display:block; }#MDupOFUS2kdpxovJihVaU6gEUcSSzS40 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qi8p41l4UWpxfewD18EypA8SzHupn8oZ { width:11.5rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP { display:block; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { width:20rem;height:1.5087875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSlfhUpZzBHDZQ0DzxpwsgnN8Q21ug5H { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2539cae9-b34e-402a-b861-06fd72e82023/hero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX.adaptive-delivery-prevent-bg, #gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX.lazyload, #gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX.lazyloading { background-image: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container { background-color: transparent; background-image: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.22); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container > .video-iframe-container { display: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.22); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row > .video-iframe-container { display: none; }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .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); }#gvLDpMLnknTZ5CWa2vC4cpRvNrFJJXrX > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQzAluFnDdSHETPSxIcJvPPX7vV8H3SL { width:20rem;height:4.2246125rem;top:3.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PANpBdkhQDBX87M9szzsqHxcyL5840pn { width:17.5625rem;height:3.16699375rem;top:7.603515625rem;left:1.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHp7xiGpTVPqktxSS4fyaRfmeVZ8PWk2 { width:12.4375rem;height:2.4375rem;top:11.66015625rem;left:3.78125rem;font-size:0.875rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.41) ;display:block; }
 }@media only screen and (max-width: 763px) { #TaaIS7aWFhxAPukLFAoCIHpJwsRPTow2 { display:block; }
 }@media only screen and (max-width: 763px) { #yXEV52deRR7i8oTI9pv77e9xvCmzFPVO { display:block; }#yXEV52deRR7i8oTI9pv77e9xvCmzFPVO > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqqdcGeEotbKNqhfO57q8cOhvPUuSGBR { width:14.3125rem;height:3.44921875rem;top:1.3125rem;left:2.84375rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x6DuKGtpNu1TnDrvtGwllxowxgoUlkSV { width:16.875rem;height:2.111325rem;top:5.375rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXcPdp9gBmrssxJ9TwHIBLmMbWxqIpKy { width:18.3125rem;height:11.1875rem;top:9.625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TtIw4rG67UeM0PTU8NW7yHSfBmHM05 { width:5.875rem;height:1.21875rem;top:10.181640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPuffTiAhelZK5SAhIyHc5J8L1mB5Hq9 { width:11.375rem;height:3.8994125rem;top:10.955078125rem;left:1.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTnx3z7B3xxW6ga87ecvbTi6SWFozbvQ { width:13.8125rem;height:1.3808625rem;top:15.123046875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKccGbJh0xoFupa8o676BhPgHbPnvv7n { width:5.6875rem;height:1.70605625rem;top:16.50390625rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJcfuMV5OWRgMH1EezC72pmG1O0TTGTM { width:16.8125rem;height:0.125rem;top:18.53515625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVQiHcBDdnVzkyUN558UvX4D3nHKV0Hk { width:1.25rem;height:1.25rem;top:19.1220703125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLcPr7y1VCqxMr4WhOCTneNuaHpm2P0 { width:9.125rem;height:1.0556625rem;top:19.2197265625rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQJIx41l1fgT3UmLpWHTFmeBVRMJARU { display:flex;width:1.125rem;height:1.125rem;top:10.291015625rem;left:1.65625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #BBWHJBWSZ5mUDhFbFWZqTplKCIW9n6Hl { display:flex;width:2.5625rem;height:2.5625rem;top:10.556640625rem;left:15.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3)); }
 }@media only screen and (max-width: 763px) { #epEUrmDdIFFR2ynzw0NdU9WklwCobqLT { display:flex;width:0.75rem;height:0.75rem;top:19.3720703125rem;left:1.84375rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #NzsETn9gaE2OqHlUWw0y2zlOOD5bZft8 { width:19.75rem;height:16.4375rem;top:22.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXebTV9cpWdzTWBhR1qO0JS7FCd9leUV { width:5.875rem;height:1.21875rem;top:23.75rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRClTHgTEvvxUySXMNi27ZmchwPHP3uJ { display:flex;width:1.5625rem;height:1.5625rem;top:23.6875rem;left:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgw4uZsX2GwF9Ie1KfXR7QX01RSKSkny { width:20rem;height:2.5996125rem;top:24.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlhTrnMvaQ2EtXidQUmLg0y29NzqsILv { width:16.8125rem;height:1.3808625rem;top:30.6875rem;left:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsTqEoBBZUs29GOiTm5l4XUcTxs3APOu { width:16.8125rem;height:1.70605625rem;top:32.375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTI38oGDvyZzGMqPfXB2iVUGowUesCT8 { width:20rem;height:0.125rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpT8Eyen0xgbm9K0TGF5PgFSyUvuk7wU { width:1.875rem;height:1.875rem;top:36.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0igWEUMntEDypKKOWNJcKzxuZaLpQOH { width:12.5rem;height:1.0556625rem;top:36.375rem;left:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXD451EF87VubatZPTmdTteKkVLibqLv { display:flex;width:1.1875rem;height:1.1875rem;top:36.375rem;left:0.375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUJbrgaxHOeBxPTEE8Lvzu5uVSlxA0Ah { display:flex;width:3.125rem;height:3.125rem;top:23.75rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #chdkftUkND8nSW5oJZOQWcV0axkPtdnR { width:19.75rem;height:16.4375rem;top:16.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFXAf0zxTiB6XAn1FUoi8QnaBrTQQ0Xb { width:5.875rem;height:auto;top:17.875rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHm2hzDc7Tc4kridFbtMyInvnFgXgPf7 { display:flex;width:1.5625rem;height:1.5625rem;top:17.8125rem;left:9.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tam6SdLQx0yt4WJHixB4X0TDttk4MW42 { width:20rem;height:auto;top:18.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5hFTRW63BqAex2ryOfw7QqqeqGNNkbZ { width:16.8125rem;height:auto;top:24.8125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXbbIR971gT4rgswmFce82WQ9vdr45rC { width:16.8125rem;height:auto;top:26.5rem;left:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEzOJwHhyhnzNGXDi4EEIJw0P4mTicO0 { width:20rem;height:0.125rem;top:29.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0E3pSR7Xte0dLq3Tw1aIJkAFQtqbZnl { width:1.875rem;height:1.875rem;top:30.1875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxmcdHd7ddsXZoPezdQlbmBTDh4egUJf { display:flex;width:3.125rem;height:3.125rem;top:17.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9thFVOrufa6RL4A7lVipLBGtQ9LhpUb { width:12.5rem;height:auto;top:30.5rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FygvTGXtllAbTyc3Pf0S6hTeA7bagdR5 { display:flex;width:1.1875rem;height:1.1875rem;top:30.5rem;left:9.375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XahStUPXk6Ju9LHRQPix02D6p3KkLWhO { width:18.3125rem;height:11.1875rem;top:22rem;left:0.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #iAGmaBfei6Xwm2TGvdsFKp7bBZ4wFcJf { width:11.375rem;height:3.8994125rem;top:23.3125rem;left:1.5625rem;font-size:3rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zADiHmmSc3ULktOLxNo64Ft3A7LBI2F6 { display:flex;width:1.125rem;height:1.125rem;top:22.6875rem;left:1.6875rem;font-size:0.75rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #oIbR0Jze0PJXIMm0RnzOAvieqUnwnTiC { width:5.875rem;height:1.21875rem;top:22.5625rem;left:3.25rem;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #t86g4cqROyzT2hhLb1CD3i7cycTi8MdA { width:13.8125rem;height:1.3808625rem;top:27.5rem;left:1.5625rem;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #FHIFMNacwooTL7vgaKzyXg0wwA9utDAl { width:5.6875rem;height:1.70605625rem;top:28.875rem;left:1.5625rem;font-size:1.3125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #M71x6AKU5iu39Go92t88NcuALnb36WJy { width:16.8125rem;height:0.125rem;top:30.9375rem;left:1.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #uR1XfyTKCb9MDOUphIuFIOob5Rulv4QT { width:1.25rem;height:1.25rem;top:31.5rem;left:1.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Jcx1ybUL0mBgDBEMa7iihnB6tfahDS7p { width:9.125rem;height:1.0556625rem;top:31.625rem;left:3.25rem;font-size:0.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #fhdFpy2R66F2NnDDTzzdPXc6rtnpXEuq { display:flex;width:0.75rem;height:0.75rem;top:31.75rem;left:1.8125rem;font-size:0.5rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #LigRrnkhyaXqUcTQDytNzcU7AXJ1mEFz { display:flex;width:2.5625rem;height:2.5625rem;top:22.9375rem;left:15.8125rem;z-index:15022;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3)); }
 }@media only screen and (max-width: 763px) { #avT7EPFATSpgELiS8clhlrLQ03pCOoUg { width:18.3125rem;height:11.1875rem;top:34.4375rem;left:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #iknJlsGkRdcGdlmwp2oDqZp67ppHWync { display:flex;width:1.125rem;height:1.125rem;top:35.125rem;left:1.6875rem;font-size:0.75rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #HdBQpGgBCAAx5s3pPgPOtATe0PckBsBF { width:11.375rem;height:3.8994125rem;top:35.75rem;left:1.5625rem;font-size:3rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #z9FnMLXvhJJGfKKBuyLA593gFcZpVJqI { width:5.875rem;height:1.21875rem;top:35rem;left:3.25rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #fBlFM99hSfuvTM3RNQRaAaTFehcGBem5 { width:13.8125rem;height:1.3808625rem;top:39.9375rem;left:1.5625rem;font-size:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RMtORw3SBAeg8g9uTeshyAqDdcC8UEfB { width:5.6875rem;height:1.70605625rem;top:41.3125rem;left:1.5625rem;font-size:1.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #JPfJDc82bVZnWJpzSXUdqEMME0nWWBmC { width:16.8125rem;height:0.125rem;top:43.375rem;left:1.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #p46R8a9cECUwyl7pg3LuWTxARywwmToX { width:1.25rem;height:1.25rem;top:43.9375rem;left:1.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #O0fpCwB4dZn0hdmIEqIthfFEBfiD6lTy { width:9.125rem;height:1.0556625rem;top:44.0625rem;left:3.25rem;font-size:0.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #naMXBUZxf7CoBeEhqwAKmgNDw3gkcM2I { display:flex;width:0.75rem;height:0.75rem;top:44.1875rem;left:1.8125rem;font-size:0.5rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #y4SzdtuosLmWa0Eni617KESbuHAHU2Lp { display:flex;width:2.5625rem;height:2.5625rem;top:35.375rem;left:15.8125rem;z-index:15033;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3)); }
 }@media only screen and (max-width: 763px) { #Qk5IW1qJkm3XRAxTICtsUMfPvEIQzgTZ { width:19.75rem;height:16.4375rem;top:36.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFtML88ZLHuHbMJ3GPRl98ei9rstoEZM { display:flex;width:1.5625rem;height:1.5625rem;top:37.5625rem;left:9.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7ToPnSLkxyEIiHM1chdpQ3QNu17URJ1 { width:20rem;height:auto;top:38.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBhFCOeSTThHBB6lKEqBLMyUaB6zs8nl { width:5.875rem;height:auto;top:37.625rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmTsgy52byla40tQt9t1JHtVga1de8MC { width:16.8125rem;height:auto;top:44.5625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwoTPrXmf1i0s3LteXoiCpVSAsq7LqEX { width:16.8125rem;height:auto;top:46.25rem;left:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c47uqKMNTmQ4Ae8RAfCe9hfCpQWPS8RU { width:20rem;height:0.125rem;top:49.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV7xdg9tx8aoknR3wTpHrcaHETNzDRw3 { width:1.875rem;height:1.875rem;top:49.9375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X20Jy33NA9r00GDwsETgGqfQTQy67ANm { width:12.5rem;height:auto;top:50.25rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #idUoOwiW6uXr7I1KST1zdTGRKiiJJDCZ { display:flex;width:1.1875rem;height:1.1875rem;top:50.25rem;left:9.375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVc5RSvE2yQi2mnAdOLHBOygJUDvzHyR { display:flex;width:3.125rem;height:3.125rem;top:37.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFLSeP1BOuA1AgKS7C8thoNFIxnG9FTr { width:18.3125rem;height:11.1875rem;top:46.8125rem;left:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #LC4Btxf1JkaV1TX8LTX5i6b5huDluOOO { display:flex;width:1.125rem;height:1.125rem;top:47.5rem;left:1.6875rem;font-size:0.75rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #tk83CxBwmm8PKHASv5rbJmDqszEnIyGi { width:5.875rem;height:1.21875rem;top:47.375rem;left:3.25rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #gwMLmSpWVRFhSqDXkQlALFIcJGnfWlT8 { width:11.375rem;height:3.8994125rem;top:48.125rem;left:1.5625rem;font-size:3rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #JTfHpMEzEsCKxZ1JhLl1cLigOT5uIc1u { width:13.8125rem;height:1.3808625rem;top:52.3125rem;left:1.5625rem;font-size:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #BgNd8XTs9yC1zZNvO51UcZnPnPBPHy82 { width:5.6875rem;height:1.70605625rem;top:53.6875rem;left:1.5625rem;font-size:1.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #mP8qxlmEdT52vzZFRwRz3RG4z6y0FOcz { width:16.8125rem;height:0.125rem;top:55.75rem;left:1.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #gbEVgPwoGozmbwlAM03zB0eoShgqNIDO { display:flex;width:2.5625rem;height:2.5625rem;top:47.75rem;left:15.8125rem;z-index:15033;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3)); }
 }@media only screen and (max-width: 763px) { #mthN3gkhrJSmNXuPKQ9ZrT1hxqPfoiES { width:1.25rem;height:1.25rem;top:56.3125rem;left:1.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #le657K95e62x5tQJdDHXatcAu6vwkWiu { width:9.125rem;height:1.0556625rem;top:56.4375rem;left:3.25rem;font-size:0.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #M3lZ6b1N24zEEMdQikaiuAeSMcNAgcXM { display:flex;width:0.75rem;height:0.75rem;top:56.5625rem;left:1.8125rem;font-size:0.5rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #cgX4P0pdSVS6b5oGrlJDQ3gcKbk2v1Ms { width:19.75rem;height:16.4375rem;top:36.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #emMBNTeC8mvvEPDFrS5mRoehLw4PbcpX { display:flex;width:1.5625rem;height:1.5625rem;top:37.5625rem;left:9.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNJFWT80HxyelE9MW10TokapWTIhyUQa { width:20rem;height:auto;top:38.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVvbleDJq0HimuqHOL4qX4VgUQWsT5vd { width:5.875rem;height:auto;top:37.625rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDVVpEPZFe1GBwNqhg0H4irsPkhHBAec { width:16.8125rem;height:auto;top:44.5625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5iLKObPWheLy1CdMBSRl0hSNQVZEJGw { width:16.8125rem;height:auto;top:46.25rem;left:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xgp6HXRirGSTd8PP0yDFEvnxhztATPu2 { width:20rem;height:0.125rem;top:49.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ2TDZs3GFuAcMcoKDZDITRE6STpGWqI { width:1.875rem;height:1.875rem;top:49.9375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIQrwm8LGTJAXZvpAz1Ho80B7gdmcNAM { width:12.5rem;height:auto;top:50.25rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtWFfglTTyv8zm0h6VZ7sGz1EPQ31Xgb { display:flex;width:1.1875rem;height:1.1875rem;top:50.25rem;left:9.375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTGnTTwvTCbS8tJDcNeq6IJfAFTbGk3a { display:flex;width:3.125rem;height:3.125rem;top:37.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqIG9MMHXpmBKEeosuIEiK6dKKazWNuv { width:18.3125rem;height:11.1875rem;top:59.3125rem;left:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #yV2HpMEnkR0WSkF53Lpy4n8ie36Vpv47 { display:flex;width:1.125rem;height:1.125rem;top:60rem;left:1.6875rem;font-size:0.75rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #mKf5VNePFnioqn66SEdFOXeyTCbTrmoT { width:5.875rem;height:1.21875rem;top:59.875rem;left:3.25rem;font-size:0.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #wKRac2AMPGQmCn7vUbUyKXhqadi6WyoW { width:11.375rem;height:;top:60.625rem;left:1.5625rem;font-size:3rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #dcRLUFqUuuREc6l6bJQTxodv213HvBlq { width:13.8125rem;height:1.3808625rem;top:64.8125rem;left:1.5625rem;font-size:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #f5JukUUT1i9nrxxT4GvCrlwG1qu2d22u { width:5.6875rem;height:1.70605625rem;top:66.1875rem;left:1.5625rem;font-size:1.3125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #FATqz0k32ZG5aHhz7Hh8sKzklb2XTzw3 { display:flex;width:2.5625rem;height:2.5625rem;top:60.25rem;left:15.8125rem;z-index:15044;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3)); }
 }@media only screen and (max-width: 763px) { #JrWMwH6tDNFhx2ohhKIzUBVIMH3fbOJq { width:16.8125rem;height:0.125rem;top:68.25rem;left:1.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ZQp2FkUawmta1kGZPmx89hpAE9fB6kEg { width:1.25rem;height:1.25rem;top:68.8125rem;left:1.5625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #GRkSC8ciZm7XlLMgyrkluaAU4TP9M4u9 { width:9.125rem;height:1.0556625rem;top:68.9375rem;left:3.25rem;font-size:0.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #SOrTL0JlQNymQrVUqaopB1XENnJTJBW3 { display:flex;width:0.75rem;height:0.75rem;top:69.0625rem;left:1.8125rem;font-size:0.5rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #Hc4qDZq85NwATinEUybOOSIrmv7o0lST { width:19.75rem;height:16.4375rem;top:36.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSed2mRgfPbT9Qa4S94S5xTznCnXhl3r { display:flex;width:1.5625rem;height:1.5625rem;top:37.5625rem;left:9.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3X1i8WquPVX1TJ8DNaC55kaz4BTGPo2 { width:5.875rem;height:auto;top:37.625rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #REPSmp6tLLavtwp3QTesSbc63hvHxpfJ { width:20rem;height:auto;top:38.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEqQIbsbtOT5hWGGq0en0cLQILUiRTkr { width:16.8125rem;height:auto;top:44.5625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wi9yCDowoslCVry1XhAJKa9Tz3oqup0H { width:16.8125rem;height:auto;top:46.25rem;left:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN3sMFmGiFXmdawJXHxp6VOTkb8FEnzf { width:20rem;height:0.125rem;top:49.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbhwQqvm6OJWon8MPFCAC0MbTkyFe3Rk { display:flex;width:3.125rem;height:3.125rem;top:37.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgaWHWMhk6awqcJhLOeDNFdHOiL3WpST { width:1.875rem;height:1.875rem;top:49.9375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT8ifp3VTfcE5KQLvcUvAdDfL4pFIRVS { width:12.5rem;height:auto;top:50.25rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvJ4kDm96uH7ikGvoG19DwUhkdUUaaT9 { display:flex;width:1.1875rem;height:1.1875rem;top:50.25rem;left:9.375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6HaTfGcTu8TK3hCL3BIshHbr88Nq9BT { width:18.3125rem;height:11.1875rem;top:71.8125rem;left:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Sw68JmEslItA6LGZELfBaMhZDizHJmWl { display:flex;width:1.125rem;height:1.125rem;top:72.5rem;left:1.6875rem;font-size:0.75rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #zSIurW2K8oySbusCOKKinpPvNJB9fKnp { width:5.875rem;height:1.21875rem;top:72.375rem;left:3.25rem;font-size:0.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gAWmFsgvvRZECAEFCabAWxvxuB03FlTf { width:11.375rem;height:3.8994125rem;top:73.125rem;left:1.5625rem;font-size:3rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #bO1SEmVfSo6QTTSHSssp7HJ1JUH10n77 { width:13.8125rem;height:1.3808625rem;top:77.3125rem;left:1.5625rem;font-size:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #lBuCVs1zdFRQWUTvpo27bk1SHSL03CVX { display:flex;width:2.5625rem;height:2.5625rem;top:72.75rem;left:15.8125rem;z-index:15044;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.3)); }
 }@media only screen and (max-width: 763px) { #nWZd3viQKbNiqhxa4SAT02w8bvadLfmq { width:5.6875rem;height:1.70605625rem;top:78.6875rem;left:1.5625rem;font-size:1.3125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #pbxTx7Q4IvmJkECFAH3rIOtaUuaU8cwq { width:16.8125rem;height:0.125rem;top:80.75rem;left:1.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #PdV6Kpp0yzDcHgk524W2i96WRVCgmb7M { width:1.25rem;height:1.25rem;top:81.3125rem;left:1.5625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #WUvfquHkSyQKoVmybS9UiO2trkurJ2xn { width:9.125rem;height:1.0556625rem;top:81.4375rem;left:3.25rem;font-size:0.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #F8lLRtuvoZGPes17AWqNx653tgrK9maD { display:flex;width:0.75rem;height:0.75rem;top:81.5625rem;left:1.8125rem;font-size:0.5rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 { display:block; }#OJvwPvK9Q2wmKnLtlKtVHGozrzes56O8 > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtVLGsTpPgmwZ2x5SNhaAV0VKEzWCQ1G { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CfLeqk4cFP2S4ltqQoiLfcBq0Kb8rMFU { width:20rem;height:1.0556625rem;top:2.9746125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5ErMVzaVOKER93HkMBbsx4gB82a0anf { width:17.125rem;height:25.125rem;top:28.9375rem;left:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hODywwVpP3dGqg615dDAf2EpGkuELAcT { width:3.5625rem;height:3.5625rem;top:30.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6s9E5JnAQLrZL5ZEFArqXwy3lRMKon { width:12.6875rem;height:1.8681625rem;top:35.25rem;left:2.4375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2FdRAi8sSONhurBskuVpOIA258BOtVW { width:13.5rem;height:1.29980625rem;top:37.0625rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UpUxCfE8Xh4kvlBvNInryCRIG10X74Gk { width:8.375rem;height:2.5996125rem;top:39.4375rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bAzqNsuOCb4XhxDpqmT6JsakBOJ6Gu14 { display:flex;width:0.9375rem;height:0.9375rem;top:43.4375rem;left:2.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #yIAp5dK1oPxRExxNS250IBvZymLh9o9h { width:12.5rem;height:1.0556625rem;top:43.5rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFGPEUoJlMLiVkwHpH95SQdprzZold9g { display:flex;width:0.9375rem;height:0.9375rem;top:45.25rem;left:2.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #zC64wvU6Uhobd9IES9kPdz7pKpDT1XWL { width:12.5rem;height:1.0556625rem;top:45.25rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOXl8e4lsJRlDwh3oA0ZKJObP0dDvT5E { width:12.5rem;height:1.0556625rem;top:47.1875rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgptcpXWpMSnLJBLIU5birac3bXB8gO { display:flex;width:0.9375rem;height:0.9375rem;top:47.1875rem;left:2.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #pVpcBmsSSxNSxnc7125viCIkApBJHXSg { width:13.625rem;height:1.0556625rem;top:49.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVP92i2K6XrCzmXAzuzDEgBbPkB6suRb { display:flex;width:0.9375rem;height:0.9375rem;top:49.125rem;left:2.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #KqeoPAGdyBooHzoLJep8OetdzbXErEHZ { display:flex;width:0.9375rem;height:0.9375rem;top:51.0625rem;left:2.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Z9hLL1xxqd0nNuf3U8yHfpOg2lIP9Odl { width:13.625rem;height:1.0556625rem;top:51.0625rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlTeiRqvBq4i2AdIZpwmJZFBOelGi6c0 { display:flex;width:1.625rem;height:1.625rem;top:31.75rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #xRbmasT5g8SLfMWhOBfqhANN4UpJ4Ok6 { width:19.875rem;height:32.9375rem;top:15.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1WIIIabl9NL03K605bTf8DdG6vJM4JM { width:4.3125rem;height:4.3125rem;top:19rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfNPWTnTNSN6WfZ0XcdzhrMluvObdOiu { width:20rem;height:auto;top:24.6875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wJzRnnQChwALLWiLKykidvxBW9IkR1Q7 { display:flex;width:2.25rem;height:2.25rem;top:20rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6JTBvkbfSx8dShT3qKfzoynfBkxIDbF { width:20rem;height:auto;top:26.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mAZoPRTbzaxTbVdvCcdGqtwSF9yGiOiz { width:14.375rem;height:auto;top:29.875rem;left:2.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mRhPOVBqTJuodPfB86mlIAftlkOBv9JT { display:flex;width:1.25rem;height:1.25rem;top:35.0625rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyiXlfkfDmfR6LCiZzt4yS9KyZaPOKGh { width:12.5rem;height:auto;top:35.0625rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnKvhF6D26lZ0T6SREALzFd3Uq5Tgn7C { display:flex;width:1.25rem;height:1.25rem;top:37.1875rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBA3M1Gb7Cd8mQQa5qREiiwgd8EaCPAK { width:12.5rem;height:auto;top:37.1875rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmoyPwuSTqyAXzJVQPamlp1aDivglFn8 { width:13.625rem;height:auto;top:39.25rem;left:3.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABf7bkzS6NiJSDeeldySmEvBwUGXqIw3 { display:flex;width:1.25rem;height:1.25rem;top:39.25rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXfhaRdvcqEgfSqKVG5IaoIwf61N8pDd { width:19.875rem;height:32.9375rem;top:15.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H11n2qAPE7QEXRVJ8bxGEHvyNLNoto2F { width:4.3125rem;height:4.3125rem;top:18.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaE1byxwy0NKcnbRXn7gvf1yNtEZ8Rfd { width:20rem;height:auto;top:24.625rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RHuQbIHzxLQ8wRaxvo4o1XdES3Pr6R3Q { display:flex;width:2.25rem;height:2.25rem;top:19.9375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVh26NpUkPGuIXsFUCghAuV95gAUdZJ5 { width:20rem;height:auto;top:26.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #csu00yNP8v2C1cWxCta1KKQAdLl5hdNn { width:16.75rem;height:auto;top:30.125rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ivmMKVvTDkKb9OsEhfkB9tXgxlGioeiL { display:flex;width:1.25rem;height:1.25rem;top:35rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e28sA5soHdoGxUa9i7deqefGeLgJkg0N { width:12.5rem;height:auto;top:35rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FanDNCN9dmD94MAlrQRQGu5e4S3etfW4 { display:flex;width:1.25rem;height:1.25rem;top:37.125rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2J09v4FVosWIxcorR7hcsTB844Bl1pq { width:12.5rem;height:auto;top:37.125rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGKMdB5dR4dCd4mTspWxCMrEFiamHiQO { width:17.125rem;height:21.25rem;top:6.3125rem;left:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15019;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #wPKlOKcudbFssuzEdrcpqUsAdBLlEeTE { width:3.5625rem;height:3.5625rem;top:8.125rem;left:2.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #PrTwF6fkdafTPDiBT9CDu6irPGDSSxTi { display:flex;width:1.625rem;height:1.625rem;top:9.125rem;left:3.4375rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #If6TKNblIyULIZsHqOMuzFt8GEeDnNyy { width:12.6875rem;height:1.8681625rem;top:12.625rem;left:2.4375rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VeVxkiqOVmK8Pms2v25F8Bih3gHR01Tw { width:14.4375rem;height:1.29980625rem;top:14.4375rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wV34x1rdTbqSkTprqer9VTzqkZ7Te9mH { width:8.375rem;height:2.5996125rem;top:16.8125rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #xneBX0I6oDpKESbqUWezVDxBK0imH2VP { display:flex;width:0.9375rem;height:0.9375rem;top:20.8125rem;left:2.4375rem;font-size:0.625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #xGSN7wTHsTUg7XdOh0RqCLQwb2fevKT8 { width:12.5rem;height:1.0556625rem;top:20.875rem;left:3.9375rem;font-size:0.8125rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #yEM39m22XOLFeNuT4CIzeUNrSfKdRR5o { display:flex;width:0.9375rem;height:0.9375rem;top:22.625rem;left:2.4375rem;font-size:0.625rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #Wqul0cu5BKBTq9fudTyXo62FEya3VOWm { width:12.5rem;height:1.0556625rem;top:22.625rem;left:3.9375rem;font-size:0.8125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #sqd56Q29OQ3BKpcNqTxvvSQBoJzmhoiU { width:12.5rem;height:1.0556625rem;top:24.5625rem;left:3.9375rem;font-size:0.8125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #gfXNfd2arVPivotznrX97sKXql7loD9l { display:flex;width:0.9375rem;height:0.9375rem;top:24.5625rem;left:2.4375rem;font-size:0.625rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #wkvJWpkgPk5Vp51cCztz5ZUKUaHfumx3 { width:17.125rem;height:19.125rem;top:55.1875rem;left:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15031;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #ThMyTe6guETBPPFOWTqx46VpqgPRci1X { width:3.5625rem;height:3.5625rem;top:57rem;left:2.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #eMJQcgVGaFaBryi1uJ28CaU22XnDgKRa { display:flex;width:1.625rem;height:1.625rem;top:58rem;left:3.4375rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #kz23KB17faEApPhX7CSTal3vRWZWWuP2 { width:12.6875rem;height:1.8681625rem;top:61.5rem;left:2.4375rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #aZK21vNr4oTG6ZvlStagB6vFyTG63hLt { width:13.5rem;height:1.29980625rem;top:63.3125rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #nerpqspNGIvTGrOK2GPfFmV147mhebw3 { width:8.375rem;height:2.5996125rem;top:65.6875rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Gsg5gefSRzsVr8clNkVcPUyNxTXKTbOF { display:flex;width:0.9375rem;height:0.9375rem;top:69.6875rem;left:2.4375rem;font-size:0.625rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #aSWWCZeTOe63RrS6vRTTT41besCLKH63 { width:12.5rem;height:1.0556625rem;top:69.75rem;left:3.9375rem;font-size:0.8125rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #IRAtzFrxn3GyTQgXzm84v8rrOf2wiSgw { display:flex;width:0.9375rem;height:0.9375rem;top:71.5rem;left:2.4375rem;font-size:0.625rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #qS16ITqqzPS4T1EPCG8l2pHCggzhQr5i { width:12.5rem;height:1.0556625rem;top:71.5rem;left:3.9375rem;font-size:0.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #D00SWha1Tod8R7ZgFJHTeEwFGJ0Uzk8w { width:15.5rem;height:2.8125rem;top:76.375rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtLtIXPaiUWIvoiHMe9PwsvfSaJCdQC { display:block; }
 }@media only screen and (max-width: 763px) { #fBTUgTTanXP6Fh8espdoQlKkPRmDPxG5 { width:6.375rem;height:1rem;top:28.4375rem;left:10.25rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1xeAOJnVylCuOtMuWf2viDbh0xVawI { width:8.4375rem;height:0.9746125rem;top:28.5rem;left:9.1875rem;font-size:0.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 { display:none; }#whMpEDTrAkeyHW8XZKz4sRLDJlShgfN1 > .row .container { width:20rem;height:81.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tw1KzpphWyJuqSJBLvpzIVfTy203SVw3 { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oFMEDca8Znv98cwiwCcXarEhN53ciITp { width:20rem;height:1.0556625rem;top:2.9746125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erzMinZMFWZbmWgVPXol72Qkv2I16ufA { width:17.125rem;height:25.125rem;top:5.8125rem;left:1.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMl4vaTsxy9k2TyKz5u6lpeaAhdTRKl { width:3.5625rem;height:3.5625rem;top:7.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwrUKbfLOJmTqCnm5xIWDcwznkh8hEXW { width:12.6875rem;height:1.8681625rem;top:12.125rem;left:2.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHXWRn04OTC8Ae1LnpTTMfwqdT8vKLqG { width:13.5rem;height:1.29980625rem;top:13.9375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I53gsQNTue8nC2CM9XlVGGcA78rAePs8 { width:8.375rem;height:2.5996125rem;top:16.3125rem;left:2.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #evZWfqEWsGWTxdufVwZh25beUpvUMUmq { display:flex;width:0.9375rem;height:0.9375rem;top:20.3125rem;left:2.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #V4MN8GGpcaB28zM4XNITxS08I7CO7rMq { width:12.5rem;height:1.0556625rem;top:20.375rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0owEDxiJCG2cyVAGAvyhTsDMbxFDMW { display:flex;width:0.9375rem;height:0.9375rem;top:22.125rem;left:2.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #RB0O1LXC5Ul6dgpwd4s9uuv5bQzEPLLa { width:12.5rem;height:1.0556625rem;top:22.125rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kksc4KrxiU2vSNu9SAncUWrTQS37cSpG { width:12.5rem;height:1.0556625rem;top:24.0625rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZnvDyweZC47frTOzu7GJDO0e9WAGyX { display:flex;width:0.9375rem;height:0.9375rem;top:24.0625rem;left:2.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #kVw9AImUg3wNNHtC44I28KqiFCn75C0m { width:13.625rem;height:1.0556625rem;top:26rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDul0dDOH4OCWz9atD31ENzSoIGNqz7x { display:flex;width:0.9375rem;height:0.9375rem;top:26rem;left:2.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TfFaXUB79LisIB1ZK2LPIKVtDNVZzKah { display:flex;width:0.9375rem;height:0.9375rem;top:27.9375rem;left:2.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #kXeCNd0CohM2otiCRxZxJogGnh684xQE { width:13.625rem;height:1.0556625rem;top:27.9375rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRoovIzNP0E2UcTT2ocmmk4JpXq96b4n { display:flex;width:1.625rem;height:1.625rem;top:8.59375rem;left:3.46875rem; }
 }@media only screen and (max-width: 763px) { #gNXtbi8LHUwbFIeoGIHeTRGSCL15gT27 { width:19.875rem;height:32.9375rem;top:15.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq0H9xmB8AlXutg6Lxo9yehqT00SXKC3 { width:4.3125rem;height:4.3125rem;top:18.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNUPSJv1UTalz8gNaThqRynuetQyqNSl { width:20rem;height:auto;top:24.625rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zr2l0on1PsUhEAWtcbLMULaL9mrGwRw8 { display:flex;width:2.25rem;height:2.25rem;top:19.9375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEnbGLLwZTsPiuEuuqTbE8os4n5O9HuL { width:20rem;height:auto;top:26.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CAJaSVpq6KILTKcQwOrN0V1zCVWMnZMZ { width:14.375rem;height:auto;top:29.8125rem;left:2.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UKDWdzrtckzOfBlt19sGmc8xhpmAKkmu { display:flex;width:1.25rem;height:1.25rem;top:35rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyV6qoh03u9l0ROPl9pz0bo23lI408WC { width:12.5rem;height:auto;top:35rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NH4VyNvk86xXFQkBrsO87Wnt0EQWCcF2 { display:flex;width:1.25rem;height:1.25rem;top:37.125rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIkGiJXKQgv7IEqZB9vUyavfI2WSkQ8r { width:12.5rem;height:auto;top:37.125rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQD76AqHJdZGpS44T59oa45o19CvAwf0 { width:13.625rem;height:auto;top:39.1875rem;left:3.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QarQSeTfkTHKcme8bm94umi2o6WTshno { display:flex;width:1.25rem;height:1.25rem;top:39.1875rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #koiSS8Bbmy1AZePOrDwoHCaoEySAKkv3 { width:19.875rem;height:32.9375rem;top:15.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvTCi7i4BbuU4k2Ji6e8fLfqElPUaIiw { width:4.3125rem;height:4.3125rem;top:18.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlQHUe5ZWsQySUr4USq6UaXxycyES9al { width:20rem;height:auto;top:24.625rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #K03sm298v4naTTTZ9yn1WabFBoTuxvGC { display:flex;width:2.25rem;height:2.25rem;top:19.9375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSW7LXaT3Sn7fm9LR0R5w01PsNVPSLf6 { width:20rem;height:auto;top:26.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bLB8TTwT7T83BWmiL1fWkmlSXwsFtgrR { width:16.75rem;height:auto;top:30.125rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VrkKlo8HpRfncVEJpEmnSChloh1XOEsL { display:flex;width:1.25rem;height:1.25rem;top:35rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #droTKJqEtXAATJlQ9i5kowbeq756x8EJ { width:12.5rem;height:auto;top:35rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIo6znPCOqzmNVxP1KT5NuhMnO4AF3Oz { display:flex;width:1.25rem;height:1.25rem;top:37.125rem;left:9.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkT8l7IEtWxDVdRHPXH33EKt0oIaUAxf { width:12.5rem;height:auto;top:37.125rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXidXLMpvou4r0J2Thv4qPhrOfNOTZnf { width:17.125rem;height:21.25rem;top:32.375rem;left:1.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.29)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.29));background-size:auto !important;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #qIKtf02HuM00iv2mvy1dxQcUd3w83FEQ { width:3.5625rem;height:3.5625rem;top:34.1875rem;left:2.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vpLn1458LEO5tGJSdJwUFUt4nUIUTnJh { display:flex;width:1.625rem;height:1.625rem;top:35.1875rem;left:3.5rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #u3GwKwdrtAA4wQy5T9pAfoB4yLeVZWX2 { width:12.6875rem;height:1.8681625rem;top:38.6875rem;left:2.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #eE2855x4irhD1vwNRuqw6JmEWZ5WPCb3 { width:14.4375rem;height:1.29980625rem;top:40.5rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #OMpXoHOq6n4T0eWObCJOKlILaFts3C5W { width:8.375rem;height:2.5996125rem;top:42.875rem;left:2.5rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #IRisfzD76zJDzFC35Hp11V4xyoNeli1U { display:flex;width:0.9375rem;height:0.9375rem;top:46.875rem;left:2.5rem;font-size:0.625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #NIBep62fDGbXeTw0JEHVz1GIX1F1kAOo { width:12.5rem;height:1.0556625rem;top:46.9375rem;left:4rem;font-size:0.8125rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #XxuqkQ3PIL5HBq4UNVOxiAaD2DskFo9n { display:flex;width:0.9375rem;height:0.9375rem;top:48.6875rem;left:2.5rem;font-size:0.625rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #N0ttuSmBNBM4e7XwJbIfFVg0GbTNkaAf { width:12.5rem;height:1.0556625rem;top:48.6875rem;left:4rem;font-size:0.8125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #RZR1vpvlEz4L57f1Okda5fwZ6KvDmw6A { width:12.5rem;height:1.0556625rem;top:50.625rem;left:4rem;font-size:0.8125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #klBMBitDyEb3EEgAIH60AFIGxJLlyyTZ { display:flex;width:0.9375rem;height:0.9375rem;top:50.625rem;left:2.5rem;font-size:0.625rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #C8FptTKQPLvKnmtrr0rF8XshsB7uvT4N { width:17.125rem;height:19.125rem;top:55.0625rem;left:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15031;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #ct5gV1tVJNXm1UIOm2O27dTFEDZkg23d { width:3.5625rem;height:3.5625rem;top:56.875rem;left:2.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #USrvwmEyygR3oA7V2rpy8mxyw2shIEZb { display:flex;width:1.625rem;height:1.625rem;top:57.875rem;left:3.4375rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #CtmMIIsnC8CBmbZFnxs36qLt3l8nlbzE { width:12.6875rem;height:;top:61.375rem;left:2.4375rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #sP3T6r5vxidHkmk5Fw0X9QFWQxQqn6CO { width:13.5rem;height:;top:63.1875rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #CX8vcZpcNMdgJBiTtS3ZAzr0OqiiW6RO { width:8.375rem;height:2.5996125rem;top:65.5625rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #hvH6rnaXxLdp3pAERXaJTxrwUbMbUfof { display:flex;width:0.9375rem;height:0.9375rem;top:69.5625rem;left:2.4375rem;font-size:0.625rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #xiD1bnBKbNCibIta8HMqLZh3yhZTcsfH { width:12.5rem;height:1.0556625rem;top:69.625rem;left:3.9375rem;font-size:0.8125rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #TBvFJvT8glLJT6efkssomiOFp7sNhlhh { display:flex;width:0.9375rem;height:0.9375rem;top:71.375rem;left:2.4375rem;font-size:0.625rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #q4ER9Eo0IciTWPqIUUHUtOOLikSsTC2z { width:12.5rem;height:1.0556625rem;top:71.375rem;left:3.9375rem;font-size:0.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #vECoJd1BpO2IXprHUqElkqqdE1Ht5k8g { width:15.5rem;height:2.8125rem;top:76.25rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq184FXZI64LrcFt1GFaa38bZxiXN1k9 { display:block; }
 }@media only screen and (max-width: 763px) { #AloscGvr69Dh7UDNmOuApBynSs9tLzwh { width:6.375rem;height:1rem;top:32.0625rem;left:10.875rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #SGekhL1eyBV7VguG5eUxeLCWLNRFquUH { width:8.4375rem;height:0.9746125rem;top:32.125rem;left:9.8125rem;font-size:0.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS { display:block; }#Ifat1SRQWMhVJBI3EJFuGAuH5BnB4eNS > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8hkqJfXGTZFNaXOsqq94nrlKtRN3Tyv { width:20rem;height:3.44921875rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Pz3KbTJDoio8mzhKhp1WdgFV8dSCGpsy { width:15.0625rem;height:2.111325rem;top:5.51171875rem;left:2.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEQp6JxbKykaLungBffLlHPep1yMPR9B { width:15.5rem;height:2.111325rem;top:75.3125rem;left:2.25rem;font-size:0.8125rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #DPw2QR9azKXugBvfDoHENFTNJcs8Cf0y { display:flex;width:3.9375rem;height:3.9375rem;top:37.96875rem;left:8.03125rem;font-size:0.875rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #wLVnwrAslgBNJ3uqbNsDDI2C2ddkf78H { display:flex;width:3.9375rem;height:3.9375rem;top:16.5625rem;left:8.03125rem;font-size:0.875rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #ne2I2IkVwi67WMH52GPToS09mLn9CiKz { width:20rem;height:4.6666666666667rem;top:16.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7nGLlNO0Akrqgsp5LqpHMr0w3yOlkmX { width:12.5rem;height:1.3808625rem;top:26.6875rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWakFWInUXdvdKW9vJi00TOc6KzOey14 { width:12.5rem;height:1.4619125rem;top:10.75rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5K7ua9u9H8Ha29ge7xITxqE4bMy7FQE { width:6.5rem;height:0.8125rem;top:28.0625rem;left:6.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df0p95m7AZfFn9ztq2hsINas77ZONCHz { width:12.5rem;height:1.4619125rem;top:32.375rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o57o2o4mUCp7QrBdEXMTIZfkFNAFXqsU { top:12.875rem;left:4.1875rem;width:11.5625rem;height:13.3125rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ns019lT5bGb9OVggvpRxHh0KEztEswrd { top:34.6875rem;left:4.15625rem;width:11.625rem;height:13.25rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MsyeCSTUxgiEn3Nr3Ppc2vTAVn7dEKyn { width:12.5rem;height:1.3808625rem;top:48.75rem;left:3.75rem;font-size:1.0625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #tsNz9CAkbBuXyrHQ2q14IAa8xvEOMtmG { width:6.5rem;height:0.8125rem;top:50.125rem;left:6.75rem;font-size:0.625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #txSdku3aM7V2p6c9OPUlqA32SeC4hneS { width:12.5rem;height:auto;top:35.9375rem;left:3.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWpT84RfSBqRFw6QfwSMoEBCB8H3HLzM { width:12.5rem;height:auto;top:34.0625rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLrzr31zXvr9GOSGXyxalIwIWFgGszaW { width:12.5rem;height:1.4619125rem;top:54.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VweqGLakCu832KpRf8EysMdO7gtmG1V1 { display:flex;width:3.9375rem;height:3.9375rem;top:60.5rem;left:8.03125rem;font-size:0.875rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #J0429nKtOqdV0zxXU01oZvtny0q1qP1L { width:12.5rem;height:auto;top:35.9375rem;left:3.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIaQMGzGA0v6f54HEOF4xvlABZ7xCyaZ { width:12.5rem;height:auto;top:34.0625rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzTIsBuzsaKWG1CPeEfzdkPAD8aZ12on { top:57.0625rem;left:4.15625rem;width:11.625rem;height:13.25rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HZPTEReleJzL2ndMNADVIUINb8TIUnRV { width:6.5rem;height:0.8125rem;top:72.375rem;left:6.75rem;font-size:0.625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #KERnsDfUWQFCGcpK2fSd6PQtg8FID2NH { width:12.5rem;height:1.3808625rem;top:71rem;left:3.75rem;font-size:1.0625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #vXT13kJMEVauVTVhJFdNoMhLrIb7mBg3 { width:2.375rem;height:0.8125rem;top:32.69921875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0b4muBv7gaNqP5RElH3cUVfTNPNhdba { display:none; }#C0b4muBv7gaNqP5RElH3cUVfTNPNhdba > .row .container { width:20rem;height:33.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #huFUnPcEy8yRqao3PfSdt5R5KeEz52MJ { width:18.875rem;height:5.75rem;top:9.1875rem;left:0.5625rem;background-color:rgba(var(--color-tertiary-1),0.13);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Aq3t04TTZliQ7vNmp4sLRos4C8TdcpZx { width:20rem;height:3.44921875rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #haiZzlBPsxXTFReEeXQz5HnnaWuyAe8y { width:15.0625rem;height:2.111325rem;top:5.51171875rem;left:2.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9PZ0PvmQn8bL0ydpNuTquqPLB5Oewoz { display:flex;width:1.25rem;height:1.25rem;top:10.4375rem;left:1.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #z1ZFl0Sa8h9e6aBV2tFdgi26RhErH2pa { width:2.1875rem;height:2.1875rem;top:9.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vog5NfQyKbE1Ie6dGnyLngXPBG27qGZP { width:8.625rem;height:1.21875rem;top:10.375rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbrIhVpcR7HsHKmWmhlQNSZ8Tl7JotAm { width:5.9375rem;height:0.9746125rem;top:10.625rem;left:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQNvNkzSexcLyufZmaIDk2d67qVnyfx { width:17.0625rem;height:0.5625rem;top:12.5625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCoeAGhDTyTo6egiroPuWJKLiSkr3kVO { width:20rem;height:10.4375rem;top:17.9433625rem;left:0rem;background-color:rgba(var(--color-tertiary-1),0.13);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #uJHc2iVofeTyqx6dSvG1vKBA0yqQpd2G { display:flex;width:2rem;height:2rem;top:20.5058625rem;left:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #clC1gdRhNTCtH13kL58E0uHxXJ3uUTBv { width:3.75rem;height:3.75rem;top:19.6308625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThLd6D5yFLZa8Qht9mg2bJKhaXJiz5q0 { width:12.5rem;height:0;top:20.4433625rem;left:7.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jm8vMIyvlwR9Tb6Z6fdHFtNu9Sk0QnLW { width:20rem;height:1.0625rem;top:24.3183625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9NfHDoXT2wOrKCL0vMTA6LiZSBcaGOz { width:12.5rem;height:0;top:20.3808625rem;left:7.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf2BsRubuGA9UtyZgCdNndI4up2bUyWJ { width:20rem;height:1.0625rem;top:24.3183625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxnowIqSTN3cWn9RgsG1lOHrCEmqn6yL { width:5.375rem;height:0.73046875rem;top:13.5625rem;left:13.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhy7nuZzFqgGrMPM5hDXB7zX2zk0p16V { width:12.5rem;height:auto;top:34.5625rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #osAxxixkTiDzkeaJaeWrJ2p8lZmmSPm5 { width:18.875rem;height:5.75rem;top:15.8125rem;left:0.5625rem;background-color:rgba(var(--color-tertiary-1),0.13);background-image:none;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FAcriyxz8iRReXoign3g5BE4FeFRXLO7 { width:2.1875rem;height:2.1875rem;top:16.5625rem;left:1.4375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vDs8B4s9stBbvTZBM4xRhX0hk3sWwlgM { display:flex;width:1.25rem;height:1.25rem;top:17.0625rem;left:1.9375rem;font-size:0.875rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #lIVgbbPbLMvypJ0oVCwCFGQlaWd1fL9T { width:8.625rem;height:1.21875rem;top:17rem;left:4.0625rem;font-size:0.9375rem;z-index:15049;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #xFiN9nvlWx0LF1c6035rFUF4rEXKDT3Q { width:10.8125rem;height:0.5625rem;top:19.1875rem;left:1.5rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #a3U5sE6i1Dn709QehDDJU8w2hA3KSnXp { width:5.9375rem;height:0.9746125rem;top:17.25rem;left:12.5625rem;font-size:0.75rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #g4vcuQc51F9VSJT1HkOtuKTqXLXaBARB { width:5.375rem;height:0.73046875rem;top:20.1875rem;left:13.0625rem;font-size:0.5625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #L91yGgBGvbvtxAi6JO2vQnwmK0gwCeZ9 { width:20rem;height:10.4375rem;top:38.5rem;left:0rem;background-color:rgba(var(--color-tertiary-1),0.13);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DqeMKSbt4ShkskJaLOkqBVrWF91BZskt { width:3.75rem;height:3.75rem;top:40.1875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQ7TpVo5DIhGbeVhIEnfhtfT7xcGnGWm { display:flex;width:2rem;height:2rem;top:41.0625rem;left:9rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqEda1eikLEvhLXcH4f4G9xrRe4ms1O7 { width:12.5rem;height:auto;top:41rem;left:3.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fU724fqDhRkri4kc7K7kq1xIZOkhg2oR { width:20rem;height:1.0625rem;top:44.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrdonGUTx16W5f8FgxN9vFfLybkODekr { width:20rem;height:1.0625rem;top:44.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpmwaUKcHcF0mwIZZPkH1zc7ZQMA8wuF { width:12.5rem;height:auto;top:40.9375rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEW162GanIpEEIvQxXu2nKmdHwkWk9hN { width:12.5rem;height:auto;top:46.3125rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdHvBcSpE0miQNWXz0tAr4MysTutgl8m { width:17.0625rem;height:0.5625rem;top:19.1875rem;left:1.5rem;z-index:15052;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eoQpbzWabAeGxSF5cpaLpiN0C1X4aJ4E { width:18.875rem;height:5.75rem;top:22.5rem;left:0.5625rem;background-color:rgba(var(--color-tertiary-1),0.13);background-image:none;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #E73PeU2b3CEWJKSr78oZTdLRD57Sxvyq { width:6.1875rem;height:0.5625rem;top:25.875rem;left:1.5rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #u1z653AqBgf8XyQhJycNw9SMuBJQaams { width:17.0625rem;height:0.5625rem;top:25.875rem;left:1.5rem;z-index:15060;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zvlxJXev9wmWsUJWZ0WcyRJTP7ZWdogp { width:2.1875rem;height:2.1875rem;top:23.25rem;left:1.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lnCgmESNnTSFc8xCp9X2dqTBxo1IZpzp { display:flex;width:1.25rem;height:1.25rem;top:23.75rem;left:1.9375rem;font-size:0.875rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #bRx3ERFhGsma8ZkHO8TL54g1flfivOL1 { width:8.625rem;height:1.21875rem;top:23.6875rem;left:4.0625rem;font-size:0.9375rem;z-index:15057;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #NqzhSbGD3iSNcATLbW1VzMpP9d2E1yI2 { width:5.9375rem;height:0.9746125rem;top:23.9375rem;left:12.5625rem;font-size:0.75rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #tLaMn5pt1xwmL0myuw7yHALkACE5BypZ { width:5.375rem;height:0.73046875rem;top:26.875rem;left:13.0625rem;font-size:0.5625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #NycUTgsbadoRfl8R2rMhy7s2TEF911RP { width:15.5rem;height:2.111325rem;top:29.6875rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 { display:block; }#RChXEz7ODN23KNO4DdneI9TJyX3lV1P4 > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZE3yDk1rXlk2OclfV8PrmXfc9zIIcpA { width:20rem;height:1.7246125rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mZAw4FOqPLx48nS0Bn7UXEU0nm3Txmkt { width:15.5625rem;height:2.111325rem;top:3.599609375rem;left:2.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAT6xKTcbtPIaE01eRnnZ5TONfyOpgsO { width:18.5625rem;height:10.25rem;top:7.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlK86ah0cKe3OhaG9U8r6T7yS2PfzXfg { width:13.4375rem;height:1.4619125rem;top:12.0625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd9JkyUsTp477PC4gxeEExX6o7mF8LFA { width:15.4375rem;height:2.625rem;top:14.125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba4mR62vA6ZDpFXTRyVRqTpMHzvL9iHN { display:flex;width:2.5rem;height:2.5rem;top:8.5625rem;left:1.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #L4TOuS9oTJvxv0pVfhfKKWND3RXSks2U { width:18.5625rem;height:10.25rem;top:18.875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP4WbVAsVJkSadoZCBJIERSbdTHexrDN { display:flex;width:2.5rem;height:2.5rem;top:20.1875rem;left:1.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nMiBhWB6t7TtoNBXC1euCTBEGoPZ1gZ9 { width:13.4375rem;height:1.4619125rem;top:23.6875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvzK5Zovsxl0rBokhQaeol64AGlmz4o { width:15.4375rem;height:2.625rem;top:25.6875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZDQ986mi5sXDZ14kVAlMFI66XrHBHTd { width:18.5625rem;height:10.25rem;top:30.25rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJO3EVSgH1mLgFsovKrDTkH8FoEEwT2u { display:flex;width:2.5rem;height:2.5rem;top:31.625rem;left:1.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Fd7uwTV0RRSTtL6ZnNrutvZrsTeJv1Hn { width:16.625rem;height:1.4619125rem;top:34.9375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb3WEx1CXcGgNLsyVqA8Xd0ydyEprB5y { width:15.4375rem;height:2.625rem;top:36.875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd { display:block; }#shFLCUTl12Uypbp5I3xRhy2zBTNpiaWd > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VElqiPFxRJHypIV6z22vUfFHQslMvC2g { width:12.125rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9siMoNP0wKMHSHpfPa742xUyzD205K { width:6.25rem;height:2.5996125rem;top:1.75rem;left:10.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLFctRJTA4TeR261SrVp3vhFFiCwXKdM { width:19.5625rem;height:1.54296875rem;top:4.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXmNFC4XZnVrqxUM0SCsIF7K8SLQ4v6h { width:18.875rem;height:4.19824375rem;top:6.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlabEkORyhDFvmhGVX6OUFdcl3rvTLRO { width:3.875rem;height:2.5996125rem;top:11.75rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #puMJWFbqu43HNTpUr7KnT89Ti3KppCK3 { width:3.875rem;height:2.5996125rem;top:11.75rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLaMcsVJ4qlnxGCB7nnA9qnS7DWtZrBk { width:3.875rem;height:2.5996125rem;top:11.75rem;left:14.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikcJvkVeN8IUe1o036FaZG1s48SnVRIK { width:5.5rem;height:1.0556625rem;top:14.375rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNHu7kxt5B53T1yyAibpPPz2S1VPlHZB { width:5.25rem;height:2.111325rem;top:14.375rem;left:7.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fggg57msaEsFoFhx9fOMnXTHtAoAdXma { width:4.25rem;height:1.0556625rem;top:14.375rem;left:14.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCT1pnPbz2Q3d9odOO5XHXqss7uNuCGC { width:9.125rem;height:3.8125rem;top:11.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMJNRCXLVOorTQX5hkg0M0vHoz44PaMt { width:9.125rem;height:3.8125rem;top:11.875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENw4to0wrqfNrVWZZMDSdkoZNadDZi9c { width:9.125rem;height:3.8125rem;top:16.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpCd2G4JI8pF3N76PaMfhBUmsd5OI39K { width:7.625rem;height:1.5rem;top:19.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aueytMBvQS7kMEEedd3n5tqfDkHVRhGA { width:9.6875rem;height:2.3125rem;top:19.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S21v0ZNvDW1KTX0GT6qFkCeUeoPArHwF { width:9.6875rem;height:2.3125rem;top:22.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0eTzPbh4zggi4myhffNu6yk301DnV6N { width:7.1875rem;height:1.125rem;top:22.71875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2bl7iW9EcocglQVwThyxuPJhAhuUwGQ { width:9.6875rem;height:2.3125rem;top:25rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NANsG8EvfeKlNH4k4gR3n05M2XTOvHub { width:3.75rem;height:1.3125rem;top:25.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBIRSJig8xnT4OIOWaTTnaiForcIm7df { width:9.6875rem;height:2.3125rem;top:28rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPEDRHnNWbRs69gKAw9MRH3zy47B1gS8 { width:6.25rem;height:1.3125rem;top:28.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfy9EfEARBfzhxDcwg3TVws3WhPWsibe { width:9.6875rem;height:2.3125rem;top:19.0625rem;left:10.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHW6r6c4yu8AhIfaSJ7zuKbNCibkAhFo { width:8.75rem;height:1.1875rem;top:19.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sClpVisw2331pRkoTpzRLZoXg5InDNTn { width:9.6875rem;height:2.3125rem;top:22.125rem;left:10.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l099iB6cPLLJqQV8aTcyDt7vHh3s8T7x { width:5.75rem;height:1.1875rem;top:22.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCkNlThqUBfGxTz0PomOtxL5RrGciTZz { width:9.6875rem;height:2.3125rem;top:25.125rem;left:10.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHXeB5dnT8RRsQGd3W2Mrhb7TfMF0y4n { width:6.25rem;height:1.25rem;top:25.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2lomlUfa9OT6RxXh6DKuCEi9ZK5AOE { width:0.125rem;height:3rem;top:22.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fV9vw4brxHSnpq5S2L249BWm2kT5JIqb { width:0.125rem;height:3rem;top:22.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84a95c82-0018-4430-9af4-c656ceac4e30/fwpremiumexposure.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D.adaptive-delivery-prevent-bg, #e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D.lazyload, #e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D.lazyloading { background-image: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container { background-color: transparent; background-image: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,37,56,0.6); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container > .video-iframe-container { display: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,37,56,0.6); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row > .video-iframe-container { display: none; }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .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); }#e6Lqew7k5DkuyRcBSJgWWLhNINAPzR0D > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF0vLs0GzIWDqC8o9iEqFQXtE8cbV59E { width:16.25rem;height:1.7871125rem;top:27.4072265625rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCLapOEHTfMnKT3BILkhv5qwlkM3CaAN { width:20rem;height:3.736325rem;top:0.8603515625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-text {padding-top: 0; padding-bottom: 0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-select {padding-top: 0; padding-bottom: 0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00b0ff, #023e8b);background-image: -moz-linear-gradient(180deg, #00b0ff, #023e8b);background-image: -ms-linear-gradient(180deg, #00b0ff, #023e8b);background-image: -o-linear-gradient(180deg, #00b0ff, #023e8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#023e8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#023e8b' );";background-image: linear-gradient(180deg, #00b0ff, #023e8b);background-size:initial !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-container:first-of-type{padding-top:0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .widget-container:last-of-type{padding-bottom:0;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI  { width:17.5rem;height:auto;top:4.5947265625rem;left:0rem; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI {display:block;}#h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI { width:17.5rem;height:auto;top:4.5947265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #tkkl8WsB3rnRwT0PNeFeyFqgQ8Saw8uP {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #SqS9VytrApi8ayHZwFpVHurdw9kqp5ap { display:block; }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #i9vIoNnuOC2HvMTtTWEQW7StwgAxg3Wo {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #amxeQaOV14OOr4g7zqOzFlFvm7gFoBrn {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #tbTGP7AGTL8ATUNoaqzfk22WP7ZePu0L { display:block; }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #kDQzIQf1FHuW5Vg1WDzx5hCFbsgwq7I5 {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #H0wBzUZ1ImSM4kZqMzuvBIWhokgIeZLz {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #CPBJAkSfbchFghnNCe1zldT3MVLmpxCl {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #wZ6Qf8EucRHonSigvzoXN6OkyXT7gPZN {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #eHal6Vz1J9W86PNgaEmASesR0Tqp90mL {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #LCqdb0LfoRyJPof0OTK5N5mq9JhtkE0u { display:block; }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #K55m6mLbi1GpoTuhUg30z2Rb3J7FPbft {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #H1M6Hz2LIqMwV5xZu0cQ4rk3bv7iQfKn {  }
 }@media only screen and (max-width: 763px) { #h1eppK7DcGJuNaXbQBKThqkCEz9GoNUI #DBBDFDTaoxDzSZ9DJ0y5fqWgP9Vi7dU4 {  }
 }@media only screen and (max-width: 763px) { #cv1oWsiq09hwp1LInhlfFrR37XdydfiJ { display:block; }#cv1oWsiq09hwp1LInhlfFrR37XdydfiJ > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM4aNPiuTmIpw35pBwDZ4PDMoodKSgvt { width:14.25rem;height:1.4619125rem;top:1.125rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSOi6CDvak5kZvB7GNBnBnIsgT2exgSK { width:3.75rem;height:3.75rem;top:1.125rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H5KExTHCuO9sH68cIXIZuLDc0zn5QJMH { width:11.875rem;height:1.4375rem;top:2.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eihJzF7u6x1Txu0oShMeA11fC3JSplq3 { width:1.25rem;height:0.9746125rem;top:3rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmb48J1rAFhQyxgHSozZXQ1hPiOvWrIr { width:8.0625rem;height:0.9746125rem;top:3.0625rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsfv6fbllC9amWUreH1VJ1iemzhsOotd { display:flex;width:0.625rem;height:0.625rem;top:3.3125rem;left:16rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #kQ2KmS3wdyUuOe0JG2TtPKkZKVvlNKxU { width:1.1875rem;height:1.1875rem;top:3rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { display:block; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJbsffmVqGFRawlkmRpVI57XMNMgUpeH { width:20rem;height:0.8125rem;top:0.53125rem;left:0rem;font-size:0.625rem;display:block; }
 }