.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:225,225,228;--color-primary-1:164,166,173;--color-primary-2:103,106,118;--color-primary-3:62,64,71;--color-primary-4:1,7,26;--color-secondary-0:217,250,246;--color-secondary-1:130,237,225;--color-secondary-2:4,219,194;--color-secondary-3:2,110,97;--color-secondary-4:1,33,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:115,115,115;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image: -webkit-linear-gradient(top, #1e3c8c, #111c3a);background-image: -moz-linear-gradient(top, #1e3c8c, #111c3a);background-image: -ms-linear-gradient(top, #1e3c8c, #111c3a);background-image: -o-linear-gradient(top, #1e3c8c, #111c3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c8c', endColorstr='#111c3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c8c', endColorstr='#111c3a' );";background-image: linear-gradient(to bottom, #1e3c8c, #111c3a);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:75rem;height:54.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:66.625rem;position:absolute;font-family:clash;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:5.25rem;left:4.1875rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ggmMPSaEN2M0mAFGHLQBmQgvOU6um5pP { display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:15.5625rem;left:10.375rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#N51MoIo9oZCKU4oTQbJ3RpIv1I4lWwWk { background-color:transparent;background-image: -webkit-linear-gradient(102deg, #07cafe, #3192f8);background-image: -moz-linear-gradient(102deg, #07cafe, #3192f8);background-image: -ms-linear-gradient(102deg, #07cafe, #3192f8);background-image: -o-linear-gradient(102deg, #07cafe, #3192f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );";background-image: linear-gradient(102deg, #07cafe, #3192f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.3125rem;left:25.5rem;display:block; }
#LVkZ5S0vIpK9GqOraKVtsQwIShAI3lFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMbWe3BC2oh1VippWETfBhb5NH7sOIAC { display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.375rem;left:4.1875rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#eThxPcKXvMpcza2T8OgqQGt2zQTSO8Z1 { display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:29.125rem;left:10.375rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#J89wzeTL7w95DT37vPIpTW5uZuDr4HPv { display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:29.125rem;left:48.9375rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#FTKD901bEnMWbDGkUdG6aKqB0E4P8IIP { display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:29.125rem;left:27rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#lE4e5LGRdJMTLEERvLCVzgsTCWaKFTbx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.1875rem;left:12.5625rem; }
#o0uAX76pXOlhvJTZf39TVGQdO0zlNplg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.1875rem;left:26.5625rem; }
#EcFu8D8lGaAbOVSwEpzfAlg65O7TT0lh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.1875rem;left:49.8125rem; }
#IstEVDsKuydZlwT0uuAmiTZ0bxciSD4U { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:32.9375rem;left:17.3125rem;display:block; }
#BCqDnoKMrNR49Wo2qQXT6bei1NlLhrFq { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111c3a;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; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container { background-color: transparent; background-image: none; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container > .video-iframe-container { display: none; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row > .video-iframe-container { display: none; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .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); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container { border-width: 0; border-radius: 0; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#Saa7I2tfBscBy5OHqTUF0pyGa2QeQ7ok { display:block;width:66.625rem;position:absolute;font-family:clash;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.63818359375rem;left:3.375rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #111c3a, #1e293b);background-image: -moz-linear-gradient(180deg, #111c3a, #1e293b);background-image: -ms-linear-gradient(180deg, #111c3a, #1e293b);background-image: -o-linear-gradient(180deg, #111c3a, #1e293b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#111c3a', endColorstr='#1e293b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#111c3a', endColorstr='#1e293b' );";background-image: linear-gradient(180deg, #111c3a, #1e293b);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; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container { background-color: transparent; background-image: none; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container > .video-iframe-container { display: none; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row > .video-iframe-container { display: none; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .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); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container { border-width: 0; border-radius: 0; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#TiBw42xIpaG9IAkhesmqG4thRZdCaMzM { position:absolute;display:block;z-index:15006;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:14.375rem;width:18.625rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#cXyF1xiUaRraT5p5V6A3oux3tfOrIXLm { display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:10.875rem;left:3.5625rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#VvKnqSMyEGpz6fXUykOht9ilVIRwo9ia { display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:15.125rem;left:1.6875rem;height:2.44921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#gKIdUSF5eZBlxuLVnqE0kZVzfEda1L7l { position:absolute;display:block;z-index:15009;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:14.375rem;width:18.625rem;top:6.8125rem;left:18.75rem;overflow:hidden;display:block; }
#IzfQVDzh1d6JiVWsOdOJVxzDsHxCEmdH { display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:15.125rem;left:20.4375rem;height:2.44921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#AL19UQ2hlK1n91V9EmKm3qDpPQQH1x1u { display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:10.875rem;left:22.3125rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#bwoGAlipkN91lczyM92wIb3AIbrNHR3w { position:absolute;display:block;z-index:15012;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:14.375rem;width:18.625rem;top:6.8125rem;left:37.6875rem;overflow:hidden;display:block; }
#CLXfSTizDQX9c30WkAnM9LxJrqMxCD5F { display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:15.125rem;left:39.375rem;height:2.44921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#wolmaerEMTX2QVEtOqWDsRmAE9WU2UU7 { display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:10.875rem;left:41.25rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#dIyniH6ruf70i1JycfisCnFrZX01RkD3 { position:absolute;display:block;z-index:15015;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:14.375rem;width:18.625rem;top:6.8125rem;left:56.375rem;overflow:hidden;display:block; }
#ETVmt4i9eUdwqduKtltOxefwrCquZvtV { display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:15.125rem;left:57.4375rem;height:2.44921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#DPSkJEkJRwTf35KDMOOMdEMOGwpc7tiB { display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:10.875rem;left:59.9375rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#LD4oHmVHS89cJXzpROOvE9hVn5MARDgS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.8125rem;left:8.3125rem; }
#aZdr4DUxuQBKqXg1vMVWxQAMI1aykzkQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.8125rem;left:27.0625rem; }
#CMRGow5EXKxeTdPUeiDKn6Oe5NwETdPJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.8125rem;left:45.8125rem; }
#U6l9TUsA4w2RHoWCxMs2PBOyhN4s6ilP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.8125rem;left:64.5625rem; }
#aEy8sS8doMacX432KlnGXNLMbT47zfus { background-color:transparent;background-image: -webkit-linear-gradient(102deg, #07cafe, #3192f8);background-image: -moz-linear-gradient(102deg, #07cafe, #3192f8);background-image: -ms-linear-gradient(102deg, #07cafe, #3192f8);background-image: -o-linear-gradient(102deg, #07cafe, #3192f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );";background-image: linear-gradient(102deg, #07cafe, #3192f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.5625rem;left:26.4375rem;display:block; }
#XqBNVwQl7rFImhTctbVvVlidpw3avE8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hkoy8ZCtWEoDzTT2NVIkKLf6rXt4ITRf { display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:10.875rem;left:59.9375rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:none; }
#i00Z5dsyTSLyCxNmfbHPVfR4uaOCC1i7 { display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:10.875rem;left:41.25rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:none; }
#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e293b;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; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { background-color: transparent; background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { border-width: 0; border-radius: 0; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#poCFDdOrvTAqV1EBDOpT495CzSI2ck3N { background-color:#ffc800;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.5625rem;left:29.3125rem;display:none; }
#xo983Pmes0qngR98Cs8sSiqqJOeN6J6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4sZLFeRdvdRhTAGff3qtom2Dd09oTlr { display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:2.625rem;left:25.1875rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#r23WxPdXINSGCgGHec8Or3SodE1AhgTS { position:absolute;display:block;z-index:15031;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.3125rem;width:5.5rem;top:5.8125rem;left:26.75rem;overflow:hidden;display:block; }
#avoIFyksDEJ2k3e4EFqRZG2PuLRgxblK { position:absolute;display:block;z-index:15032;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.3125rem;width:5.5rem;top:5.8125rem;left:35.375rem;overflow:hidden;display:block; }
#PD3ndrxo2frxHRGKWOteR9dpWootffL2 { position:absolute;display:block;z-index:15033;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.3125rem;width:5.5rem;top:5.8125rem;left:45rem;overflow:hidden;display:block; }
#eyVyHZ65HUDbf7ZyMByTnNyGcTxMpox6 { position:absolute;display:block;z-index:15034;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.3125rem;width:5.5rem;top:5.8125rem;left:55.375rem;overflow:hidden;display:block; }
#wqiU61v81iUVRAbI7BTNXacoS4wcrV06 { position:absolute;display:block;z-index:15034;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.3125rem;width:5.5rem;top:5.8125rem;left:64.5625rem;overflow:hidden;display:block; }
#GSK206NOFSVC3B9RaiyDBAHHaVRIoGzt { position:absolute;display:block;z-index:15035;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:10.6875rem;width:8.5rem;top:1.625rem;left:14.4375rem;overflow:hidden;display:block; }
#MHsBBNqcrrQmBwnIQgE2pBmZEW72Qr8W { position:absolute;display:block;z-index:15036;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:6.8125rem;width:5.4375rem;top:3.375rem;left:4.9375rem;overflow:hidden;display:block; }
#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e293b, #0f182b);background-image: -moz-linear-gradient(180deg, #1e293b, #0f182b);background-image: -ms-linear-gradient(180deg, #1e293b, #0f182b);background-image: -o-linear-gradient(180deg, #1e293b, #0f182b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e293b', endColorstr='#0f182b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e293b', endColorstr='#0f182b' );";background-image: linear-gradient(180deg, #1e293b, #0f182b);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; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row .container { background-color: transparent; background-image: none; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row .container > .video-iframe-container { display: none; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row > .video-iframe-container { display: none; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .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); }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row .container { border-width: 0; border-radius: 0; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#esD2P0XrJbxqZmXa65HQXkV56g1mdNgO { display:block;width:35.1875rem;position:absolute;font-family:clash;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#wHBAID6GTbeo5yUVrm1hHGQo4Bqg4Z54 { box-sizing:content-box;height:0.625rem;width:14.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(219,4,4,0.47);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:2.375rem;display:block; }
#IhGSedz9b0FB2wbv0JRiSkwUtrLUPC2A { display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:9rem;left:0rem;height:9.5605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#EiOvIwLsWN7sTes6KeNi5Tm8WaqmQmU0 { display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:8.875rem;left:42.625rem;height:9.5605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#h3PxsJW5J2XVkJOIVpUtlq6fGcH1Pgo4 { display:block;width:28.9375rem;position:absolute;font-family:clash;font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.6875rem;left:42.5rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#thN3ZlCFAzaH13fJox4sJlMv7Wit8DBQ { background-color:transparent;background-image: -webkit-linear-gradient(102deg, #07cafe, #3192f8);background-image: -moz-linear-gradient(102deg, #07cafe, #3192f8);background-image: -ms-linear-gradient(102deg, #07cafe, #3192f8);background-image: -o-linear-gradient(102deg, #07cafe, #3192f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );";background-image: linear-gradient(102deg, #07cafe, #3192f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.5625rem;left:26.4375rem;display:none; }
#NI1r476QXTx4kWpXuLqURrbTGS2tU7O7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f182b;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; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row .container { background-color: transparent; background-image: none; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row .container > .video-iframe-container { display: none; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row > .video-iframe-container { display: none; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .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); }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row .container { border-width: 0; border-radius: 0; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#pQvQDKK1lHwozQ1rtLOo9SD4f6MSoeop { box-sizing:content-box;height:10.5rem;width:28.25rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.875rem;left:39.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:none; }
#CPgFOb2T6ARq96i6ZUn26IqA2cTDJQxK { color:rgba(var(--color-tertiary-0),1);display:block;width:73.75rem;position:absolute;font-family:clash;font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#WNnT0oknuZf75flISKWV54ISegm9TH0u { box-sizing:content-box;height:14rem;width:22.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(225,225,228,0.23);background-image:none;top:9.8125rem;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.11) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EBTzP21veiCwEppURsqkohfTAJ3uxN1X { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:14rem;left:1.1875rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pahJSh2eHmtez74ITy98wR4mhpLC9FVh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:10.9375rem;left:13.4375rem; }
#mMTM44UNt12vrTTx0vNhBe8mnw6BkONu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:10.9375rem;left:11.9375rem; }
#DBweI7IGtxURZtkv068GySC9LIM7v6mJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:10.9375rem;left:10.4375rem; }
#MMIksEV784ZpwGkIHRvOVwyvVOdrbpbC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:10.9375rem;left:8.9375rem; }
#xXGnWB8QFrMi9QZxX8qEIx0IZFyHtOgJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:10.9375rem;left:7.4375rem; }
#eZVsIymmWMJnuTf8Us8wTFpVSMh9rNTN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:10.9375rem;left:33.8125rem; }
#d7VhlXS4LIl39MzM7TVqkzOCrOZaAHZA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:10.9375rem;left:32.3125rem; }
#SGdT2tscZerdBVmOkL7tR5qJt5lZfrl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:10.9375rem;left:35.3125rem; }
#nl0edxPr76yy3TpumfHRGdHR3clSB5HW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:10.9375rem;left:36.8125rem; }
#NlbZWSLUSTEktbUCR8OXNnCplRKlKsFR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:10.9375rem;left:38.3125rem; }
#fTa0yNiZZS1lgmOyIE8OT0sFtIqkVELx { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:21.0625rem;left:1.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFQ0u4W5dJQZFa8t9riw8iCT8xTtNLZG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:10.9375rem;left:58.4375rem; }
#mAVe12AOHCh7eEHDCVfJzzZdcKivvcnk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:10.9375rem;left:56.9375rem; }
#HlG25HTIFr1nRli3sIeoyryN18emTS7m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:10.9375rem;left:59.9375rem; }
#fEVytIQzrXTgi91XVTGxDvtTyD0QvObi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:10.9375rem;left:61.4375rem; }
#zcSlPDyHTpyTIv90amh1HRkHwZR2KvU3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:10.9375rem;left:62.9375rem; }
#VaDfdJ8gT0ofQourLTmTHesKAc31qzet { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:21.0625rem;left:25.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wx8a4qbKUNpCVnVGv1Nk39DytnCdaSSE { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:14rem;left:26.3125rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#S35vhxgT3TO39V0epNu7zL7UUmWcVKgf { box-sizing:content-box;height:14rem;width:22.875rem;position:absolute;display:block;z-index:15038;background-color:rgba(225,225,228,0.23);background-image:none;top:9.8125rem;left:24.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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.11) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lIptuGAByOyb2k1yaOgfiD0chFgN4Np3 { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:21.0625rem;left:50.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Noi71HBLDrTOhN5KEUIw6zhyF8yza4tT { box-sizing:content-box;height:14rem;width:22.875rem;position:absolute;display:block;z-index:15041;background-color:rgba(225,225,228,0.23);background-image:none;top:9.8125rem;left:49.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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.11) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iM0cbLJrI0zhEDSlqAKIulptGKJfrDrR { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:14.5625rem;left:50.75rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PsfJyQgnA43VwOkvEbbyfubhxutASf3d { box-sizing:content-box;height:14rem;width:22.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(225,225,228,0.23);background-image:none;top:14.0625rem;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.11) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DXVa3CUa8du3h5JGdLsDkywPCJlSkrwv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:15.1875rem;left:5.6875rem;display:none; }
#GZbl97Tfs7bCCIzHT7HGfEM2Crc7ndku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:15.1875rem;left:4.1875rem;display:none; }
#yKNF5ssFnoDJxqH24RL4NJZQ5PCktC7a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:15.1875rem;left:2.6875rem;display:none; }
#sQa5SFolfmSn9uxe3WNVlfthT9leRyyd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:15.1875rem;left:1.1875rem;display:none; }
#JqT5zrx3T1uhO46plTeGXBUsdZptwRiq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:15.1875rem;left:7.1875rem;display:none; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #0f182b, #1e3c8c);background-image: -moz-linear-gradient(top, #0f182b, #1e3c8c);background-image: -ms-linear-gradient(top, #0f182b, #1e3c8c);background-image: -o-linear-gradient(top, #0f182b, #1e3c8c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1e3c8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1e3c8c' );";background-image: linear-gradient(to bottom, #0f182b, #1e3c8c);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; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-form-header {  }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:3.75rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:19.8125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.8125rem;box-sizing:border-box;height:2.5rem;color:#122423;font-family:"red hat display";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #07cafe, #3192f8);background-image: -moz-linear-gradient(135deg, #07cafe, #3192f8);background-image: -ms-linear-gradient(135deg, #07cafe, #3192f8);background-image: -o-linear-gradient(135deg, #07cafe, #3192f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#07cafe', endColorstr='#3192f8' );";background-image: linear-gradient(135deg, #07cafe, #3192f8);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.6875rem;font-weight:400;color:#f2f9ff;width:19.8125rem;height:3.5rem;font-family:clash;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.25) ;text-align:center;text-align-last:center;font-style:normal; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.625rem;overflow:hidden;font-style:normal;float:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#2575fc;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:first-of-type{padding-top:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:last-of-type{padding-bottom:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:27.9375rem;top:16.4375rem;z-index:15003;position:absolute; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem;display:block;vertical-align:top; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.2;font-weight:700;color:#339966;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:27.9375rem;top:16.4375rem;z-index:15003;position:absolute; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 { position:relative;display:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #XalTzx0WlW0QKfM1S18vqxqKNQxSLu7y { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #JJUIz1Tzg5iHhsb1cphxmw37O2CwgHce { position:relative;display:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #i6mcDBuI4sIQGUudTyhbvDBZL2WL448f { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #HUJXZUPVi7R2nOdGxcXuJxkFnGL4ESnZ { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #McUiWlzOKHlGm0hQC9WmbTW2LDTvy4rR { position:relative;display:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Ss3Hr6pSsagma0hqqg1hPicWn905DKmW { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 { position:relative;display:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv { position:relative; }
#m2l5DHcwwBCG1Tb4EpCLody8tCcP2xA0 { position:relative;display:block; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 { position:relative; }
#HSeZiJq1cDNv97MmXvNI372NDmrlO52G { display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:17.84375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#x5yql9q5ZnwkCiTxAHUmm8p6TtoREmqK { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5rem;left:0rem;height:2.7124rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
#y1oKg61n27euCwTGsloIyUxACTnVx3dw { display:block;width:42.9375rem;position:absolute;font-family:clash;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:4.21142578125rem;left:17.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#GlIz177lQwVEgoKozlpfNwhTmZInLkUg { position:absolute;display:block;z-index:15007;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:3rem;width:11.0625rem;top:41.75rem;left:33.5625rem;overflow:hidden;display:block; }
#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cacaca;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { border-width: 0; border-radius: 0; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:none; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { background-color: transparent; background-image: none; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container > .video-iframe-container { display: none; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row > .video-iframe-container { display: none; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .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); }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { border-width: 0; border-radius: 0; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#KXWfhKzwhWKdTyplMSdQCQoPvO329xKx { display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.806640625rem;left:19.625rem;height:1.13720625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpGKnB4PPRkAPSb4qHHmTgWKUKnq3wsF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.9375rem;top:1.8125rem;left:21.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:47.75rem;height:3.625rem;top:5.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggmMPSaEN2M0mAFGHLQBmQgvOU6um5pP { width:47.75rem;height:3.5rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N51MoIo9oZCKU4oTQbJ3RpIv1I4lWwWk { width:22.375rem;height:3.4375rem;top:23.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVkZ5S0vIpK9GqOraKVtsQwIShAI3lFt { display:block; }
 }@media only screen and (max-width: 763px) { #xMbWe3BC2oh1VippWETfBhb5NH7sOIAC { width:47.75rem;height:3.5rem;top:9.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThxPcKXvMpcza2T8OgqQGt2zQTSO8Z1 { width:16.1875rem;height:1.125rem;top:29.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J89wzeTL7w95DT37vPIpTW5uZuDr4HPv { width:16.1875rem;height:1.125rem;top:29.125rem;left:31.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKD901bEnMWbDGkUdG6aKqB0E4P8IIP { width:21.0625rem;height:1.125rem;top:29.125rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE4e5LGRdJMTLEERvLCVzgsTCWaKFTbx { top:29.1875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0uAX76pXOlhvJTZf39TVGQdO0zlNplg { top:29.1875rem;left:12.9375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcFu8D8lGaAbOVSwEpzfAlg65O7TT0lh { top:29.1875rem;left:36.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IstEVDsKuydZlwT0uuAmiTZ0bxciSD4U { top:32.9375rem;left:3.6875rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCqDnoKMrNR49Wo2qQXT6bei1NlLhrFq { display:none; }
 }@media only screen and (max-width: 763px) { #NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V { display:block; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Saa7I2tfBscBy5OHqTUF0pyGa2QeQ7ok { width:47.75rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 { display:block; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiBw42xIpaG9IAkhesmqG4thRZdCaMzM { top:6.8125rem;left:0rem;width:18.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXyF1xiUaRraT5p5V6A3oux3tfOrIXLm { width:11.625rem;height:3.3125rem;top:10.875rem;left:0.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvKnqSMyEGpz6fXUykOht9ilVIRwo9ia { width:15.4375rem;height:2.4375rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKIdUSF5eZBlxuLVnqE0kZVzfEda1L7l { top:6.8125rem;left:5.25rem;width:18.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzfQVDzh1d6JiVWsOdOJVxzDsHxCEmdH { width:15.4375rem;height:2.4375rem;top:15.125rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19UQ2hlK1n91V9EmKm3qDpPQQH1x1u { width:11.625rem;height:3.3125rem;top:10.875rem;left:12.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwoGAlipkN91lczyM92wIb3AIbrNHR3w { top:6.8125rem;left:17.1875rem;width:18.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLXfSTizDQX9c30WkAnM9LxJrqMxCD5F { width:15.4375rem;height:2.4375rem;top:15.125rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolmaerEMTX2QVEtOqWDsRmAE9WU2UU7 { width:11.625rem;height:3.3125rem;top:10.875rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIyniH6ruf70i1JycfisCnFrZX01RkD3 { top:6.8125rem;left:29.125rem;width:18.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVmt4i9eUdwqduKtltOxefwrCquZvtV { width:16.375rem;height:2.4375rem;top:15.125rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPSkJEkJRwTf35KDMOOMdEMOGwpc7tiB { width:11.625rem;height:3.3125rem;top:10.875rem;left:36.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4oHmVHS89cJXzpROOvE9hVn5MARDgS { top:7.8125rem;left:4.90625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZdr4DUxuQBKqXg1vMVWxQAMI1aykzkQ { top:7.8125rem;left:16.84375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMRGow5EXKxeTdPUeiDKn6Oe5NwETdPJ { top:7.8125rem;left:28.78125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6l9TUsA4w2RHoWCxMs2PBOyhN4s6ilP { top:7.8125rem;left:40.71875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEy8sS8doMacX432KlnGXNLMbT47zfus { width:22.375rem;height:3.4375rem;top:24.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqBNVwQl7rFImhTctbVvVlidpw3avE8x { display:block; }
 }@media only screen and (max-width: 763px) { #hkoy8ZCtWEoDzTT2NVIkKLf6rXt4ITRf { width:18.3125rem;height:;top:61.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i00Z5dsyTSLyCxNmfbHPVfR4uaOCC1i7 { width:11.8125rem;height:;top:47.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poCFDdOrvTAqV1EBDOpT495CzSI2ck3N { width:17.5rem;height:3.4375rem;top:27.5625rem;left:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo983Pmes0qngR98Cs8sSiqqJOeN6J6e { display:block; }
 }@media only screen and (max-width: 763px) { #Z4sZLFeRdvdRhTAGff3qtom2Dd09oTlr { width:24.625rem;height:1.375rem;top:2.625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r23WxPdXINSGCgGHec8Or3SodE1AhgTS { top:5.8125rem;left:13.125rem;width:5.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avoIFyksDEJ2k3e4EFqRZG2PuLRgxblK { top:5.8125rem;left:21.75rem;width:5.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3ndrxo2frxHRGKWOteR9dpWootffL2 { top:5.8125rem;left:31.375rem;width:5.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyVyHZ65HUDbf7ZyMByTnNyGcTxMpox6 { top:5.8125rem;left:41.75rem;width:5.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqiU61v81iUVRAbI7BTNXacoS4wcrV06 { top:5.8125rem;left:42.25rem;width:5.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSK206NOFSVC3B9RaiyDBAHHaVRIoGzt { top:1.625rem;left:0.8125rem;width:8.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHsBBNqcrrQmBwnIQgE2pBmZEW72Qr8W { top:3.375rem;left:0rem;width:5.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd { display:block; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esD2P0XrJbxqZmXa65HQXkV56g1mdNgO { width:35.1875rem;height:3.625rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHBAID6GTbeo5yUVrm1hHGQo4Bqg4Z54 { top:5.3125rem;left:0rem;width:14.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhGSedz9b0FB2wbv0JRiSkwUtrLUPC2A { width:29.625rem;height:9.5rem;top:9rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiOvIwLsWN7sTes6KeNi5Tm8WaqmQmU0 { width:29.625rem;height:9.5rem;top:8.875rem;left:18.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3PxsJW5J2XVkJOIVpUtlq6fGcH1Pgo4 { width:28.9375rem;height:3.625rem;top:3.6875rem;left:18.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thN3ZlCFAzaH13fJox4sJlMv7Wit8DBQ { width:22.375rem;height:3.4375rem;top:24.5625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI1r476QXTx4kWpXuLqURrbTGS2tU7O7 { display:block; }
 }@media only screen and (max-width: 763px) { #Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo { display:block; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQvQDKK1lHwozQ1rtLOo9SD4f6MSoeop { top:8.875rem;left:19.5rem;width:28.25rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPgFOb2T6ARq96i6ZUn26IqA2cTDJQxK { width:47.75rem;height:3rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNnT0oknuZf75flISKWV54ISegm9TH0u { top:9.8125rem;left:0rem;width:22.875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTzP21veiCwEppURsqkohfTAJ3uxN1X { width:19.9375rem;height:5.625rem;top:14rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pahJSh2eHmtez74ITy98wR4mhpLC9FVh { top:10.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMTM44UNt12vrTTx0vNhBe8mnw6BkONu { top:10.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBweI7IGtxURZtkv068GySC9LIM7v6mJ { top:10.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMIksEV784ZpwGkIHRvOVwyvVOdrbpbC { top:10.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXGnWB8QFrMi9QZxX8qEIx0IZFyHtOgJ { top:10.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZVsIymmWMJnuTf8Us8wTFpVSMh9rNTN { top:10.9375rem;left:20.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7VhlXS4LIl39MzM7TVqkzOCrOZaAHZA { top:10.9375rem;left:18.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGdT2tscZerdBVmOkL7tR5qJt5lZfrl8 { top:10.9375rem;left:21.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl0edxPr76yy3TpumfHRGdHR3clSB5HW { top:10.9375rem;left:23.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlbZWSLUSTEktbUCR8OXNnCplRKlKsFR { top:10.9375rem;left:24.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTa0yNiZZS1lgmOyIE8OT0sFtIqkVELx { width:19.5rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQ0u4W5dJQZFa8t9riw8iCT8xTtNLZG { top:10.9375rem;left:44.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAVe12AOHCh7eEHDCVfJzzZdcKivvcnk { top:10.9375rem;left:43.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlG25HTIFr1nRli3sIeoyryN18emTS7m { top:10.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEVytIQzrXTgi91XVTGxDvtTyD0QvObi { top:10.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcSlPDyHTpyTIv90amh1HRkHwZR2KvU3 { top:10.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDfdJ8gT0ofQourLTmTHesKAc31qzet { width:19.5rem;height:1.25rem;top:21.0625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx8a4qbKUNpCVnVGv1Nk39DytnCdaSSE { width:19.9375rem;height:5.625rem;top:14rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S35vhxgT3TO39V0epNu7zL7UUmWcVKgf { top:9.8125rem;left:11rem;width:22.875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIptuGAByOyb2k1yaOgfiD0chFgN4Np3 { width:19.5rem;height:1.25rem;top:21.0625rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noi71HBLDrTOhN5KEUIw6zhyF8yza4tT { top:9.8125rem;left:24.875rem;width:22.875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0cbLJrI0zhEDSlqAKIulptGKJfrDrR { width:19.9375rem;height:4.5rem;top:14.5625rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsfJyQgnA43VwOkvEbbyfubhxutASf3d { top:14.0625rem;left:0rem;width:22.875rem;height:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXVa3CUa8du3h5JGdLsDkywPCJlSkrwv { top:15.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZbl97Tfs7bCCIzHT7HGfEM2Crc7ndku { top:15.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKNF5ssFnoDJxqH24RL4NJZQ5PCktC7a { top:15.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQa5SFolfmSn9uxe3WNVlfthT9leRyyd { top:15.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqT5zrx3T1uhO46plTeGXBUsdZptwRiq { top:15.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { display:block; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { width:15rem;height:auto; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #XalTzx0WlW0QKfM1S18vqxqKNQxSLu7y {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #JJUIz1Tzg5iHhsb1cphxmw37O2CwgHce {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #i6mcDBuI4sIQGUudTyhbvDBZL2WL448f {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #HUJXZUPVi7R2nOdGxcXuJxkFnGL4ESnZ {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #McUiWlzOKHlGm0hQC9WmbTW2LDTvy4rR { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Ss3Hr6pSsagma0hqqg1hPicWn905DKmW {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv {  }
 }@media only screen and (max-width: 763px) { #m2l5DHcwwBCG1Tb4EpCLody8tCcP2xA0 { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 {  }
 }@media only screen and (max-width: 763px) { #HSeZiJq1cDNv97MmXvNI372NDmrlO52G { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yql9q5ZnwkCiTxAHUmm8p6TtoREmqK { width:47.75rem;height:2.6875rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1oKg61n27euCwTGsloIyUxACTnVx3dw { width:42.9375rem;height:;top:4.1875rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlIz177lQwVEgoKozlpfNwhTmZInLkUg { top:41.75rem;left:19.9375rem;width:11.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O { display:block; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM { display:block; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXWfhKzwhWKdTyplMSdQCQoPvO329xKx { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpGKnB4PPRkAPSb4qHHmTgWKUKnq3wsF { top:1.8125rem;left:7.5rem;width:1.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image: -webkit-linear-gradient(top, #1e3c8c, #111c3a);background-image: -moz-linear-gradient(top, #1e3c8c, #111c3a);background-image: -ms-linear-gradient(top, #1e3c8c, #111c3a);background-image: -o-linear-gradient(top, #1e3c8c, #111c3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c8c', endColorstr='#111c3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c8c', endColorstr='#111c3a' );";background-image: linear-gradient(to bottom, #1e3c8c, #111c3a);background-size:cover !important;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:20rem;height:1.6621125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggmMPSaEN2M0mAFGHLQBmQgvOU6um5pP { width:20rem;height:4.8984375rem;top:12rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N51MoIo9oZCKU4oTQbJ3RpIv1I4lWwWk { width:17.5rem;height:3.4375rem;top:19.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVkZ5S0vIpK9GqOraKVtsQwIShAI3lFt { display:block; }
 }@media only screen and (max-width: 763px) { #xMbWe3BC2oh1VippWETfBhb5NH7sOIAC { width:20rem;height:4.19921875rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThxPcKXvMpcza2T8OgqQGt2zQTSO8Z1 { width:16.1875rem;height:1.04980625rem;top:25.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J89wzeTL7w95DT37vPIpTW5uZuDr4HPv { width:16.1875rem;height:1.04980625rem;top:29.5rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKD901bEnMWbDGkUdG6aKqB0E4P8IIP { width:18.9375rem;height:1.04980625rem;top:27.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE4e5LGRdJMTLEERvLCVzgsTCWaKFTbx { display:flex;width:1.0625rem;height:1.0625rem;top:25.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #o0uAX76pXOlhvJTZf39TVGQdO0zlNplg { display:flex;width:1.0625rem;height:1.0625rem;top:27.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EcFu8D8lGaAbOVSwEpzfAlg65O7TT0lh { display:flex;width:1.0625rem;height:1.0625rem;top:29.5rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #IstEVDsKuydZlwT0uuAmiTZ0bxciSD4U { width:18.75rem;height:9.75rem;top:33.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCqDnoKMrNR49Wo2qQXT6bei1NlLhrFq { top:32.875rem;left:1.1875rem;width:17.625rem;height:9.8125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V { background-color:#111c3a;background-image:none;display:block; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container { background-color: transparent; background-image: none; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container > .video-iframe-container { display: none; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row > .video-iframe-container { display: none; }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .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); }#NtkuC4DG1z7eTnlLkoJIAk2vkyqPDC3V > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Saa7I2tfBscBy5OHqTUF0pyGa2QeQ7ok { width:20rem;height:4.375rem;top:2.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #111c3a, #1e293b);background-image: -moz-linear-gradient(180deg, #111c3a, #1e293b);background-image: -ms-linear-gradient(180deg, #111c3a, #1e293b);background-image: -o-linear-gradient(180deg, #111c3a, #1e293b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#111c3a', endColorstr='#1e293b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#111c3a', endColorstr='#1e293b' );";background-image: linear-gradient(180deg, #111c3a, #1e293b);background-size:auto !important;display:block; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container { background-color: transparent; background-image: none; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container > .video-iframe-container { display: none; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row > .video-iframe-container { display: none; }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .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); }#OzgxT21JiUVGNrEJdw5GQ236QfkwLFK6 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiBw42xIpaG9IAkhesmqG4thRZdCaMzM { width:18.625rem;height:14.375rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXyF1xiUaRraT5p5V6A3oux3tfOrIXLm { width:11.625rem;height:3.1494125rem;top:5.3125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvKnqSMyEGpz6fXUykOht9ilVIRwo9ia { width:15.4375rem;height:2.44921875rem;top:9.5625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKIdUSF5eZBlxuLVnqE0kZVzfEda1L7l { width:18.625rem;height:14.375rem;top:16.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzfQVDzh1d6JiVWsOdOJVxzDsHxCEmdH { width:15.4375rem;height:2.44921875rem;top:25.1875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19UQ2hlK1n91V9EmKm3qDpPQQH1x1u { width:11.625rem;height:1.57470625rem;top:21.8125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwoGAlipkN91lczyM92wIb3AIbrNHR3w { width:18.625rem;height:14.375rem;top:37.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLXfSTizDQX9c30WkAnM9LxJrqMxCD5F { width:15.4375rem;height:2.44921875rem;top:45.5rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolmaerEMTX2QVEtOqWDsRmAE9WU2UU7 { width:11.8125rem;height:0;top:41.25rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIyniH6ruf70i1JycfisCnFrZX01RkD3 { width:18.625rem;height:14.375rem;top:52.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVmt4i9eUdwqduKtltOxefwrCquZvtV { width:16.375rem;height:2.44921875rem;top:61.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPSkJEkJRwTf35KDMOOMdEMOGwpc7tiB { width:11.625rem;height:0;top:57.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD4oHmVHS89cJXzpROOvE9hVn5MARDgS { display:flex;width:2.125rem;height:2.125rem;top:2.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #aZdr4DUxuQBKqXg1vMVWxQAMI1aykzkQ { display:flex;width:2.125rem;height:2.125rem;top:17.875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #CMRGow5EXKxeTdPUeiDKn6Oe5NwETdPJ { display:flex;width:2.125rem;height:2.125rem;top:38.1875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #U6l9TUsA4w2RHoWCxMs2PBOyhN4s6ilP { display:flex;width:2.125rem;height:2.125rem;top:53.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #aEy8sS8doMacX432KlnGXNLMbT47zfus { width:19rem;height:3.4375rem;top:32.5rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqBNVwQl7rFImhTctbVvVlidpw3avE8x { display:block; }
 }@media only screen and (max-width: 763px) { #hkoy8ZCtWEoDzTT2NVIkKLf6rXt4ITRf { width:18.3125rem;height:1.57470625rem;top:58.39990234375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #i00Z5dsyTSLyCxNmfbHPVfR4uaOCC1i7 { width:11.8125rem;height:1.57470625rem;top:42.1875rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poCFDdOrvTAqV1EBDOpT495CzSI2ck3N { width:16.4375rem;height:3.4375rem;top:83.11181640625rem;left:1.78125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #xo983Pmes0qngR98Cs8sSiqqJOeN6J6e { display:block; }
 }@media only screen and (max-width: 763px) { #Z4sZLFeRdvdRhTAGff3qtom2Dd09oTlr { width:20rem;height:1.04980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r23WxPdXINSGCgGHec8Or3SodE1AhgTS { width:4.125rem;height:1.6875rem;top:8.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avoIFyksDEJ2k3e4EFqRZG2PuLRgxblK { width:5.5rem;height:2.3125rem;top:8.0498046875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3ndrxo2frxHRGKWOteR9dpWootffL2 { width:4.3125rem;height:1.75rem;top:8.3310546875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyVyHZ65HUDbf7ZyMByTnNyGcTxMpox6 { width:4.4375rem;height:1.8125rem;top:5.255859375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqiU61v81iUVRAbI7BTNXacoS4wcrV06 { width:4.3125rem;height:1.75rem;top:8.2998046875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSK206NOFSVC3B9RaiyDBAHHaVRIoGzt { width:5.875rem;height:7.375rem;top:2.474609375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHsBBNqcrrQmBwnIQgE2pBmZEW72Qr8W { width:3.625rem;height:4.5625rem;top:3.8623046875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd { display:block; }#KSINpNhUkls8ZpJnGxT0aGNTxlNcxnmd > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esD2P0XrJbxqZmXa65HQXkV56g1mdNgO { width:20rem;height:2.1875rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHBAID6GTbeo5yUVrm1hHGQo4Bqg4Z54 { width:9.375rem;height:0.4375rem;top:4.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhGSedz9b0FB2wbv0JRiSkwUtrLUPC2A { width:20rem;height:7.8735625rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiOvIwLsWN7sTes6KeNi5Tm8WaqmQmU0 { width:20rem;height:7.8735625rem;top:19.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3PxsJW5J2XVkJOIVpUtlq6fGcH1Pgo4 { width:20rem;height:2.1875rem;top:16.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thN3ZlCFAzaH13fJox4sJlMv7Wit8DBQ { width:19rem;height:3.4375rem;top:31.75rem;left:0.5rem;font-size:1.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NI1r476QXTx4kWpXuLqURrbTGS2tU7O7 { display:block; }
 }@media only screen and (max-width: 763px) { #Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo { display:block; }#Khl3W1JDvkUMXTcKLqTdwTwQvFSEcETo > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQvQDKK1lHwozQ1rtLOo9SD4f6MSoeop { width:20rem;height:20.125rem;top:9.5625rem;left:0rem;z-index:15003;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.11) ;display:none; }
 }@media only screen and (max-width: 763px) { #CPgFOb2T6ARq96i6ZUn26IqA2cTDJQxK { width:16.0625rem;height:4.0625rem;top:3.5rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNnT0oknuZf75flISKWV54ISegm9TH0u { width:20rem;height:14rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTzP21veiCwEppURsqkohfTAJ3uxN1X { width:18.875rem;height:5.6860375rem;top:14.4375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pahJSh2eHmtez74ITy98wR4mhpLC9FVh { display:flex;width:1.5rem;height:1.5rem;top:11.4375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #mMTM44UNt12vrTTx0vNhBe8mnw6BkONu { display:flex;width:1.5rem;height:1.5rem;top:11.4375rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #DBweI7IGtxURZtkv068GySC9LIM7v6mJ { display:flex;width:1.5rem;height:1.5rem;top:11.4375rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #MMIksEV784ZpwGkIHRvOVwyvVOdrbpbC { display:flex;width:1.5rem;height:1.5rem;top:11.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xXGnWB8QFrMi9QZxX8qEIx0IZFyHtOgJ { display:flex;width:1.5rem;height:1.5rem;top:11.4375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #eZVsIymmWMJnuTf8Us8wTFpVSMh9rNTN { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7VhlXS4LIl39MzM7TVqkzOCrOZaAHZA { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGdT2tscZerdBVmOkL7tR5qJt5lZfrl8 { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nl0edxPr76yy3TpumfHRGdHR3clSB5HW { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlbZWSLUSTEktbUCR8OXNnCplRKlKsFR { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTa0yNiZZS1lgmOyIE8OT0sFtIqkVELx { width:12.9375rem;height:1.13720625rem;top:22.125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQ0u4W5dJQZFa8t9riw8iCT8xTtNLZG { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAVe12AOHCh7eEHDCVfJzzZdcKivvcnk { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlG25HTIFr1nRli3sIeoyryN18emTS7m { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEVytIQzrXTgi91XVTGxDvtTyD0QvObi { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcSlPDyHTpyTIv90amh1HRkHwZR2KvU3 { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaDfdJ8gT0ofQourLTmTHesKAc31qzet { width:13.8125rem;height:1.13720625rem;top:37.6875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx8a4qbKUNpCVnVGv1Nk39DytnCdaSSE { width:17.125rem;height:5.6860375rem;top:30.40673828125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S35vhxgT3TO39V0epNu7zL7UUmWcVKgf { width:20rem;height:14rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIptuGAByOyb2k1yaOgfiD0chFgN4Np3 { width:19.5rem;height:auto;top:21.0625rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Noi71HBLDrTOhN5KEUIw6zhyF8yza4tT { width:20rem;height:14rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iM0cbLJrI0zhEDSlqAKIulptGKJfrDrR { width:19.9375rem;height:auto;top:14.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsfJyQgnA43VwOkvEbbyfubhxutASf3d { width:20rem;height:14rem;top:26.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #DXVa3CUa8du3h5JGdLsDkywPCJlSkrwv { display:flex;width:1.5rem;height:1.5rem;top:27.125rem;left:5.6875rem;z-index:15052; }
 }@media only screen and (max-width: 763px) { #GZbl97Tfs7bCCIzHT7HGfEM2Crc7ndku { display:flex;width:1.5rem;height:1.5rem;top:27.125rem;left:4.1875rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #yKNF5ssFnoDJxqH24RL4NJZQ5PCktC7a { display:flex;width:1.5rem;height:1.5rem;top:27.125rem;left:1.3125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #sQa5SFolfmSn9uxe3WNVlfthT9leRyyd { display:flex;width:1.5rem;height:1.5rem;top:27.125rem;left:2.75rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #JqT5zrx3T1uhO46plTeGXBUsdZptwRiq { display:flex;width:1.5rem;height:1.5rem;top:27.125rem;left:7.1875rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { display:block;width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { width:15.6875rem;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-checkbox-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { width:15.6875rem;height:auto;top:11.5234375rem;left:0.90625rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { width:15.6875rem;height:auto;top:11.5234375rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 { display:none; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #XalTzx0WlW0QKfM1S18vqxqKNQxSLu7y {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #JJUIz1Tzg5iHhsb1cphxmw37O2CwgHce {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #i6mcDBuI4sIQGUudTyhbvDBZL2WL448f {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #HUJXZUPVi7R2nOdGxcXuJxkFnGL4ESnZ {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #McUiWlzOKHlGm0hQC9WmbTW2LDTvy4rR { display:none; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Ss3Hr6pSsagma0hqqg1hPicWn905DKmW {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 { display:none; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv {  }
 }@media only screen and (max-width: 763px) { #m2l5DHcwwBCG1Tb4EpCLody8tCcP2xA0 { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 {  }
 }@media only screen and (max-width: 763px) { #HSeZiJq1cDNv97MmXvNI372NDmrlO52G { width:20rem;height:2.2744125rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yql9q5ZnwkCiTxAHUmm8p6TtoREmqK { width:20rem;height:1.75rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1oKg61n27euCwTGsloIyUxACTnVx3dw { width:20rem;height:3.67480625rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlIz177lQwVEgoKozlpfNwhTmZInLkUg { width:11.0625rem;height:3rem;top:36.0625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O { display:none; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM { display:block; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXWfhKzwhWKdTyplMSdQCQoPvO329xKx { width:20rem;height:2.4375rem;top:4.06103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpGKnB4PPRkAPSb4qHHmTgWKUKnq3wsF { width:2.25rem;height:1.375rem;top:1.81103515625rem;left:8.125rem;display:block; }
 }