.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #013666, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #013666, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #013666, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5425b0, #23104a);background-image: -moz-linear-gradient(90deg, #5425b0, #23104a);background-image: -ms-linear-gradient(90deg, #5425b0, #23104a);background-image: -o-linear-gradient(90deg, #5425b0, #23104a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5425b0', endColorstr='#23104a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5425b0', endColorstr='#23104a' );";background-image: linear-gradient(90deg, #5425b0, #23104a);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;overflow:visible;position:relative;display:block; }#XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:25.125rem;left:0.625rem;height:6.4rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:2.816162109375rem;left:26.5625rem;overflow:hidden;display:block; }
#awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"dax medium";font-size:2.4375rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:15.587500572204rem;left:0.625rem;height:8.775rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qulNZy2Rpd9ZStucIoLsppIZL94SRNid { position:absolute;display:block;z-index:15056;height:27.3125rem;width:30.625rem;top:9.3427734375rem;left:26.15625rem;display:block; }
#fwBRpuXnvK4Irow2Gx4mQNL3zEyfg4wF { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.375rem;left:0.625rem;height:1.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { background-color: transparent; background-image: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { display: none; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { border-width: 0; border-radius: 0; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { color:#334155;display:block;width:43.62425rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.044921875rem;left:8.498046875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:10.625rem;left:11.1875rem;display:block; }
#ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.1875rem;left:12.0625rem; }
#NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { color:#334155;display:block;width:29.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.1865234375rem;left:14.4990234375rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { color:#280166;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.9375rem;left:33.0625rem;height:1.4875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:14.1875rem;left:11.125rem;display:block; }
#v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { color:#334155;display:block;width:30.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:14.7490234375rem;left:14.5625rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.75rem;left:12.125rem; }
#gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:17.8125rem;left:11.125rem;display:block; }
#NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { color:#334155;display:block;width:32.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:18.3740234375rem;left:14.5625rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.375rem;left:12.125rem; }
#sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:25.25rem;left:11.0625rem;display:block; }
#Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { color:#334155;display:block;width:33.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:25.8125rem;left:14.4990234375rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.8125rem;left:12.0625rem; }
#S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.875rem;width:37.5rem;top:21.5rem;left:11.125rem;display:block; }
#cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { color:#334155;display:block;width:31.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:22.0625rem;left:14.5625rem;height:1.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.0625rem;left:12.125rem; }
#FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.1865234375rem;left:21.375rem;display:block; }
#pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00305b, #662dd1);background-image: -moz-linear-gradient(90deg, #00305b, #662dd1);background-image: -ms-linear-gradient(90deg, #00305b, #662dd1);background-image: -o-linear-gradient(90deg, #00305b, #662dd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00305b', endColorstr='#662dd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00305b', endColorstr='#662dd1' );";background-image: linear-gradient(90deg, #00305b, #662dd1);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { border-width: 0; border-radius: 0; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;overflow:visible;position:relative;display:block; }#mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"dax medium";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.1;letter-spacing:0;top:3.75rem;left:3.5rem;height:4.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { position:absolute;display:block;z-index:15027;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:16.0625rem;top:11rem;left:3.5rem;display:block; }
#m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#eceafe;background-image:none;top:12.375rem;left:4.625rem;display:block; }
#TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:12.75rem;left:4.9375rem; }
#yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { position:absolute;display:block;z-index:15023;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:16.0625rem;top:22.125rem;left:3.5rem;display:block; }
#yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#eceafe;background-image:none;top:23.5rem;left:4.8125rem;display:block; }
#Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:23.875rem;left:5.1875rem; }
#gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.125rem;left:4.8125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { position:absolute;display:block;z-index:15028;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:16.0625rem;top:33.25rem;left:3.5rem;display:block; }
#zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dax;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:38.25rem;left:4.8125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#eceafe;background-image:none;top:34.625rem;left:4.6875rem;display:block; }
#pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:35rem;left:5.0625rem; }
#UPX77HXWQ2ZZLRUig3QfUzfasX00qSqt { position:absolute;display:block;z-index:15090;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:45.375rem;width:27.75rem;top:2.25rem;left:27.984375rem;overflow:hidden;display:block; }
#HJVMhtangDBZJtwfTf6KTLIhziwWWD1m { 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:41.25rem;width:36.0625rem;top:6.375rem;left:23.265625rem;overflow:hidden;display:block; }
#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000c43;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { background-color: transparent; background-image: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { display: none; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { border-width: 0; border-radius: 0; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { position:absolute;display:block;z-index:15037;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.125rem;left:50.75rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.6875rem;left:51.25rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { position:absolute;display:block;z-index:15035;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.0625rem;left:57.5rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.625rem;left:54.75rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { position:absolute;display:block;z-index:15039;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3rem;left:54.125rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.5625rem;left:57.9375rem; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:20.5rem;height:6.375rem;top:25.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { top:2.8125rem;left:20.4375rem;width:6.875rem;height:3.2495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:21.375rem;height:8.75rem;top:15.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qulNZy2Rpd9ZStucIoLsppIZL94SRNid { top:9.3125rem;left:16.125rem;width:30.625rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwBRpuXnvK4Irow2Gx4mQNL3zEyfg4wF { width:19.5rem;height:1.5625rem;top:13.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:43.5625rem;height:;top:3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { top:10.625rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { top:11.1875rem;left:9rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:29.3125rem;height:1.6875rem;top:11.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { display:none; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:25.4375rem;height:1.4375rem;top:15.9375rem;left:22.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { top:14.1875rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:30.5625rem;height:1.6875rem;top:14.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { top:14.75rem;left:9.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { top:17.8125rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:32.125rem;height:1.6875rem;top:18.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { top:18.375rem;left:9.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { top:25.25rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:33.0625rem;height:1.6875rem;top:25.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { top:25.8125rem;left:9rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { top:21.5rem;left:0rem;width:37.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:31.5625rem;height:1.6875rem;top:22.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { top:22.0625rem;left:9.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:17.125rem;height:3.4375rem;top:31.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:30.6875rem;height:4.125rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { top:11rem;left:0rem;width:16.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { top:12.375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { top:12.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { top:22.125rem;left:0rem;width:16.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { top:23.5rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { top:23.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { top:27.125rem;left:0rem;width:12.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { top:16.3125rem;left:0rem;width:13.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { top:33.25rem;left:0rem;width:16.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { top:38.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { top:34.625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { top:35rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPX77HXWQ2ZZLRUig3QfUzfasX00qSqt { top:2.25rem;left:20rem;width:27.75rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVMhtangDBZJtwfTf6KTLIhziwWWD1m { top:6.375rem;left:11.6875rem;width:36.0625rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { top:2.6875rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { top:3.125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { top:3.6875rem;left:45.125rem;width:1.4375rem;height:1.4375rem;display:block; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { top:3.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { top:3.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { top:3.5625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #411596, #753fe5);background-image: -moz-linear-gradient(145deg, #411596, #753fe5);background-image: -ms-linear-gradient(145deg, #411596, #753fe5);background-image: -o-linear-gradient(145deg, #411596, #753fe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#753fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#753fe5' );";background-image: linear-gradient(145deg, #411596, #753fe5);background-size:cover !important;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpN1cz0O3brFL5Rsl612OvVCA3woZTUH { width:17.0625rem;height:4.225rem;top:14.884375572204rem;left:1.4687500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6XC0Aq5KzfLy45wy2OM4v0Ja5RTNlCw { width:4.5609375rem;height:2.1234375rem;top:1.625rem;left:7.7195315957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtTlutQLRKZiMVeN1WxCyy01X1i7IPG { width:17.875rem;height:6.525rem;top:7.6734375953675rem;left:1.0617187619209rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qulNZy2Rpd9ZStucIoLsppIZL94SRNid { width:20rem;height:27.3125rem;top:21.44765663147rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #fwBRpuXnvK4Irow2Gx4mQNL3zEyfg4wF { width:19.5rem;height:1.05625rem;top:5.9296875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw { display:block; }#keWsC5UOeNnOsu7dCqg1TElKf8pGAVGw > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2VzGiHoTmO7cBBToorGMFZGBtTpJ5LO { width:17.75rem;height:4.3875rem;top:1.8740234375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O21qc5Oety5c6tn4IwEObgWLp0L2AZ7M { width:20rem;height:2.436525rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABw8TzcE9Pr2kmFokacXPnvbyg2NwRQi { display:flex;width:1.686525rem;height:1.686525rem;top:8.25rem;left:0.875rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #NpJrouRKbO9ci4fok0X32ArmPkZVU8hr { width:13.9375rem;height:1.95rem;top:8rem;left:3.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xDrfVLmD4Ew9XsxtGfBO1GdHqn6oPKoT { top:7.8125rem;left:0rem;width:20rem;height:2.436525rem;z-index:15001;background-color:#ffffff;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStP6vcSS4FP5v9kWt0EBBegUikwkEvL { width:20rem;height:0;top:11.875rem;left:1.3999999761581rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TcaNvHSWv2F20ueCcunu1IZuZxTUzrKn { width:20rem;height:2.311525rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kxzshb5mF5AWwtw4XJThNDq2nmTThT { width:13.1875rem;height:1.95rem;top:11.125rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2ZLL8yHBphDu1Bazscbi1sVSQ01yll { display:flex;width:1.686525rem;height:1.686525rem;top:11.25rem;left:0.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #gLFqBG6uS3A6rxwTZU8gqA1t7hKVUzUP { width:20rem;height:2.561525rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPQHpX4ZgmkPE2bLk0RNkpvQ82TEzRmS { width:15.4375rem;height:1.8rem;top:14.3125rem;left:3.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5QW3OKADrrcJpfdvPQWw2Me5cVd5CWX { display:flex;width:1.686525rem;height:1.686525rem;top:14.375rem;left:0.875rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #sMiKuc2iZ4oEcH4W9nz6LZF0NESG4xna { width:20rem;height:2.311525rem;top:37.051759375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zuk5dqqDxecFz41iwiKSWINhRF8atpo0 { width:15.0625rem;height:1.95rem;top:20.1875rem;left:3.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L9CUZXIB9azTfgmOOeX8dHT9vGAugQHg { display:flex;width:1.686525rem;height:1.686525rem;top:20.3125rem;left:0.875rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #S81obhbs7WtnQ4BMKxC6y2nuBFA4asxD { width:20rem;height:2.249025rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOitOUmwbcMsbkf5GUC6F7Lhlpo3Txzy { width:15.3125rem;height:1.95rem;top:17.3125rem;left:3.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aT1u7nmQgveH3ALqnyZuzFu5VmX5HeuZ { display:flex;width:1.686525rem;height:1.686525rem;top:17.4375rem;left:0.875rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #FbQP0vHg8DDtfO5PTZuAU09GXuxESeWG { width:12.5625rem;height:2.5rem;top:24.05078125rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnvQKw5ZAKxJTQegeWSu62Hi4TQTtClU { display:block; }
 }@media only screen and (max-width: 763px) { #f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #411596, #6b2cf7);background-image: -moz-linear-gradient(180deg, #411596, #6b2cf7);background-image: -ms-linear-gradient(180deg, #411596, #6b2cf7);background-image: -o-linear-gradient(180deg, #411596, #6b2cf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#6b2cf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411596', endColorstr='#6b2cf7' );";background-image: linear-gradient(180deg, #411596, #6b2cf7);background-size:cover !important;display:block; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { background-color: transparent; background-image: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row > .video-iframe-container { display: none; }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4tKo2V9T2dsmoO9fs9Sr7DT1fFNEwZk > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmQvtDgnKIEbAwfaKqs7aPpB8Ox88OdF { width:18.3125rem;height:2.7rem;top:1.25rem;left:0.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rGeDGX9NoIUau10IRtWpQh0CQM8oGFOZ { width:17.9375rem;height:6.625rem;top:5.19921875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44BPIIxFcmOhFB0bBBBadpClbTkhsJq { width:2.374025rem;height:2.374025rem;top:7.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhmXBJeMHiRxneRZEaUT7ZdhnsnAOxM { display:flex;width:1.624025rem;height:1.624025rem;top:7.75rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #yWgDbzoMqs7w7u0ZJnt0OWLNu2H6yuDM { width:17.9365rem;height:6.625rem;top:12.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLZ9ubTVkrMX8dG7yo82BOLFpRzlzSi { width:2.374025rem;height:2.374025rem;top:14.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Xb5cBX4XrW3fJhXmTWdkVhLRi6dL5a { display:flex;width:1.624025rem;height:1.624025rem;top:15rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #gaSVKci6WxMs1xbQkcOXebmxJqtnfyOu { width:12.25rem;height:3.9rem;top:13.9375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgscMvmJ74L8q9d5ooCx6T44KTQqBANX { width:11.75rem;height:3.9rem;top:6.57421875rem;left:6.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVThXhqLzpDL91u05Wi4O5mDzKzMQz1W { width:17.9365rem;height:6.625rem;top:19.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRPoFrasz6pZBTboom6oLHD1JmP0BKQz { width:11.75rem;height:3.9rem;top:21.0625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TTgOx21tsJ4CAxkaahHqLyuzTXbscO { width:2.374025rem;height:2.374025rem;top:21.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfuAx4pNQbz3qxhHHmai1NNMCPhc1SLD { display:flex;width:1.624025rem;height:1.624025rem;top:22.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #UPX77HXWQ2ZZLRUig3QfUzfasX00qSqt { width:13.125rem;height:21.5rem;top:26.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVMhtangDBZJtwfTf6KTLIhziwWWD1m { width:20rem;height:22.876rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU { display:block; }#UyktxskWH6WMZ2f7xrUuQwqf9KvG27rU > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r08QeLrlAfJiGmtaDNTtHryKBAQX8J { width:4.749025rem;height:2.249025rem;top:1.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg85sIMRBTnkAIULVxqx6V1kgCm9AgMo { width:2.5rem;height:2.5rem;top:4.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnMhBfInGSJ463W5CTnT1oAf5h8AHla { display:flex;width:1.436525rem;height:1.436525rem;top:5.125rem;left:5.625rem; }
#FcnMhBfInGSJ463W5CTnT1oAf5h8AHla > img { max-width: 100%;max-height:100%; width:1.436525rem; height:1.436525rem; } }@media only screen and (max-width: 763px) { #aavWaK8xxwDIqAq7fbmZMOZKK99n8zKz { width:2.5rem;height:2.5rem;top:4.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 { display:flex;width:1.25rem;height:1.25rem;top:5.25rem;left:9.375rem; }
#TmG6hcwdogxgGF2yu288Mc9QmxFHxLx9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tz0Zf4WFvikQ1LJGvw2QfxPzDPic0JVT { width:2.5rem;height:2.5rem;top:4.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv { width:1.624025rem;height:1.624025rem;top:5.125rem;left:12.9375rem;display:block; }
#hxMnN6lCikSI2ueKBEAOiX9V6ErhM1iv > img { max-width: 100%;max-height:100%; width:1.624025rem; height:1.624025rem; } }