.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI { position:relative;display:block; }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI { background-color: transparent; background-image: none; }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .row .container > .video-iframe-container { display: none; }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .row > .video-iframe-container { display: none; }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .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); }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI { border-width: 0; border-radius: 0; }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .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:3.5rem;width:60rem;position:relative;display:block; }#UEdgwqP1Bev5z03tTvT73Gf8ivQemsII { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:9.75rem;top:0.25rem;left:0.625rem;overflow:hidden;display:block; }
#eTzqBTxEhBgUpou2uAgVtnSqEKKeED8X { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:6.625rem;top:0.4375rem;left:11.25rem;overflow:hidden;display:block; }
#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2be8903a-60d1-4b7b-bd79-04a204cee80a/pexelsvladakarpovich4050299.crop_6580x2542_0,1845.preview.mirror.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:1.875rem;height:;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; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:#ffffff;display:block;width:55.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;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; }
#NGqhKdxDMpRpProx66Dhh3JSX4ACU9ag { position:absolute;display:block;z-index:100007;height:34.875rem;width:30.25rem;top:8.8125rem;left:29.8125rem;display:block; }
#Fc4wa7mEcKstOX51qgI9xrxetRHCTuDl { background-color:#ff8600;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:26.4373125rem;height:2.5rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:8.8746446371081rem;left:2.5rem;display:block; }
#KEykvDAnve2PTJZNaJBTl0iZdpnI7FOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 { position:relative;display:block; }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 { background-color: transparent; background-image: none; }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .row .container > .video-iframe-container { display: none; }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .row > .video-iframe-container { display: none; }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .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); }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 { border-width: 0; border-radius: 0; }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .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:0.6875rem;width:60rem;position:relative;display:block; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc { position:relative;display:block; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc { background-color: transparent; background-image: none; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .row .container > .video-iframe-container { display: none; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .row > .video-iframe-container { display: none; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .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); }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc { border-width: 0; border-radius: 0; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .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:26.75rem;width:60rem;position:relative;display:block; }#dFdm16R30tq2knkeCRiFNxUglPGqSKmR { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:18.1875rem;left:3.53125rem;height:;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; }
#NNt2EWA6RSoSVceGw5SEHPb192ODnvix { color:rgba(0,0,0,0.5);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:19.875rem;left:1.1875rem;height:2.625rem;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:justify;text-align-last:initial;display:block; }
#C32URXiJ0TDBAWZLB5i893XHJPN5KvWk { color:rgba(0,0,0,0.5);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:7.1875rem;left:1.1875rem;height:2.625rem;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:justify;text-align-last:initial;display:block; }
#gDcgeg49R6QNV0iDU0dXQUR9Q1vyZUgq { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:5.25rem;left:3.53125rem;height:;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; }
#okL1slETz5iPuDxToJLEewgklKwZDQou { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:11.5rem;left:3.5625rem;height:;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; }
#icc5Qxpqcwp5SXBVOxHvsVgn7TiWXq1Q { color:rgba(0,0,0,0.5);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:13.4375rem;left:1.1875rem;height:2.625rem;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:justify;text-align-last:initial;display:block; }
#zQXlEET1bHe649UVrzNU8VEzvL7vV1zL { color:rgba(0,0,0,0.7);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:5.25rem;left:6.4375rem;height:0;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; }
#O5iZygBTgU4xkb0cPbeQUCHkT3eG0Usc { color:#000000;display:block;width:26.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.9375rem;height:1.7875rem;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; }
#QV9xL5Is4mzluhhaFzcq1LiMgvErQnSs { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.8748125rem;width:17.6873125rem;top:4.68572473526rem;left:34.434478759766rem;overflow:hidden;display:block; }
#voAiocfGim5wznrxTJoTZIZbo0SnyLQL { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:30.5625rem;height:1.7871125rem;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; }
#leyZtNpCMxSD6LlAU1guxWAgM5M8ahaE { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:4.6875rem;left:0.9375rem;display:block; }
#x5yIxUxTtFPoIA9beCPFtcgNWFELeFpQ { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:11.125rem;left:0.9375rem;display:block; }
#dTdaaDMaJkoPB83mprlfJ4ZciNzNpMUZ { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:17.75rem;left:0.90625rem;display:block; }
#VDOpUAWK09OT7ntxWVbXv0f0oD3PyQf9 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.37446875rem;width:8.5618125rem;top:17.32244348526rem;left:49.151275634766rem;overflow:hidden;display:block; }
#MRUQxynfvK5LeTuHTSKXXnOAKZZd4LnM { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.374825rem;width:7.6873125rem;top:20.696022510529rem;left:49.556106567382rem;overflow:hidden;display:block; }
#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(12,11,11,0.25);background-image:url("https://images.assets-landingi.com/mkNVda5b/BG_template_Money_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.adaptive-delivery-prevent-bg, #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.lazyload, #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3.lazyloading { background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { background-color: transparent; background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .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); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { border-width: 0; border-radius: 0; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { color:#000000;display:block;width:29rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:1.625rem;left:0.9375rem;height:2.0625rem;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; }
#VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { color:rgba(0,0,0,0.7);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:4.6875rem;left:0.9375rem;height:6.5625rem;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:justify;text-align-last:initial;display:block; }
#AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:21.3125rem;top:1.6246452331543rem;left:35.745735168457rem;overflow:hidden;display:block; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#n7Vd4AUlUqi1P60DLB1Mc54hGomFhmL0 { color:#bab0b0;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:1.15625rem;left:32.40625rem;height:;display:block; }
#WkQ7ONRWkhSmcsH3Al5UbPlybdlTtALG { color:#000000;display:block;width:26.8115rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:8.3740234375rem;left:30.999755859375rem;height:9.1875rem;font-style:normal;display:block; }
#KyxJBhnB3t13JygpWwP8FBMVRIDuJTvn { color:#000000;display:block;width:20.81175rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:5.655517578125rem;left:30.999755859375rem;height:2.0625rem;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; }
#oHIu3kmmG1GDI4BVw98mI6KqKywQTdrk { color:rgba(0,0,0,0.7);display:block;width:19.3119375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:8.375rem;left:4.5625rem;height:2.625rem;display:block; }
#TsfzsV2kncbr7tcNbqwRMyLPGgM6KmG4 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:8.375rem;left:1rem;display:block; }
#FAWOGPvFzBfOH8zbq8JRD3MNU6DX6cTy { color:#000000;display:block;width:20.81175rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:5.655517578125rem;left:0.999755859375rem;height:2.0625rem;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; }
#IQ0O9bd5ADEK1ZDId2XWmcpfMF0sLUIa { color:rgba(0,0,0,0.7);display:block;width:19.3110625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:12.311767578125rem;left:4.561767578125rem;height:2.625rem;display:block; }
#VOqfSIwpmWtnfcsEqTCq4Tg9hMcgRQsN { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:12.0625rem;left:1rem;display:block; }
#nwMT5CsV08FDfk8Aw3743wPup1gL882v { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:16.375rem;left:1rem;display:block; }
#GKBQUNXgMUmBrOW3cMEGozlnqcpBMKk3 { color:rgba(0,0,0,0.7);display:block;width:19.3101875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:16.625rem;left:4.5625rem;height:2.625rem;display:block; }
#TqI9pw2i0V4SrMLtet5ocvQShuvtm6Fy { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:21.0625rem;left:1rem;display:block; }
#QegADJNJHC6CJoZTNcF0b9BRazgTkopv { color:rgba(0,0,0,0.7);display:block;width:19.3093125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:21.3125rem;left:4.5625rem;height:3.9375rem;display:block; }
#ET5KZ7ZPgRzfglEKiEISlvwi4zk5d41T { background-color:#ff8600;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:26.25rem;height:2.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:1.156005859375rem;left:31.279296875rem;display:block; }
#skcqVTdxT93bDy8QTPnf3MCKbF9vlO3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#THAkzyT444N3zmNTPETgECN61eLCtIv3 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff8600;border-left:0.0625rem solid #ff8600;border-right:0.0625rem solid #ff8600;border-bottom:0.0625rem solid #ff8600;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-sizing:border-box;color:#ff8600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:26.2480625rem;height:2.46875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:1.156005859375rem;left:1.71875rem;display:block; }
#GFyWpxF8fe6k5GMvNZwl8A115WEkG67v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#200838;background-image:none;position:relative;display:block; }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row .container { background-color: transparent; background-image: none; }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row .container > .video-iframe-container { display: none; }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row > .video-iframe-container { display: none; }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .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); }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row .container { border-width: 0; border-radius: 0; }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#tfTZ0UeEdeznVcUtVW2LuQPHTkHRr3qO { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.0651664733887rem;left:2.6553611755371rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#c1taWvaNiIb5WMyHpiL1dqD0cU16mqRd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:4.6875rem;top:0.87624359130862rem;left:2.6526985168457rem;overflow:hidden;display:block; }
#d5szdpXvgSql0zl6I5eozyr1TUJVEtzP { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.3762435913086rem;left:7.8085918426512rem;height:0.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI { display:block; }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEdgwqP1Bev5z03tTvT73Gf8ivQemsII { top:0.25rem;left:0rem;width:9.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzqBTxEhBgUpou2uAgVtnSqEKKeED8X { top:0.4375rem;left:5.125rem;width:6.625rem;height:2.5002358713086rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:47.75rem;height:;top:5.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqhKdxDMpRpProx66Dhh3JSX4ACU9ag { top:8.8125rem;left:17.5rem;width:30.25rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc4wa7mEcKstOX51qgI9xrxetRHCTuDl { width:26.4375rem;height:2.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEykvDAnve2PTJZNaJBTl0iZdpnI7FOE { display:block; }
 }@media only screen and (max-width: 763px) { #fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 { display:block; }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc { display:block; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFdm16R30tq2knkeCRiFNxUglPGqSKmR { width:22.3125rem;height:1.6875rem;top:18.1875rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNt2EWA6RSoSVceGw5SEHPb192ODnvix { width:27.8125rem;height:2.5625rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C32URXiJ0TDBAWZLB5i893XHJPN5KvWk { width:27.8125rem;height:2.5625rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDcgeg49R6QNV0iDU0dXQUR9Q1vyZUgq { width:15.625rem;height:1.6875rem;top:5.25rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okL1slETz5iPuDxToJLEewgklKwZDQou { width:15.625rem;height:;top:11.5rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icc5Qxpqcwp5SXBVOxHvsVgn7TiWXq1Q { width:27.8125rem;height:2.5rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQXlEET1bHe649UVrzNU8VEzvL7vV1zL { width:9.5625rem;height:0;top:5.25rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5iZygBTgU4xkb0cPbeQUCHkT3eG0Usc { width:26.375rem;height:;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9xL5Is4mzluhhaFzcq1LiMgvErQnSs { width:17.625rem;height:19.804793425372rem;top:4.625rem;left:25.246978759766rem;display:block; }
 }@media only screen and (max-width: 763px) { #voAiocfGim5wznrxTJoTZIZbo0SnyLQL { width:29.1875rem;height:3.5rem;top:1.1875rem;left:18.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leyZtNpCMxSD6LlAU1guxWAgM5M8ahaE { top:4.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yIxUxTtFPoIA9beCPFtcgNWFELeFpQ { top:11.125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdaaDMaJkoPB83mprlfJ4ZciNzNpMUZ { top:17.75rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDOpUAWK09OT7ntxWVbXv0f0oD3PyQf9 { top:17.3125rem;left:39.25rem;width:8.5rem;height:3.3501065779004rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRUQxynfvK5LeTuHTSKXXnOAKZZd4LnM { top:20.6875rem;left:40.125rem;width:7.625rem;height:2.3555749327219rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:29rem;height:2.0625rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:27.8125rem;height:6.5625rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { width:21.3125rem;height:11.5625rem;top:1.5625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7Vd4AUlUqi1P60DLB1Mc54hGomFhmL0 { top:1.125rem;left:26.28125rem;width:21.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQ7ONRWkhSmcsH3Al5UbPlybdlTtALG { top:8.3125rem;left:21rem;width:26.75rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyxJBhnB3t13JygpWwP8FBMVRIDuJTvn { width:20.75rem;height:2rem;top:5.625rem;left:24.874755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHIu3kmmG1GDI4BVw98mI6KqKywQTdrk { top:8.375rem;left:0rem;width:19.25rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsfzsV2kncbr7tcNbqwRMyLPGgM6KmG4 { top:8.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWOGPvFzBfOH8zbq8JRD3MNU6DX6cTy { width:20.75rem;height:2rem;top:5.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ0O9bd5ADEK1ZDId2XWmcpfMF0sLUIa { top:12.25rem;left:0rem;width:19.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOqfSIwpmWtnfcsEqTCq4Tg9hMcgRQsN { top:12.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwMT5CsV08FDfk8Aw3743wPup1gL882v { top:16.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKBQUNXgMUmBrOW3cMEGozlnqcpBMKk3 { top:16.625rem;left:0rem;width:19.25rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqI9pw2i0V4SrMLtet5ocvQShuvtm6Fy { top:21.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QegADJNJHC6CJoZTNcF0b9BRazgTkopv { top:21.3125rem;left:0rem;width:19.25rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5KZ7ZPgRzfglEKiEISlvwi4zk5d41T { width:26.25rem;height:2.5rem;top:1.125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #skcqVTdxT93bDy8QTPnf3MCKbF9vlO3M { display:block; }
 }@media only screen and (max-width: 763px) { #THAkzyT444N3zmNTPETgECN61eLCtIv3 { width:26.1875rem;height:2.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyWpxF8fe6k5GMvNZwl8A115WEkG67v { display:block; }
 }@media only screen and (max-width: 763px) { #cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f { display:block; }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfTZ0UeEdeznVcUtVW2LuQPHTkHRr3qO { top:4.0625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1taWvaNiIb5WMyHpiL1dqD0cU16mqRd { top:0.875rem;left:0rem;width:4.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5szdpXvgSql0zl6I5eozyr1TUJVEtzP { top:1.375rem;left:0.875rem;width:46.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI { display:block; }#WkhLbaFRS5KpulS8P5x1XIZ5Lsh3JKnI > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEdgwqP1Bev5z03tTvT73Gf8ivQemsII { width:9.3125rem;height:2.8125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzqBTxEhBgUpou2uAgVtnSqEKKeED8X { width:6.625rem;height:2.5rem;top:0.56206601858139rem;left:10.000000059604rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2be8903a-60d1-4b7b-bd79-04a204cee80a/pexelsvladakarpovich4050299.crop_6580x3006_0,1381.preview.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:19.9355625rem;height:5.03689375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:20rem;height:3.0859375rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqhKdxDMpRpProx66Dhh3JSX4ACU9ag { width:20rem;height:24.625rem;top:16.589584350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc4wa7mEcKstOX51qgI9xrxetRHCTuDl { width:17.5rem;height:2.5rem;top:12.778124809265rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEykvDAnve2PTJZNaJBTl0iZdpnI7FOE { display:block; }
 }@media only screen and (max-width: 763px) { #fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 { display:block; }#fvnMZlmGUDGIB1108pqPRlnynEkzxwg2 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc { display:block; }#TMRmy6Dw4MyovRRMUrS7E1Ue4uRu12sc > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFdm16R30tq2knkeCRiFNxUglPGqSKmR { width:11.624625rem;height:3.0013rem;top:24.5625rem;left:5.125rem;text-align:justify;text-align-last:initial;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #NNt2EWA6RSoSVceGw5SEHPb192ODnvix { width:16.5625rem;height:4.50195rem;top:27.625rem;left:1.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C32URXiJ0TDBAWZLB5i893XHJPN5KvWk { width:16.5625rem;height:6.00260625rem;top:7.75rem;left:1.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gDcgeg49R6QNV0iDU0dXQUR9Q1vyZUgq { width:15.625rem;height:1.50065rem;top:4.8125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okL1slETz5iPuDxToJLEewgklKwZDQou { width:15.625rem;height:1.50065rem;top:14.75rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icc5Qxpqcwp5SXBVOxHvsVgn7TiWXq1Q { width:16.5625rem;height:4.50195rem;top:17.6875rem;left:1.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zQXlEET1bHe649UVrzNU8VEzvL7vV1zL { width:9.5625rem;height:0;top:3.0625rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O5iZygBTgU4xkb0cPbeQUCHkT3eG0Usc { width:20rem;height:1.7875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9xL5Is4mzluhhaFzcq1LiMgvErQnSs { width:12.1875rem;height:13.75rem;top:42.373933792114rem;left:3.8742895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #voAiocfGim5wznrxTJoTZIZbo0SnyLQL { width:14.6244375rem;height:5.361325rem;top:34.499284744263rem;left:2.6553621888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leyZtNpCMxSD6LlAU1guxWAgM5M8ahaE { width:2.43696875rem;height:2.43696875rem;top:4.3125rem;left:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yIxUxTtFPoIA9beCPFtcgNWFELeFpQ { width:2.43696875rem;height:2.43696875rem;top:14.25rem;left:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdaaDMaJkoPB83mprlfJ4ZciNzNpMUZ { width:2.43696875rem;height:2.43696875rem;top:25rem;left:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDOpUAWK09OT7ntxWVbXv0f0oD3PyQf9 { width:8.5rem;height:3.3501065779004rem;top:57.373046875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRUQxynfvK5LeTuHTSKXXnOAKZZd4LnM { width:7.625rem;height:2.3555749327219rem;top:61.972659375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:19.0625rem;height:4.1232625rem;top:0.75rem;left:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:19.249rem;height:13.505875rem;top:4.875rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { width:15.375rem;height:8.3125rem;top:18.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7Vd4AUlUqi1P60DLB1Mc54hGomFhmL0 { width:18.6875rem;height:0;top:33.25rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQ7ONRWkhSmcsH3Al5UbPlybdlTtALG { width:18.5608125rem;height:15.46875rem;top:46.375rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyxJBhnB3t13JygpWwP8FBMVRIDuJTvn { width:20rem;height:1.65538125rem;top:43.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHIu3kmmG1GDI4BVw98mI6KqKywQTdrk { width:19.24925rem;height:2.6237rem;top:16.375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsfzsV2kncbr7tcNbqwRMyLPGgM6KmG4 { width:3.125rem;height:3.125rem;top:12rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWOGPvFzBfOH8zbq8JRD3MNU6DX6cTy { width:20rem;height:1.65538125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ0O9bd5ADEK1ZDId2XWmcpfMF0sLUIa { width:19.24925rem;height:2.6237rem;top:24.5rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOqfSIwpmWtnfcsEqTCq4Tg9hMcgRQsN { width:3.125rem;height:3.125rem;top:20.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwMT5CsV08FDfk8Aw3743wPup1gL882v { width:3.125rem;height:3.125rem;top:27rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKBQUNXgMUmBrOW3cMEGozlnqcpBMKk3 { width:19.24925rem;height:2.6237rem;top:31.375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqI9pw2i0V4SrMLtet5ocvQShuvtm6Fy { width:3.125rem;height:3.125rem;top:35.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QegADJNJHC6CJoZTNcF0b9BRazgTkopv { width:19.2480625rem;height:3.93555rem;top:38.25rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5KZ7ZPgRzfglEKiEISlvwi4zk5d41T { width:18.999rem;height:2.5rem;top:4.3115234375rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skcqVTdxT93bDy8QTPnf3MCKbF9vlO3M { display:block; }
 }@media only screen and (max-width: 763px) { #THAkzyT444N3zmNTPETgECN61eLCtIv3 { width:18.8115rem;height:2.4370125rem;top:0.999755859375rem;left:0.577392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyWpxF8fe6k5GMvNZwl8A115WEkG67v { display:block; }
 }@media only screen and (max-width: 763px) { #cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f { display:block; }#cRtEBPa2I6Tg0H0du3UXltAfqhn9GT5f > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfTZ0UeEdeznVcUtVW2LuQPHTkHRr3qO { width:20rem;height:23.5373125rem;top:7.96875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1taWvaNiIb5WMyHpiL1dqD0cU16mqRd { width:4.6875rem;height:1.875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5szdpXvgSql0zl6I5eozyr1TUJVEtzP { width:20rem;height:1.6232625rem;top:4.375rem;left:0rem;font-size:0.625rem;display:block; }
 }