.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 { background-color:#051f3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { background-color: transparent; background-image: none; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container > .video-iframe-container { display: none; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row > .video-iframe-container { display: none; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .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); }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { border-width: 0; border-radius: 0; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { font-size:0.875rem;font-family:raleway;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#qFpucTCqpSruRDJk9OCTim2wrw8QTRyT { 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:6.375rem;width:6.375rem;top:0rem;left:2rem;overflow:hidden;display:block; }
#DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { background-color:transparent;background-image:none;border-top:0.125rem solid #d7fd43;border-left:0.125rem solid #d7fd43;border-right:0.125rem solid #d7fd43;border-bottom:0.125rem solid #d7fd43;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;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.78125rem;left:53.8125rem;display:block; }
#UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 { background-color:#d7fd43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { background-color: transparent; background-image: none; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container > .video-iframe-container { display: none; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row > .video-iframe-container { display: none; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .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); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { border-width: 0; border-radius: 0; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { font-size:0.875rem;font-family:raleway;height:10.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#D4Zmyr7oaVlFp7QfhLp1xLMnw8WlQkSO { color:#052a54;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:7.32421875rem;left:0rem;height:2.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#02162e;background-image:url("https://images.assets-landingi.com/uc/942abc37-95a5-4d2e-8939-6246e8c284a2/BANNERLandingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.adaptive-delivery-prevent-bg, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyload, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyloading { background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { font-size:0.875rem;font-family:raleway;height:31.625rem;width:75rem;overflow:visible;position:relative;display:block; }#vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { color:#cafc04;display:block;width:39.5rem;position:absolute;font-family:anton;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6rem;left:2.0625rem;height:9.2998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { color:#cafc04;display:block;width:38.9375rem;position:absolute;font-family:anton;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:16.1875rem;left:2.0625rem;height:2.76220625rem;display:block; }
#dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { background-color:#d7fd43;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#052a54;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.5rem;left:2.0625rem;display:block; }
#xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzbUh7Bp81KGTwDyh2A4PIO3QR79DPH1 { color:#cafc04;display:block;width:32.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:18.9375rem;left:2.0625rem;height:2.01855625rem;display:block; }
#VC2xo2T1FoSJcQ20sTVMgdML12XiovoN { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:47rem;display:block; }
#Vew6T1SN98Br2pqXoVdu4vARJMAHWSCo { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:49.375rem;display:block; }
#HQ7ksVmkRZD4UpNrV4aRzJVpuucodHAU { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:51.75rem;display:block; }
#rThUATuvQ1PMv40JM9KTLAOTZMBII386 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:54.125rem;display:block; }
#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(5,42,84,0.8);background-image:url("https://images.assets-landingi.com/uc/942abc37-95a5-4d2e-8939-6246e8c284a2/BANNERLandingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.adaptive-delivery-prevent-bg, #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.lazyload, #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.lazyloading { background-image: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { background-color: transparent; background-image: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .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); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { border-width: 0; border-radius: 0; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { font-size:0.875rem;font-family:raleway;height:49.5625rem;width:75rem;position:relative;display:block; }#ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { position:absolute;display:block;z-index:15004;background-color:#cafc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:34.625rem;top:9.1875rem;left:5.75rem;display:block; }
#S7WAy640vcOAlUmu3xGaidZidIruLHhw { color:#000a15;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:21.25rem;left:7.5rem;height:5.41845625rem;text-align:center;text-align-last:center;display:block; }
#vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { color:#000a15;display:block;width:22.75rem;position:absolute;font-family:anton;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:14.1875rem;left:8.625rem;height:6.2998125rem;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; }
#qJWqWyW7L18Jo4C7FGnNbCwnLE9hyWAr { color:#000a15;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:28.3125rem;left:8.5rem;height:1.69970625rem;text-align:center;text-align-last:center;display:block; }
#D36Kd2mdkr7SDG7yo95JxgnwUyVVSW0T { background-color:#02162e;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#cafc04;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.8125rem;left:11.5625rem;display:block; }
#X2fxx7vAG21EdoIUMOMb4IN13UNqW9hu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTiKnQelc1XeoOEqvnBfHJI93zutOzdU { position:absolute;display:block;z-index:15021;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:42.9375rem;width:34.25rem;top:2.125rem;left:35rem;overflow:hidden;display:block; }
#AOBJ3VNgtBepfhqFVczkcUs0mzeyDfhT { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#VaxCDJcPIrnRZ15TKs7FOuqSMyKwdheI { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:2.375rem;display:block; }
#BVw3vxWyg2X5ZwTeelKtCyiclw00GkFi { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:4.75rem;display:block; }
#fLgT5UAHyBZX9SKz5IfTCTKFT9ddgqBy { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:7.125rem;display:block; }
#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko { position:relative;display:block; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko { background-color: transparent; background-image: none; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row .container > .video-iframe-container { display: none; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row > .video-iframe-container { display: none; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .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); }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko { border-width: 0; border-radius: 0; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hGXymBNcCRdIqMrvWK9cpxceIPsZ0pyB { color:#010b17;display:block;width:75rem;position:absolute;font-family:anton;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:1.431640625rem;left:0rem;height:3.71875rem;text-align:center;text-align-last:center;display:block; }
#mea5bqm7ep4OK3l1CIkWGoP4aWmzINbI { color:#000a15;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:5.150390625rem;left:0rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#U5P1m7v6fD2JPdcMmD9TggicVxyI186J { position:relative;display:block; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J { background-color: transparent; background-image: none; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row .container > .video-iframe-container { display: none; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row > .video-iframe-container { display: none; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .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); }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J { border-width: 0; border-radius: 0; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CFSwAXZNSwkNtl7NT1PTuuxUxzw2DxkD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.0625rem;width:22.4375rem;top:1.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#Qn0DtTGcBRc6Ze1a435CeUKTKRucIlJS { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.0625rem;width:22.4375rem;top:1.5625rem;left:26.28125rem;overflow:hidden;display:block; }
#uiQc6okuSwqV5nDkMNqvEfadw0UN7t46 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.0625rem;width:22.4375rem;top:1.5625rem;left:51.28125rem;overflow:hidden;display:block; }
#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz { position:relative;display:block; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz { background-color: transparent; background-image: none; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row .container > .video-iframe-container { display: none; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row > .video-iframe-container { display: none; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .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); }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz { border-width: 0; border-radius: 0; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LQoV9sRRNVvWVlnfx7CaHDTFaGLkqpJF { color:#000a15;display:block;width:18.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:3.625rem;left:27.5rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#t319ZPIX5Sq4pxbaqTf0iTktmorweBeF { box-sizing:content-box;height:3.25rem;width:25.4375rem;position:absolute;display:block;z-index:15013;background-color:#6ce549;background-image:none;top:0.0625rem;left:24.125rem;display:block; }
#RhUVK8hFyt7nPBew4wA8dVBWJhoIKfvr { box-sizing:content-box;height:1.5rem;width:18.6875rem;position:absolute;display:block;z-index:15014;background-color:#6ce549;background-image:none;top:3.8125rem;left:27.5rem;display:block; }
#EJLM3tZMrua0l3AGiW3JmLZ7TsQN3w9v { color:#010b17;display:block;width:25.3125rem;position:absolute;font-family:anton;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:0rem;left:24.125rem;height:3.71875rem;text-align:center;text-align-last:center;display:block; }
#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW { position:relative;display:block; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW { background-color: transparent; background-image: none; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row .container > .video-iframe-container { display: none; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row > .video-iframe-container { display: none; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .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); }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW { border-width: 0; border-radius: 0; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tcdd3x7KBvobzhy3OII8lTkoroFZi1Zo { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de728411-2b5c-44c4-ad49-5250d7d03faa/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.25rem;left:0.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Tcdd3x7KBvobzhy3OII8lTkoroFZi1Zo.adaptive-delivery-prevent-bg, #Tcdd3x7KBvobzhy3OII8lTkoroFZi1Zo.lazyload, #Tcdd3x7KBvobzhy3OII8lTkoroFZi1Zo.lazyloading { background-image: none; }
#sxmeBz9NzbZ8GnWu5W84gRHr8TQgkR4e { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8c1b27b0-1335-4df5-a97c-7a9d5be7179d/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.25rem;left:19.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#sxmeBz9NzbZ8GnWu5W84gRHr8TQgkR4e.adaptive-delivery-prevent-bg, #sxmeBz9NzbZ8GnWu5W84gRHr8TQgkR4e.lazyload, #sxmeBz9NzbZ8GnWu5W84gRHr8TQgkR4e.lazyloading { background-image: none; }
#NtqdfJEZfelNokXIF8OePHeCa5TeKfmS { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ceaa74b1-c325-4bbf-a7fb-630d879e7e84/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.25rem;left:38.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#NtqdfJEZfelNokXIF8OePHeCa5TeKfmS.adaptive-delivery-prevent-bg, #NtqdfJEZfelNokXIF8OePHeCa5TeKfmS.lazyload, #NtqdfJEZfelNokXIF8OePHeCa5TeKfmS.lazyloading { background-image: none; }
#sXEy3Bbh1DcfkfIF2VrZgU5Es5bfTdZ4 { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72ed1503-1d67-4871-baf5-152cb9eb9829/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.25rem;left:57rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#sXEy3Bbh1DcfkfIF2VrZgU5Es5bfTdZ4.adaptive-delivery-prevent-bg, #sXEy3Bbh1DcfkfIF2VrZgU5Es5bfTdZ4.lazyload, #sXEy3Bbh1DcfkfIF2VrZgU5Es5bfTdZ4.lazyloading { background-image: none; }
#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU { position:relative;display:block; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU { background-color: transparent; background-image: none; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row .container > .video-iframe-container { display: none; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row > .video-iframe-container { display: none; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .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); }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU { border-width: 0; border-radius: 0; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H3AT4XkTTUv29GVcmdFsmG3boN20DlVS { color:#000a15;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:0.837890625rem;left:0rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#KI07ZG70oxvo24iD8F3MxIIqTmHTlmS7 { background-color:#02162e;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#cafc04;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.5rem;left:29.03125rem;display:block; }
#H6epvvSu5PCIP0aB5WF2vsgnx0ftCHwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acd70896-2a92-4d78-9839-9d4ce4c76d05/lowangleviewunrecognizablemuscularbuildmanpreparingliftingbarbellhealthclub.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3.adaptive-delivery-prevent-bg, #KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3.lazyload, #KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3.lazyloading { background-image: none; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row .container { background-color: transparent; background-image: none; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,46,0.79); }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row .container > .video-iframe-container { display: none; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,46,0.79); }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row > .video-iframe-container { display: none; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .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); }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row .container { border-width: 0; border-radius: 0; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3::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; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row .container { font-size:0.875rem;font-family:raleway;height:44.625rem;width:75rem;position:relative;display:block; }#ZxXqX21pJeTuptbE8OGOFa5fqzLE7ZTV { color:#d7fd43;display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.5rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUQRb3tSqo8VC8RdTXs1JH33uTqXnaJx { color:#cafc04;display:block;width:16.75rem;position:absolute;font-family:anton;font-size:4rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:6.5rem;left:0rem;height:5.5996125rem;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:left;text-align-last:left;display:block; }
#p2ff1CHOrdsv8ULM186Z9eqntnL4xGx7 { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QknvivZ7F6tpknDe59OgE5SHeoAt5aO3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.6875rem;top:15.25rem;left:0rem;display:block; }
#tq8oIf9xkINVWhoT0CnT0pHvRhGt1HDV { position:absolute;display:block;z-index:15028;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:11.1875rem;width:20rem;top:15.25rem;left:44.125rem;overflow:hidden;display:block; }
#i2MJNOOfFVUJ3IGxl22HRfb03tm5lrQ3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:20rem;top:27.558639398998rem;left:44.125rem;overflow:hidden;display:block; }
#bh8zwKbmZUSCyEt0wzr60Al1ZqpT0lM8 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.919921875rem;left:65.0625rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbUK183y1W2oDv16wLkMsP7QT0bTk8Ra { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:29.5947265625rem;left:65.0625rem;height:7.312rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vbJ2RiiT7LCeqtgDnreRaHRZvoTuWiui { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:45.5625rem;display:block; }
#Wuy4wW9DdJQLPQuFHKT90Fa5OG3R30LS { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:47.9375rem;display:block; }
#ezPJTK2bBaIPyNULv3cpruCmzhn96bJs { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:50.3125rem;display:block; }
#RN4KdMlBdTgbSuw89cVBJrNJ4MR26lOi { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:52.6875rem;display:block; }
#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr { position:relative;display:block; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr { background-color: transparent; background-image: none; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row .container > .video-iframe-container { display: none; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row > .video-iframe-container { display: none; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .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); }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr { border-width: 0; border-radius: 0; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f8BwEaX11eEUwv0yuR7vtathxIiEzgxu { box-sizing:content-box;height:11.0625rem;width:13.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bab0bd35-040d-4ce7-a859-31359345ade2/1.crop_1010x834_35,123.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8rem;left:8.3154296875rem;display:block; }#f8BwEaX11eEUwv0yuR7vtathxIiEzgxu.adaptive-delivery-prevent-bg, #f8BwEaX11eEUwv0yuR7vtathxIiEzgxu.lazyload, #f8BwEaX11eEUwv0yuR7vtathxIiEzgxu.lazyloading { background-image: none; }
#nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy { box-sizing:content-box;height:11.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3c480ce-cbe4-4723-afd7-5aa881b9b829/3.crop_1016x837_35,120.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8rem;left:22.88671875rem;display:block; }#nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy.adaptive-delivery-prevent-bg, #nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy.lazyload, #nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy.lazyloading { background-image: none; }
#wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N { box-sizing:content-box;height:11.0625rem;width:13.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dfda1010-0c81-4295-90bc-6ee165adbbc4/4.crop_1010x831_38,120.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.9375rem;left:37.5rem;display:block; }#wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N.adaptive-delivery-prevent-bg, #wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N.lazyload, #wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N.lazyloading { background-image: none; }
#H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE { box-sizing:content-box;height:11.0625rem;width:13.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b168b3f9-256c-41c7-86d2-a5b98f2a6ad5/2.crop_1004x828_41,126.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.9375rem;left:51.9375rem;display:block; }#H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE.adaptive-delivery-prevent-bg, #H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE.lazyload, #H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE.lazyloading { background-image: none; }
#DHVaNZeWcJ9b1y1TUzskynFcNaPHiTFR { color:#052a54;display:block;width:37.625rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:1.9375rem;left:18.6875rem;height:2.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWFwOgl0pQUAidbxT8MnWa54OVCdW84C { color:#052a54;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:4.75rem;left:0rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G { position:relative;display:block; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G { background-color: transparent; background-image: none; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row .container > .video-iframe-container { display: none; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row > .video-iframe-container { display: none; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .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); }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G { border-width: 0; border-radius: 0; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IsOTLcza1rCwdLLdSEH50eIowIBWFdzb { color:#000a15;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:4.125rem;left:0rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#oybr9FUwRi4oyGUOIhIEPUGSBkA2LO80 { color:#02162e;display:block;width:75rem;position:absolute;font-family:anton;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:0.9375rem;left:0rem;height:3.71875rem;text-align:center;text-align-last:center;display:block; }
#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/fitness_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw.adaptive-delivery-prevent-bg, #s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw.lazyload, #s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw.lazyloading { background-image: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container { background-color: transparent; background-image: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,42,84,0.85); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container > .video-iframe-container { display: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,42,84,0.85); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row > .video-iframe-container { display: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .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); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container { border-width: 0; border-radius: 0; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw::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; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container { font-size:0.875rem;font-family:raleway;height:40.125rem;width:75rem;position:relative;display:block; }#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-form-header {  }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#e5fe82;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#052a54;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#052a54;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e5fe82;background-image:none;border-top:0.0625rem solid #cafc04;border-left:0.0625rem solid #cafc04;border-right:0.0625rem solid #cafc04;border-bottom:0.0625rem solid #cafc04;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#657e02;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#02162e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#e5fe82;width:17.5rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP [class*="-text"]:-moz-placeholder { color:#052a54;font-family:raleway;font-size:1rem;text-align:center;text-align-last:center; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP [class*="-text"]::-moz-placeholder { color:#052a54;font-family:raleway;font-size:1rem;text-align:center;text-align-last:center; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP [class*="-text"]:-ms-input-placeholder { color:#052a54;font-family:raleway;font-size:1rem;text-align:center;text-align-last:center; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP [class*="-text"]::-webkit-input-placeholder { color:#052a54;font-family:raleway;font-size:1rem;text-align:center;text-align-last:center; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#657e02;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-container:first-of-type{padding-top:0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-container:last-of-type{padding-bottom:0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.4375rem;left:44.3125rem; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:#e5fe82;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP {display:block;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.4375rem;left:44.3125rem; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #Lxp97WcZlsu1hGlpHqWKr30eacq1txrs { position:relative; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #MPTfMzHDsqmtiTRb1iINe1IgVWAsC6ST { position:relative;display:none; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #T3oKb3HwSS4mIUh7k2lxO3T2ylZCsK32 { position:relative; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #G0OGg527BzUG6mO3dSxgnc136W79e8mR { position:relative; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #PJxHmDTrpcKuFoywAFR3mDgZFVrs1z9e { position:relative;display:none; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #tF8igUMxFlqZff8rqzdpxLHAdza5fUkZ { position:relative; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #kBpm6rXSadrSq4hmMGzqKcnPQGlp0T8r { position:relative; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #klTTXpMqU4SgqTexJV5sFTOzizPS4r87 { position:relative;display:none; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #ynUeeg187w6Pl2aPGTESwHMTEhZ0IZ8S { position:relative; }
#dqUyriXyb8UHv4KewBSDCdafks4OVqVe { position:relative;display:block; }
#u9gumzu6vvJ0g905U7CkVHmk0tggpxMQ { position:relative;display:block; }
#foy4nFefmlTn2d9iDHsOvS93ORwPs0iR { position:relative;display:block; }
#XgHKCZCxgMEyMygArTEdxCBlbL4cJOT5 { position:relative;display:block; }
#bVPmck4DuHBDLGnT1Bis7kCmTgNZ7feF { position:relative;display:block; }
#iulFXflMuphcV3ybfeLmGRxHuGvSF3I0 { position:relative;display:block; }
#MT4SC1d90pl0NZQthMBJLl9berW12A8A { position:relative;display:block; }
#XkGGRzXeCEVQmN5IZc0FGT50p52R1rwQ { position:relative;display:block; }
#GsTfedm0apqxyDtb4dbhnMoWHadzgC2c { position:relative;display:block; }
#z1dJTCqOpfX5EevwTnR2aJ1qShFLX134 { position:relative;display:block; }
#P8vT71iRr7ByG6eDdK6fFaQmQIoBLyso { position:relative;display:block; }
#Vd8ngQek1VbOcU4HAQHfrCIXUyoFWDNG { position:relative;display:block; }
#XmHolIsVsJZ3T3mwEme4ENz2X4wmVVxm { position:relative;display:block; }
#xN32dZgacVymG30TEesSL1zFqBaBTlOB { position:relative;display:block; }
#r0GMvPnM2uyiM6QuHmTE2Nf1kH7H7VIt { position:relative;display:block; }
#r55QGn1CJGv0dbTNoGnXdRiSeA9f6KNF { position:relative;display:block; }
#bi8ySXXOWaGiMfGHzHeaup8oG4MeTfZD { position:relative;display:block; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #tdScxG5eJZTIhCyhTwGIvTT9dcAFlmXW { position:relative; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #zxayOI87Zl71hT3zgVPATX9XpTxT1iTz { position:relative; }
#qI6fHVPPCei7XsJeBqsQw8Xd8zyf1dHl { position:absolute;display:block;z-index:15029;background-color:#d7fd43;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.9375rem;width:26.75rem;top:5.625rem;left:40.9375rem;display:block; }
#yxSBaCpeIOqRzubrkoMvL6B9o2yvKFRe { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:18.25rem;left:0.3125rem;height:12.786625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMfbiSLPcanQr0h56HVLl8Ek2UhTFG2G { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:36.1875rem;display:block; }
#SvRRhIdL7pIlAUA5ik4MQ3kpHhPnP7n1 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:38.5625rem;display:block; }
#kdDthyBSzXKs4mKSoA05sPtDTv0MTlWx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:43.3125rem;display:block; }
#ORT26dp8s0NzJVFhcTfWzfcK1g21NZZO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cd7fd43', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(215,253,67,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40.9375rem;display:block; }
#vkkFW7k90zkwMuuuuGH0eQ8VQhMsrMx3 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));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:31.25rem;width:0.5rem;top:8.75rem;left:63.625rem;display:block; }
#LT4bJ4qmw1si0Z4GPAZWwrgAib5y0sgc { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));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:31.25rem;width:0.5rem;top:8.75rem;left:66rem;display:block; }
#FTrIa20y447MCOz9urmmvKqKcTIPZtyT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));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:31.25rem;width:0.5rem;top:8.75rem;left:68.375rem;display:block; }
#w97UQR8Zoa4VWAPKTlzC9foKVMlzzNkG { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cd7fd43' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(215,253,67,0.3));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:31.25rem;width:0.5rem;top:8.75rem;left:70.75rem;display:block; }
#SI0TQpXhlkxea06SQszTLp049rkbcTEL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:5.625rem;left:11rem;overflow:hidden;display:block; }
#VOAJATQ41ARQN9vQ11LTliTorKvAtmmn { color:#cafc04;display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:6.96875rem;left:43.15625rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l8FU6szlIxnRhTNNn95zMCvLmQNHzyWT { position:absolute;display:block;z-index:15030;background-color:#02162e;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.25rem;width:26.8125rem;top:5.4375rem;left:40.9375rem;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051f3e;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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:raleway;height:7rem;width:75rem;position:relative;display:block; }#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:#ffffff;display:block;width:66.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:1.8125rem;left:8.5625rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:0.3125rem;left:4.4375rem;overflow:hidden;display:block; }
#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN { background-color: transparent; background-image: none; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row .container > .video-iframe-container { display: none; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row > .video-iframe-container { display: none; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .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); }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN { border-width: 0; border-radius: 0; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SXV8WvHFcSwJc90n87IenhiApTyevzHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.125rem;left:70.1875rem; }
#SXV8WvHFcSwJc90n87IenhiApTyevzHg > img { max-width: 100%;max-height:100%; width:4.8125rem; height:4.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 { display:block; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFpucTCqpSruRDJk9OCTim2wrw8QTRyT { width:6.375rem;height:6.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 { display:block; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4Zmyr7oaVlFp7QfhLp1xLMnw8WlQkSO { top:7.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { top:6rem;left:0rem;width:39.5rem;height:9.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { top:16.1875rem;left:0rem;width:38.9375rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #TzbUh7Bp81KGTwDyh2A4PIO3QR79DPH1 { top:18.9375rem;left:0rem;width:32.1875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC2xo2T1FoSJcQ20sTVMgdML12XiovoN { width:0.5rem;height:31.25rem;top:0rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vew6T1SN98Br2pqXoVdu4vARJMAHWSCo { width:0.5rem;height:31.25rem;top:0rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ7ksVmkRZD4UpNrV4aRzJVpuucodHAU { width:0.5rem;height:31.25rem;top:0rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThUATuvQ1PMv40JM9KTLAOTZMBII386 { width:0.5rem;height:31.25rem;top:0rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WAy640vcOAlUmu3xGaidZidIruLHhw { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJWqWyW7L18Jo4C7FGnNbCwnLE9hyWAr { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D36Kd2mdkr7SDG7yo95JxgnwUyVVSW0T { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2fxx7vAG21EdoIUMOMb4IN13UNqW9hu { display:block; }
 }@media only screen and (max-width: 763px) { #nTiKnQelc1XeoOEqvnBfHJI93zutOzdU { width:34.25rem;height:42.9375rem;top:2.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOBJ3VNgtBepfhqFVczkcUs0mzeyDfhT { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaxCDJcPIrnRZ15TKs7FOuqSMyKwdheI { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVw3vxWyg2X5ZwTeelKtCyiclw00GkFi { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLgT5UAHyBZX9SKz5IfTCTKFT9ddgqBy { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko { display:block; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGXymBNcCRdIqMrvWK9cpxceIPsZ0pyB { top:1.375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mea5bqm7ep4OK3l1CIkWGoP4aWmzINbI { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5P1m7v6fD2JPdcMmD9TggicVxyI186J { display:block; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFSwAXZNSwkNtl7NT1PTuuxUxzw2DxkD { width:22.4375rem;height:28.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn0DtTGcBRc6Ze1a435CeUKTKRucIlJS { width:22.4375rem;height:28.0625rem;top:1.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiQc6okuSwqV5nDkMNqvEfadw0UN7t46 { width:22.4375rem;height:28.0625rem;top:1.5625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz { display:block; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQoV9sRRNVvWVlnfx7CaHDTFaGLkqpJF { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t319ZPIX5Sq4pxbaqTf0iTktmorweBeF { width:25.4375rem;height:3.25rem;top:0.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhUVK8hFyt7nPBew4wA8dVBWJhoIKfvr { width:18.6875rem;height:1.5rem;top:3.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJLM3tZMrua0l3AGiW3JmLZ7TsQN3w9v { top:0rem;left:0rem;width:25.3125rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW { display:block; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcdd3x7KBvobzhy3OII8lTkoroFZi1Zo { width:17.125rem;height:17.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxmeBz9NzbZ8GnWu5W84gRHr8TQgkR4e { width:17.125rem;height:17.125rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtqdfJEZfelNokXIF8OePHeCa5TeKfmS { width:17.125rem;height:17.125rem;top:1.25rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXEy3Bbh1DcfkfIF2VrZgU5Es5bfTdZ4 { width:17.125rem;height:17.125rem;top:1.25rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU { display:block; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3AT4XkTTUv29GVcmdFsmG3boN20DlVS { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI07ZG70oxvo24iD8F3MxIIqTmHTlmS7 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6epvvSu5PCIP0aB5WF2vsgnx0ftCHwW { display:block; }
 }@media only screen and (max-width: 763px) { #KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 { display:block; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxXqX21pJeTuptbE8OGOFa5fqzLE7ZTV { top:5.5rem;left:0rem;width:4.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQRb3tSqo8VC8RdTXs1JH33uTqXnaJx { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ff1CHOrdsv8ULM186Z9eqntnL4xGx7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QknvivZ7F6tpknDe59OgE5SHeoAt5aO3 { width:42.6875rem;height:23.8125rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq8oIf9xkINVWhoT0CnT0pHvRhGt1HDV { width:20rem;height:11.1875rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2MJNOOfFVUJ3IGxl22HRfb03tm5lrQ3 { width:20rem;height:10.5625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8zwKbmZUSCyEt0wzr60Al1ZqpT0lM8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbUK183y1W2oDv16wLkMsP7QT0bTk8Ra { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ2RiiT7LCeqtgDnreRaHRZvoTuWiui { width:0.5rem;height:31.25rem;top:0rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuy4wW9DdJQLPQuFHKT90Fa5OG3R30LS { width:0.5rem;height:31.25rem;top:0rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezPJTK2bBaIPyNULv3cpruCmzhn96bJs { width:0.5rem;height:31.25rem;top:0rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN4KdMlBdTgbSuw89cVBJrNJ4MR26lOi { width:0.5rem;height:31.25rem;top:0rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWumErmSoHKSZhMCU6zGbklHoqd3QaIr { display:block; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8BwEaX11eEUwv0yuR7vtathxIiEzgxu { width:13.6875rem;height:11.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy { width:13.9375rem;height:11.0625rem;top:8rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N { width:13.8125rem;height:11.0625rem;top:7.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE { width:13.5625rem;height:11.0625rem;top:7.9375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVaNZeWcJ9b1y1TUzskynFcNaPHiTFR { top:1.9375rem;left:0rem;width:37.625rem;height:2.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWFwOgl0pQUAidbxT8MnWa54OVCdW84C { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G { display:block; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsOTLcza1rCwdLLdSEH50eIowIBWFdzb { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oybr9FUwRi4oyGUOIhIEPUGSBkA2LO80 { top:0.9375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw { display:block; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP  { width:17.5rem;height:auto;top:15.4375rem;left:27.75rem; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP {display:block;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP { width:17.5rem;height:auto;top:15.4375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #Lxp97WcZlsu1hGlpHqWKr30eacq1txrs {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #MPTfMzHDsqmtiTRb1iINe1IgVWAsC6ST {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #T3oKb3HwSS4mIUh7k2lxO3T2ylZCsK32 {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #G0OGg527BzUG6mO3dSxgnc136W79e8mR {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #PJxHmDTrpcKuFoywAFR3mDgZFVrs1z9e {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #tF8igUMxFlqZff8rqzdpxLHAdza5fUkZ {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #kBpm6rXSadrSq4hmMGzqKcnPQGlp0T8r {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #klTTXpMqU4SgqTexJV5sFTOzizPS4r87 {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #ynUeeg187w6Pl2aPGTESwHMTEhZ0IZ8S {  }
 }@media only screen and (max-width: 763px) { #dqUyriXyb8UHv4KewBSDCdafks4OVqVe { display:block; }
 }@media only screen and (max-width: 763px) { #u9gumzu6vvJ0g905U7CkVHmk0tggpxMQ { display:block; }
 }@media only screen and (max-width: 763px) { #foy4nFefmlTn2d9iDHsOvS93ORwPs0iR { display:block; }
 }@media only screen and (max-width: 763px) { #XgHKCZCxgMEyMygArTEdxCBlbL4cJOT5 { display:block; }
 }@media only screen and (max-width: 763px) { #bVPmck4DuHBDLGnT1Bis7kCmTgNZ7feF { display:block; }
 }@media only screen and (max-width: 763px) { #iulFXflMuphcV3ybfeLmGRxHuGvSF3I0 { display:block; }
 }@media only screen and (max-width: 763px) { #MT4SC1d90pl0NZQthMBJLl9berW12A8A { display:block; }
 }@media only screen and (max-width: 763px) { #XkGGRzXeCEVQmN5IZc0FGT50p52R1rwQ { display:block; }
 }@media only screen and (max-width: 763px) { #GsTfedm0apqxyDtb4dbhnMoWHadzgC2c { display:block; }
 }@media only screen and (max-width: 763px) { #z1dJTCqOpfX5EevwTnR2aJ1qShFLX134 { display:block; }
 }@media only screen and (max-width: 763px) { #P8vT71iRr7ByG6eDdK6fFaQmQIoBLyso { display:block; }
 }@media only screen and (max-width: 763px) { #Vd8ngQek1VbOcU4HAQHfrCIXUyoFWDNG { display:block; }
 }@media only screen and (max-width: 763px) { #XmHolIsVsJZ3T3mwEme4ENz2X4wmVVxm { display:block; }
 }@media only screen and (max-width: 763px) { #xN32dZgacVymG30TEesSL1zFqBaBTlOB { display:block; }
 }@media only screen and (max-width: 763px) { #r0GMvPnM2uyiM6QuHmTE2Nf1kH7H7VIt { display:block; }
 }@media only screen and (max-width: 763px) { #r55QGn1CJGv0dbTNoGnXdRiSeA9f6KNF { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ySXXOWaGiMfGHzHeaup8oG4MeTfZD { display:block; }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #tdScxG5eJZTIhCyhTwGIvTT9dcAFlmXW {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #zxayOI87Zl71hT3zgVPATX9XpTxT1iTz {  }
 }@media only screen and (max-width: 763px) { #qI6fHVPPCei7XsJeBqsQw8Xd8zyf1dHl { width:26.75rem;height:30.9375rem;top:5.625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxSBaCpeIOqRzubrkoMvL6B9o2yvKFRe { top:18.25rem;left:0rem;width:35.9375rem;height:12.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfbiSLPcanQr0h56HVLl8Ek2UhTFG2G { width:0.5rem;height:31.25rem;top:0rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvRRhIdL7pIlAUA5ik4MQ3kpHhPnP7n1 { width:0.5rem;height:31.25rem;top:0rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDthyBSzXKs4mKSoA05sPtDTv0MTlWx { width:0.5rem;height:31.25rem;top:0rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORT26dp8s0NzJVFhcTfWzfcK1g21NZZO { width:0.5rem;height:31.25rem;top:0rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkkFW7k90zkwMuuuuGH0eQ8VQhMsrMx3 { width:0.5rem;height:31.25rem;top:8.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4bJ4qmw1si0Z4GPAZWwrgAib5y0sgc { width:0.5rem;height:31.25rem;top:8.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrIa20y447MCOz9urmmvKqKcTIPZtyT { width:0.5rem;height:31.25rem;top:8.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w97UQR8Zoa4VWAPKTlzC9foKVMlzzNkG { width:0.5rem;height:31.25rem;top:8.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI0TQpXhlkxea06SQszTLp049rkbcTEL { top:5.625rem;left:0rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOAJATQ41ARQN9vQ11LTliTorKvAtmmn { top:6.9375rem;left:25.4375rem;width:22.3125rem;height:6.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8FU6szlIxnRhTNNn95zMCvLmQNHzyWT { width:26.8125rem;height:9.25rem;top:5.4375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:4.5rem;height:4.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN { display:block; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXV8WvHFcSwJc90n87IenhiApTyevzHg { width:4.8125rem;height:4.8125rem;top:0.125rem;left:42.9375rem;display:block; }
#SXV8WvHFcSwJc90n87IenhiApTyevzHg > img { max-width: 100%;max-height:100%; width:4.8125rem; height:4.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BiQGezENzCwidvOyC0gRqHKiS3SrkEd4 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFpucTCqpSruRDJk9OCTim2wrw8QTRyT { width:5.0625rem;height:5.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:13.3125rem;height:2.9375rem;top:2.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 { display:block; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4Zmyr7oaVlFp7QfhLp1xLMnw8WlQkSO { width:20rem;height:3.3994125rem;top:8.2265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#02162e;background-image:url("https://images.assets-landingi.com/uc/942abc37-95a5-4d2e-8939-6246e8c284a2/BANNERLandingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.adaptive-delivery-prevent-bg, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyload, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyloading { background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { width:18.75rem;height:10.7988125rem;top:4.875rem;left:0.625rem;font-size:3rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { width:20rem;height:4.7119125rem;top:17rem;left:0rem;font-size:1.8125rem;z-index:15027;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:16.9375rem;height:2.875rem;top:27.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #TzbUh7Bp81KGTwDyh2A4PIO3QR79DPH1 { width:20rem;height:4.0371125rem;top:21.8125rem;left:0rem;font-size:1.1875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VC2xo2T1FoSJcQ20sTVMgdML12XiovoN { width:0.5rem;height:31.25rem;top:53.4121125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vew6T1SN98Br2pqXoVdu4vARJMAHWSCo { width:0.5rem;height:31.25rem;top:85.9121125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ7ksVmkRZD4UpNrV4aRzJVpuucodHAU { width:0.5rem;height:31.25rem;top:118.4121125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rThUATuvQ1PMv40JM9KTLAOTZMBII386 { width:0.5rem;height:31.25rem;top:150.9121125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { width:20rem;height:19.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WAy640vcOAlUmu3xGaidZidIruLHhw { width:17.5rem;height:6.7988125rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { width:17.5rem;height:4.79980625rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJWqWyW7L18Jo4C7FGnNbCwnLE9hyWAr { width:20rem;height:1.69970625rem;top:45.875rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D36Kd2mdkr7SDG7yo95JxgnwUyVVSW0T { width:16.9375rem;height:2.75rem;top:48.25rem;left:1.53125rem;background-color:#cafc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#052a54;display:block; }
 }@media only screen and (max-width: 763px) { #X2fxx7vAG21EdoIUMOMb4IN13UNqW9hu { display:block; }
 }@media only screen and (max-width: 763px) { #nTiKnQelc1XeoOEqvnBfHJI93zutOzdU { width:20rem;height:25.07225rem;top:18.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOBJ3VNgtBepfhqFVczkcUs0mzeyDfhT { width:0.5rem;height:31.25rem;top:27.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaxCDJcPIrnRZ15TKs7FOuqSMyKwdheI { width:0.5rem;height:31.25rem;top:60rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVw3vxWyg2X5ZwTeelKtCyiclw00GkFi { width:0.5rem;height:31.25rem;top:92.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLgT5UAHyBZX9SKz5IfTCTKFT9ddgqBy { width:0.5rem;height:31.25rem;top:125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko { display:block; }#JV3i59mJu58fGKJpGvKmKgh1v8ZmD1Ko > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGXymBNcCRdIqMrvWK9cpxceIPsZ0pyB { width:16.875rem;height:5.8496125rem;top:1.4375rem;left:1.5625rem;font-size:2.25rem;z-index:15027;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mea5bqm7ep4OK3l1CIkWGoP4aWmzINbI { width:13.8125rem;height:3.3994125rem;top:7.9853515625rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5P1m7v6fD2JPdcMmD9TggicVxyI186J { display:block; }#U5P1m7v6fD2JPdcMmD9TggicVxyI186J > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFSwAXZNSwkNtl7NT1PTuuxUxzw2DxkD { width:20rem;height:25.013927576602rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn0DtTGcBRc6Ze1a435CeUKTKRucIlJS { width:20rem;height:25.013927576602rem;top:27.5136875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiQc6okuSwqV5nDkMNqvEfadw0UN7t46 { width:20rem;height:25.013927576602rem;top:53.777375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz { display:block; }#BoWeuTcEe0etTOMFzmAA2qeVPMu4k4Bz > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQoV9sRRNVvWVlnfx7CaHDTFaGLkqpJF { width:18.625rem;height:1.69970625rem;top:4.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t319ZPIX5Sq4pxbaqTf0iTktmorweBeF { width:20rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhUVK8hFyt7nPBew4wA8dVBWJhoIKfvr { width:18.6875rem;height:1.5rem;top:5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJLM3tZMrua0l3AGiW3JmLZ7TsQN3w9v { width:20rem;height:3.3999rem;top:1.17578125rem;left:0rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW { display:block; }#DZpmfsOFsFEEnFm8XtirydmVrZkkqAnW > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcdd3x7KBvobzhy3OII8lTkoroFZi1Zo { width:17.125rem;height:17.125rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxmeBz9NzbZ8GnWu5W84gRHr8TQgkR4e { width:17.125rem;height:17.125rem;top:19.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtqdfJEZfelNokXIF8OePHeCa5TeKfmS { width:17.125rem;height:17.125rem;top:38rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXEy3Bbh1DcfkfIF2VrZgU5Es5bfTdZ4 { width:17.125rem;height:17.125rem;top:56.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU { display:block; }#SgQFKk7d6zNqpqnSdr2f3ppl7y0r1XLU > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3AT4XkTTUv29GVcmdFsmG3boN20DlVS { width:20rem;height:3.3994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI07ZG70oxvo24iD8F3MxIIqTmHTlmS7 { width:16.9375rem;height:2.9375rem;top:5.8984375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6epvvSu5PCIP0aB5WF2vsgnx0ftCHwW { display:block; }
 }@media only screen and (max-width: 763px) { #KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 { display:block; }#KpIklHGxoBJbWxbrKTtF4UJ6g24wR5v3 > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxXqX21pJeTuptbE8OGOFa5fqzLE7ZTV { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQRb3tSqo8VC8RdTXs1JH33uTqXnaJx { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ff1CHOrdsv8ULM186Z9eqntnL4xGx7 { width:15.3125rem;height:2.92480625rem;top:8.5615234375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QknvivZ7F6tpknDe59OgE5SHeoAt5aO3 { height:11.15625rem;width:20rem;top:16.283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq8oIf9xkINVWhoT0CnT0pHvRhGt1HDV { width:20rem;height:11.1875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2MJNOOfFVUJ3IGxl22HRfb03tm5lrQ3 { width:20rem;height:10.5625rem;top:54.814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8zwKbmZUSCyEt0wzr60Al1ZqpT0lM8 { width:12.125rem;height:4.38720625rem;top:29.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbUK183y1W2oDv16wLkMsP7QT0bTk8Ra { width:14.125rem;height:4.38720625rem;top:48.1923828125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ2RiiT7LCeqtgDnreRaHRZvoTuWiui { width:0.5rem;height:31.25rem;top:80.7519546875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wuy4wW9DdJQLPQuFHKT90Fa5OG3R30LS { width:0.5rem;height:31.25rem;top:113.2519546875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezPJTK2bBaIPyNULv3cpruCmzhn96bJs { width:0.5rem;height:31.25rem;top:145.7519546875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RN4KdMlBdTgbSuw89cVBJrNJ4MR26lOi { width:0.5rem;height:31.25rem;top:178.2519546875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWumErmSoHKSZhMCU6zGbklHoqd3QaIr { display:block; }#wWumErmSoHKSZhMCU6zGbklHoqd3QaIr > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8BwEaX11eEUwv0yuR7vtathxIiEzgxu { width:18.5625rem;height:11.0625rem;top:11.1484375rem;left:0.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bab0bd35-040d-4ce7-a859-31359345ade2/1.crop_1010x834_35,123.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#f8BwEaX11eEUwv0yuR7vtathxIiEzgxu.adaptive-delivery-prevent-bg, #f8BwEaX11eEUwv0yuR7vtathxIiEzgxu.lazyload, #f8BwEaX11eEUwv0yuR7vtathxIiEzgxu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy { width:18.5625rem;height:11.0625rem;top:23.4609375rem;left:0.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3c480ce-cbe4-4723-afd7-5aa881b9b829/3.crop_1016x837_35,120.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy.adaptive-delivery-prevent-bg, #nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy.lazyload, #nAPwcShn4wTWkbmKK0LfNMHCgSSEnXmy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N { width:18.5625rem;height:11.0625rem;top:35.7734375rem;left:0.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dfda1010-0c81-4295-90bc-6ee165adbbc4/4.crop_1010x831_38,120.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N.adaptive-delivery-prevent-bg, #wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N.lazyload, #wp8NKtlW5CbmQ7pJHg4F6dIcTd1LJo7N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE { width:18.5625rem;height:11.0625rem;top:48.0859375rem;left:0.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b168b3f9-256c-41c7-86d2-a5b98f2a6ad5/2.crop_1004x828_41,126.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE.adaptive-delivery-prevent-bg, #H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE.lazyload, #H6CfH2IZz3fBd2OpQdTPQWbfwFyUDVUE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DHVaNZeWcJ9b1y1TUzskynFcNaPHiTFR { width:17.8125rem;height:4rem;top:2.6875rem;left:1.125rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWFwOgl0pQUAidbxT8MnWa54OVCdW84C { width:14.25rem;height:3rem;top:7.4375rem;left:2.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G { display:block; }#VnOpqG3VTo0tKgUtcbQP7AkMelCqNe3G > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsOTLcza1rCwdLLdSEH50eIowIBWFdzb { width:20rem;height:1.48730625rem;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oybr9FUwRi4oyGUOIhIEPUGSBkA2LO80 { width:20rem;height:3.3999rem;top:1.17578125rem;left:0rem;font-size:2rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw { background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/fitness_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw.adaptive-delivery-prevent-bg, #s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw.lazyload, #s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw.lazyloading { background-image: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container { background-color: transparent; background-image: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,42,84,0.85); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container > .video-iframe-container { display: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,42,84,0.85); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row > .video-iframe-container { display: none; }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .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); }#s4FlEMbpoiWKEUBn0euTgJSioPMbMuBw > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP  { width:17.5rem;height:auto;top:33rem;left:0rem; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP {display:block;}#rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP { width:17.5rem;height:auto;top:33rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #Lxp97WcZlsu1hGlpHqWKr30eacq1txrs {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #MPTfMzHDsqmtiTRb1iINe1IgVWAsC6ST {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #T3oKb3HwSS4mIUh7k2lxO3T2ylZCsK32 {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #G0OGg527BzUG6mO3dSxgnc136W79e8mR {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #PJxHmDTrpcKuFoywAFR3mDgZFVrs1z9e {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #tF8igUMxFlqZff8rqzdpxLHAdza5fUkZ {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #kBpm6rXSadrSq4hmMGzqKcnPQGlp0T8r {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #klTTXpMqU4SgqTexJV5sFTOzizPS4r87 {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #ynUeeg187w6Pl2aPGTESwHMTEhZ0IZ8S {  }
 }@media only screen and (max-width: 763px) { #dqUyriXyb8UHv4KewBSDCdafks4OVqVe { display:block; }
 }@media only screen and (max-width: 763px) { #u9gumzu6vvJ0g905U7CkVHmk0tggpxMQ { display:block; }
 }@media only screen and (max-width: 763px) { #foy4nFefmlTn2d9iDHsOvS93ORwPs0iR { display:block; }
 }@media only screen and (max-width: 763px) { #XgHKCZCxgMEyMygArTEdxCBlbL4cJOT5 { display:block; }
 }@media only screen and (max-width: 763px) { #bVPmck4DuHBDLGnT1Bis7kCmTgNZ7feF { display:block; }
 }@media only screen and (max-width: 763px) { #iulFXflMuphcV3ybfeLmGRxHuGvSF3I0 { display:block; }
 }@media only screen and (max-width: 763px) { #MT4SC1d90pl0NZQthMBJLl9berW12A8A { display:block; }
 }@media only screen and (max-width: 763px) { #XkGGRzXeCEVQmN5IZc0FGT50p52R1rwQ { display:block; }
 }@media only screen and (max-width: 763px) { #GsTfedm0apqxyDtb4dbhnMoWHadzgC2c { display:block; }
 }@media only screen and (max-width: 763px) { #z1dJTCqOpfX5EevwTnR2aJ1qShFLX134 { display:block; }
 }@media only screen and (max-width: 763px) { #P8vT71iRr7ByG6eDdK6fFaQmQIoBLyso { display:block; }
 }@media only screen and (max-width: 763px) { #Vd8ngQek1VbOcU4HAQHfrCIXUyoFWDNG { display:block; }
 }@media only screen and (max-width: 763px) { #XmHolIsVsJZ3T3mwEme4ENz2X4wmVVxm { display:block; }
 }@media only screen and (max-width: 763px) { #xN32dZgacVymG30TEesSL1zFqBaBTlOB { display:block; }
 }@media only screen and (max-width: 763px) { #r0GMvPnM2uyiM6QuHmTE2Nf1kH7H7VIt { display:block; }
 }@media only screen and (max-width: 763px) { #r55QGn1CJGv0dbTNoGnXdRiSeA9f6KNF { display:block; }
 }@media only screen and (max-width: 763px) { #bi8ySXXOWaGiMfGHzHeaup8oG4MeTfZD { display:block; }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #tdScxG5eJZTIhCyhTwGIvTT9dcAFlmXW {  }
 }@media only screen and (max-width: 763px) { #rTTnV7IQ1Tn4Ru3AvGZTDpRD27ibRWyP #zxayOI87Zl71hT3zgVPATX9XpTxT1iTz {  }
 }@media only screen and (max-width: 763px) { #qI6fHVPPCei7XsJeBqsQw8Xd8zyf1dHl { width:20rem;height:26.5625rem;top:28.5rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #yxSBaCpeIOqRzubrkoMvL6B9o2yvKFRe { width:20rem;height:11.5488125rem;top:9.25rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMfbiSLPcanQr0h56HVLl8Ek2UhTFG2G { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvRRhIdL7pIlAUA5ik4MQ3kpHhPnP7n1 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDthyBSzXKs4mKSoA05sPtDTv0MTlWx { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORT26dp8s0NzJVFhcTfWzfcK1g21NZZO { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkkFW7k90zkwMuuuuGH0eQ8VQhMsrMx3 { width:0.5rem;height:31.25rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4bJ4qmw1si0Z4GPAZWwrgAib5y0sgc { width:0.5rem;height:31.25rem;top:23.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrIa20y447MCOz9urmmvKqKcTIPZtyT { width:0.5rem;height:31.25rem;top:23.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w97UQR8Zoa4VWAPKTlzC9foKVMlzzNkG { width:0.5rem;height:31.25rem;top:23.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI0TQpXhlkxea06SQszTLp049rkbcTEL { width:10rem;height:10rem;top:0rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOAJATQ41ARQN9vQ11LTliTorKvAtmmn { width:18.375rem;height:7.25rem;top:24.0625rem;left:0.8125rem;font-size:1.8125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8FU6szlIxnRhTNNn95zMCvLmQNHzyWT { width:20rem;height:9.25rem;top:22.9375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:20rem;height:5.09911875rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:5.5rem;height:5.5rem;top:1.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#tuTk3aqlEBzbx9eVsQG7CS5eT4AB1yqN > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXV8WvHFcSwJc90n87IenhiApTyevzHg { display:flex;width:3.9375rem;height:3.9375rem;top:0rem;left:15.9375rem; }
#SXV8WvHFcSwJc90n87IenhiApTyevzHg > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; } }