.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,237,224;--color-primary-1:243,200,163;--color-primary-2:235,163,102;--color-primary-3:229,112,14;--color-primary-4:221,101,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:239,181,133;--color-tertiary-2:228,132,51;--color-tertiary-3:221,101,0;--color-tertiary-4:221,2,0;--headlines-font-family:"raleway";--paragraphs-font-family:"raleway"; }@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:url("https://images.assets-landingi.com/fW7Gnk9o/gradient_shadow_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container { display: none; }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .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); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { background-color: transparent; background-image: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container > .video-iframe-container { display: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row > .video-iframe-container { display: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .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); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { border-width: 0; border-radius: 0; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#qCkzc7DZGnWTCS7Q1HRITIw91hqiy74u { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:28.4375rem;display:block; }
#iiAN3BEpyrvz78uP19JKEDBEhPlc1Ccd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoGJt9kuSz7KayZKQ9ySToQpPmBvHJ9N { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.53125rem;left:42.8125rem;display:block; }
#UXBLuTf0kTs4giDUIADnmErzdkCZ4JMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#syUOmW4qalnosODzDChS0OftWzOpqAoM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.4375rem;top:0.71875rem;left:0.8759765625rem;overflow:hidden;display:block; }
#IDSTKo7yeXDqy65OtL0PttmRev1PaAE1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4375rem;left:26.40625rem; }
#cTc1xyAQaVbtDOquxs7yz1VV1NBeNVgp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.4375rem;left:40.78125rem; }
#OMTHrhFZtHMN36XE4nBvhlzwSDI7yoG9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.59375rem;left:57.9013671875rem; }
#cvSpUc3PaGIKpaBeesAJC40b9ANERZBJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:1.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.5rem;left:17.90625rem;display:block; }
#ayQXu5CAD0tB4IvGuEt9fvz9X7QEsT4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URkWMABVoRRaud0IzOKfbKfftiHxxPPS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ea8d0d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.0625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:0.875rem;left:14.90625rem;display:block; }
#ETiKwkgTPBIEK94yNdrWDAB7CIcSTbBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row .container { background-color: transparent; background-image: none; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row .container > .video-iframe-container { display: none; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row > .video-iframe-container { display: none; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .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); }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row .container { border-width: 0; border-radius: 0; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#a5MVm6VgEPO0is0wpNLdX1PLk6eCZCJW { color:#00d8e0;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAcRuLWeMXi2ABdvumkTu24gBNdD6Jfg { color:#616161;display:block;width:33.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.8125rem;left:0rem;height:5.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hS9wD0ce3his9sU5kJ5WthT4iQTMzln1 { color:#616161;display:block;width:47.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:20.473625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row .container { background-color: transparent; background-image: none; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row .container > .video-iframe-container { display: none; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row > .video-iframe-container { display: none; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .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); }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row .container { border-width: 0; border-radius: 0; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#yS6ed1L1x6WpNszZlAlIyLWWznCGfXS9 { color:#00d8e0;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:3.125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/Nh0B0Jgo/horse_s1_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.adaptive-delivery-prevent-bg, #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.lazyload, #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI.lazyloading { background-image: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { background-color: transparent; background-image: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .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); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { border-width: 0; border-radius: 0; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { width:60rem;height:52.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#d2TzC5RGT9avkIForoN46W81wqBdGhX2 { color:#dd5200;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.5rem;height:7.6371875rem;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; }
#hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { color:#000000;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U5nH9OtiToMPXavMOGWkWh1TL3Z0BPqs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43rem;left:22.5625rem;display:block; }
#evLhP7nMrQ5d6ToD26WfCplUXcH6VLpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl { background-color:rgba(var(--color-primary-4),0.5);background-image:url("https://images.assets-landingi.com/2me3t3ad/learn_more_cta.png");background-position:bottom 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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.625rem;left:27.875rem;display:block; }#dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl.adaptive-delivery-prevent-bg, #dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl.lazyload, #dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl.lazyloading { background-image: none; }
#wc4qEdFP528iIaXOIlWFS3vQwrqPTcHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVIaHW8RBs0Z2clMLzu0RGN60xldhm2P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:20rem;display:none; }
#D3NLQ6be9BePpTG543ScC2VKEQLnGg1A { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d078a029-3fac-4f3d-b169-ea5b9f52c3b8/BlackandWhiteMinimalistProfessionalInitialLogo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:30.4375rem;width:30.4375rem;top:9.8125rem;left:27.9375rem;display:block; }#D3NLQ6be9BePpTG543ScC2VKEQLnGg1A.adaptive-delivery-prevent-bg, #D3NLQ6be9BePpTG543ScC2VKEQLnGg1A.lazyload, #D3NLQ6be9BePpTG543ScC2VKEQLnGg1A.lazyloading { background-image: none; }
#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/eAr2F5Tl/horses_outline_bg.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH.adaptive-delivery-prevent-bg, #dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH.lazyload, #dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH.lazyloading { background-image: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container { background-color: transparent; background-image: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container > .video-iframe-container { display: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row > .video-iframe-container { display: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .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); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container { border-width: 0; border-radius: 0; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:60rem;position:relative;display:block; }#IUTH0Fz0tq3WsFanpdFSXvOl3AazZD8E { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZkQTawdxHZNOOAkZTeZkrABlCcPoz39 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:3.8125rem;left:5.65625rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Evfd0u8PhzfWaZzfAwXWDvuOcBTQQ5Ei { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:0.5rem;top:20.625rem;left:27.0625rem;display:block; }
#mHlCHy6adWgsePFUBNAEAmvcTNC99P0t { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:12.75rem;left:22.8125rem;display:block; }
#c5Znz6J1sMdEasHl9n8XnqWNIKph47nk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/7c4a9399-f0f1-4405-b28a-e5b65451442c/2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:26.375rem;width:26.375rem;top:30.25rem;left:0rem;display:block; }#c5Znz6J1sMdEasHl9n8XnqWNIKph47nk.adaptive-delivery-prevent-bg, #c5Znz6J1sMdEasHl9n8XnqWNIKph47nk.lazyload, #c5Znz6J1sMdEasHl9n8XnqWNIKph47nk.lazyloading { background-image: none; }
#qhF4uMF025rdvEFsA0MSImQnorH5Dn8s { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/92a17523-429a-45df-aabd-6bd65c2a707d/3.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:14.375rem;width:14.375rem;top:12.75rem;left:39.9375rem;display:block; }#qhF4uMF025rdvEFsA0MSImQnorH5Dn8s.adaptive-delivery-prevent-bg, #qhF4uMF025rdvEFsA0MSImQnorH5Dn8s.lazyload, #qhF4uMF025rdvEFsA0MSImQnorH5Dn8s.lazyloading { background-image: none; }
#sH7UGrsPZcsIziSi2v3mQBm87pZBRBCO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:36.3125rem;left:33.15625rem;height:11.0229375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zbG4iJSFbTzVHzt6792wR4WQ5bI6sAf2 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:0.5rem;top:52.90625rem;left:10rem;display:block; }
#oGsVwNPfTcA4ltpOaEXtftezbrXzN6fD { color:rgba(var(--color-tertiary-3),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:15.4375rem;left:2.0625rem;height:11.0229375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ff4xfs1b/video_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM.adaptive-delivery-prevent-bg, #fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM.lazyload, #fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM.lazyloading { background-image: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container { background-color: transparent; background-image: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container > .video-iframe-container { display: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row > .video-iframe-container { display: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .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); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container { border-width: 0; border-radius: 0; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container { font-size:0.875rem;font-family:arial;height:72rem;width:60rem;position:relative;display:block; }#EhSzetzZpROONVmcO85G5c70z0lFeDiI { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XCdL3FUH1lRf0v2yNKckAK4iF9zTWuNw { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:33.875rem;width:50.5625rem;top:36.25rem;left:4.59375rem;display:block; }
#DJ4B7cH7K4b8OIwogtMZRVeXRHT6Flpr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/cb15c711-c74b-46c4-a238-4f4a35010539/BlackandWhiteMinimalistProfessionalInitialLogo2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:9.5rem;width:9.5rem;top:1.40625rem;left:6.28125rem;display:block; }#DJ4B7cH7K4b8OIwogtMZRVeXRHT6Flpr.adaptive-delivery-prevent-bg, #DJ4B7cH7K4b8OIwogtMZRVeXRHT6Flpr.lazyload, #DJ4B7cH7K4b8OIwogtMZRVeXRHT6Flpr.lazyloading { background-image: none; }
#FmDCDMr7VqBSa834onrF71TI8aTxzOlK { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRPlLwZ9PQSKXOs4fmXp8CLza76OGnz6 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/cb15c711-c74b-46c4-a238-4f4a35010539/BlackandWhiteMinimalistProfessionalInitialLogo2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:9.5rem;width:9.5rem;top:24.5625rem;left:6.3125rem;display:block; }#zRPlLwZ9PQSKXOs4fmXp8CLza76OGnz6.adaptive-delivery-prevent-bg, #zRPlLwZ9PQSKXOs4fmXp8CLza76OGnz6.lazyload, #zRPlLwZ9PQSKXOs4fmXp8CLza76OGnz6.lazyloading { background-image: none; }
#LzBTSieCFE9xu6Lvqs0hbTV7AN3OCpNq { z-index:15003;top:13.40625rem;left:15.65625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:6.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vvrzqDx55GhTvHdTDGOvJXWbEXIlZTpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMTngmg3xDrQqszp4edAPByXL0gNx2qd { position:absolute;display:block;z-index:15008;height:26.6875rem;width:47.6875rem;top:39.96875rem;left:6.15625rem;display:block; }
#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/auX6ge8P/testimonials_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG.adaptive-delivery-prevent-bg, #wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG.lazyload, #wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG.lazyloading { background-image: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container { background-color: transparent; background-image: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container > .video-iframe-container { display: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row > .video-iframe-container { display: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .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); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container { border-width: 0; border-radius: 0; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#RCeviH9w9Gz4ekvw83ci80F6U5yFfbGc { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTPprpnX1GGFWibXDB3QDEv69Z9uTl5T { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:7.0625rem;left:11.3125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/auX6ge8P/testimonials_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx.adaptive-delivery-prevent-bg, #RgUlQbK2zeyCaaezttI5X17DAF6t48Xx.lazyload, #RgUlQbK2zeyCaaezttI5X17DAF6t48Xx.lazyloading { background-image: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container { background-color: transparent; background-image: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container > .video-iframe-container { display: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row > .video-iframe-container { display: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .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); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container { border-width: 0; border-radius: 0; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:60rem;position:relative;display:block; }#v0IeTlTpgWJX2bP7uB491cq3zrH7X1N4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;height:37.9375rem;width:28.0625rem;top:9.5rem;left:0rem;display:block; }
#ox7XI8KVDk0dbxQ8HzTTHerR0sQUnfko { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0948e623-678f-4f01-b7ab-15f921a58d9b/460954073_8163467170398502_1290937672641865294_n.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10rem;border-top-right-radius:10rem;border-bottom-left-radius:10rem;border-bottom-right-radius:10rem;box-shadow: none;height:10rem;width:10rem;top:4.375rem;left:10rem;display:block; }#ox7XI8KVDk0dbxQ8HzTTHerR0sQUnfko.adaptive-delivery-prevent-bg, #ox7XI8KVDk0dbxQ8HzTTHerR0sQUnfko.lazyload, #ox7XI8KVDk0dbxQ8HzTTHerR0sQUnfko.lazyloading { background-image: none; }
#zEFwAtbGTlX5MTcsz8QW4I4kJqTmwEVo { color:rgba(var(--color-tertiary-3),1);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:4.75rem;height:5.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#L47IL6QqBThQg5DtvkFmGxIAxO19WQ6l { color:rgba(var(--color-tertiary-3),1);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:21.1875rem;height:5.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nTqZaGJZ8m6xgUoeTZ5csoVNzkVx9IvX { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:19.15625rem;left:0.75rem;height:25.19725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wog9bgwo5sfT0q1XvVJI0XaJSbRaqBh8 { color:#012f94;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:1.71875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4tkHyZ9Zgr18wmw9TBG3QRQoTMRCZWB { color:#012f94;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:35.375rem;height:5.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nv3NKdDCBnaFT4ofe2t0wcddpb6rvegF { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a0409690-18a7-447e-93e6-aa7443116ff0/agatamakutynowicz2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10rem;border-top-right-radius:10rem;border-bottom-left-radius:10rem;border-bottom-right-radius:10rem;box-shadow: none;height:10rem;width:10rem;top:4.4375rem;left:40.625rem;display:block; }#nv3NKdDCBnaFT4ofe2t0wcddpb6rvegF.adaptive-delivery-prevent-bg, #nv3NKdDCBnaFT4ofe2t0wcddpb6rvegF.lazyload, #nv3NKdDCBnaFT4ofe2t0wcddpb6rvegF.lazyloading { background-image: none; }
#hvFQvWInytyQ9Ix46Dwk9cIIyKMT9dIF { color:#012f94;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:19.15625rem;left:31.71875rem;height:21.597625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MxgJQcT5V9kFF8bUoQeclsv45PHTSyD5 { color:#012f94;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.875rem;left:51.8125rem;height:5.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OAfydyqTTwT9y2X1JJUgtTSXn4wkoA6y { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.3125rem;left:33.4375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAwad2Ad0LozPVC78v9syMNves4Jr755 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;height:36.875rem;width:28.0625rem;top:9.5rem;left:30.96875rem;display:block; }
#GzncsWSi6f10x9ZuT2f4czbPsAAExqti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row .container { background-color: transparent; background-image: none; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row .container > .video-iframe-container { display: none; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row > .video-iframe-container { display: none; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .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); }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row .container { border-width: 0; border-radius: 0; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#nCGVcDkU1RpcGzaQTziOCx2EivM20FFn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#EiXQHTS1gRVC3vSUozTwfybiI0IdrN8F { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { background-color: transparent; background-image: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container > .video-iframe-container { display: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row > .video-iframe-container { display: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .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); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { border-width: 0; border-radius: 0; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCkzc7DZGnWTCS7Q1HRITIw91hqiy74u { width:8.625rem;height:1.375rem;top:1.5rem;left:22.3125rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#050505;display:block; }
 }@media only screen and (max-width: 763px) { #iiAN3BEpyrvz78uP19JKEDBEhPlc1Ccd { display:block; }
 }@media only screen and (max-width: 763px) { #VoGJt9kuSz7KayZKQ9ySToQpPmBvHJ9N { width:15.8125rem;height:1.3125rem;top:1.5rem;left:31.9375rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UXBLuTf0kTs4giDUIADnmErzdkCZ4JMi { display:block; }
 }@media only screen and (max-width: 763px) { #syUOmW4qalnosODzDChS0OftWzOpqAoM { width:9.4375rem;height:2.9375rem;top:0.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IDSTKo7yeXDqy65OtL0PttmRev1PaAE1 { top:1.4375rem;left:20.28125rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #cTc1xyAQaVbtDOquxs7yz1VV1NBeNVgp { top:1.4375rem;left:34.65625rem;width:1.5rem;height:1.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #OMTHrhFZtHMN36XE4nBvhlzwSDI7yoG9 { top:1.5625rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #cvSpUc3PaGIKpaBeesAJC40b9ANERZBJ { width:6.9375rem;height:1.375rem;top:1.5rem;left:11.78125rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#050505;display:block; }
 }@media only screen and (max-width: 763px) { #ayQXu5CAD0tB4IvGuEt9fvz9X7QEsT4o { display:block; }
 }@media only screen and (max-width: 763px) { #URkWMABVoRRaud0IzOKfbKfftiHxxPPS { width:3.0625rem;height:2.625rem;top:0.875rem;left:8.78125rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#050505;display:block; }
 }@media only screen and (max-width: 763px) { #ETiKwkgTPBIEK94yNdrWDAB7CIcSTbBp { display:block; }
 }@media only screen and (max-width: 763px) { #yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE { display:block; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5MVm6VgEPO0is0wpNLdX1PLk6eCZCJW { width:47.75rem;height:4.0625rem;top:3.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAcRuLWeMXi2ABdvumkTu24gBNdD6Jfg { width:33.4375rem;height:5.125rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9wD0ce3his9sU5kJ5WthT4iQTMzln1 { width:47.3125rem;height:21.875rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b { display:block; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yS6ed1L1x6WpNszZlAlIyLWWznCGfXS9 { top:3.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI { display:block; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2TzC5RGT9avkIForoN46W81wqBdGhX2 { width:32.0625rem;height:7.625rem;top:16.25rem;left:0rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { width:26.875rem;height:;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5nH9OtiToMPXavMOGWkWh1TL3Z0BPqs { width:13.75rem;height:3.125rem;top:43rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evLhP7nMrQ5d6ToD26WfCplUXcH6VLpu { display:block; }
 }@media only screen and (max-width: 763px) { #dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl { width:3.125rem;height:3.125rem;top:45.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc4qEdFP528iIaXOIlWFS3vQwrqPTcHy { display:block; }
 }@media only screen and (max-width: 763px) { #xVIaHW8RBs0Z2clMLzu0RGN60xldhm2P { width:20rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3NLQ6be9BePpTG543ScC2VKEQLnGg1A { width:30.4375rem;height:30.4375rem;top:9.8125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH { display:block; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUTH0Fz0tq3WsFanpdFSXvOl3AazZD8E { width:47.75rem;height:2.4375rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZkQTawdxHZNOOAkZTeZkrABlCcPoz39 { width:46.8125rem;height:6.875rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evfd0u8PhzfWaZzfAwXWDvuOcBTQQ5Ei { width:0.5rem;height:0.5rem;top:20.625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlCHy6adWgsePFUBNAEAmvcTNC99P0t { width:12.5rem;height:0.0625rem;top:12.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Znz6J1sMdEasHl9n8XnqWNIKph47nk { width:26.375rem;height:26.375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhF4uMF025rdvEFsA0MSImQnorH5Dn8s { width:14.375rem;height:14.375rem;top:12.75rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH7UGrsPZcsIziSi2v3mQBm87pZBRBCO { width:19.375rem;height:12.5rem;top:36.3125rem;left:27.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbG4iJSFbTzVHzt6792wR4WQ5bI6sAf2 { width:0.5rem;height:0.5rem;top:52.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGsVwNPfTcA4ltpOaEXtftezbrXzN6fD { width:36.375rem;height:12.5rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM { display:block; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhSzetzZpROONVmcO85G5c70z0lFeDiI { width:47.75rem;height:2.4375rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCdL3FUH1lRf0v2yNKckAK4iF9zTWuNw { width:47.5rem;height:33.875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ4B7cH7K4b8OIwogtMZRVeXRHT6Flpr { width:9.5rem;height:9.5rem;top:1.375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmDCDMr7VqBSa834onrF71TI8aTxzOlK { width:47.75rem;height:2.4375rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRPlLwZ9PQSKXOs4fmXp8CLza76OGnz6 { width:9.5rem;height:9.5rem;top:24.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzBTSieCFE9xu6Lvqs0hbTV7AN3OCpNq { top:13.375rem;left:9.53125rem;width:28.6875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrzqDx55GhTvHdTDGOvJXWbEXIlZTpQ { display:block; }
 }@media only screen and (max-width: 763px) { #EMTngmg3xDrQqszp4edAPByXL0gNx2qd { top:39.9375rem;left:0.03125rem;width:47.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG { display:block; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCeviH9w9Gz4ekvw83ci80F6U5yFfbGc { width:47.75rem;height:2.4375rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTPprpnX1GGFWibXDB3QDEv69Z9uTl5T { width:37.375rem;height:1.375rem;top:7.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgUlQbK2zeyCaaezttI5X17DAF6t48Xx { display:block; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0IeTlTpgWJX2bP7uB491cq3zrH7X1N4 { width:28.0625rem;height:37.9375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox7XI8KVDk0dbxQ8HzTTHerR0sQUnfko { width:10rem;height:10rem;top:4.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFwAtbGTlX5MTcsz8QW4I4kJqTmwEVo { width:3.875rem;height:5.8125rem;top:7.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L47IL6QqBThQg5DtvkFmGxIAxO19WQ6l { width:3.875rem;height:5.8125rem;top:7.8125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTqZaGJZ8m6xgUoeTZ5csoVNzkVx9IvX { width:26.5625rem;height:26.25rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wog9bgwo5sfT0q1XvVJI0XaJSbRaqBh8 { width:26.5625rem;height:1.6875rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4tkHyZ9Zgr18wmw9TBG3QRQoTMRCZWB { width:3.875rem;height:5.8125rem;top:7.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv3NKdDCBnaFT4ofe2t0wcddpb6rvegF { width:10rem;height:10rem;top:4.4375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvFQvWInytyQ9Ix46Dwk9cIIyKMT9dIF { width:26.5625rem;height:22.75rem;top:19.125rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxgJQcT5V9kFF8bUoQeclsv45PHTSyD5 { width:3.875rem;height:5.8125rem;top:7.875rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAfydyqTTwT9y2X1JJUgtTSXn4wkoA6y { width:26.5625rem;height:1.6875rem;top:15.3125rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAwad2Ad0LozPVC78v9syMNves4Jr755 { width:28.0625rem;height:36.875rem;top:9.5rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzncsWSi6f10x9ZuT2f4czbPsAAExqti { display:block; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCGVcDkU1RpcGzaQTziOCx2EivM20FFn { top:3.625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiXQHTS1gRVC3vSUozTwfybiI0IdrN8F { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#dd0200;background-image:none;position:relative;display:block; }
#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container { display: none; }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .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); } }@media only screen and (max-width: 763px) { #XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { background-color: transparent; background-image: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container > .video-iframe-container { display: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row > .video-iframe-container { display: none; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .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); }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { border-width: 0; border-radius: 0; }#XTIaJQTf6PZENUsTsoW6tlsCRvMNLfTE > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCkzc7DZGnWTCS7Q1HRITIw91hqiy74u { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#050505;display:none; }
 }@media only screen and (max-width: 763px) { #iiAN3BEpyrvz78uP19JKEDBEhPlc1Ccd { display:block; }
 }@media only screen and (max-width: 763px) { #VoGJt9kuSz7KayZKQ9ySToQpPmBvHJ9N { width:11.375rem;height:1.3125rem;top:4.625rem;left:8.625rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UXBLuTf0kTs4giDUIADnmErzdkCZ4JMi { display:block; }
 }@media only screen and (max-width: 763px) { #syUOmW4qalnosODzDChS0OftWzOpqAoM { width:3.625rem;height:1.25rem;top:1.0072917938232rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IDSTKo7yeXDqy65OtL0PttmRev1PaAE1 { display:flex;width:1.5rem;height:1.5rem;top:4.5625rem;left:9.25rem;color:#5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #cTc1xyAQaVbtDOquxs7yz1VV1NBeNVgp { display:flex;width:1.5rem;height:1.5rem;top:7.3125rem;left:9.25rem;color:#5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #OMTHrhFZtHMN36XE4nBvhlzwSDI7yoG9 { display:flex;width:1.1875rem;height:1.1875rem;top:1.34375rem;left:18.0302734375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #cvSpUc3PaGIKpaBeesAJC40b9ANERZBJ { width:6.9375rem;height:1.375rem;top:1.5rem;left:6.5rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#050505;display:none; }
 }@media only screen and (max-width: 763px) { #ayQXu5CAD0tB4IvGuEt9fvz9X7QEsT4o { display:block; }
 }@media only screen and (max-width: 763px) { #URkWMABVoRRaud0IzOKfbKfftiHxxPPS { width:3.0625rem;height:2.625rem;top:0.875rem;left:8.4375rem;background-color:rgba(0,0,0,0);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;box-shadow: none;color:#050505;display:none; }
 }@media only screen and (max-width: 763px) { #ETiKwkgTPBIEK94yNdrWDAB7CIcSTbBp { display:block; }
 }@media only screen and (max-width: 763px) { #yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE { display:block; }#yLv7DUdByn5kIdovo4SlOPVFR6cRHXiE > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5MVm6VgEPO0is0wpNLdX1PLk6eCZCJW { width:20rem;height:0;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAcRuLWeMXi2ABdvumkTu24gBNdD6Jfg { width:20rem;height:2.375rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9wD0ce3his9sU5kJ5WthT4iQTMzln1 { width:20rem;height:0;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b { display:block; }#fnsgHicAOeV5qqgdVIEAu4TkRzreqL2b > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yS6ed1L1x6WpNszZlAlIyLWWznCGfXS9 { width:20rem;height:3rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgPJoDlzWss03OnRiTQdWa0gTUXteoqI { background-color:#dd6500;background-image:none;display:block; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { background-color: transparent; background-image: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row > .video-iframe-container { display: none; }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .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); }#LgPJoDlzWss03OnRiTQdWa0gTUXteoqI > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2TzC5RGT9avkIForoN46W81wqBdGhX2 { width:15.6875rem;height:6.625rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:5.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hp77W7Tyt4OIIxU1I5OIdmOtAZuc0fFb { width:20rem;height:7.75rem;top:13.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U5nH9OtiToMPXavMOGWkWh1TL3Z0BPqs { width:13.75rem;height:3.125rem;top:46.8125rem;left:3.125rem;background-color:transparent;background-image:none;color:#ffffff;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evLhP7nMrQ5d6ToD26WfCplUXcH6VLpu { display:block; }
 }@media only screen and (max-width: 763px) { #dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl { width:3.125rem;height:3.125rem;top:51rem;left:8.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2me3t3ad/learn_more_cta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl.adaptive-delivery-prevent-bg, #dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl.lazyload, #dJslpIV0Kq8yd9BibSLfQlWHkpUfhBJl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wc4qEdFP528iIaXOIlWFS3vQwrqPTcHy { display:block; }
 }@media only screen and (max-width: 763px) { #xVIaHW8RBs0Z2clMLzu0RGN60xldhm2P { top:24.9375rem;left:0rem;width:20rem;height:21.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D3NLQ6be9BePpTG543ScC2VKEQLnGg1A { width:14.3125rem;height:22.1875rem;top:22.0625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eAr2F5Tl/horses_outline_bg.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH.adaptive-delivery-prevent-bg, #dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH.lazyload, #dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH.lazyloading { background-image: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container { background-color: transparent; background-image: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container > .video-iframe-container { display: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row > .video-iframe-container { display: none; }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .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); }#dEu693JnU7KDxpNxT4tpVwzZZfPa8mzH > .row .container { width:20rem;height:121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUTH0Fz0tq3WsFanpdFSXvOl3AazZD8E { width:20rem;height:1.9375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZkQTawdxHZNOOAkZTeZkrABlCcPoz39 { width:20rem;height:16.5rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Evfd0u8PhzfWaZzfAwXWDvuOcBTQQ5Ei { width:0.5rem;height:0.5rem;top:24.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlCHy6adWgsePFUBNAEAmvcTNC99P0t { width:12.5rem;height:0.0625rem;top:34.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5Znz6J1sMdEasHl9n8XnqWNIKph47nk { width:14.375rem;height:14.375rem;top:69.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhF4uMF025rdvEFsA0MSImQnorH5Dn8s { width:14.375rem;height:14.375rem;top:27.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH7UGrsPZcsIziSi2v3mQBm87pZBRBCO { width:11.375rem;height:17.875rem;top:46.1875rem;left:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbG4iJSFbTzVHzt6792wR4WQ5bI6sAf2 { width:0.5rem;height:0.5rem;top:76.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGsVwNPfTcA4ltpOaEXtftezbrXzN6fD { width:11.375rem;height:33rem;top:87.40625rem;left:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ff4xfs1b/video_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM.adaptive-delivery-prevent-bg, #fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM.lazyload, #fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM.lazyloading { background-image: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container { background-color: transparent; background-image: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container > .video-iframe-container { display: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row > .video-iframe-container { display: none; }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .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); }#fdfANUU2wXsCgw8aR7oI8t9T6KgwqyTM > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhSzetzZpROONVmcO85G5c70z0lFeDiI { width:20rem;height:1.9375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#dd6500;display:block; }
 }@media only screen and (max-width: 763px) { #XCdL3FUH1lRf0v2yNKckAK4iF9zTWuNw { width:19.75rem;height:15.9375rem;top:21.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJ4B7cH7K4b8OIwogtMZRVeXRHT6Flpr { width:9.5rem;height:9.5rem;top:5.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmDCDMr7VqBSa834onrF71TI8aTxzOlK { width:20rem;height:1.9375rem;top:25.494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#dd6500;display:block; }
 }@media only screen and (max-width: 763px) { #zRPlLwZ9PQSKXOs4fmXp8CLza76OGnz6 { width:9.5rem;height:9.5rem;top:28.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzBTSieCFE9xu6Lvqs0hbTV7AN3OCpNq { top:16.375rem;left:0.5rem;width:19rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrzqDx55GhTvHdTDGOvJXWbEXIlZTpQ { display:block; }
 }@media only screen and (max-width: 763px) { #EMTngmg3xDrQqszp4edAPByXL0gNx2qd { width:20rem;height:26.6875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/auX6ge8P/testimonials_bg.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG.adaptive-delivery-prevent-bg, #wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG.lazyload, #wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG.lazyloading { background-image: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container { background-color: transparent; background-image: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container > .video-iframe-container { display: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row > .video-iframe-container { display: none; }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .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); }#wT41cwifTLMyrRzUDFnvUzfDeiGoW3HG > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCeviH9w9Gz4ekvw83ci80F6U5yFfbGc { width:20rem;height:3.875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#dd6500;display:block; }
 }@media only screen and (max-width: 763px) { #CTPprpnX1GGFWibXDB3QDEv69Z9uTl5T { width:20rem;height:1.375rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgUlQbK2zeyCaaezttI5X17DAF6t48Xx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/auX6ge8P/testimonials_bg.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx.adaptive-delivery-prevent-bg, #RgUlQbK2zeyCaaezttI5X17DAF6t48Xx.lazyload, #RgUlQbK2zeyCaaezttI5X17DAF6t48Xx.lazyloading { background-image: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container { background-color: transparent; background-image: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container > .video-iframe-container { display: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row > .video-iframe-container { display: none; }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .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); }#RgUlQbK2zeyCaaezttI5X17DAF6t48Xx > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0IeTlTpgWJX2bP7uB491cq3zrH7X1N4 { width:20rem;height:41.3125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox7XI8KVDk0dbxQ8HzTTHerR0sQUnfko { width:10rem;height:10rem;top:1.15625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFwAtbGTlX5MTcsz8QW4I4kJqTmwEVo { width:3.875rem;height:5.8125rem;top:5.40625rem;left:0.625rem;text-align:center;text-align-last:center;color:#dd6500;display:block; }
 }@media only screen and (max-width: 763px) { #L47IL6QqBThQg5DtvkFmGxIAxO19WQ6l { width:3.875rem;height:5.8125rem;top:5.40625rem;left:15.15625rem;text-align:center;text-align-last:center;color:#dd6500;display:block; }
 }@media only screen and (max-width: 763px) { #nTqZaGJZ8m6xgUoeTZ5csoVNzkVx9IvX { width:17.9375rem;height:31.25rem;top:15.21875rem;left:1.03125rem;text-align:center;text-align-last:center;color:#dd6500;display:block; }
 }@media only screen and (max-width: 763px) { #wog9bgwo5sfT0q1XvVJI0XaJSbRaqBh8 { width:20rem;height:1.5rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4tkHyZ9Zgr18wmw9TBG3QRQoTMRCZWB { width:3.875rem;height:5.8125rem;top:54.625rem;left:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nv3NKdDCBnaFT4ofe2t0wcddpb6rvegF { width:10rem;height:10rem;top:49.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvFQvWInytyQ9Ix46Dwk9cIIyKMT9dIF { width:20rem;height:25rem;top:63.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxgJQcT5V9kFF8bUoQeclsv45PHTSyD5 { width:3.875rem;height:5.8125rem;top:54.625rem;left:15rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAfydyqTTwT9y2X1JJUgtTSXn4wkoA6y { width:20rem;height:1.5rem;top:60.375rem;left:0rem;text-align:center;text-align-last:center;color:#dd6500;display:block; }
 }@media only screen and (max-width: 763px) { #TAwad2Ad0LozPVC78v9syMNves4Jr755 { width:20rem;height:34.4375rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzncsWSi6f10x9ZuT2f4czbPsAAExqti { display:block; }#GzncsWSi6f10x9ZuT2f4czbPsAAExqti > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCGVcDkU1RpcGzaQTziOCx2EivM20FFn { width:20rem;height:11.25rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiXQHTS1gRVC3vSUozTwfybiI0IdrN8F { width:20rem;height:3.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#dd6500;display:block; }
 }