.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f9f9f9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container { background-color: transparent; background-image: none; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container > .video-iframe-container { display: none; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row > .video-iframe-container { display: none; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .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); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container { border-width: 0; border-radius: 0; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#fItvPBh6lRftV0g0dV8F80rvGyBSNfqR { color:#161616;display:block;width:10.25rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:0.90625rem;left:60.5rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uOQtvgkZZqACa196A23iWh6o6ndC8puQ { color:#2550aa;display:block;width:2.625rem;position:absolute;font-family:"inter regular";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:0.90625rem;left:70.1875rem;height:2.025rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IwNhvaD6C9MxlC6z6TckATOtDenFEvUs { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.59375rem;left:72.4375rem;display:block; }
#bhGm450s5mqustTenrLnvXDzMTsp8tTO { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:16.5625rem;top:0rem;left:58.4375rem;display:block; }
#Ja4kHt8iaVTa2H1oLemMPAHoAuBKJ8SX { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:5.0625rem;top:0.3125rem;left:69.625rem;display:block; }
#wJnDA1mtXuazTGAAd8xVpVbcf5brHyJw { position:absolute;display:block;z-index:15003;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.75rem;width:11.0625rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec { position:relative;z-index:auto;display:block; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec { background-color: transparent; background-image: none; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row .container > .video-iframe-container { display: none; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row > .video-iframe-container { display: none; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .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); }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec { border-width: 0; border-radius: 0; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ePcEOOXOesdqtztr0OaUf9bQequ5NWHv { position:absolute;display:block;z-index:15015;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.6875rem;width:6.9375rem;top:3.5625rem;left:68.0625rem;display:block; }
#hcsvNqVC9cvyvuNGABrb0OcBRINPlLBg { color:#1a1a1a;display:block;width:5.1875rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.375rem;left:69.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5GIXB1TiAKrSNu2sx5ZbKI3flRvkgsu { position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:6.03125rem;left:69.0625rem;display:block; }
#BWNdNAzfTv7mZRJ3kciEihfIcv0D6bcJ { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tr833haeCqN3pEPNMZ0BVFb2GnplahBa { position:absolute;display:block;z-index:15046;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:8.5048828125rem;left:69.03125rem;display:block; }
#yx5l83VtZkx99kO5hhT5ZQ3lNcnTCmbo { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.3125rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KdK0iZ7rsSCfpVqyLr20D8rFnVT5qCes { color:#1a1a1a;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.875rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZhZsELTl1e35GFEc5VwV3wVNtT1TozPi { position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:11.12890625rem;left:69.03125rem;display:block; }
#cBiay4aTIFQNnE6DL0U8mAnANRI6C0QW { position:absolute;display:block;z-index:15050;background-color:rgba(0,0,0,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:13.4375rem;left:69.0625rem;display:block; }
#DShZwSQEAWsxEWKs0s0Tbmqs6A1K59If { color:#2550aa;display:block;width:4.375rem;position:absolute;font-family:"inter regular";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.125rem;left:69.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmyhEKRLN1L7J0viv5XFhyfgEvdw9vaQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:13.8125rem;left:69.1875rem;display:block; }
#m0AJLh9h6V5opObwzRs3mRui8kPE12fJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAEa3H7dXs7fcpfsvVg0vtJ9GJANz1gX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.8125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:4.078125rem;left:69.1875rem;display:block; }
#vXp91TPWlRHQZylq81BKop6X7f85WkxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7TsrSTd39eu7sIUqDHNfunQJZGXn4Qc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.8125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:6.47812461853rem;left:69.1875rem;display:block; }
#qpecU6AgbPO6aqKpnfWspHvibpNuyKqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnIpGxuhmqsmgeGNvrgMSz2VSTC6IkoQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.8125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:9.125rem;left:69.1875rem;display:block; }
#JIzA2vaq1NN7rNS8MWn3luROFPTB1cpZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vL5k10zGW9utZvLRcUUtUFMcMtABvTNL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:11.578125rem;left:69.1875rem;display:block; }
#ecZ4dZLKUDrZ9fMqJ9fkoVrUcCg5pcD9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container { background-color: transparent; background-image: none; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container > .video-iframe-container { display: none; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row > .video-iframe-container { display: none; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .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); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container { border-width: 0; border-radius: 0; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/REGHTLYK/intro2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC.adaptive-delivery-prevent-bg, #FUDqIdGU7veTznuLt9DLOJhBITR8NXqC.lazyload, #FUDqIdGU7veTznuLt9DLOJhBITR8NXqC.lazyloading { background-image: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container { background-color: transparent; background-image: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container > .video-iframe-container { display: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row > .video-iframe-container { display: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .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); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container { border-width: 0; border-radius: 0; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container { font-size:0.875rem;font-family:"proxima nova";height:35.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#rmBTgXi63rSFaVlzPULJ3kH7D9IUqKTA { color:#161616;display:block;width:34.1875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:17.625rem;left:0rem;height:7.2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AAVEGXJIw8ZTAH2xRidn5pTJaW1ob75O { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.625rem;left:14.59375rem;display:none; }
#gynkTOXlgDcGSl2Thf1ysGoeh9elan8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ayv0BqgZrlH2IstQTvhdAd6lTTgJzItT { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.498958587646rem;left:0rem;display:block; }
#A3IOmrXqOn3muuhF5atEcMVTMSrAITku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0geu42SbT3t0ASxUThKF7PoiSDkDMCl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:19.625rem;display:none; }
#RPSQ12WaD0XMpsMRtK8zVfRbpZsTrm0b { color:#161616;display:block;width:23.0625rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:7.9375rem;left:0rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G { position:relative;display:block; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G { background-color: transparent; background-image: none; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row .container > .video-iframe-container { display: none; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row > .video-iframe-container { display: none; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .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); }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G { border-width: 0; border-radius: 0; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ryV1CyvHO1Hb8Htd8LyswfIcatTacMTi { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.4375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FznEJinV1DVAPVJvT17FcafOWCwHUnqv { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:9.3125rem;left:8.75rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SyhyWc485eOU4L3Lu5040IHTdzOQvJco { position:relative;display:none; }#SyhyWc485eOU4L3Lu5040IHTdzOQvJco { border-width: 0; border-radius: 0; }#SyhyWc485eOU4L3Lu5040IHTdzOQvJco > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SyhyWc485eOU4L3Lu5040IHTdzOQvJco > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NBBkKH9IqXRaLFsPxyviZqmEui4DaqNM { 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:10.125rem;width:24.375rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#NFAn5hXOXa7pEcPthk23WPpGtxeAlTn9 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:39.375rem;width:24.375rem;top:0.6875rem;left:0rem;display:block; }
#M2JgkaBWG8fWb0nBoOMGmsSOVADtfIQy { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:12.1875rem;left:1.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WoWJcxsP0ERogQecN6dpgZVqVuKCSOd5 { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.4375rem;left:1.4375rem;height:4.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#znzi8LiME1yLZfQJAdsUmtuZV8uubQoB { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15rem;left:8.90625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TiTXEPuBZJRTUV3TAAE3JcCBl4CwMJG1 { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:16.4375rem;left:8.84375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v5HaiMVvqay8E5H1CvCoblE9NyxLPLGs { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:18.875rem;left:1.5rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TgF8Hw5VTqtvaK3NuawczoQAb0u25y9u { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.25rem;left:1.625rem;display:block; }
#TPbUJBWJ0IhroSVBU8pOV7uPl1B5hFgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfsVF0qS79XrfhyS3TxTrhGEQnmTLLbX { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:39.375rem;width:24.375rem;top:0.75rem;left:25.3125rem;display:block; }
#u6mG2WbHcnsdHcIyBegE1nkN8icigJ5f { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:18.875rem;left:26.9375rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTQn4Hu1zQrMBavy8TZs6kGD9yhPUJlN { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:33.25rem;left:26.9375rem;display:block; }
#m0OmKUGOZhL0otuQFlXlEFoovKGJTOlI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQf2b0hcb5OMcPQPJP8bQCLQEUhETWqo { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:14.4375rem;left:27rem;height:4.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SscAT6QnizC6bpm7dTsWa3u4mplfgKzN { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:16.4375rem;left:34.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eb1GJid7WJ06KES6ofmwvzQeAiTQ3F8W { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:12.1875rem;left:27rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NPX1Mxe5uphH3slBkmtiHlwCpnnqIeHN { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:15rem;left:34.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXV3NZgAMKUtd5ecrh3JMDS70zZiVvdn { 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:10.1875rem;width:24.375rem;top:0.75rem;left:25.3125rem;overflow:hidden;display:block; }
#NFyBJ2y86QAigUrGZmFIDu1tbI5Xypnu { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:39.375rem;width:24.375rem;top:0.75rem;left:50.625rem;display:block; }
#rxT6SQtwkDaHtHmxJlbFLdNtX3y0Hh4h { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:19.625rem;left:52.3125rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSxn8dVQFocb3P9imIOSLhTh783B97cF { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:33.25rem;left:52.3125rem;display:block; }
#EtsNZiPERV9LWxFhT5x6XpMnRkWNhNhG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2XAlx0IfZHnOmydL8szwKcGa7Cgw7hf { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:16.6875rem;left:58.3125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cxcyIaMTc4qa3Gks94xJvsvviktoTaIK { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:12.1875rem;left:52.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dKvdt49dXxZOLT0UOEPpfiegXaqN670G { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:15.25rem;left:58.25rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#krnS4P7qMX1hffg7OuNrmLNHx3L4eVwm { position:absolute;display:block;z-index:15041;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.1875rem;width:24.375rem;top:0.75rem;left:50.625rem;overflow:hidden;display:block; }
#AvJwIcrtDhypGZT7dVzMK7Xk4OgF1vpL { color:#2550aa;display:block;width:7.625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:14.5rem;left:52.25rem;height:4.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 { position:relative;display:block; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 { background-color: transparent; background-image: none; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row .container > .video-iframe-container { display: none; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row > .video-iframe-container { display: none; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .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); }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 { border-width: 0; border-radius: 0; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LklpMixtGcO9orUJw7XCBdIqUx66UeBo { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:40.5625rem;width:30.875rem;top:0rem;left:38.125rem;display:block; }
#HfSC5zJD2mRyl35DbTUecIk668MwsoHl { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:34.6875rem;left:39.8125rem;display:block; }
#Kc3rcLV7T7AS2G6Hg6NIFZTUKyocLKwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hedhl7iOkMTApUES7sG2WbgVPgqA2TCl { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:21.5rem;left:39.8125rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZy6dhpIJOTohFZghdpEopeLCUfSX4Vn { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:18.75rem;left:47.6875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OL7dlzMHDVzU5GOGMu6JJHilFO1zoHaP { color:#2550aa;display:block;width:9.375rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:16.5625rem;left:39.75rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRqfRavtiDiZUqU0KS0GiwVrHE93ingi { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:40.5625rem;width:30.875rem;top:0rem;left:6.0625rem;display:block; }
#A2zKvSF3r1JiinFSvcMFf9ZvWULlttZp { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:17.3125rem;left:47.625rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATBEktr1yz4QkDxdgRTNFEy9wBydroFt { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:14.1875rem;left:7.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cxGmyGwrtGH1ZTUvy5a0shk5kkJm6NMI { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:21.5rem;left:7.875rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ktmtLag4C9LTbkaD12nH2mled91OwyUd { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:14.25rem;left:39.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O4g8oSTTiUsO0RQut4kwiPTCWIceWDlo { 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:12.625rem;width:30.875rem;top:0rem;left:6.0625rem;overflow:hidden;display:block; }
#a0hIFtRJbiyTveJWtX36f5iZfGhvRkFr { position:absolute;display:block;z-index:15041;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:12.875rem;width:30.875rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#l4s06lWvXsRKgQbiar2htuq5CKekL42h { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.375rem;left:16.061458587646rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJDl5lIzUtDQoarWFHE6d73Lnp0ZuZPC { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.75rem;left:16rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxPIPH0WCq9S4Z7bsbbpn0M8Dse8wOTh { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.6875rem;left:7.875rem;display:block; }
#T8LIAth5Lx0KZPN1QpktRka8hWKUmZiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pi8tb80f8AdeT2Zuf8Zs5GkLFtuIyksV { color:#2550aa;display:block;width:9rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.561462402344rem;left:7.8739585876462rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cmPbZknIOrqqMPVpASzrmCefBwqOXuml { position:relative;display:block; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml { background-color: transparent; background-image: none; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row .container > .video-iframe-container { display: none; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row > .video-iframe-container { display: none; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .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); }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml { border-width: 0; border-radius: 0; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wIohVQkO6IMAKX3UON3O4WGCwMTd3f76 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter semi bold";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.5625rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AfQ42ODFBcMi5s8sZDcUqU2PfIvOqVeW { color:#000000;display:block;width:57rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:6.2998046875rem;left:9rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRCZOsbSdXVridkvJ5M39rsuTWROA77g { position:relative;display:block; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g { background-color: transparent; background-image: none; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row .container > .video-iframe-container { display: none; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row > .video-iframe-container { display: none; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .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); }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g { border-width: 0; border-radius: 0; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zv68XZP2GCEhmGcIxRiP87OShkOPf6Bp { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:39.375rem;width:24.375rem;top:1.3125rem;left:12.625rem;display:block; }
#wLt0oRkOPTcTUpBlVI8ImcZPPEFOTT6n { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:19.4375rem;left:14.25rem;height:9.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dgecd9SE7rtuo3n8oW8lPCsWsE4a3dWF { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:33.8125rem;left:14.25rem;display:block; }
#sJpyei4fnUbCtAIk4exXxRUl5VzhVaRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nllicuZvF4TmNoWZhfvrivRWI0hTPxBw { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:15rem;left:14.3125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#reVEPX8eqarAy2cmV9yzNdJirTwhsl2F { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:17rem;left:22.1875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bKHdcxMIPFdMLTRJFaisZyTJXh3yJ9LH { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:12.75rem;left:14.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R7DUdaA3vqIaJMJll5mvCxfuP9lPmU8Z { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:15.5625rem;left:22.125rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZ0eeULLX6bkbsSkcAHSFwvPOUw5Iobu { 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:10.1875rem;width:24.375rem;top:1.3125rem;left:12.625rem;overflow:hidden;display:block; }
#cfQwVhfE80TIerAJrhQDZtHVf53QimBD { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1.1875rem 1.0625rem 1.5625rem rgba(0,0,0,0.05) ;height:39.375rem;width:24.375rem;top:1.3125rem;left:37.9375rem;display:block; }
#rD2KUkLovc2JJPqBbVw6sVSNr0LCP4q0 { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:19.4375rem;left:39.625rem;height:11.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M3p30oEbIloqRpzmbyJ5qkp5ishgcxWS { background-color:#2550aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:33.8125rem;left:39.625rem;display:block; }
#iHoSi6wLiQm8Mt4RFlpPM9Bs8OaofN26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tx1vMUHx0XX6i3H9891on7pxLS64qhoV { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:17.25rem;left:47.5rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JWVXGvWmAX01gD3WkHDOazIWJfbUM2IG { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter regular";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:12.75rem;left:39.625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vN98Cy5fd2y2BTGp3TIld8g9V8qsBWJp { color:#2550aa;display:block;width:6.9375rem;position:absolute;font-family:"inter semi bold";font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:15.8125rem;left:47.5rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e7EwzBLscuD9u8niBH6DlA0dvTV0XwKl { position:absolute;display:block;z-index:15041;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.1875rem;width:24.375rem;top:1.3125rem;left:37.9375rem;overflow:hidden;display:block; }
#s91w8JWLVlQG7Rz4tpXBK3U3meTIILny { color:#2550aa;display:block;width:8.0625rem;position:absolute;font-family:"inter semi bold";font-size:2.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:15.0625rem;left:39.625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho { position:relative;display:block; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho { background-color: transparent; background-image: none; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row .container > .video-iframe-container { display: none; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row > .video-iframe-container { display: none; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .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); }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho { border-width: 0; border-radius: 0; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2450a9;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; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row .container { background-color: transparent; background-image: none; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row .container > .video-iframe-container { display: none; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row > .video-iframe-container { display: none; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .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); }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row .container { border-width: 0; border-radius: 0; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#PmwTxGDLtLLA0COuNoUiHxlmU2FS99oO { position:absolute;display:block;z-index:15001;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.375rem;width:7.6875rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#AcTeSWA8cU03bgy9dk8XElzR6bktlzRL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.03125rem;left:21.59375rem;display:block; }
#dwns9TXELewRHkRAkiDawekd3Ew2H5Wu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTxg7TuR76xyDpKAVeKnnPc9yI0rw0O4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.5rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.03125rem;left:11.21875rem;display:block; }
#BxiVpW4lMK0fHpbs6LmTCAJvbOJM4QFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k { display:none; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fItvPBh6lRftV0g0dV8F80rvGyBSNfqR { width:47.75rem;height:6.4583125rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOQtvgkZZqACa196A23iWh6o6ndC8puQ { width:47.75rem;height:6.4583125rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwNhvaD6C9MxlC6z6TckATOtDenFEvUs { width:2.5625rem;height:2.5625rem;top:0.5625rem;left:45.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhGm450s5mqustTenrLnvXDzMTsp8tTO { width:16.5625rem;height:3.5625rem;top:0rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja4kHt8iaVTa2H1oLemMPAHoAuBKJ8SX { width:5.0625rem;height:3.0625rem;top:0.3125rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJnDA1mtXuazTGAAd8xVpVbcf5brHyJw { width:11.0625rem;height:2.75rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec { display:none; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ePcEOOXOesdqtztr0OaUf9bQequ5NWHv { width:6.9375rem;height:12.6875rem;top:3.5625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsvNqVC9cvyvuNGABrb0OcBRINPlLBg { width:5.1875rem;height:1.1875rem;top:4.375rem;left:42.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5GIXB1TiAKrSNu2sx5ZbKI3flRvkgsu { width:5rem;height:0.0625rem;top:6rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNdNAzfTv7mZRJ3kciEihfIcv0D6bcJ { width:4.375rem;height:1.1875rem;top:6.75rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr833haeCqN3pEPNMZ0BVFb2GnplahBa { width:5rem;height:0.0625rem;top:8.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx5l83VtZkx99kO5hhT5ZQ3lNcnTCmbo { width:4.375rem;height:1.1875rem;top:9.3125rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdK0iZ7rsSCfpVqyLr20D8rFnVT5qCes { width:4.375rem;height:1.1875rem;top:11.875rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZsELTl1e35GFEc5VwV3wVNtT1TozPi { width:5rem;height:0.0625rem;top:11.125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBiay4aTIFQNnE6DL0U8mAnANRI6C0QW { width:5rem;height:0.0625rem;top:13.4375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DShZwSQEAWsxEWKs0s0Tbmqs6A1K59If { width:4.375rem;height:1.1875rem;top:14.125rem;left:43.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmyhEKRLN1L7J0viv5XFhyfgEvdw9vaQ { width:4.6875rem;height:1.8125rem;top:13.8125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0AJLh9h6V5opObwzRs3mRui8kPE12fJ { display:block; }
 }@media only screen and (max-width: 763px) { #NAEa3H7dXs7fcpfsvVg0vtJ9GJANz1gX { width:4.6875rem;height:1.8125rem;top:4.0625rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXp91TPWlRHQZylq81BKop6X7f85WkxV { display:block; }
 }@media only screen and (max-width: 763px) { #y7TsrSTd39eu7sIUqDHNfunQJZGXn4Qc { width:4.6875rem;height:1.8125rem;top:6.4375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpecU6AgbPO6aqKpnfWspHvibpNuyKqL { display:block; }
 }@media only screen and (max-width: 763px) { #tnIpGxuhmqsmgeGNvrgMSz2VSTC6IkoQ { width:4.6875rem;height:1.8125rem;top:9.125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIzA2vaq1NN7rNS8MWn3luROFPTB1cpZ { display:block; }
 }@media only screen and (max-width: 763px) { #vL5k10zGW9utZvLRcUUtUFMcMtABvTNL { width:4.6875rem;height:1.8125rem;top:11.5625rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecZ4dZLKUDrZ9fMqJ9fkoVrUcCg5pcD9 { display:block; }
 }@media only screen and (max-width: 763px) { #MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L { display:none; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FUDqIdGU7veTznuLt9DLOJhBITR8NXqC { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/GrKacIdn/bg_tablet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC.adaptive-delivery-prevent-bg, #FUDqIdGU7veTznuLt9DLOJhBITR8NXqC.lazyload, #FUDqIdGU7veTznuLt9DLOJhBITR8NXqC.lazyloading { background-image: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container { background-color: transparent; background-image: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container > .video-iframe-container { display: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row > .video-iframe-container { display: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .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); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container { width:47.75rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmBTgXi63rSFaVlzPULJ3kH7D9IUqKTA { width:47.75rem;height:6.4583125rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAVEGXJIw8ZTAH2xRidn5pTJaW1ob75O { width:13.0625rem;height:1.9375rem;top:26.625rem;left:0.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gynkTOXlgDcGSl2Thf1ysGoeh9elan8V { display:block; }
 }@media only screen and (max-width: 763px) { #Ayv0BqgZrlH2IstQTvhdAd6lTTgJzItT { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3IOmrXqOn3muuhF5atEcMVTMSrAITku { display:block; }
 }@media only screen and (max-width: 763px) { #V0geu42SbT3t0ASxUThKF7PoiSDkDMCl { width:19.625rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPSQ12WaD0XMpsMRtK8zVfRbpZsTrm0b { width:34.1875rem;height:3.402775rem;top:8.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G { display:block; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryV1CyvHO1Hb8Htd8LyswfIcatTacMTi { width:47.75rem;height:3.75rem;top:4.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznEJinV1DVAPVJvT17FcafOWCwHUnqv { width:47.75rem;height:3.5625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyhyWc485eOU4L3Lu5040IHTdzOQvJco { display:none; }#SyhyWc485eOU4L3Lu5040IHTdzOQvJco > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NBBkKH9IqXRaLFsPxyviZqmEui4DaqNM { width:24.375rem;height:10.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFAn5hXOXa7pEcPthk23WPpGtxeAlTn9 { width:24.375rem;height:39.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2JgkaBWG8fWb0nBoOMGmsSOVADtfIQy { width:21rem;height:2.25rem;top:12.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoWJcxsP0ERogQecN6dpgZVqVuKCSOd5 { width:6.9375rem;height:4.1875rem;top:14.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znzi8LiME1yLZfQJAdsUmtuZV8uubQoB { width:6.9375rem;height:1.75rem;top:15rem;left:4.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTXEPuBZJRTUV3TAAE3JcCBl4CwMJG1 { width:6.9375rem;height:1.125rem;top:16.4375rem;left:4.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5HaiMVvqay8E5H1CvCoblE9NyxLPLGs { width:21.125rem;height:12.5rem;top:18.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgF8Hw5VTqtvaK3NuawczoQAb0u25y9u { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbUJBWJ0IhroSVBU8pOV7uPl1B5hFgC { display:block; }
 }@media only screen and (max-width: 763px) { #UfsVF0qS79XrfhyS3TxTrhGEQnmTLLbX { width:24.375rem;height:39.375rem;top:0.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6mG2WbHcnsdHcIyBegE1nkN8icigJ5f { width:21.125rem;height:12.5rem;top:18.875rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQn4Hu1zQrMBavy8TZs6kGD9yhPUJlN { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0OmKUGOZhL0otuQFlXlEFoovKGJTOlI { display:block; }
 }@media only screen and (max-width: 763px) { #VQf2b0hcb5OMcPQPJP8bQCLQEUhETWqo { width:7.625rem;height:4.1875rem;top:14.4375rem;left:15.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SscAT6QnizC6bpm7dTsWa3u4mplfgKzN { width:6.9375rem;height:1.125rem;top:16.4375rem;left:21rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb1GJid7WJ06KES6ofmwvzQeAiTQ3F8W { width:21rem;height:2.25rem;top:12.1875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPX1Mxe5uphH3slBkmtiHlwCpnnqIeHN { width:6.9375rem;height:1.75rem;top:15rem;left:20.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXV3NZgAMKUtd5ecrh3JMDS70zZiVvdn { width:24.375rem;height:10.1875rem;top:0.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyBJ2y86QAigUrGZmFIDu1tbI5Xypnu { width:24.375rem;height:39.375rem;top:0.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxT6SQtwkDaHtHmxJlbFLdNtX3y0Hh4h { width:21.125rem;height:12.5rem;top:19.625rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSxn8dVQFocb3P9imIOSLhTh783B97cF { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsNZiPERV9LWxFhT5x6XpMnRkWNhNhG { display:block; }
 }@media only screen and (max-width: 763px) { #V2XAlx0IfZHnOmydL8szwKcGa7Cgw7hf { width:6.9375rem;height:1.125rem;top:16.6875rem;left:35.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxcyIaMTc4qa3Gks94xJvsvviktoTaIK { width:21rem;height:;top:12.1875rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKvdt49dXxZOLT0UOEPpfiegXaqN670G { width:6.9375rem;height:1.75rem;top:15.25rem;left:35.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krnS4P7qMX1hffg7OuNrmLNHx3L4eVwm { width:24.375rem;height:10.1875rem;top:0.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvJwIcrtDhypGZT7dVzMK7Xk4OgF1vpL { width:7.625rem;height:4.1875rem;top:14.5rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 { display:block; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LklpMixtGcO9orUJw7XCBdIqUx66UeBo { width:30.875rem;height:40.5625rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSC5zJD2mRyl35DbTUecIk668MwsoHl { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc3rcLV7T7AS2G6Hg6NIFZTUKyocLKwX { display:block; }
 }@media only screen and (max-width: 763px) { #hedhl7iOkMTApUES7sG2WbgVPgqA2TCl { width:27.9375rem;height:9.4375rem;top:21.5rem;left:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZy6dhpIJOTohFZghdpEopeLCUfSX4Vn { width:6.9375rem;height:1.125rem;top:18.75rem;left:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL7dlzMHDVzU5GOGMu6JJHilFO1zoHaP { width:9.375rem;height:4.1875rem;top:16.5625rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRqfRavtiDiZUqU0KS0GiwVrHE93ingi { width:30.875rem;height:40.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2zKvSF3r1JiinFSvcMFf9ZvWULlttZp { width:6.9375rem;height:1.75rem;top:17.3125rem;left:27.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATBEktr1yz4QkDxdgRTNFEy9wBydroFt { width:21rem;height:2.25rem;top:14.1875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxGmyGwrtGH1ZTUvy5a0shk5kkJm6NMI { width:27.9375rem;height:10.9375rem;top:21.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktmtLag4C9LTbkaD12nH2mled91OwyUd { width:21rem;height:2.25rem;top:14.25rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4g8oSTTiUsO0RQut4kwiPTCWIceWDlo { width:30.875rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0hIFtRJbiyTveJWtX36f5iZfGhvRkFr { width:30.875rem;height:12.875rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4s06lWvXsRKgQbiar2htuq5CKekL42h { width:6.9375rem;height:1.75rem;top:17.375rem;left:9.2489585876462rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJDl5lIzUtDQoarWFHE6d73Lnp0ZuZPC { width:6.9375rem;height:1.125rem;top:18.75rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxPIPH0WCq9S4Z7bsbbpn0M8Dse8wOTh { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LIAth5Lx0KZPN1QpktRka8hWKUmZiE { display:block; }
 }@media only screen and (max-width: 763px) { #Pi8tb80f8AdeT2Zuf8Zs5GkLFtuIyksV { width:9rem;height:4.1875rem;top:16.5rem;left:1.060546875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmPbZknIOrqqMPVpASzrmCefBwqOXuml { display:block; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIohVQkO6IMAKX3UON3O4WGCwMTd3f76 { width:47.75rem;height:3.75rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfQ42ODFBcMi5s8sZDcUqU2PfIvOqVeW { width:47.75rem;height:3.5625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRCZOsbSdXVridkvJ5M39rsuTWROA77g { display:block; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv68XZP2GCEhmGcIxRiP87OShkOPf6Bp { width:24.375rem;height:39.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLt0oRkOPTcTUpBlVI8ImcZPPEFOTT6n { width:21.125rem;height:9.4375rem;top:19.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgecd9SE7rtuo3n8oW8lPCsWsE4a3dWF { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJpyei4fnUbCtAIk4exXxRUl5VzhVaRN { display:block; }
 }@media only screen and (max-width: 763px) { #nllicuZvF4TmNoWZhfvrivRWI0hTPxBw { width:8.125rem;height:4.25rem;top:15rem;left:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVEPX8eqarAy2cmV9yzNdJirTwhsl2F { width:6.875rem;height:1.0625rem;top:17rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKHdcxMIPFdMLTRJFaisZyTJXh3yJ9LH { width:20.9375rem;height:2.1875rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7DUdaA3vqIaJMJll5mvCxfuP9lPmU8Z { width:6.875rem;height:1.6875rem;top:15.5625rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ0eeULLX6bkbsSkcAHSFwvPOUw5Iobu { width:24.375rem;height:10.186625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfQwVhfE80TIerAJrhQDZtHVf53QimBD { width:24.375rem;height:39.375rem;top:1.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2KUkLovc2JJPqBbVw6sVSNr0LCP4q0 { width:21.0625rem;height:10.6875rem;top:19.4375rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3p30oEbIloqRpzmbyJ5qkp5ishgcxWS { width:13.75rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHoSi6wLiQm8Mt4RFlpPM9Bs8OaofN26 { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1vMUHx0XX6i3H9891on7pxLS64qhoV { width:6.875rem;height:1.0625rem;top:17.25rem;left:24.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVXGvWmAX01gD3WkHDOazIWJfbUM2IG { width:20.9375rem;height:2.1875rem;top:12.75rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN98Cy5fd2y2BTGp3TIld8g9V8qsBWJp { width:6.875rem;height:1.6875rem;top:15.8125rem;left:24.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7EwzBLscuD9u8niBH6DlA0dvTV0XwKl { width:24.375rem;height:10.186625rem;top:1.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s91w8JWLVlQG7Rz4tpXBK3U3meTIILny { width:8.0625rem;height:4.25rem;top:15.0625rem;left:23.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRZEROwEBKn9SXccpT8G1RW7z0VCrho { display:block; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k { display:block; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmwTxGDLtLLA0COuNoUiHxlmU2FS99oO { top:2.125rem;left:0rem;width:7.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTeSWA8cU03bgy9dk8XElzR6bktlzRL { width:6.5625rem;height:2.5rem;top:2rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwns9TXELewRHkRAkiDawekd3Ew2H5Wu { display:block; }
 }@media only screen and (max-width: 763px) { #BTxg7TuR76xyDpKAVeKnnPc9yI0rw0O4 { width:9.5rem;height:2.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiVpW4lMK0fHpbs6LmTCAJvbOJM4QFr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container { background-color: transparent; background-image: none; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container > .video-iframe-container { display: none; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row > .video-iframe-container { display: none; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .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); }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container { border-width: 0; border-radius: 0; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcD5oDLTleeBTVTAk81Ozh3rCECaMN6k > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fItvPBh6lRftV0g0dV8F80rvGyBSNfqR { width:6.125rem;height:2.275rem;top:0.5625rem;left:9.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uOQtvgkZZqACa196A23iWh6o6ndC8puQ { width:2.625rem;height:1.6875rem;top:0.84375rem;left:15.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwNhvaD6C9MxlC6z6TckATOtDenFEvUs { width:2.375rem;height:2.375rem;top:0.5625rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhGm450s5mqustTenrLnvXDzMTsp8tTO { width:12.0625rem;height:3.5625rem;top:0rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja4kHt8iaVTa2H1oLemMPAHoAuBKJ8SX { width:5.0625rem;height:3.0625rem;top:0.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJnDA1mtXuazTGAAd8xVpVbcf5brHyJw { width:7.4375rem;height:2rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sTzu3g5vN73pkHBEhKAzORwW8UibT3Ec > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePcEOOXOesdqtztr0OaUf9bQequ5NWHv { width:6.9375rem;height:11.6875rem;top:3.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsvNqVC9cvyvuNGABrb0OcBRINPlLBg { width:5.1875rem;height:1.575rem;top:4.1875rem;left:14.0625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #c5GIXB1TiAKrSNu2sx5ZbKI3flRvkgsu { width:5rem;height:0.0625rem;top:5.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNdNAzfTv7mZRJ3kciEihfIcv0D6bcJ { width:4.375rem;height:1.575rem;top:6.375rem;left:14.4375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Tr833haeCqN3pEPNMZ0BVFb2GnplahBa { width:5rem;height:0.0625rem;top:8.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx5l83VtZkx99kO5hhT5ZQ3lNcnTCmbo { width:4.375rem;height:1.575rem;top:8.5625rem;left:14.4375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #KdK0iZ7rsSCfpVqyLr20D8rFnVT5qCes { width:4.375rem;height:1.575rem;top:10.625rem;left:14.5rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZsELTl1e35GFEc5VwV3wVNtT1TozPi { width:5rem;height:0.0625rem;top:10.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBiay4aTIFQNnE6DL0U8mAnANRI6C0QW { width:5rem;height:0.0625rem;top:12.3125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DShZwSQEAWsxEWKs0s0Tbmqs6A1K59If { width:4.375rem;height:1.575rem;top:12.75rem;left:14.375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #NmyhEKRLN1L7J0viv5XFhyfgEvdw9vaQ { width:4.6875rem;height:1.8125rem;top:12.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0AJLh9h6V5opObwzRs3mRui8kPE12fJ { display:block; }
 }@media only screen and (max-width: 763px) { #NAEa3H7dXs7fcpfsvVg0vtJ9GJANz1gX { width:4.6875rem;height:1.8125rem;top:4.0687503814697rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXp91TPWlRHQZylq81BKop6X7f85WkxV { display:block; }
 }@media only screen and (max-width: 763px) { #y7TsrSTd39eu7sIUqDHNfunQJZGXn4Qc { width:4.6875rem;height:1.8125rem;top:6.25625038147rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpecU6AgbPO6aqKpnfWspHvibpNuyKqL { display:block; }
 }@media only screen and (max-width: 763px) { #tnIpGxuhmqsmgeGNvrgMSz2VSTC6IkoQ { width:4.6875rem;height:1.8125rem;top:8.4375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIzA2vaq1NN7rNS8MWn3luROFPTB1cpZ { display:block; }
 }@media only screen and (max-width: 763px) { #vL5k10zGW9utZvLRcUUtUFMcMtABvTNL { width:4.6875rem;height:1.8125rem;top:10.50625038147rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecZ4dZLKUDrZ9fMqJ9fkoVrUcCg5pcD9 { display:block; }
 }@media only screen and (max-width: 763px) { #MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container { background-color: transparent; background-image: none; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container > .video-iframe-container { display: none; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row > .video-iframe-container { display: none; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .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); }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container { border-width: 0; border-radius: 0; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRTJ9xJyTUXaS38IOr7DLCVtTW6hF97L > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUDqIdGU7veTznuLt9DLOJhBITR8NXqC { background-color:rgba(0,0,0,0);background-image:none;display:block; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container { background-color: transparent; background-image: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container > .video-iframe-container { display: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row > .video-iframe-container { display: none; }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .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); }#FUDqIdGU7veTznuLt9DLOJhBITR8NXqC > .row .container { width:20rem;height:47.873958587646rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmBTgXi63rSFaVlzPULJ3kH7D9IUqKTA { width:17.9375rem;height:14.4rem;top:12.125rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAVEGXJIw8ZTAH2xRidn5pTJaW1ob75O { width:11.3125rem;height:1.6875rem;top:26.09375rem;left:3.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gynkTOXlgDcGSl2Thf1ysGoeh9elan8V { display:block; }
 }@media only screen and (max-width: 763px) { #Ayv0BqgZrlH2IstQTvhdAd6lTTgJzItT { width:10.4375rem;height:3.875rem;top:28.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3IOmrXqOn3muuhF5atEcMVTMSrAITku { display:block; }
 }@media only screen and (max-width: 763px) { #V0geu42SbT3t0ASxUThKF7PoiSDkDMCl { top:33.499350547791rem;left:0rem;width:20rem;height:14.375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RPSQ12WaD0XMpsMRtK8zVfRbpZsTrm0b { width:20rem;height:4.875rem;top:6.0622835159302rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G { display:block; }#Lm7WpmZTUuh8tKFSnhCH35vmF9hi0y8G > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryV1CyvHO1Hb8Htd8LyswfIcatTacMTi { width:20rem;height:2.4375rem;top:1.7491245269776rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FznEJinV1DVAPVJvT17FcafOWCwHUnqv { width:20rem;height:9rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyhyWc485eOU4L3Lu5040IHTdzOQvJco { display:none; }#SyhyWc485eOU4L3Lu5040IHTdzOQvJco > .row .container { width:20rem;height:117rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NBBkKH9IqXRaLFsPxyviZqmEui4DaqNM { width:20rem;height:8.3076923076925rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFAn5hXOXa7pEcPthk23WPpGtxeAlTn9 { width:20rem;height:36.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2JgkaBWG8fWb0nBoOMGmsSOVADtfIQy { width:18.875rem;height:1.875rem;top:10.3125rem;left:1rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WoWJcxsP0ERogQecN6dpgZVqVuKCSOd5 { width:6.9375rem;height:3.75rem;top:12.1875rem;left:0.875rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #znzi8LiME1yLZfQJAdsUmtuZV8uubQoB { width:6.9375rem;height:1.5625rem;top:12.75rem;left:7.4375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TiTXEPuBZJRTUV3TAAE3JcCBl4CwMJG1 { width:6.9375rem;height:1.125rem;top:14rem;left:7.5rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v5HaiMVvqay8E5H1CvCoblE9NyxLPLGs { width:18.3125rem;height:14.0625rem;top:16.25rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgF8Hw5VTqtvaK3NuawczoQAb0u25y9u { width:12.5625rem;height:4rem;top:31.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbUJBWJ0IhroSVBU8pOV7uPl1B5hFgC { display:block; }
 }@media only screen and (max-width: 763px) { #UfsVF0qS79XrfhyS3TxTrhGEQnmTLLbX { width:20rem;height:37.1875rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6mG2WbHcnsdHcIyBegE1nkN8icigJ5f { width:18.875rem;height:14.0625rem;top:55.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQn4Hu1zQrMBavy8TZs6kGD9yhPUJlN { width:12.5625rem;height:4rem;top:71.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0OmKUGOZhL0otuQFlXlEFoovKGJTOlI { display:block; }
 }@media only screen and (max-width: 763px) { #VQf2b0hcb5OMcPQPJP8bQCLQEUhETWqo { width:7.625rem;height:3.75rem;top:51.8125rem;left:1rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SscAT6QnizC6bpm7dTsWa3u4mplfgKzN { width:6.9375rem;height:1.125rem;top:53.625rem;left:7.8125rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eb1GJid7WJ06KES6ofmwvzQeAiTQ3F8W { width:18.8125rem;height:1.875rem;top:49.625rem;left:1.0625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NPX1Mxe5uphH3slBkmtiHlwCpnnqIeHN { width:6.9375rem;height:1.5625rem;top:52.375rem;left:7.8125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yXV3NZgAMKUtd5ecrh3JMDS70zZiVvdn { width:20rem;height:8.3589743589744rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyBJ2y86QAigUrGZmFIDu1tbI5Xypnu { width:20rem;height:36.5rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxT6SQtwkDaHtHmxJlbFLdNtX3y0Hh4h { width:17.8125rem;height:14.0625rem;top:94.9375rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSxn8dVQFocb3P9imIOSLhTh783B97cF { width:12.5625rem;height:4rem;top:110rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsNZiPERV9LWxFhT5x6XpMnRkWNhNhG { display:block; }
 }@media only screen and (max-width: 763px) { #V2XAlx0IfZHnOmydL8szwKcGa7Cgw7hf { width:6.9375rem;height:1.125rem;top:92.8125rem;left:6.1875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cxcyIaMTc4qa3Gks94xJvsvviktoTaIK { width:18.875rem;height:1.875rem;top:89.125rem;left:1.0625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dKvdt49dXxZOLT0UOEPpfiegXaqN670G { width:6.9375rem;height:1.5625rem;top:91.5rem;left:6.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #krnS4P7qMX1hffg7OuNrmLNHx3L4eVwm { width:20rem;height:8.3589743589744rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvJwIcrtDhypGZT7dVzMK7Xk4OgF1vpL { width:7.625rem;height:3.75rem;top:91rem;left:0.9375rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 { display:block; }#rXv1eeCsfLZb1rpwGBsSdB1vpZ5tXOt1 > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LklpMixtGcO9orUJw7XCBdIqUx66UeBo { width:20rem;height:36.5rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSC5zJD2mRyl35DbTUecIk668MwsoHl { width:12.5625rem;height:4rem;top:71.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc3rcLV7T7AS2G6Hg6NIFZTUKyocLKwX { display:block; }
 }@media only screen and (max-width: 763px) { #hedhl7iOkMTApUES7sG2WbgVPgqA2TCl { width:17.8125rem;height:14.175rem;top:56rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZy6dhpIJOTohFZghdpEopeLCUfSX4Vn { width:6.9375rem;height:1.125rem;top:53.875rem;left:8.125rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OL7dlzMHDVzU5GOGMu6JJHilFO1zoHaP { width:7.625rem;height:3.75rem;top:52.0625rem;left:0.9375rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lRqfRavtiDiZUqU0KS0GiwVrHE93ingi { width:20rem;height:36.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2zKvSF3r1JiinFSvcMFf9ZvWULlttZp { width:6.9375rem;height:1.59375rem;top:52.5625rem;left:8.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ATBEktr1yz4QkDxdgRTNFEy9wBydroFt { width:18.875rem;height:1.875rem;top:10.3125rem;left:1rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cxGmyGwrtGH1ZTUvy5a0shk5kkJm6NMI { width:18.3125rem;height:14.175rem;top:16.25rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktmtLag4C9LTbkaD12nH2mled91OwyUd { width:18.875rem;height:1.875rem;top:50.1875rem;left:1.0625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O4g8oSTTiUsO0RQut4kwiPTCWIceWDlo { width:20rem;height:8.3076923076925rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0hIFtRJbiyTveJWtX36f5iZfGhvRkFr { width:20rem;height:8.3589743589744rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4s06lWvXsRKgQbiar2htuq5CKekL42h { width:6.9375rem;height:1.59375rem;top:12.75rem;left:8.4375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HJDl5lIzUtDQoarWFHE6d73Lnp0ZuZPC { width:6.9375rem;height:1.125rem;top:14rem;left:8.4375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rxPIPH0WCq9S4Z7bsbbpn0M8Dse8wOTh { width:12.5625rem;height:4rem;top:31.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LIAth5Lx0KZPN1QpktRka8hWKUmZiE { display:block; }
 }@media only screen and (max-width: 763px) { #Pi8tb80f8AdeT2Zuf8Zs5GkLFtuIyksV { width:7.5rem;height:3.75rem;top:12.1875rem;left:0.87456601858137rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cmPbZknIOrqqMPVpASzrmCefBwqOXuml { display:block; }#cmPbZknIOrqqMPVpASzrmCefBwqOXuml > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIohVQkO6IMAKX3UON3O4WGCwMTd3f76 { width:20rem;height:2.4375rem;top:1.749137878418rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AfQ42ODFBcMi5s8sZDcUqU2PfIvOqVeW { width:20rem;height:9rem;top:5.4364624023438rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRCZOsbSdXVridkvJ5M39rsuTWROA77g { display:block; }#RRCZOsbSdXVridkvJ5M39rsuTWROA77g > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv68XZP2GCEhmGcIxRiP87OShkOPf6Bp { width:20rem;height:36.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLt0oRkOPTcTUpBlVI8ImcZPPEFOTT6n { width:18.5rem;height:11.025rem;top:16.125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgecd9SE7rtuo3n8oW8lPCsWsE4a3dWF { width:12.5625rem;height:4rem;top:31.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJpyei4fnUbCtAIk4exXxRUl5VzhVaRN { display:block; }
 }@media only screen and (max-width: 763px) { #nllicuZvF4TmNoWZhfvrivRWI0hTPxBw { width:7.625rem;height:3.75rem;top:12.1875rem;left:1rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #reVEPX8eqarAy2cmV9yzNdJirTwhsl2F { width:6.9375rem;height:1.125rem;top:14.0625rem;left:8.125rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bKHdcxMIPFdMLTRJFaisZyTJXh3yJ9LH { width:18.875rem;height:1.875rem;top:10.3125rem;left:1.0625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R7DUdaA3vqIaJMJll5mvCxfuP9lPmU8Z { width:6.9375rem;height:1.59375rem;top:12.75rem;left:8.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CZ0eeULLX6bkbsSkcAHSFwvPOUw5Iobu { width:20rem;height:8.3125rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cfQwVhfE80TIerAJrhQDZtHVf53QimBD { width:20rem;height:36.25rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2KUkLovc2JJPqBbVw6sVSNr0LCP4q0 { width:17.8125rem;height:12.6rem;top:54.3125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3p30oEbIloqRpzmbyJ5qkp5ishgcxWS { width:12.5625rem;height:4rem;top:69.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHoSi6wLiQm8Mt4RFlpPM9Bs8OaofN26 { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1vMUHx0XX6i3H9891on7pxLS64qhoV { width:6.9375rem;height:1.125rem;top:52.375rem;left:8.125rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JWVXGvWmAX01gD3WkHDOazIWJfbUM2IG { width:18.8125rem;height:1.875rem;top:48.6875rem;left:0.875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vN98Cy5fd2y2BTGp3TIld8g9V8qsBWJp { width:6.9375rem;height:1.59375rem;top:51.0625rem;left:8.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e7EwzBLscuD9u8niBH6DlA0dvTV0XwKl { width:20rem;height:8.3589743589744rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s91w8JWLVlQG7Rz4tpXBK3U3meTIILny { width:7.625rem;height:3.75rem;top:50.5625rem;left:1.0625rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XCRZEROwEBKn9SXccpT8G1RW7z0VCrho { display:block; }#XCRZEROwEBKn9SXccpT8G1RW7z0VCrho > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k { display:block; }#ZKLZcbWEa5wOhm25NXFcXzBCyh6UQD8k > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmwTxGDLtLLA0COuNoUiHxlmU2FS99oO { width:6.25rem;height:1.75rem;top:2.5rem;left:6.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTeSWA8cU03bgy9dk8XElzR6bktlzRL { width:6.5625rem;height:2.5rem;top:9.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwns9TXELewRHkRAkiDawekd3Ew2H5Wu { display:block; }
 }@media only screen and (max-width: 763px) { #BTxg7TuR76xyDpKAVeKnnPc9yI0rw0O4 { width:9.5rem;height:2.5rem;top:5.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxiVpW4lMK0fHpbs6LmTCAJvbOJM4QFr { display:block; }
 }