.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f2f3f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#zcmha4NHTeWm75wunnSqxxCUUhutJBbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container { display: none; }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#fafafa;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; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { border-width: 0; border-radius: 0; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:60rem;height:39.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { position:absolute;display:block;z-index:15015;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:4.999025rem;width:59.999rem;top:29.6875rem;left:0.25rem;display:block; }
#PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { color:#1e0a47;display:block;width:28.125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.0625rem;left:3.1875rem;height:1.95016875rem;font-style:normal;display:block; }
#J2RZucf13SGwCHEst2V1De3TJEGu2swa { position:absolute;display:block;z-index:15017;background-color:#1e0a47;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:0.0625rem;width:4.6875rem;top:33rem;left:29.4375rem;display:block; }
#WpT0GDk20t6GH3IoapwTZTEfTslwrinM { box-sizing:content-box;color:#2740c8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:32rem;left:40.125rem;display:block; }
#dfrTx2AtnhztVpgnplWAtq5SAUgQXTWK { box-sizing:content-box;color:#2740c8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:32rem;left:44.8125rem;display:block; }
#T2D5lwXfJyg6v2ISqci4BJi2rE9HWtXx { box-sizing:content-box;color:#2740c8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:32rem;left:49.375rem;display:block; }
#uHQCFaQszZxaMWuB1TBVbX9Da6Oa1w3x { box-sizing:content-box;color:#2740c8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:32rem;left:53.8125rem;display:block; }
#eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:12.5rem;width:12.5rem;display:none; }
#lJn9O9XJBISNKp6adpbzfQi31viM008B { position:absolute;display:block;z-index:15024;border-top:0.4375rem solid #f6f6f6;border-left:0.4375rem solid #f6f6f6;border-right:0.4375rem solid #f6f6f6;border-bottom:0.4375rem solid #f6f6f6;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:26.8125rem;top:0rem;left:15.434124946594rem;overflow:hidden;display:block; }
#ml0mEIa0GH0uZMoTC1CnhSEtKaAuBmzy { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:34.6875rem;left:0.1875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy.adaptive-delivery-prevent-bg, #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy.lazyload, #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy.lazyloading { background-image: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { background-color: transparent; background-image: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e68f00; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e68f00; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .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); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { border-width: 0; border-radius: 0; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#TCEBJktw1AcD2kFTy7BPxpriLKVTVR1S { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:dosis;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.62890625rem;left:4.625rem;height:3.8994125rem;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;text-align:center;text-align-last:center;display:block; }
#oenrKSbNxHuqTfhf30pXKJoql20qlmQT { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.7294921875rem;left:7.75rem;display:block; }
#KyZEWU50TcfFe6Jined0bn2dDbrfQcN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uatzn9s3dzwVVTP0dynK0oMOtkzvhyJk { position:absolute;display:block;z-index:15014;border-top:0.4375rem solid #0b2968;border-left:0.4375rem solid #0b2968;border-right:0.4375rem solid #0b2968;border-bottom:0.4375rem solid #0b2968;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.6875rem;width:23.6875rem;top:0rem;left:35.4375rem;overflow:hidden;display:block; }
#dnIWavDTBxdLIPTFXD1vv7lcfD4INAez { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.3121109008787rem;left:0.12443637847901rem;height:2.7744125rem;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;text-align:center;text-align-last:center;display:block; }
#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4.adaptive-delivery-prevent-bg, #wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4.lazyload, #wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4.lazyloading { background-image: none; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container { background-color: transparent; background-image: none; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #00bc5f; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container > .video-iframe-container { display: none; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #00bc5f; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row > .video-iframe-container { display: none; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .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); }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container { border-width: 0; border-radius: 0; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#yr1lKQr4zlsrd6Gv69A30tB5Nagt1hqv { color:#edeff4;display:block;width:28.75rem;position:absolute;font-family:dosis;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.62890625rem;left:4.625rem;height:3.89959375rem;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;text-align:center;text-align-last:center;display:block; }
#E0v807T4MEOhIlwVCM8QrIOshnlmoMco { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.7294921875rem;left:7.75rem;display:block; }
#UPMGvUqwpXhPSr1Jg3yRaLZeWJR3TdAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BB33fD7Kne7X7Mh7ir4E8OutAiIwbCwJ { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.3121109008787rem;left:0.12443637847901rem;height:;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;text-align:center;text-align-last:center;display:block; }
#GTdag559w2b5kFUMOCnuexaEOIrcZnRw { position:absolute;display:block;z-index:15017;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:24.5rem;width:24.5rem;top:0rem;left:35.5rem;overflow:hidden;display:block; }
#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE.adaptive-delivery-prevent-bg, #lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE.lazyload, #lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE.lazyloading { background-image: none; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container { background-color: transparent; background-image: none; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container > .video-iframe-container { display: none; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row > .video-iframe-container { display: none; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .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); }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container { border-width: 0; border-radius: 0; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#S1dGomON5qD8nSKBtBaiULr4zvsa1he5 { color:#edeff4;display:block;width:28.75rem;position:absolute;font-family:dosis;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.62890625rem;left:4.625rem;height:3.89959375rem;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;text-align:center;text-align-last:center;display:block; }
#ge6nd76RTZxgHhu9OvVgHiakn5HWXZ9w { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.7294921875rem;left:7.75rem;display:block; }
#X24LUGXu58RXaRINm4LwuTf6B0taKvcM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOwt2emLzFFiWeQkvcmSIXef4chOuHPr { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.3121109008787rem;left:0.12443637847901rem;height:;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;text-align:center;text-align-last:center;display:block; }
#aX2cA4CZFSU042r8PfU2TEgEUyLvzPpk { position:absolute;display:block;z-index:15017;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:24.5rem;width:24.5rem;top:24.5rem;left:35.5rem;overflow:hidden;display:block; }
#VGQTLq1Pz2TsQi989AeREOJiZAT6CaLt { position:absolute;display:block;z-index:15017;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:24.5rem;width:24.5rem;top:0rem;left:35.5rem;overflow:hidden;display:block; }
#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ.adaptive-delivery-prevent-bg, #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ.lazyload, #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ.lazyloading { background-image: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { background-color: transparent; background-image: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #70dae5; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #70dae5; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .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); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { border-width: 0; border-radius: 0; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#SHIa69KEA3qWVb1DgRLVRDSHlSBFqpqG { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.5419921875rem;left:6.28125rem;display:block; }
#E8RNOda3xt62005EvhT4Wan8xd11ZbC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQTetc9m09cJ6Mpr1c3MtAo1Rk8wmqRC { color:#fffd12;display:block;width:33.5rem;position:absolute;font-family:dosis;font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:0.78125rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9H1BgATUSsep7f3tuDUeAT0dtzqXGr5 { color:#f4f4f4;display:block;width:34.25rem;position:absolute;font-family:dosis;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.55859375rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l.adaptive-delivery-prevent-bg, #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l.lazyload, #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l.lazyloading { background-image: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { background-color: transparent; background-image: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e3b74; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e3b74; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .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); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { border-width: 0; border-radius: 0; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#AbcGrXaSMMgm4JOSC9zmrIidwcpNHotI { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.5419921875rem;left:6.28125rem;display:block; }
#a7Volyi3snyBZ1boZPxv5O2hyBOdPWoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1EDZJ65XINgU1XPDLgU0IQAGzZn2bWi { color:#fffd12;display:block;width:33.5rem;position:absolute;font-family:dosis;font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:0.78125rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4c4AJK3I9hsvT9i5Eo6IbyOqzfR8Mba { color:#f4f4f4;display:block;width:34.25rem;position:absolute;font-family:dosis;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.55859375rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fWOQEdiGlmiRgTZvslwJokEi4QMqJKie { position:absolute;display:block;z-index:15017;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:24.749rem;width:24.749rem;top:0rem;left:35.2509765625rem;overflow:hidden;display:block; }
#VBLqXCKAtk8l4d8UprhXirPqki6qliUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR.adaptive-delivery-prevent-bg, #VBLqXCKAtk8l4d8UprhXirPqki6qliUR.lazyload, #VBLqXCKAtk8l4d8UprhXirPqki6qliUR.lazyloading { background-image: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { background-color: transparent; background-image: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ec0303; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ec0303; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .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); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { border-width: 0; border-radius: 0; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#X3rHo9956uPupEkAmXpwMJIdPmFTdTfw { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.2294921875rem;left:0rem;display:block; }
#gWLgeaNc68opnJLWFQpTvq37klkJkbnJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6vovS0C1vG0T2RAf6ycXFdf7iRTocz8 { color:#fffd12;display:block;width:21.4375rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIeCpkdWwcZtRThoqHSc5OJaV87oxxwE { color:#f4f4f4;display:block;width:21.125rem;position:absolute;font-family:dosis;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.68359375rem;left:0rem;height:3.81895rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTdLrHKIvmbhdipCuGXHDvTFG4McZ3TF { position:absolute;display:block;z-index:15017;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.5625rem;width:38.6875rem;top:0rem;left:21.208912037037rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:47.75rem;height:4.9375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:28.125rem;height:1.9375rem;top:32.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:4.6875rem;height:0;top:33rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpT0GDk20t6GH3IoapwTZTEfTslwrinM { width:1.8125rem;height:1.8125rem;top:32rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfrTx2AtnhztVpgnplWAtq5SAUgQXTWK { width:1.8125rem;height:1.8125rem;top:32rem;left:38.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2D5lwXfJyg6v2ISqci4BJi2rE9HWtXx { width:1.8125rem;height:1.8125rem;top:32rem;left:43.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHQCFaQszZxaMWuB1TBVbX9Da6Oa1w3x { width:1.8125rem;height:1.8125rem;top:32rem;left:45.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJn9O9XJBISNKp6adpbzfQi31viM008B { top:0rem;left:9.3091249465944rem;width:26.8125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml0mEIa0GH0uZMoTC1CnhSEtKaAuBmzy { width:47.75rem;height:3.875rem;top:34.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy { display:block; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCEBJktw1AcD2kFTy7BPxpriLKVTVR1S { width:28.75rem;height:;top:4.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oenrKSbNxHuqTfhf30pXKJoql20qlmQT { width:22.5rem;height:3.25rem;top:14.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyZEWU50TcfFe6Jined0bn2dDbrfQcN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Uatzn9s3dzwVVTP0dynK0oMOtkzvhyJk { top:0rem;left:23.1875rem;width:23.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnIWavDTBxdLIPTFXD1vv7lcfD4INAez { width:34.8125rem;height:;top:9.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 { display:block; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1lKQr4zlsrd6Gv69A30tB5Nagt1hqv { width:28.75rem;height:;top:4.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0v807T4MEOhIlwVCM8QrIOshnlmoMco { width:22.5rem;height:3.25rem;top:14.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPMGvUqwpXhPSr1Jg3yRaLZeWJR3TdAl { display:block; }
 }@media only screen and (max-width: 763px) { #BB33fD7Kne7X7Mh7ir4E8OutAiIwbCwJ { width:34.8125rem;height:;top:9.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdag559w2b5kFUMOCnuexaEOIrcZnRw { top:0rem;left:23.25rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE { display:block; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1dGomON5qD8nSKBtBaiULr4zvsa1he5 { width:28.75rem;height:;top:4.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge6nd76RTZxgHhu9OvVgHiakn5HWXZ9w { width:22.5rem;height:3.25rem;top:14.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X24LUGXu58RXaRINm4LwuTf6B0taKvcM { display:block; }
 }@media only screen and (max-width: 763px) { #kOwt2emLzFFiWeQkvcmSIXef4chOuHPr { width:34.8125rem;height:;top:9.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX2cA4CZFSU042r8PfU2TEgEUyLvzPpk { top:24.5rem;left:23.25rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGQTLq1Pz2TsQi989AeREOJiZAT6CaLt { top:0rem;left:23.25rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ { display:block; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHIa69KEA3qWVb1DgRLVRDSHlSBFqpqG { width:22.5rem;height:3.25rem;top:16.5rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8RNOda3xt62005EvhT4Wan8xd11ZbC2 { display:block; }
 }@media only screen and (max-width: 763px) { #PQTetc9m09cJ6Mpr1c3MtAo1Rk8wmqRC { top:4.875rem;left:0rem;width:33.5rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9H1BgATUSsep7f3tuDUeAT0dtzqXGr5 { top:10.5rem;left:0rem;width:34.25rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l { display:block; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbcGrXaSMMgm4JOSC9zmrIidwcpNHotI { width:22.5rem;height:3.25rem;top:16.5rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Volyi3snyBZ1boZPxv5O2hyBOdPWoo { display:block; }
 }@media only screen and (max-width: 763px) { #o1EDZJ65XINgU1XPDLgU0IQAGzZn2bWi { top:4.875rem;left:0rem;width:33.5rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4c4AJK3I9hsvT9i5Eo6IbyOqzfR8Mba { top:10.5rem;left:0rem;width:34.25rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWOQEdiGlmiRgTZvslwJokEi4QMqJKie { top:0rem;left:23.0625rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLqXCKAtk8l4d8UprhXirPqki6qliUR { display:block; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3rHo9956uPupEkAmXpwMJIdPmFTdTfw { width:20rem;height:3.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWLgeaNc68opnJLWFQpTvq37klkJkbnJ { display:block; }
 }@media only screen and (max-width: 763px) { #f6vovS0C1vG0T2RAf6ycXFdf7iRTocz8 { top:2.5rem;left:0rem;width:21.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIeCpkdWwcZtRThoqHSc5OJaV87oxxwE { top:7.625rem;left:0rem;width:21.125rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdLrHKIvmbhdipCuGXHDvTFG4McZ3TF { top:0rem;left:9.0625rem;width:38.6875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#1e0a47;background-image:none;display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:20rem;height:7.6230625rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:17.6855625rem;height:1.625rem;top:26.4375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:4.6875rem;height:0.0625rem;top:123.625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpT0GDk20t6GH3IoapwTZTEfTslwrinM { width:1.875rem;height:1.875rem;top:24.1875rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfrTx2AtnhztVpgnplWAtq5SAUgQXTWK { width:1.875rem;height:1.875rem;top:24.1875rem;left:6.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2D5lwXfJyg6v2ISqci4BJi2rE9HWtXx { width:1.875rem;height:1.875rem;top:24.1875rem;left:11.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHQCFaQszZxaMWuB1TBVbX9Da6Oa1w3x { width:1.875rem;height:1.875rem;top:24.1875rem;left:15.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { top:23.4375rem;left:0rem;width:20rem;height:3.374025rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lJn9O9XJBISNKp6adpbzfQi31viM008B { width:19rem;height:19.875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml0mEIa0GH0uZMoTC1CnhSEtKaAuBmzy { width:20rem;height:2.51855625rem;top:29.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQMmse6mpiZOGQyI6HFeTMivChyNAFcy { background-color:#ffffff;background-image:none;display:block; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { background-color: transparent; background-image: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row > .video-iframe-container { display: none; }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .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); }#WQMmse6mpiZOGQyI6HFeTMivChyNAFcy > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCEBJktw1AcD2kFTy7BPxpriLKVTVR1S { width:20rem;height:2.25rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oenrKSbNxHuqTfhf30pXKJoql20qlmQT { width:17.625rem;height:3.3125rem;top:26.6865234375rem;left:1.1875rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KyZEWU50TcfFe6Jined0bn2dDbrfQcN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Uatzn9s3dzwVVTP0dynK0oMOtkzvhyJk { width:19rem;height:19rem;top:3.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnIWavDTBxdLIPTFXD1vv7lcfD4INAez { width:20rem;height:1.5rem;top:24.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 { background-color:#ffffff;background-image:none;display:block; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container { background-color: transparent; background-image: none; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container > .video-iframe-container { display: none; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row > .video-iframe-container { display: none; }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .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); }#wzwzyOKtJRxpqLkE3RDPiwHHIAuU1VD4 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1lKQr4zlsrd6Gv69A30tB5Nagt1hqv { width:20rem;height:2.25rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E0v807T4MEOhIlwVCM8QrIOshnlmoMco { width:17.625rem;height:3.3125rem;top:26.125rem;left:1.1875rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UPMGvUqwpXhPSr1Jg3yRaLZeWJR3TdAl { display:block; }
 }@media only screen and (max-width: 763px) { #BB33fD7Kne7X7Mh7ir4E8OutAiIwbCwJ { width:20rem;height:1.5rem;top:23.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GTdag559w2b5kFUMOCnuexaEOIrcZnRw { width:20rem;height:20rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE { background-color:#ffffff;background-image:none;display:block; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container { background-color: transparent; background-image: none; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container > .video-iframe-container { display: none; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row > .video-iframe-container { display: none; }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .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); }#lihSyXwVGVLck1OPEQgyPOTTO1wlJJHE > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1dGomON5qD8nSKBtBaiULr4zvsa1he5 { width:20rem;height:2.25rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ge6nd76RTZxgHhu9OvVgHiakn5HWXZ9w { width:17.625rem;height:3.3125rem;top:24.9365234375rem;left:1.1875rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X24LUGXu58RXaRINm4LwuTf6B0taKvcM { display:block; }
 }@media only screen and (max-width: 763px) { #kOwt2emLzFFiWeQkvcmSIXef4chOuHPr { width:20rem;height:1.2744125rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aX2cA4CZFSU042r8PfU2TEgEUyLvzPpk { width:20rem;height:20rem;top:29.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGQTLq1Pz2TsQi989AeREOJiZAT6CaLt { width:20rem;height:20rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ { background-color:#ffffff;background-image:none;display:block; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { background-color: transparent; background-image: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row > .video-iframe-container { display: none; }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .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); }#hWB0C9MJzTdGyE20NpZuNkMkkBkZRXlJ > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHIa69KEA3qWVb1DgRLVRDSHlSBFqpqG { width:17.625rem;height:3.3125rem;top:8.34375rem;left:1.1875rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E8RNOda3xt62005EvhT4Wan8xd11ZbC2 { display:block; }
 }@media only screen and (max-width: 763px) { #PQTetc9m09cJ6Mpr1c3MtAo1Rk8wmqRC { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #B9H1BgATUSsep7f3tuDUeAT0dtzqXGr5 { width:20rem;height:5.19921875rem;top:2.599609375rem;left:0rem;font-size:2rem;color:#04090c;display:block; }
 }@media only screen and (max-width: 763px) { #cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l { background-color:#ffffff;background-image:none;display:block; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { background-color: transparent; background-image: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row > .video-iframe-container { display: none; }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .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); }#cLFZ9LnfHwmMdhdPyxJheeJwmUJfzq4l > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbcGrXaSMMgm4JOSC9zmrIidwcpNHotI { width:17.62475rem;height:3.312175rem;top:8.9185312986375rem;left:1.1866713762283rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #a7Volyi3snyBZ1boZPxv5O2hyBOdPWoo { display:block; }
 }@media only screen and (max-width: 763px) { #o1EDZJ65XINgU1XPDLgU0IQAGzZn2bWi { width:19.9995625rem;height:2.5996125rem;top:1.1237940788269rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V4c4AJK3I9hsvT9i5Eo6IbyOqzfR8Mba { width:19.9995625rem;height:5.19921875rem;top:3.7220273017883rem;left:0rem;font-size:2rem;color:#04090c;display:block; }
 }@media only screen and (max-width: 763px) { #fWOQEdiGlmiRgTZvslwJokEi4QMqJKie { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLqXCKAtk8l4d8UprhXirPqki6qliUR { background-color:#ffffff;background-image:none;display:block; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { background-color: transparent; background-image: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row > .video-iframe-container { display: none; }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .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); }#VBLqXCKAtk8l4d8UprhXirPqki6qliUR > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3rHo9956uPupEkAmXpwMJIdPmFTdTfw { width:17.625rem;height:3.3125rem;top:20.375rem;left:1.1875rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #000000, #2a2373);background-image: -moz-linear-gradient(top, #000000, #2a2373);background-image: -ms-linear-gradient(top, #000000, #2a2373);background-image: -o-linear-gradient(top, #000000, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #000000, #2a2373);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gWLgeaNc68opnJLWFQpTvq37klkJkbnJ { display:block; }
 }@media only screen and (max-width: 763px) { #f6vovS0C1vG0T2RAf6ycXFdf7iRTocz8 { width:20rem;height:2.5996125rem;top:13.0546875rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TIeCpkdWwcZtRThoqHSc5OJaV87oxxwE { width:20rem;height:2.5996125rem;top:16.5rem;left:0rem;font-size:2rem;color:#04090c;display:block; }
 }@media only screen and (max-width: 763px) { #RTdLrHKIvmbhdipCuGXHDvTFG4McZ3TF { width:20rem;height:11.147011308563rem;top:0rem;left:0rem;display:block; }
 }