.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:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, #ffffff);background-image: -moz-linear-gradient(180deg, #50167b, #ffffff);background-image: -ms-linear-gradient(180deg, #50167b, #ffffff);background-image: -o-linear-gradient(180deg, #50167b, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #50167b, #ffffff);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca8ee8b8-74e4-4c15-a7e4-c74f7e07ba64/2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { background-color:#50167b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:"work sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.56174375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.4375rem;left:3.5rem;display:block; }
#IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEzTNG99gSu3ThB9oUrh4WO1KGfhqt8N { color:#ffffff;display:block;width:42rem;position:absolute;font-family:"work sans";font-size:5.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:12.1875rem;left:3.5rem;height:5.70638125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2hveMW5yWMivy9wGDMrySVJzG6mrPne { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:2.1875rem;left:33.5rem;overflow:hidden;display:block; }
#RTGQbtcIl6KenPfuDWcXkQviblMcIe8F { color:#ffffff;display:block;width:36rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.625rem;left:3.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxDcFU9vWghA9fy3Xq6dBI04KbLWTeBF { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.1875rem;left:3.5rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPw83L6bWu9K8rgmnhbucbTcVJQiHDkB { 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:21.125rem;width:37.5rem;display:none; }
#TqbwpxaCgNIWLxmF82R8JSSybflR7ooP { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:"work sans";font-size:3.3125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:17.875rem;left:3.5rem;height:3.6436625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { 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:3.3125rem;width:6.5625rem;top:5.1875rem;left:11.6875rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { position:absolute;display:block;z-index:15004;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.125rem;width:7.4375rem;top:5.3125rem;left:22.1875rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { position:absolute;display:block;z-index:15005;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.625rem;width:8.5625rem;top:5.5625rem;left:33.6875rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6rem;top:4.875rem;left:45.5rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.8125rem;top:5.875rem;left:55.5rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, #32356b);background-image: -moz-linear-gradient(180deg, #50167b, #32356b);background-image: -ms-linear-gradient(180deg, #50167b, #32356b);background-image: -o-linear-gradient(180deg, #50167b, #32356b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#32356b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#32356b' );";background-image: linear-gradient(180deg, #50167b, #32356b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#e1cea2;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:#ffffff;display:block;width:37.874875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.43673992157rem;left:18.561741828919rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:#030538;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCNBOziUJWCGsVrdTT50mrkHOypByFAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff7a47df-3f7b-4006-9676-86eddf90e547/Frame27.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe.adaptive-delivery-prevent-bg, #xCNBOziUJWCGsVrdTT50mrkHOypByFAe.lazyload, #xCNBOziUJWCGsVrdTT50mrkHOypByFAe.lazyloading { background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { border-width: 0; border-radius: 0; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:19.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.3746643066406rem;left:4.2496747970581rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:18.75rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.3746643066406rem;left:29.249674797058rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:#030538;display:block;width:14.375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.34375rem;left:30.3125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:#030538;display:block;width:13.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8rem;left:30.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ttFSLLnrJxH7T3MVtrMalU7EiMsqdxwG { 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:4.25rem;width:4.25rem;top:3.5625rem;left:35.375rem;overflow:hidden;display:block; }
#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:18.8125rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.3746738433838rem;left:54.249678611756rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:#030538;display:block;width:13.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.34375rem;left:55.9375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:#030538;display:block;width:13.3125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8rem;left:55.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ayTxv0yH5pxIZCUEB6aJRrOhCk28xevf { 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:4.25rem;width:4.25rem;top:3.5625rem;left:60.375rem;overflow:hidden;display:block; }
#SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { position:absolute;display:block;z-index:15005;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:4.25rem;width:4.25rem;top:3.5625rem;left:10.375rem;overflow:hidden;display:block; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:#030538;display:block;width:13.8125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.34375rem;left:5.5625rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:#030538;display:block;width:17.5625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1875rem;left:3.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;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; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#e1cea2;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:6.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #030538, #50167b);background-image: -moz-linear-gradient(180deg, #030538, #50167b);background-image: -ms-linear-gradient(180deg, #030538, #50167b);background-image: -o-linear-gradient(180deg, #030538, #50167b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030538', endColorstr='#50167b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030538', endColorstr='#50167b' );";background-image: linear-gradient(180deg, #030538, #50167b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S { box-sizing:content-box;height:24.875rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8ec1573-a073-46ce-aebc-7e96f484fb35/20141015_AOL_Swami_0024.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.82080078125rem;left:6.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.57080078125rem;left:41.25rem;height:22.09664375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg4279AwqMUegVLPVOLQWnsizassxElT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { background-color: transparent; background-image: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container > .video-iframe-container { display: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container { display: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .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); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { border-width: 0; border-radius: 0; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#KNKRuvxQiH850wWhWlOJTd6QefvdJutV { color:#030538;display:block;width:57.7495625rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:2.9996743202209rem;left:8.6241312026975rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GynTC7vUQ0DcLkBdGTOKQLmT42o9yDCu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:33.9375rem;top:9.8958334922788rem;left:40.981469237325rem;overflow:hidden;display:block; }
#iwPunRuVaW5KfvVC097N5TNqBlMW361M { color:#030538;display:block;width:35.1875rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.184245586395rem;left:1.4339189529419rem;height:18.52151875rem;display:block; }
#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#261545;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; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { background-color: transparent; background-image: none; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container > .video-iframe-container { display: none; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row > .video-iframe-container { display: none; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .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); }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { border-width: 0; border-radius: 0; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#SNELKNTceysA9WKpEf5VEPwy5s0XbqDG { color:#ffffff;display:block;width:13.3121875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.437175035477rem;left:1.8120660781861rem;height:2.4375rem;font-style:normal;display:block; }
#LTXzDmo2rJmT18aeSdNDJhuoFwv8ZhH2 { color:#e1cea2;display:block;width:11.937375rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.192815780639rem;left:1.8120660781861rem;height:7.3125rem;font-style:normal;display:block; }
#IHKv9gAd1vVgmdDccSTFqyHfCTB90dH8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:16.5rem;height:4.875rem;font-style:normal;display:block; }
#OH7dTUdFcs4in8dF3hW1dexNApcOKrUF { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:0.1875rem;top:9.5686845779419rem;left:14.801113017198rem;display:block; }
#T7bhoMWhR6XoElJVq5oPwkT4hSrMivkm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:31.875rem;height:2.4375rem;font-style:normal;display:block; }
#DN2xF9QRPb2fopRH8KFeVbLH72Lhp4Ak { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:45rem;height:2.4375rem;font-style:normal;display:block; }
#vFvFUuqb2HrQblxH4aEXnOTTDfocJLxn { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4997837543487rem;left:1.8120660781861rem;height:1.94986875rem;display:block; }
#ir8yoTS6aXgs1thWZL6LKcHmKFz8sBeN { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:16.5rem;height:1.94986875rem;display:block; }
#p7nyIAI9B9HxOoD9ZO53xqx6rTO0UqOe { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.875rem;height:1.94986875rem;display:block; }
#RJbUVqAsypieKiUM17faQTIM5MWlL95S { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:45rem;height:1.94986875rem;display:block; }
#afwPoN2f5owcDy3eQUDPbp1M0ogN7TVJ { color:#e1cea2;display:block;width:39.625rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.8125rem;height:3.25rem;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; }
#fWJIbncwFsTx0MsL57ShA1TpXQWOzazc { background-color:#e1cea2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.624675rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.56814289093rem;left:57.499457359314rem;display:block; }
#c60GWSG5MvGWvCIydW9N2VoIx9ZG6cDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHxoanLPDL5kHcl19ek34tuUpCSrTyEo { color:#e1cea2;display:block;width:10.3125rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.191730499267rem;left:45.000002861023rem;height:4.875rem;font-style:normal;display:block; }
#yWUaUKC1p2hbCpK3qDVlSWIKGgP8R0EJ { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:0.187174375rem;top:9.5625rem;left:29.875rem;display:block; }
#uyx05bJdKECmhklM3qAeEgxxyS1x9Lwk { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:0.186631875rem;top:9.56814289093rem;left:42.811957359314rem;display:block; }
#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { background-color: transparent; background-image: none; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container > .video-iframe-container { display: none; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row > .video-iframe-container { display: none; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .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); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { border-width: 0; border-radius: 0; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#bIF5CXSkki2rmakkoGfoWwtBbKxVgacD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#Xx9bus53H9VmKKbdtwaxSbK8f5rVlMkx { color:#2f2f2f;display:block;width:31.4375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.23828125rem;left:41.25rem;height:19.01125rem;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; }
#cEw0J0ERzWsWT8Zuc0oUDPXKwrVbHsOU { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.1375875rem;font-style:normal;display:block; }
#QPoERsH06p50b74BelXvkbn49n2kBESA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#mgCCMVyQdgrnWii4tqUUQutISenxZbJN { 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:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#cK0t8uMmDlkITxmTNrJEXvUCcQUGkgVb { 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.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#yBmP1dXcXCmgVOzpoZp8pwuyxgaGhtNu { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.1375875rem;font-style:normal;display:block; }
#ubOgIHcHbri9ydBB26TM0X891K2B0gVP { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69965rem;font-style:normal;display:block; }
#I9ZTrkACdOJQcTDo3wKe9ThNvDA4G7zQ { color:#1a3a55;display:block;width:28.624rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#261545;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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:25.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.9375rem;left:33.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aC2JsQfvZHo0LxbrsTXMVpzOD8f4RqfM { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.9375rem;left:42.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#y0cGwCeNXPQGEvxcxhFup0Ay6h9zNMwT { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:8.9375rem;left:33.1875rem;display:block; }
#k5TgXVxGvUxQvubzwmKoSVO1tAVCKCxr { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:8.9375rem;left:41.75rem;display:block; }
#J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:1.875rem;left:33.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:20rem;height:3.5rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #tEzTNG99gSu3ThB9oUrh4WO1KGfhqt8N { top:12.1875rem;left:0rem;width:41.9375rem;height:5.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hveMW5yWMivy9wGDMrySVJzG6mrPne { top:2.1875rem;left:19.875rem;width:7.9375rem;height:2.8125664385773rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGQbtcIl6KenPfuDWcXkQviblMcIe8F { top:25.625rem;left:0rem;width:35.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDcFU9vWghA9fy3Xq6dBI04KbLWTeBF { top:28.1875rem;left:0rem;width:30.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPw83L6bWu9K8rgmnhbucbTcVJQiHDkB { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqbwpxaCgNIWLxmF82R8JSSybflR7ooP { top:17.875rem;left:0rem;width:42.5rem;height:3.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:5.125rem;left:0rem;width:6.5625rem;height:3.312175rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:5.3125rem;left:8.5625rem;width:7.4375rem;height:3.1251838343432rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:5.5rem;left:20.0625rem;width:8.5625rem;height:2.6248387282203rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:4.8125rem;left:31.875rem;width:6rem;height:3.937244722042rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:5.8125rem;left:39.9375rem;width:7.8125rem;height:1.93739375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:3.4375rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:10.375rem;left:4.9367418289184rem;width:37.8125rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:3.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:2.3125rem;left:0rem;width:16.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:2.3125rem;left:15.1875rem;width:16.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:10.3125rem;left:16.625002861023rem;width:14.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:7.9375rem;left:16.999892234802rem;width:13.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFSLLnrJxH7T3MVtrMalU7EiMsqdxwG { top:3.5rem;left:21.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:2.3125rem;left:31.0625rem;width:16.5625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:10.3125rem;left:33.125rem;width:13.125rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:7.9375rem;left:33rem;width:13.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTxv0yH5pxIZCUEB6aJRrOhCk28xevf { top:3.5rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { top:3.5rem;left:5.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:10.3125rem;left:0.99956607818606rem;width:13.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:8.125rem;left:0rem;width:17.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:2.875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { top:1.8125rem;left:0.0625rem;width:23.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:2.5625rem;left:22.8125rem;width:24.9375rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg4279AwqMUegVLPVOLQWnsizassxElT { display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNKRuvxQiH850wWhWlOJTd6QefvdJutV { top:2.9375rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GynTC7vUQ0DcLkBdGTOKQLmT42o9yDCu { top:9.875rem;left:9.8125rem;width:33.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPunRuVaW5KfvVC097N5TNqBlMW361M { top:12.125rem;left:0rem;width:35.1875rem;height:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPARswktCM4HmlZVrWaqJOW5zpF2AvS { display:block; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNELKNTceysA9WKpEf5VEPwy5s0XbqDG { width:13.25rem;height:2.375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXzDmo2rJmT18aeSdNDJhuoFwv8ZhH2 { width:11.875rem;height:7.25rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHKv9gAd1vVgmdDccSTFqyHfCTB90dH8 { width:12.5rem;height:4.8125rem;top:11.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH7dTUdFcs4in8dF3hW1dexNApcOKrUF { width:0.1875rem;height:12.1875rem;top:9.5625rem;left:1.1761130171982rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bhoMWhR6XoElJVq5oPwkT4hSrMivkm { width:12.5rem;height:2.375rem;top:11.5rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN2xF9QRPb2fopRH8KFeVbLH72Lhp4Ak { width:12.5rem;height:2.375rem;top:11.5rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvFUuqb2HrQblxH4aEXnOTTDfocJLxn { width:12.5rem;height:1.9375rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir8yoTS6aXgs1thWZL6LKcHmKFz8sBeN { width:12.5rem;height:1.9375rem;top:9.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7nyIAI9B9HxOoD9ZO53xqx6rTO0UqOe { width:12.5rem;height:1.9375rem;top:9.625rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbUVqAsypieKiUM17faQTIM5MWlL95S { width:12.5rem;height:1.9375rem;top:9.5625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afwPoN2f5owcDy3eQUDPbp1M0ogN7TVJ { width:39.625rem;height:3.25rem;top:3.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJIbncwFsTx0MsL57ShA1TpXQWOzazc { width:14.6875rem;height:3.5625rem;top:9.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c60GWSG5MvGWvCIydW9N2VoIx9ZG6cDh { display:block; }
 }@media only screen and (max-width: 763px) { #EHxoanLPDL5kHcl19ek34tuUpCSrTyEo { width:10.3125rem;height:4.8125rem;top:13.1875rem;left:31.375002861023rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWUaUKC1p2hbCpK3qDVlSWIKGgP8R0EJ { width:0.125rem;height:12.1875rem;top:9.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx05bJdKECmhklM3qAeEgxxyS1x9Lwk { width:0.125rem;height:12.1875rem;top:9.5625rem;left:29.186957359314rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU58KSFS58r9g1cciaEkKCM5mFXDgnBE { display:block; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIF5CXSkki2rmakkoGfoWwtBbKxVgacD { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx9bus53H9VmKKbdtwaxSbK8f5rVlMkx { top:13.1875rem;left:16.3125rem;width:31.4375rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEw0J0ERzWsWT8Zuc0oUDPXKwrVbHsOU { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPoERsH06p50b74BelXvkbn49n2kBESA { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCCMVyQdgrnWii4tqUUQutISenxZbJN { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK0t8uMmDlkITxmTNrJEXvUCcQUGkgVb { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmP1dXcXCmgVOzpoZp8pwuyxgaGhtNu { width:8.4375rem;height:2.125rem;top:18.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOgIHcHbri9ydBB26TM0X891K2B0gVP { width:8.25rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZTrkACdOJQcTDo3wKe9ThNvDA4G7zQ { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5.9375rem;left:12.0625rem;width:23.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { top:8.9375rem;left:11.75rem;width:7.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { top:8.9375rem;left:20.125rem;width:7.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC2JsQfvZHo0LxbrsTXMVpzOD8f4RqfM { top:8.9375rem;left:28.5625rem;width:7.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0cGwCeNXPQGEvxcxhFup0Ay6h9zNMwT { top:8.9375rem;left:19.5625rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TgXVxGvUxQvubzwmKoSVO1tAVCKCxr { top:8.9375rem;left:28.125rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { top:1.875rem;left:19.875rem;width:7.9375rem;height:2.8125664385773rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:#de8037;background-image:url("https://images.assets-landingi.com/uc/ca8ee8b8-74e4-4c15-a7e4-c74f7e07ba64/2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:19.4375rem;height:2.8125rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #tEzTNG99gSu3ThB9oUrh4WO1KGfhqt8N { width:20rem;height:2.68115rem;top:6.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hveMW5yWMivy9wGDMrySVJzG6mrPne { width:6.5625rem;height:2.25rem;top:2.15625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGQbtcIl6KenPfuDWcXkQviblMcIe8F { width:20rem;height:3.25rem;top:26.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDcFU9vWghA9fy3Xq6dBI04KbLWTeBF { width:20rem;height:2.5996125rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPw83L6bWu9K8rgmnhbucbTcVJQiHDkB { top:13.75rem;left:0rem;width:20rem;height:11.25rem;z-index:15007;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbwpxaCgNIWLxmF82R8JSSybflR7ooP { width:20rem;height:2.1308625rem;top:9.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:4.4375rem;height:2.1875rem;top:4.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:5.375rem;height:2.1875rem;top:4.46875rem;left:6.82275390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:6.75rem;height:2rem;top:4.5625rem;left:12.76025390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:4.75rem;height:3.0625rem;top:7.6875rem;left:3.60400390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:6.375rem;height:1.5rem;top:8.46875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:20rem;height:3.574225rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:17.874875rem;height:19.0112125rem;top:7.28759765625rem;left:1.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:20rem;height:1.9249125rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { background-color:#ffffff;background-image:none;display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:16.25rem;top:1.25rem;left:1.687283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:17.125rem;top:18.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:14.875rem;height:8.4375rem;top:25.3125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:13.5rem;height:1.625rem;top:23.6875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFSLLnrJxH7T3MVtrMalU7EiMsqdxwG { width:4.25rem;height:4.25rem;top:19.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:16.25rem;top:36.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:15.25rem;height:8.4375rem;top:43.6875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:13.375rem;height:1.625rem;top:41.8125rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTxv0yH5pxIZCUEB6aJRrOhCk28xevf { width:4.25rem;height:4.25rem;top:37.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { width:4.25rem;height:4.25rem;top:2.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:14.6875rem;height:8.4375rem;top:7.9375rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:13.9375rem;height:1.625rem;top:6.3125rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:3.8496125rem;top:1.51220703125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { width:20rem;height:22.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:20rem;height:28.59566875rem;top:23.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gg4279AwqMUegVLPVOLQWnsizassxElT { display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNKRuvxQiH850wWhWlOJTd6QefvdJutV { width:20rem;height:5.36133125rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GynTC7vUQ0DcLkBdGTOKQLmT42o9yDCu { width:20rem;height:13.75rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPunRuVaW5KfvVC097N5TNqBlMW361M { width:20rem;height:22.09668125rem;top:10.64697265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCPARswktCM4HmlZVrWaqJOW5zpF2AvS { display:block; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNELKNTceysA9WKpEf5VEPwy5s0XbqDG { width:12.5rem;height:1.94970625rem;top:10.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXzDmo2rJmT18aeSdNDJhuoFwv8ZhH2 { width:12.5rem;height:5.68603125rem;top:10.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHKv9gAd1vVgmdDccSTFqyHfCTB90dH8 { width:11.125rem;height:3.8994125rem;top:21rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH7dTUdFcs4in8dF3hW1dexNApcOKrUF { width:10.9375rem;height:0.124783125rem;top:18rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bhoMWhR6XoElJVq5oPwkT4hSrMivkm { width:12.5rem;height:1.94970625rem;top:29.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN2xF9QRPb2fopRH8KFeVbLH72Lhp4Ak { width:12.5rem;height:1.94970625rem;top:37.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvFUuqb2HrQblxH4aEXnOTTDfocJLxn { width:12.5rem;height:1.625rem;top:7.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir8yoTS6aXgs1thWZL6LKcHmKFz8sBeN { width:12.5rem;height:1.625rem;top:19.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7nyIAI9B9HxOoD9ZO53xqx6rTO0UqOe { width:12.5rem;height:1.625rem;top:28.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbUVqAsypieKiUM17faQTIM5MWlL95S { width:12.5rem;height:1.625rem;top:35.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afwPoN2f5owcDy3eQUDPbp1M0ogN7TVJ { width:15.8125rem;height:3.375rem;top:2.4375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fWJIbncwFsTx0MsL57ShA1TpXQWOzazc { width:13.125rem;height:3.2495125rem;top:45.1875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c60GWSG5MvGWvCIydW9N2VoIx9ZG6cDh { display:block; }
 }@media only screen and (max-width: 763px) { #EHxoanLPDL5kHcl19ek34tuUpCSrTyEo { width:10.3125rem;height:4.548825rem;top:37.9365234375rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWUaUKC1p2hbCpK3qDVlSWIKGgP8R0EJ { width:10.875rem;height:0.1875rem;top:26.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx05bJdKECmhklM3qAeEgxxyS1x9Lwk { width:11.0625rem;height:0.1875rem;top:33.69921875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU58KSFS58r9g1cciaEkKCM5mFXDgnBE { display:block; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIF5CXSkki2rmakkoGfoWwtBbKxVgacD { width:12.5rem;height:0;top:49.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx9bus53H9VmKKbdtwaxSbK8f5rVlMkx { width:20rem;height:24.6963125rem;top:5.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cEw0J0ERzWsWT8Zuc0oUDPXKwrVbHsOU { width:6.75rem;height:1.6997625rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QPoERsH06p50b74BelXvkbn49n2kBESA { width:11.25rem;height:11.25rem;top:42.75rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mgCCMVyQdgrnWii4tqUUQutISenxZbJN { width:15.125rem;height:15.125rem;top:31rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cK0t8uMmDlkITxmTNrJEXvUCcQUGkgVb { width:10.8125rem;height:10.8125rem;top:48.5rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yBmP1dXcXCmgVOzpoZp8pwuyxgaGhtNu { width:4.25rem;height:1.6997625rem;top:54.125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ubOgIHcHbri9ydBB26TM0X891K2B0gVP { width:8.2495rem;height:2rem;top:59.5625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZTrkACdOJQcTDo3wKe9ThNvDA4G7zQ { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { background-color:#210071;background-image:none;display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:13.8125rem;height:2.5996125rem;top:6.25rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { width:5.8125rem;height:0.9746125rem;top:10.125rem;left:10.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { width:5.3125rem;height:0.9746125rem;top:12.25rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC2JsQfvZHo0LxbrsTXMVpzOD8f4RqfM { width:5.0625rem;height:0.9746125rem;top:12.25rem;left:10.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0cGwCeNXPQGEvxcxhFup0Ay6h9zNMwT { width:0.125rem;height:1.25rem;top:10.2998046875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5TgXVxGvUxQvubzwmKoSVO1tAVCKCxr { width:0.125rem;height:1.25rem;top:21.56153125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }