.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#feGJze1HWiZGvcS6NKzxebsTCxR1B79o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feGJze1HWiZGvcS6NKzxebsTCxR1B79o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feGJze1HWiZGvcS6NKzxebsTCxR1B79o > .row > .video-iframe-container { display: none; }#feGJze1HWiZGvcS6NKzxebsTCxR1B79o > .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); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0e1b08db-dbdc-43bd-aebb-ba5c9ed59c14/3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.adaptive-delivery-prevent-bg, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyload, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyloading { background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { background-color: transparent; background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .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); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { border-width: 0; border-radius: 0; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#VEkiMkv2FtJTlyiTGZvhgwM4Rz2hGEz4 { color:#01a3ff;display:block;width:32.8125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:11.56201171875rem;left:24.375rem;height:2.4375rem;font-style:normal;display:block; }
#R8TFqrlNf2NAAr0v1c2lMB6P5DFTQLoX { color:#ffffff;display:block;width:32.874rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:14.0625rem;left:24.34423828125rem;height:2.84399375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQzaApcLM8bPpcdkRMWIxrIwRXPBLorD { position:absolute;display:block;z-index:100002;background-color:#01a3ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:11.874rem;top:18.75rem;left:24.375rem;display:block; }
#WlCoJcV7fRMsEWRnlCIuH4FLfFIpX2vK { color:#ffffff;display:block;width:32.87475rem;position:absolute;font-family:ubuntu;font-size:3.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:20rem;left:24.375rem;height:4.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NKohppXsMfVan7Iw2X3WreS0EtXVQZa8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:20rem;top:8.75rem;left:2.5rem;overflow:hidden;display:block; }
#lLtv15IitmzJCNKsl8WOmwCsDBZpJAyP { color:#ffffff;display:block;width:32.87475rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:25rem;left:24.375rem;height:1.950075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 { position:relative;display:block; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 { background-color: transparent; background-image: none; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container > .video-iframe-container { display: none; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row > .video-iframe-container { display: none; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 { border-width: 0; border-radius: 0; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/355e6070-afa8-49fb-bc4f-b4181f1aceb8/xh7ypg4n1kmamyzzq4ja");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container.adaptive-delivery-prevent-bg, #ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container.lazyload, #ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container.lazyloading { background-image: none; }#htxWhnT5rN1zkpxXUs2IynCnU4wrdd51 { border-top:0.3125rem solid #f9f9f9;border-left:0.3125rem solid #f9f9f9;border-right:0.3125rem solid #f9f9f9;border-bottom:0.3125rem solid #f9f9f9;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(249,249,249,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:46.5625rem;position:absolute;display:block;z-index:100000;top:10.5625rem;left:7.0625rem;display:block; }
#dTGrrWPsbLxF7NRN8mgpe5hp1x9WxqD8 { border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mCgYvNWo/ZackBazarnick.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0608125rem;width:9.0608125rem;position:absolute;display:block;z-index:100005;top:9.125rem;left:49.0625rem;display:block; }#dTGrrWPsbLxF7NRN8mgpe5hp1x9WxqD8.adaptive-delivery-prevent-bg, #dTGrrWPsbLxF7NRN8mgpe5hp1x9WxqD8.lazyload, #dTGrrWPsbLxF7NRN8mgpe5hp1x9WxqD8.lazyloading { background-image: none; }
#UKXqIf8peC8XgoHSiSoNvFgsLvUHIoOZ { display:block;width:41.874rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:9.875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#To5rViBLvmieaXQO2Ed2InOdPqsVpf5V { display:block;width:41.87475rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.475830078125rem;left:7.06201171875rem;height:3.8994125rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#AoFThJwTQWWawqLXz0exKJTuyXB0DwMv { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.9995125rem;width:4.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:10.5625rem;left:1.25rem; }
#ugS5flv3rSzLoHzOw2HPScfmX9WPXVKN { display:block;width:41.8733125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:15rem;left:9.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#yNC9PlDtDxW0Zub87TDq6TpECtqrHUbC { display:block;width:52.25rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:6.375rem;height:3.8994125rem;text-align:right;text-align-last:right;color:#ffffff;font-style:normal;display:block; }
#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR { position:relative;display:block; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR { background-color: transparent; background-image: none; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container > .video-iframe-container { display: none; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row > .video-iframe-container { display: none; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR { border-width: 0; border-radius: 0; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d1fdf9c-fae1-4231-af09-dcfe613457a6/karmascoregood.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container.adaptive-delivery-prevent-bg, #Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container.lazyload, #Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container.lazyloading { background-image: none; }#ZuqBuPawvR9dhxiVDn5oFaFppGF9aAbC { border-top:0.3125rem solid #f9f9f9;border-left:0.3125rem solid #f9f9f9;border-right:0.3125rem solid #f9f9f9;border-bottom:0.3125rem solid #f9f9f9;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(249,249,249,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:46.5625rem;position:absolute;display:block;z-index:100000;top:11.75rem;left:7.4375rem;display:block; }
#WNzvCPRq09VtQ5p1GoKxWvxcXeuxcsXP { border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1oE7lH6N/JohnClark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0608125rem;width:9.0608125rem;position:absolute;display:block;z-index:100005;top:10.3125rem;left:49.4375rem;display:block; }#WNzvCPRq09VtQ5p1GoKxWvxcXeuxcsXP.adaptive-delivery-prevent-bg, #WNzvCPRq09VtQ5p1GoKxWvxcXeuxcsXP.lazyload, #WNzvCPRq09VtQ5p1GoKxWvxcXeuxcsXP.lazyloading { background-image: none; }
#JdOfo3To4w8akMtOfTfcgisGP44z2rbA { display:block;width:41.874rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:13.375rem;left:10.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#Zc3PuH5kdR6X4u9z76g57bShRovGJLlu { display:block;width:45.875rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:7.43701171875rem;height:3.8994125rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#HrVdEn68coSH2rBBX57KUZ35sXdRV8L7 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.9995125rem;width:4.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:11.75rem;left:1.625rem; }
#s2ZwEZp1Zm6K8XglSLeisTT2UeqGxARh { display:block;width:41.8733125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:10.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#XWlx2BTINcaqaKlL2qX3v1PEck3XRgVm { display:block;width:52.2495rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.47607421875rem;left:6.6240234375rem;height:3.8994125rem;text-align:right;text-align-last:right;color:#ffffff;font-style:normal;display:block; }
#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf { position:relative;display:block; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf { background-color: transparent; background-image: none; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container > .video-iframe-container { display: none; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row > .video-iframe-container { display: none; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf { border-width: 0; border-radius: 0; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e88c59e-6466-499c-9b93-795957926f18/karmascoretough.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container.adaptive-delivery-prevent-bg, #yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container.lazyload, #yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container.lazyloading { background-image: none; }#S3ZfE7Rhmm8F5Pt5KoA1CvbiEVAEvcpe { border-top:0.3125rem solid #f9f9f9;border-left:0.3125rem solid #f9f9f9;border-right:0.3125rem solid #f9f9f9;border-bottom:0.3125rem solid #f9f9f9;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(249,249,249,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:46.5625rem;position:absolute;display:block;z-index:100000;top:10.8125rem;left:6.8125rem;display:block; }
#V7ih6VambtvqP5JlR6AC2mPT4gdslfiT { border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1oE7lH6N/JohnClark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0608125rem;width:9.0608125rem;position:absolute;display:block;z-index:100005;top:9.375rem;left:48.75rem;display:block; }#V7ih6VambtvqP5JlR6AC2mPT4gdslfiT.adaptive-delivery-prevent-bg, #V7ih6VambtvqP5JlR6AC2mPT4gdslfiT.lazyload, #V7ih6VambtvqP5JlR6AC2mPT4gdslfiT.lazyloading { background-image: none; }
#VL5OFxywEK4qaXrymGUqaXMF7UxA9KwN { display:block;width:41.874rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.4375rem;left:9.625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#OiHVCvxLKL8sUwc5XruCDRUkPdmJfnxi { display:block;width:41.87475rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.2880859375rem;left:6.812255859375rem;height:3.8994125rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#HQcGS6Jr2PgfPycdpIs7kH4g3wpWKv4Q { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.9995125rem;width:4.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:10.8125rem;left:1rem; }
#rmxyxmqsJPun0pWsyknIsBtNKqHGdEaF { display:block;width:41.8733125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#cam4G0C9rXFTBfX23XkqBN4r5v5U7rVB { display:block;width:52.24875rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.8125rem;height:3.8994125rem;text-align:right;text-align-last:right;color:#ffffff;font-style:normal;display:block; }
#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA { position:relative;display:block; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA { background-color: transparent; background-image: none; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container > .video-iframe-container { display: none; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row > .video-iframe-container { display: none; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,44,44,0.3); }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA { border-width: 0; border-radius: 0; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46edb0b7-3aa6-4078-b0f2-768e5e215998/karmascoreunderdebt.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container.adaptive-delivery-prevent-bg, #xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container.lazyload, #xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container.lazyloading { background-image: none; }#ziOT8beZk391AM9vAQzfIDr8yhWMO8ea { border-top:0.3125rem solid #f9f9f9;border-left:0.3125rem solid #f9f9f9;border-right:0.3125rem solid #f9f9f9;border-bottom:0.3125rem solid #f9f9f9;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(249,249,249,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:46.5625rem;position:absolute;display:block;z-index:100000;top:11.375rem;left:7.4375rem;display:block; }
#GTxGuNC7yai8ZFg0HqEKtQEDbTnFOFVh { border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1oE7lH6N/JohnClark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0608125rem;width:9.0608125rem;position:absolute;display:block;z-index:100005;top:9.9375rem;left:49.4375rem;display:block; }#GTxGuNC7yai8ZFg0HqEKtQEDbTnFOFVh.adaptive-delivery-prevent-bg, #GTxGuNC7yai8ZFg0HqEKtQEDbTnFOFVh.lazyload, #GTxGuNC7yai8ZFg0HqEKtQEDbTnFOFVh.lazyloading { background-image: none; }
#WJolyBfnZks7q9PZaQ7xNUlhTmOmAUah { display:block;width:41.874rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:13rem;left:10.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#tNTF7zeSIglQBgsA3KFkidTcs7rVwToA { display:block;width:54.5625rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.124755859375rem;left:5.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#zvtXIedgVcIAWUqGeIxbwSEhbpJFwto1 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.9995125rem;width:4.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:11.375rem;left:1.625rem; }
#ZdlD5HCnE2n7rB4fOUhcCRLgSchdoFZZ { display:block;width:41.8733125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:15.8125rem;left:10.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#PGBF02HEdmAGua3GJASGDsJvWKMoJzPE { display:block;width:52.2480625rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.0234375rem;left:6.593994140625rem;height:3.8994125rem;text-align:right;text-align-last:right;color:#ffffff;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 { display:block; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEkiMkv2FtJTlyiTGZvhgwM4Rz2hGEz4 { width:9.625rem;height:0;top:13rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TFqrlNf2NAAr0v1c2lMB6P5DFTQLoX { width:26.375rem;height:0;top:15.4375rem;left:19.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzaApcLM8bPpcdkRMWIxrIwRXPBLorD { width:11.875rem;height:0.0625rem;top:22.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlCoJcV7fRMsEWRnlCIuH4FLfFIpX2vK { width:24.6875rem;height:0;top:23.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKohppXsMfVan7Iw2X3WreS0EtXVQZa8 { top:8.75rem;left:0rem;width:20rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLtv15IitmzJCNKsl8WOmwCsDBZpJAyP { width:24.6875rem;height:0;top:23.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 { display:block; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htxWhnT5rN1zkpxXUs2IynCnU4wrdd51 { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGrrWPsbLxF7NRN8mgpe5hp1x9WxqD8 { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKXqIf8peC8XgoHSiSoNvFgsLvUHIoOZ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5rViBLvmieaXQO2Ed2InOdPqsVpf5V { width:41.8125rem;height:3.875rem;top:1.4375rem;left:0.93701171875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFThJwTQWWawqLXz0exKJTuyXB0DwMv { top:10.5625rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugS5flv3rSzLoHzOw2HPScfmX9WPXVKN { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNC9PlDtDxW0Zub87TDq6TpECtqrHUbC { width:47.75rem;height:3.875rem;top:5.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR { display:block; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuqBuPawvR9dhxiVDn5oFaFppGF9aAbC { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNzvCPRq09VtQ5p1GoKxWvxcXeuxcsXP { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdOfo3To4w8akMtOfTfcgisGP44z2rbA { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc3PuH5kdR6X4u9z76g57bShRovGJLlu { width:45.875rem;height:3.875rem;top:1.6875rem;left:1.31201171875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrVdEn68coSH2rBBX57KUZ35sXdRV8L7 { top:11.75rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZwEZp1Zm6K8XglSLeisTT2UeqGxARh { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWlx2BTINcaqaKlL2qX3v1PEck3XRgVm { width:47.75rem;height:3.875rem;top:6.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf { display:block; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3ZfE7Rhmm8F5Pt5KoA1CvbiEVAEvcpe { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ih6VambtvqP5JlR6AC2mPT4gdslfiT { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5OFxywEK4qaXrymGUqaXMF7UxA9KwN { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiHVCvxLKL8sUwc5XruCDRUkPdmJfnxi { width:41.8125rem;height:3.875rem;top:2.25rem;left:0.687255859375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcGS6Jr2PgfPycdpIs7kH4g3wpWKv4Q { top:10.8125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxyxmqsJPun0pWsyknIsBtNKqHGdEaF { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cam4G0C9rXFTBfX23XkqBN4r5v5U7rVB { width:47.75rem;height:3.875rem;top:6.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA { display:block; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziOT8beZk391AM9vAQzfIDr8yhWMO8ea { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxGuNC7yai8ZFg0HqEKtQEDbTnFOFVh { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJolyBfnZks7q9PZaQ7xNUlhTmOmAUah { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTF7zeSIglQBgsA3KFkidTcs7rVwToA { width:47.75rem;height:3.875rem;top:2.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvtXIedgVcIAWUqGeIxbwSEhbpJFwto1 { top:11.375rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdlD5HCnE2n7rB4fOUhcCRLgSchdoFZZ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGBF02HEdmAGua3GJASGDsJvWKMoJzPE { width:47.75rem;height:3.875rem;top:6rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 { background-color:#010d19;background-image:url("https://images.assets-landingi.com/uc/0e1b08db-dbdc-43bd-aebb-ba5c9ed59c14/3.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.adaptive-delivery-prevent-bg, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyload, #GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9.lazyloading { background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { background-color: transparent; background-image: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row > .video-iframe-container { display: none; }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .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); }#GlCqSZoJOXE9xSbRkRMvGI6ZTTargrg9 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEkiMkv2FtJTlyiTGZvhgwM4Rz2hGEz4 { width:20rem;height:1.950075rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TFqrlNf2NAAr0v1c2lMB6P5DFTQLoX { width:20rem;height:2.4375rem;top:4.124755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RQzaApcLM8bPpcdkRMWIxrIwRXPBLorD { width:11.875rem;height:0.0625rem;top:7.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlCoJcV7fRMsEWRnlCIuH4FLfFIpX2vK { width:20rem;height:3.2504875rem;top:8.3123779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NKohppXsMfVan7Iw2X3WreS0EtXVQZa8 { width:12.5rem;height:12.3125rem;top:12.966918945312rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLtv15IitmzJCNKsl8WOmwCsDBZpJAyP { width:20rem;height:3.41015625rem;top:26.560668945312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 { display:block; }#ISOx79T9wgl6aaCWJRgsxswmpa4Gl3u4 > .row .container { width:20rem;height:58.87329375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htxWhnT5rN1zkpxXUs2IynCnU4wrdd51 { width:18.75rem;height:13.8125rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGrrWPsbLxF7NRN8mgpe5hp1x9WxqD8 { width:6.25rem;height:6.25rem;top:26.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKXqIf8peC8XgoHSiSoNvFgsLvUHIoOZ { width:20rem;height:1.75rem;top:40.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To5rViBLvmieaXQO2Ed2InOdPqsVpf5V { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFThJwTQWWawqLXz0exKJTuyXB0DwMv { width:4.9375rem;height:4.9375rem;top:49.64868125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugS5flv3rSzLoHzOw2HPScfmX9WPXVKN { width:20rem;height:0;top:55.83618125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNC9PlDtDxW0Zub87TDq6TpECtqrHUbC { width:20rem;height:0;top:44.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR { display:block; }#Xx4mOHCT8wnJAkTRnPHIuTdcJT3bZ1wR > .row .container { width:20rem;height:58.87329375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuqBuPawvR9dhxiVDn5oFaFppGF9aAbC { width:18.75rem;height:13.8125rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNzvCPRq09VtQ5p1GoKxWvxcXeuxcsXP { width:6.25rem;height:6.25rem;top:26.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdOfo3To4w8akMtOfTfcgisGP44z2rbA { width:20rem;height:1.75rem;top:40.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zc3PuH5kdR6X4u9z76g57bShRovGJLlu { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrVdEn68coSH2rBBX57KUZ35sXdRV8L7 { width:4.9375rem;height:4.9375rem;top:49.64868125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZwEZp1Zm6K8XglSLeisTT2UeqGxARh { width:20rem;height:0;top:55.83618125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWlx2BTINcaqaKlL2qX3v1PEck3XRgVm { width:20rem;height:0;top:44.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf { display:block; }#yldoxJFkTXQgutbCrcrqKixl3c3xL0Sf > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3ZfE7Rhmm8F5Pt5KoA1CvbiEVAEvcpe { width:18.75rem;height:13.8125rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ih6VambtvqP5JlR6AC2mPT4gdslfiT { width:6.25rem;height:6.25rem;top:26.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5OFxywEK4qaXrymGUqaXMF7UxA9KwN { width:20rem;height:1.75rem;top:40.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiHVCvxLKL8sUwc5XruCDRUkPdmJfnxi { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcGS6Jr2PgfPycdpIs7kH4g3wpWKv4Q { width:4.9375rem;height:4.9375rem;top:49.64868125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxyxmqsJPun0pWsyknIsBtNKqHGdEaF { width:20rem;height:0;top:55.83618125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cam4G0C9rXFTBfX23XkqBN4r5v5U7rVB { width:20rem;height:0;top:44.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA { display:block; }#xb5ezW8RES4elBWiGI9dUz1Od6qMAhUA > .row .container { width:20rem;height:58.87329375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziOT8beZk391AM9vAQzfIDr8yhWMO8ea { width:18.75rem;height:13.8125rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxGuNC7yai8ZFg0HqEKtQEDbTnFOFVh { width:6.25rem;height:6.25rem;top:26.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJolyBfnZks7q9PZaQ7xNUlhTmOmAUah { width:20rem;height:1.75rem;top:40.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNTF7zeSIglQBgsA3KFkidTcs7rVwToA { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvtXIedgVcIAWUqGeIxbwSEhbpJFwto1 { width:4.9375rem;height:4.9375rem;top:49.64868125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdlD5HCnE2n7rB4fOUhcCRLgSchdoFZZ { width:20rem;height:0;top:55.83618125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGBF02HEdmAGua3GJASGDsJvWKMoJzPE { width:20rem;height:0;top:44.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }