.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 { position:relative;display:block; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 { background-color: transparent; background-image: none; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container > .video-iframe-container { display: none; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row > .video-iframe-container { display: none; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .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); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 { border-width: 0; border-radius: 0; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f2ea;background-image:none;font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ntw2k6nC3BmqXPsGg7vMEoKqh33ZOpuk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:18.75rem;top:1.5rem;left:3.125rem;overflow:hidden;display:block; }
#aPtK9VyHIeAh6hD5D6TafscvEzF2RF34 { color:#333333;display:block;width:33.75rem;position:absolute;font-family:ppwoodland;font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:21.625rem;height:2.27430625rem;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; }
#Mp5WtBd8DJPBQvQXZoqMWuFPZSspHVeQ { color:#333333;display:block;width:33.75rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.148654937744rem;left:20.625rem;height:1.59288125rem;text-align:center;text-align-last:center;display:block; }
#cBoWx6R8l4004vbTzzZKh5XxnibL61gg { position:relative;display:block; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg { background-color: transparent; background-image: none; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container > .video-iframe-container { display: none; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row > .video-iframe-container { display: none; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .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); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg { border-width: 0; border-radius: 0; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;background-image:url("https://images.assets-landingi.com/uc/bb800bd1-713f-46bb-980b-98e29c245ec6/torn_top_grey_getlandy.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:32rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;position:relative;display:block; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container.adaptive-delivery-prevent-bg, #cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container.lazyload, #cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container.lazyloading { background-image: none; }#lSG9aMnxBOhRDUaTFeaOtss1Xs2iFaMs { position:absolute;display:block;z-index:15004;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:29.124375rem;width:31.124125rem;top:0.93641567230225rem;left:41.355251312256rem;overflow:hidden;display:block; }
#JIrLrK5ZHECHg0L6wbDOsr4qCMns2xTL { color:#e6b83f;display:block;width:33.75rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0620660781861rem;left:3.125rem;height:4.38585rem;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; }
#IDmWO3y5HPzVEg9NGcpqK3r200eMqLL8 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.6870670318606rem;left:3.125rem;height:4.77864375rem;display:block; }
#vuvMyUirQMD2WX9aNR53ih3r01iz8M5Z { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:14.561632156372rem;left:3.125rem;height:7.7386875rem;display:block; }#vuvMyUirQMD2WX9aNR53ih3r01iz8M5Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vuvMyUirQMD2WX9aNR53ih3r01iz8M5Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e36a379c78abefb711fcc21859cdd2318ab5ef38.svg); }
#AGrsb8LaTtzM6rnIQF4B0lmQU5yzHBZ2 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.999134063721rem;left:3.125rem;height:1.59288125rem;text-align:center;text-align-last:center;display:block; }
#Z4n0RwgTlOLM5guSGGGMTLlamS6xxgxF { background-color:#79bf9d;background-image:none;border-top:0.1875rem solid #79bf9d;border-left:0.1875rem solid #79bf9d;border-right:0.1875rem solid #79bf9d;border-bottom:0.1875rem solid #79bf9d;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.25566rem;height:3.38151rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.287544250488rem;left:8.3561210632325rem;display:block; }
#TvxnZqzuQ62nhtPKTMKfG6uS8eIFSHcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc { position:relative;display:block; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc { background-color: transparent; background-image: none; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row .container > .video-iframe-container { display: none; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row > .video-iframe-container { display: none; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .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); }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc { border-width: 0; border-radius: 0; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SHRaatvBxenTziM7tGCIhJaaIf2s7Q1p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.561625rem;width:43.75rem;top:13.186849594116rem;left:15.625rem;display:block; }
#F2UX2vpWaf6vqgwGBbT6LvUV4HexOImt { color:#333333;display:block;width:50rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.25rem;left:12.5rem;height:3.0013rem;text-align:center;text-align-last:center;display:block; }
#geOoc4N8xoTsozzukfA4tLg5UcQhmFp2 { color:#c75741;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.75rem;left:28.1875rem;height:0.97439375rem;text-align:center;text-align-last:center;display:block; }
#xTI37G8it01TkpGzD7QXIZPJZoXFMR8m { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.6875rem;left:26.3125rem; }
#DdKikXq5x4sf4u3SATDBAB5xrGBHD67v { background-color:transparent;background-image:none;border-top:0.1875rem solid #e6b83f;border-left:0.1875rem solid #e6b83f;border-right:0.1875rem solid #e6b83f;border-bottom:0.1875rem solid #e6b83f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.2838475rem;height:3.4097225rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.060764312744rem;left:25.856121063233rem;display:block; }
#y1pyzOoHhDve6vpXrxqICg0pLn3D4voA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9ceeeed-7422-4442-a499-0e6885c0bfda/client_bg.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW.adaptive-delivery-prevent-bg, #krBu2kv79tn3JFTVEZE1pquyM5WdpaIW.lazyload, #krBu2kv79tn3JFTVEZE1pquyM5WdpaIW.lazyloading { background-image: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container { background-color: transparent; background-image: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container > .video-iframe-container { display: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row > .video-iframe-container { display: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .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); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container { border-width: 0; border-radius: 0; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;overflow:visible;position:relative;display:block; }#cccacb866168e4dfa91f5db581626f2d { color:#333333;display:block;width:61.875rem;position:absolute;font-family:ppwoodland;font-size:3.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:8.1163196563719rem;left:6.5625rem;height:6.4995625rem;text-align:center;text-align-last:center;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; }
#sd1cfe6d8612c47cedf52a73739a562c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:31.875rem;top:16.740452438593rem;left:0rem;overflow:hidden;display:block; }
#d9b7ace38cb78b81f0a28e47ecf92717 { color:#333333;display:block;width:35.5620625rem;position:absolute;font-family:ppwoodland;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:20.616320610046rem;left:36.999784469604rem;height:14.9956875rem;text-align:left;text-align-last:left;display:block; }
#Jb881bacfb9697ef1c2fc92dcd83d2fd { color:#333333;display:block;width:35.561rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:37.922095298767rem;left:36.999784469604rem;height:2.06163125rem;text-align:left;text-align-last:left;display:block; }
#S06e4af6b869d50df68b819d671cefee { color:#a6a6a6;display:block;width:35.561rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:39.982644081116rem;left:36.999784469604rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#dae8bb7f9c7d120be305a9f368f1bf7e { color:#c75741;display:block;width:8.186875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3023014068604rem;left:33.406034469604rem;height:0.97439375rem;text-align:center;text-align-last:center;display:block; }
#a24ad3e1b26654396d99264c24393a10 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.2892799377441rem;left:31.531034469604rem; }
#Ucf466e57d702f9af16164c1a64975c0 { color:#c75741;display:block;width:13.1875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:42.714845657349rem;left:39.624784469604rem;height:1.68728125rem;text-align:left;text-align-last:left;display:block; }
#fe0b26e00982fc153f85f91ce927589a { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:42.712678909302rem;left:36.999784469604rem; }
#Ee0a5570b9aa761f5eb3d2cca5778d0b { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#333333;background-image:none;top:44.770836353302rem;left:37rem;display:block; }
#Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ea;background-image:url("https://images.assets-landingi.com/uc/2b64502f-b371-402d-abe5-e1dcc069638f/torn_top_white_getlandy.svg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection.adaptive-delivery-prevent-bg, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection.lazyload, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection.lazyloading { background-image: none; } #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection *:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="text"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="email"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="tel"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection textarea:focus-visible { outline: none; } #gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row .container { background-color: transparent; background-image: none; }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row .container > .video-iframe-container { display: none; }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row > .video-iframe-container { display: none; }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .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); }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row .container { border-width: 0; border-radius: 0; }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; } #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection *:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="text"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="email"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="tel"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection textarea:focus-visible { outline: none; } #SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row .container { background-color: transparent; background-image: none; }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row .container > .video-iframe-container { display: none; }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row > .video-iframe-container { display: none; }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .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); }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row .container { border-width: 0; border-radius: 0; }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 { display:block; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ntw2k6nC3BmqXPsGg7vMEoKqh33ZOpuk { top:1.5rem;left:0rem;width:18.75rem;height:6.936875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtK9VyHIeAh6hD5D6TafscvEzF2RF34 { top:7.875rem;left:8rem;width:33.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp5WtBd8DJPBQvQXZoqMWuFPZSspHVeQ { top:10.125rem;left:7rem;width:33.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBoWx6R8l4004vbTzzZKh5XxnibL61gg { display:block; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSG9aMnxBOhRDUaTFeaOtss1Xs2iFaMs { top:0.875rem;left:16.6875rem;width:31.0625rem;height:29.067701754527rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIrLrK5ZHECHg0L6wbDOsr4qCMns2xTL { top:3rem;left:0rem;width:33.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDmWO3y5HPzVEg9NGcpqK3r200eMqLL8 { top:8.625rem;left:0rem;width:33.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuvMyUirQMD2WX9aNR53ih3r01iz8M5Z { top:14.5rem;left:0rem;width:33.75rem;height:7.6875rem;font-size:1rem;display:block; }#vuvMyUirQMD2WX9aNR53ih3r01iz8M5Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e36a379c78abefb711fcc21859cdd2318ab5ef38.svg); }
 }@media only screen and (max-width: 763px) { #AGrsb8LaTtzM6rnIQF4B0lmQU5yzHBZ2 { top:22.9375rem;left:0rem;width:33.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4n0RwgTlOLM5guSGGGMTLlamS6xxgxF { width:23.25rem;height:3.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxnZqzuQ62nhtPKTMKfG6uS8eIFSHcs { display:block; }
 }@media only screen and (max-width: 763px) { #v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc { display:block; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHRaatvBxenTziM7tGCIhJaaIf2s7Q1p { top:13.125rem;left:2rem;width:43.75rem;height:24.561625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2UX2vpWaf6vqgwGBbT6LvUV4HexOImt { top:9.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geOoc4N8xoTsozzukfA4tLg5UcQhmFp2 { top:5.75rem;left:14.5625rem;width:20.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTI37G8it01TkpGzD7QXIZPJZoXFMR8m { top:5.6875rem;left:12.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdKikXq5x4sf4u3SATDBAB5xrGBHD67v { width:23.25rem;height:3.375rem;top:40rem;left:12.231121063233rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1pyzOoHhDve6vpXrxqICg0pLn3D4voA { display:block; }
 }@media only screen and (max-width: 763px) { #krBu2kv79tn3JFTVEZE1pquyM5WdpaIW { display:block; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cccacb866168e4dfa91f5db581626f2d { top:8.0625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1cfe6d8612c47cedf52a73739a562c { top:16.6875rem;left:0rem;width:31.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9b7ace38cb78b81f0a28e47ecf92717 { top:20.5625rem;left:12.25rem;width:35.5rem;height:14.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb881bacfb9697ef1c2fc92dcd83d2fd { top:37.875rem;left:12.25rem;width:35.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S06e4af6b869d50df68b819d671cefee { top:39.9375rem;left:12.25rem;width:35.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dae8bb7f9c7d120be305a9f368f1bf7e { top:4.25rem;left:19.781034469604rem;width:8.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24ad3e1b26654396d99264c24393a10 { top:4.25rem;left:17.906034469604rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucf466e57d702f9af16164c1a64975c0 { top:42.6875rem;left:14.9375rem;width:13.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe0b26e00982fc153f85f91ce927589a { top:42.6875rem;left:23.374784469604rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee0a5570b9aa761f5eb3d2cca5778d0b { top:44.75rem;left:23.375rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection { display:block; } #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection *:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="text"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="email"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="tel"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection textarea:focus-visible { outline: none; } #gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection { display:block; } #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection *:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="text"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="email"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="tel"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection textarea:focus-visible { outline: none; } #SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 { background-color:#f6f2ea;background-image:url("https://images.assets-landingi.com/uc/bb800bd1-713f-46bb-980b-98e29c245ec6/torn_top_grey_getlandy.svg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2.adaptive-delivery-prevent-bg, #s17BDnN5smUbakAt5TTFcZgDtCJKAWL2.lazyload, #s17BDnN5smUbakAt5TTFcZgDtCJKAWL2.lazyloading { background-image: none; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container { background-color: transparent; background-image: none; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container > .video-iframe-container { display: none; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row > .video-iframe-container { display: none; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .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); }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container { border-width: 0; border-radius: 0; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s17BDnN5smUbakAt5TTFcZgDtCJKAWL2 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ntw2k6nC3BmqXPsGg7vMEoKqh33ZOpuk { width:11.811rem;height:4.3696763rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtK9VyHIeAh6hD5D6TafscvEzF2RF34 { width:20rem;height:4.5486125rem;top:6.869575rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mp5WtBd8DJPBQvQXZoqMWuFPZSspHVeQ { width:20rem;height:1.50065rem;top:11.418186187744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBoWx6R8l4004vbTzzZKh5XxnibL61gg { background-color:#333333;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container { background-color: transparent; background-image: none; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container > .video-iframe-container { display: none; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row > .video-iframe-container { display: none; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .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); }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container { border-width: 0; border-radius: 0; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBoWx6R8l4004vbTzzZKh5XxnibL61gg > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSG9aMnxBOhRDUaTFeaOtss1Xs2iFaMs { width:10.75rem;height:10.0625rem;top:14.309896469116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIrLrK5ZHECHg0L6wbDOsr4qCMns2xTL { width:20rem;height:4.62890625rem;top:1.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDmWO3y5HPzVEg9NGcpqK3r200eMqLL8 { width:20rem;height:6.00260625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuvMyUirQMD2WX9aNR53ih3r01iz8M5Z { width:20rem;height:7.7386875rem;top:15.061848640442rem;left:0rem;font-size:1rem;display:block; }#vuvMyUirQMD2WX9aNR53ih3r01iz8M5Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e36a379c78abefb711fcc21859cdd2318ab5ef38.svg); }
 }@media only screen and (max-width: 763px) { #AGrsb8LaTtzM6rnIQF4B0lmQU5yzHBZ2 { width:20rem;height:1.50065rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4n0RwgTlOLM5guSGGGMTLlamS6xxgxF { width:18.625rem;height:3.375rem;top:27.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxnZqzuQ62nhtPKTMKfG6uS8eIFSHcs { display:block; }
 }@media only screen and (max-width: 763px) { #v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc { display:block; }#v6JuEcTuqeF2ONyBQsPgQfDez1rACUHc > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHRaatvBxenTziM7tGCIhJaaIf2s7Q1p { height:11.227685714286rem;width:20rem;top:12.9145rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2UX2vpWaf6vqgwGBbT6LvUV4HexOImt { width:20rem;height:6.00260625rem;top:5.66189375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geOoc4N8xoTsozzukfA4tLg5UcQhmFp2 { width:20rem;height:0.97439375rem;top:3.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTI37G8it01TkpGzD7QXIZPJZoXFMR8m { display:flex;width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #DdKikXq5x4sf4u3SATDBAB5xrGBHD67v { width:18.625rem;height:3.375rem;top:25.3916875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1pyzOoHhDve6vpXrxqICg0pLn3D4voA { display:block; }
 }@media only screen and (max-width: 763px) { #krBu2kv79tn3JFTVEZE1pquyM5WdpaIW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9ceeeed-7422-4442-a499-0e6885c0bfda/client_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW.adaptive-delivery-prevent-bg, #krBu2kv79tn3JFTVEZE1pquyM5WdpaIW.lazyload, #krBu2kv79tn3JFTVEZE1pquyM5WdpaIW.lazyloading { background-image: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container { background-color: transparent; background-image: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container > .video-iframe-container { display: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row > .video-iframe-container { display: none; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .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); }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container { border-width: 0; border-radius: 0; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krBu2kv79tn3JFTVEZE1pquyM5WdpaIW > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cccacb866168e4dfa91f5db581626f2d { width:20rem;height:7.999125rem;top:6.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1cfe6d8612c47cedf52a73739a562c { width:17.1875rem;height:17.1875rem;top:14.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9b7ace38cb78b81f0a28e47ecf92717 { width:20rem;height:8.9355625rem;top:34.569233894348rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jb881bacfb9697ef1c2fc92dcd83d2fd { width:20rem;height:2.06163125rem;top:44.624568939209rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S06e4af6b869d50df68b819d671cefee { width:20rem;height:1.40625rem;top:46.687286376953rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dae8bb7f9c7d120be305a9f368f1bf7e { width:8.125rem;height:0.97439375rem;top:4.125rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24ad3e1b26654396d99264c24393a10 { display:flex;width:0.99935rem;height:0.99935rem;top:4.125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #Ucf466e57d702f9af16164c1a64975c0 { width:13.186875rem;height:1.68728125rem;top:49.949005126953rem;left:3.2486982345581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe0b26e00982fc153f85f91ce927589a { display:flex;width:1.6875rem;height:1.6875rem;top:49.944664001465rem;left:0.62500011920931rem; }
 }@media only screen and (max-width: 763px) { #Ee0a5570b9aa761f5eb3d2cca5778d0b { width:18.75rem;height:0.0625rem;top:52.001956939698rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection { display:block; } #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection *:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="text"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="email"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection input[type="tel"]:focus-visible, #Qb8ad4bb7f7e2de0bb070ecbbfa3747f.widget-smartsection textarea:focus-visible { outline: none; } #gyKzniBr2IfQHzxBq2EVqk6kd0uT9Slm > .row .container { width:20rem;height:35.406036376953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection { display:block; } #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection *:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="text"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="email"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection input[type="tel"]:focus-visible, #Cd0f44c0a121465eef44c400a0abbbb2.widget-smartsection textarea:focus-visible { outline: none; } #SGG2Bzes6J0yU0NZTRXe87fd7lVsafKn > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }