.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:255,234,211;--color-primary-1:255,191,122;--color-primary-2:255,148,34;--color-primary-3:255,102,34;--color-primary-4:51,30,7;--color-secondary-0:225,227,244;--color-secondary-1:156,161,219;--color-secondary-2:57,67,183;--color-secondary-3:29,34,92;--color-secondary-4:9,10,27;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Rubik"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));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; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:57.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Iwa5tOgibo2lqQ5cSiW6n1nxNbB672Rz { color:rgba(var(--color-tertiary-0),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xo4ABV5OLokWrkGl9UuPngVQViAxewNI { background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:45.6875rem;left:0rem;display:none; }
#xBh4GEtOyeaViS9GUDZ9q6Aihv9ypI3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHl2XqA05HnWXw88IMiaXUba2naa4NUl { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:26.3125rem;left:0rem;height:14.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KHl2XqA05HnWXw88IMiaXUba2naa4NUl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KHl2XqA05HnWXw88IMiaXUba2naa4NUl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27476be14a6da4727e340388dc6a7b3e5ba40fa3.svg); }
#kZRAnR7g1SySFzXuL51LcExHLvQ35JPu { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.8125rem;left:0rem;height:4.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tFrbB1dALtkTV6OKCMCuxEZz38MJN27R { position:absolute;display:block;z-index:15010;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:1.8125rem;width:7.5625rem;top:55.5rem;left:6.25rem;overflow:hidden;display:block; }
#msFTshVqD3AoXUkliC9CPuTw1HKrLklE { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.8125rem;left:0rem;height:4.35rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PbmdDl3v0kywJ8DSCx6hAo0zC9ttHTVU { color:rgba(var(--color-tertiary-0),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OutRZi0pwDukbl4O8QefIpEq56024dfr { position:absolute;display:block;z-index:15031;height:3.75rem;width:20rem;top:43.1875rem;left:0rem;display:block; }
#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { 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; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { border-width: 0; border-radius: 0; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #30d6c2, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #30d6c2, rgba(var(--color-secondary-2),1));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;box-shadow: none;height:44.375rem;width:30.5625rem;top:7.875rem;left:0rem;display:block; }
#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:38.6875rem;left:2.8125rem;height:4.52415rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27476be14a6da4727e340388dc6a7b3e5ba40fa3.svg); }
#uHUPQlfMswSikFefrI7xlefel4T99y2n { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.8125rem;left:2.8125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FC306tn1eXQbToPCS8IwK5HlaNes3U4s { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:42.1875rem;width:39.125rem;top:8.1875rem;left:34.5rem;display:block; }
#SCgxBewm7wwknxpBkALKBx7U2bKAxcud { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(top, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, #30d6c2, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, #30d6c2, rgba(var(--color-secondary-2),1));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;box-shadow: none;height:42.25rem;width:38.1875rem;top:10.0625rem;left:36.8125rem;display:block; }
#LgpfG4Xz1hyqL5aMp2f8uX4pDFOZrJ5h { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:10.4375rem;top:10.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#flALTG9Q7rsZLJN34DTpfMFV1AXJkXJd { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2.8125rem;height:15.5966125rem;text-align:justify;text-align-last:initial;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; }
#lRavyvWBRAEH0FOFkvkMI0r3B6y8Zzgq { position:absolute;display:block;z-index:15022;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:32.1875rem;width:44.375rem;top:14.5rem;left:30.625rem;overflow:hidden;display:block; }
#vMgkTyUZGXv0bkBVDkUmrvPS2KUlQGxc { background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:45.5rem;left:2.8125rem;display:none; }
#b9T0D6aQD0BiRGyyALnFyJD6Ny24TPnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkSpwqFlqNlv3NMRGytbMqWoAP851EU6 { position:absolute;display:block;z-index:15032;height:3.75rem;width:20rem;top:44.5625rem;left:2.8125rem;display:block; }
#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bdde101-e0c8-4f87-a6d3-d88cba774a78/MY20GTI90CoupleRiding.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd.adaptive-delivery-prevent-bg, #NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd.lazyload, #NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd.lazyloading { background-image: none; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row .container { background-color: transparent; background-image: none; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row .container > .video-iframe-container { display: none; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row > .video-iframe-container { display: none; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .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); }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row .container { border-width: 0; border-radius: 0; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:block; }#fyscE6owHivab2q5qMQ4ON9Uo0KzXT2H { 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:3.875rem;width:7.75rem;top:14.3125rem;left:10rem;overflow:hidden;display:block; }
#NRsQwmxMtW4qOMCvFWEQ5FgBi6rmqhhI { 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:3.875rem;width:7.75rem;top:14.3125rem;left:33.625rem;overflow:hidden;display:block; }
#u4dm8faLnyAI9oHG3chMn9oiX39WkEKn { position:absolute;display:block;z-index:15002;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:3.875rem;width:7.75rem;top:14.3125rem;left:57rem;overflow:hidden;display:block; }
#euHrooHtsMAssKRlA6wcJNVwLk8Ta4en { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:3rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UrqKJJbVoysD4OsAeTQBXX6RDvHJlBqT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.25rem;left:26.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3nmRPFA85zVvQZASs3Z6u60m0Nz3BHx { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.25rem;left:50rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wfh5bR4kGrrRToxZtcJILokAWW1Vvu7T { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.3125rem;left:53.125rem;height:2.27415rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyAKCtCkDUgUXUcxdCTXPbXDB0EuS5Qd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.3125rem;left:29.75rem;height:2.27415rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEL6lo4V16qvyU4tXxa6Cwb8xq0wuTqh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:6.5rem;height:2.27415rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMGsbvVJ6JtpmJg0nu2D83AI69pT2tJK { box-sizing:content-box;height:16.875rem;width:68.75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:10.394999980926rem;left:3.0043716430664rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#wKOLuhNpzL0P3dMyWTy6uImVdPO5Qfhn { color:rgba(var(--color-secondary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:45.9375rem;left:24.124996185302rem;height:2.27485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ioZtuA1R354VA5T3tNAJ4GIuH4p2iRm6 { box-sizing:content-box;height:10.5625rem;width:28.4375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.1875rem;left:8.375rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#gvN2fRfVbGl1HEZtvJl2peM80xxcSW9H { color:#30d6c2;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:45.875rem;left:11.125rem;height:2.27485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGH0cMc8k4PV8DZZaA4aCupLz9U6S7et { color:#30d6c2;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:44.6875rem;left:11.125rem;height:1.625rem;display:block; }
#mUfIBVK35qDFpCittQeMOWsW9Rc0Wgrr { color:rgba(var(--color-secondary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.75rem;left:24.124996185302rem;height:1.625rem;display:block; }
#xmi8FMliiBhTuZ8uncccDAp2bPnow6Jf { box-sizing:content-box;height:3.125rem;width:28.6875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-size:auto !important;top:40.1875rem;left:8.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#WXy7xefbUFyeV3yXAhvMyLZmcc0pew86 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41rem;left:8.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fIvCyf4DDCB0LKKTtcwT6IEbS0kpMaUf { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15025;background-color:#b7b7b7;background-image:none;top:44.875rem;left:22.562496185302rem;display:block; }
#sx5R8IEJiCshz4oBTuJBkFAfKf9P5H6B { box-sizing:content-box;height:10.5625rem;width:28.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.1875rem;left:38.125rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#mupwdiw5xWhdO4osuPi6H0PdnIMHPvFq { box-sizing:content-box;height:3.125rem;width:28.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d6c2', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #30d6c2, rgba(var(--color-secondary-2),1));background-size:auto !important;top:40.1875rem;left:38.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PO8vRvNUDx7m7Myw7N4JGHhKvQR6PJOR { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:41rem;left:38.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eFTdS9z4MvaOywNTwvCSLAK4n39Sk1T0 { color:rgba(var(--color-secondary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:44.75rem;left:53.875rem;height:1.625rem;display:block; }
#R5T9Ut6GGZwdJ8qqbo24H7nNqgqxzcsl { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:#b7b7b7;background-image:none;top:44.875rem;left:52.3125rem;display:block; }
#Vx1uL6u56n9IPW5tcOdEZQ6tNEpTTeW2 { color:rgba(var(--color-secondary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:45.9375rem;left:53.875rem;height:2.27485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPRQxDmM8QC8XxSIwH56VDPaWIq4XvTC { color:#30d6c2;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:45.875rem;left:40.875rem;height:2.27485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m0ct2CdNx9H8KsMmg1TIcnhhBhn7yDpI { color:#30d6c2;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44.6875rem;left:40.875rem;height:1.625rem;display:block; }
#Q0hzxN1q7In54tFLLXVVwb7B4CQaiKBp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:32.998125553131rem;left:0rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sviJXx8Z5T4HxffIwBMtszU8gexBXddm { background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:49.5rem;left:17.4375rem;display:none; }
#W8uVPRl4I0rKNcD3bJ65RI0n7BZTuKFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2CgHMPmE0AUfe8Ihyah0KvsoExDt5wW { background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:49.499376773834rem;left:47.150619506836rem;display:none; }
#Iw6UsuWGnFrDM6MBFrcyKOEGOJ36nOEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn6gFUOyVHfcdyrGVKDHmI5WsmHeERt0 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pau3z8HkJyoOZVX6KQE3q0Au884x860f { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:36.321249961853rem;left:0rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4dK6Eyx03ad0WOO7fZ2sb2PVUcLGPp0 { background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:45.6875rem;left:0rem;display:none; }
#yxPQu9pEctIPApx3MJDJXtGpNmi36Ouq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owhAn97uGuxk7gnZghHHoKsEpKtvcM4d { position:absolute;display:block;z-index:15033;height:3.75rem;width:20rem;top:49rem;left:12.692970275879rem;display:block; }
#NdiEJ4h8r3tmnKlNOt7gXzz1Tv0bueL4 { position:absolute;display:block;z-index:15034;height:3.75rem;width:20rem;top:49rem;left:42.349220275879rem;display:block; }
#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row .container { background-color: transparent; background-image: none; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row .container > .video-iframe-container { display: none; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row > .video-iframe-container { display: none; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .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); }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row .container { border-width: 0; border-radius: 0; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1431198120118rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwa5tOgibo2lqQ5cSiW6n1nxNbB672Rz { width:39.875rem;height:8.5rem;top:9.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4ABV5OLokWrkGl9UuPngVQViAxewNI { width:20.4375rem;height:3.75rem;top:45.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBh4GEtOyeaViS9GUDZ9q6Aihv9ypI3T { display:block; }
 }@media only screen and (max-width: 763px) { #KHl2XqA05HnWXw88IMiaXUba2naa4NUl { width:35.125rem;height:14.375rem;top:26.3125rem;left:0rem;font-size:1.0625rem;display:block; }#KHl2XqA05HnWXw88IMiaXUba2naa4NUl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27476be14a6da4727e340388dc6a7b3e5ba40fa3.svg); }
 }@media only screen and (max-width: 763px) { #kZRAnR7g1SySFzXuL51LcExHLvQ35JPu { width:39.25rem;height:4.3125rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFrbB1dALtkTV6OKCMCuxEZz38MJN27R { width:7.5625rem;height:1.8125rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFTshVqD3AoXUkliC9CPuTw1HKrLklE { width:18.875rem;height:4.25rem;top:21.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbmdDl3v0kywJ8DSCx6hAo0zC9ttHTVU { width:39.875rem;height:8.5rem;top:9.3125rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #OutRZi0pwDukbl4O8QefIpEq56024dfr { width:20rem;height:3.75rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27476be14a6da4727e340388dc6a7b3e5ba40fa3.svg); }
 }@media only screen and (max-width: 763px) { #uHUPQlfMswSikFefrI7xlefel4T99y2n { top:13.8125rem;left:0rem;width:21.9375rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC306tn1eXQbToPCS8IwK5HlaNes3U4s { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCgxBewm7wwknxpBkALKBx7U2bKAxcud { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgpfG4Xz1hyqL5aMp2f8uX4pDFOZrJ5h { width:10.4375rem;height:3.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flALTG9Q7rsZLJN34DTpfMFV1AXJkXJd { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRavyvWBRAEH0FOFkvkMI0r3B6y8Zzgq { width:44.375rem;height:32.1875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgkTyUZGXv0bkBVDkUmrvPS2KUlQGxc { width:20.4375rem;height:3.75rem;top:45.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9T0D6aQD0BiRGyyALnFyJD6Ny24TPnk { display:block; }
 }@media only screen and (max-width: 763px) { #dkSpwqFlqNlv3NMRGytbMqWoAP851EU6 { width:20rem;height:3.75rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd { display:block; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyscE6owHivab2q5qMQ4ON9Uo0KzXT2H { width:7.75rem;height:3.875rem;top:14.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRsQwmxMtW4qOMCvFWEQ5FgBi6rmqhhI { width:7.75rem;height:3.875rem;top:14.3125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4dm8faLnyAI9oHG3chMn9oiX39WkEKn { width:7.75rem;height:3.875rem;top:14.3125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHrooHtsMAssKRlA6wcJNVwLk8Ta4en { width:21.8125rem;height:2rem;top:19.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrqKJJbVoysD4OsAeTQBXX6RDvHJlBqT { width:21.8125rem;height:2rem;top:19.25rem;left:9.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3nmRPFA85zVvQZASs3Z6u60m0Nz3BHx { width:21.8125rem;height:2rem;top:19.25rem;left:25.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfh5bR4kGrrRToxZtcJILokAWW1Vvu7T { width:15.5rem;height:2.25rem;top:21.3125rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyAKCtCkDUgUXUcxdCTXPbXDB0EuS5Qd { width:15.5rem;height:2.25rem;top:21.3125rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEL6lo4V16qvyU4tXxa6Cwb8xq0wuTqh { width:14.75rem;height:2.25rem;top:21.3125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMGsbvVJ6JtpmJg0nu2D83AI69pT2tJK { width:47.5rem;height:16.875rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKOLuhNpzL0P3dMyWTy6uImVdPO5Qfhn { width:11.75rem;height:2.25rem;top:45.9375rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioZtuA1R354VA5T3tNAJ4GIuH4p2iRm6 { width:28.4375rem;height:10.5625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvN2fRfVbGl1HEZtvJl2peM80xxcSW9H { width:11.0625rem;height:2.25rem;top:45.875rem;left:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGH0cMc8k4PV8DZZaA4aCupLz9U6S7et { width:8.375rem;height:1.625rem;top:44.6875rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUfIBVK35qDFpCittQeMOWsW9Rc0Wgrr { width:7.875rem;height:1.625rem;top:44.75rem;left:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmi8FMliiBhTuZ8uncccDAp2bPnow6Jf { width:28.6875rem;height:3.125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXy7xefbUFyeV3yXAhvMyLZmcc0pew86 { width:28.125rem;height:1.625rem;top:41rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIvCyf4DDCB0LKKTtcwT6IEbS0kpMaUf { width:0.125rem;height:3.125rem;top:44.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx5R8IEJiCshz4oBTuJBkFAfKf9P5H6B { width:28.25rem;height:10.5625rem;top:40.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mupwdiw5xWhdO4osuPi6H0PdnIMHPvFq { width:28.5rem;height:3.125rem;top:40.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO8vRvNUDx7m7Myw7N4JGHhKvQR6PJOR { width:28.125rem;height:1.625rem;top:41rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTdS9z4MvaOywNTwvCSLAK4n39Sk1T0 { width:7.875rem;height:1.625rem;top:44.75rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5T9Ut6GGZwdJ8qqbo24H7nNqgqxzcsl { width:0.125rem;height:3.125rem;top:44.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx1uL6u56n9IPW5tcOdEZQ6tNEpTTeW2 { width:11.75rem;height:2.25rem;top:45.9375rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPRQxDmM8QC8XxSIwH56VDPaWIq4XvTC { width:11.0625rem;height:2.25rem;top:45.875rem;left:20.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ct2CdNx9H8KsMmg1TIcnhhBhn7yDpI { width:8.375rem;height:1.625rem;top:44.6875rem;left:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0hzxN1q7In54tFLLXVVwb7B4CQaiKBp { width:47.75rem;height:3.0625rem;top:32.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sviJXx8Z5T4HxffIwBMtszU8gexBXddm { width:10.4375rem;height:3.125rem;top:49.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8uVPRl4I0rKNcD3bJ65RI0n7BZTuKFr { display:block; }
 }@media only screen and (max-width: 763px) { #Z2CgHMPmE0AUfe8Ihyah0KvsoExDt5wW { width:10.4375rem;height:3.125rem;top:49.4375rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iw6UsuWGnFrDM6MBFrcyKOEGOJ36nOEs { display:block; }
 }@media only screen and (max-width: 763px) { #Tn6gFUOyVHfcdyrGVKDHmI5WsmHeERt0 { width:47.75rem;height:;top:5.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pau3z8HkJyoOZVX6KQE3q0Au884x860f { width:47.75rem;height:2rem;top:36.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4dK6Eyx03ad0WOO7fZ2sb2PVUcLGPp0 { width:20.4375rem;height:3.75rem;top:45.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxPQu9pEctIPApx3MJDJXtGpNmi36Ouq { display:block; }
 }@media only screen and (max-width: 763px) { #owhAn97uGuxk7gnZghHHoKsEpKtvcM4d { width:20rem;height:3.75rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdiEJ4h8r3tmnKlNOt7gXzz1Tv0bueL4 { width:20rem;height:3.75rem;top:49rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd { display:block; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bdde101-e0c8-4f87-a6d3-d88cba774a78/MY20GTI90CoupleRiding.format_auto.avif");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwa5tOgibo2lqQ5cSiW6n1nxNbB672Rz { width:20rem;height:0;top:7.6874923706056rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Xo4ABV5OLokWrkGl9UuPngVQViAxewNI { width:18.375rem;height:3.75rem;top:35.25rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBh4GEtOyeaViS9GUDZ9q6Aihv9ypI3T { display:block; }
 }@media only screen and (max-width: 763px) { #KHl2XqA05HnWXw88IMiaXUba2naa4NUl { width:17.9375rem;height:9.21875rem;top:24rem;left:1rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#KHl2XqA05HnWXw88IMiaXUba2naa4NUl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27476be14a6da4727e340388dc6a7b3e5ba40fa3.svg); }
 }@media only screen and (max-width: 763px) { #kZRAnR7g1SySFzXuL51LcExHLvQ35JPu { width:18.875rem;height:0;top:13.211874961853rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFrbB1dALtkTV6OKCMCuxEZz38MJN27R { width:9.375rem;height:2.25rem;top:45.25rem;left:5.3117190003395rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #msFTshVqD3AoXUkliC9CPuTw1HKrLklE { width:18.875rem;height:4.5rem;top:16.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PbmdDl3v0kywJ8DSCx6hAo0zC9ttHTVU { width:20rem;height:9.9rem;top:5.1856250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OutRZi0pwDukbl4O8QefIpEq56024dfr { width:20rem;height:3.75rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:20rem;height:65.25rem;top:3.4993749856949rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:18.375rem;height:4.769175rem;top:55.5rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27476be14a6da4727e340388dc6a7b3e5ba40fa3.svg); }
 }@media only screen and (max-width: 763px) { #uHUPQlfMswSikFefrI7xlefel4T99y2n { width:19.0625rem;height:2.84375rem;top:7.1875rem;left:0.8125rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FC306tn1eXQbToPCS8IwK5HlaNes3U4s { width:17.9375rem;height:17.8125rem;top:55.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCgxBewm7wwknxpBkALKBx7U2bKAxcud { width:20rem;height:18.6875rem;top:56.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgpfG4Xz1hyqL5aMp2f8uX4pDFOZrJ5h { width:10.4375rem;height:3.5rem;top:4.7618713378906rem;left:0.7493750452995rem;display:block; }
 }@media only screen and (max-width: 763px) { #flALTG9Q7rsZLJN34DTpfMFV1AXJkXJd { width:18.3125rem;height:27.625rem;top:26.5625rem;left:0.8125rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRavyvWBRAEH0FOFkvkMI0r3B6y8Zzgq { width:20rem;height:14.506875rem;top:10.811873435974rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgkTyUZGXv0bkBVDkUmrvPS2KUlQGxc { width:17.9375rem;height:3.75rem;top:62.499998092651rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9T0D6aQD0BiRGyyALnFyJD6Ny24TPnk { display:block; }
 }@media only screen and (max-width: 763px) { #dkSpwqFlqNlv3NMRGytbMqWoAP851EU6 { width:20rem;height:3.75rem;top:63.186717987063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd { display:block; }#NaKBiNrdTKQda4ZwQpCvEvEhzLuqTDJd > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyscE6owHivab2q5qMQ4ON9Uo0KzXT2H { width:7.75rem;height:3.875rem;top:9.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRsQwmxMtW4qOMCvFWEQ5FgBi6rmqhhI { width:7.75rem;height:3.875rem;top:19.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4dm8faLnyAI9oHG3chMn9oiX39WkEKn { width:7.75rem;height:3.875rem;top:29.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHrooHtsMAssKRlA6wcJNVwLk8Ta4en { width:20rem;height:2.03125rem;top:13.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrqKJJbVoysD4OsAeTQBXX6RDvHJlBqT { width:20rem;height:2.03125rem;top:23.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3nmRPFA85zVvQZASs3Z6u60m0Nz3BHx { width:20rem;height:2.03125rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfh5bR4kGrrRToxZtcJILokAWW1Vvu7T { width:15.5rem;height:2.275rem;top:25.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyAKCtCkDUgUXUcxdCTXPbXDB0EuS5Qd { width:15.5rem;height:2.275rem;top:35.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEL6lo4V16qvyU4tXxa6Cwb8xq0wuTqh { width:14.75rem;height:2.275rem;top:15.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMGsbvVJ6JtpmJg0nu2D83AI69pT2tJK { width:19.875rem;height:33.5625rem;top:7.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKOLuhNpzL0P3dMyWTy6uImVdPO5Qfhn { width:8.75rem;height:1.7875rem;top:56.1875rem;left:10.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioZtuA1R354VA5T3tNAJ4GIuH4p2iRm6 { width:19.6875rem;height:8.3125rem;top:51.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvN2fRfVbGl1HEZtvJl2peM80xxcSW9H { width:11.0625rem;height:1.7875rem;top:56.1875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGH0cMc8k4PV8DZZaA4aCupLz9U6S7et { width:8.375rem;height:1.4625rem;top:54.75rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUfIBVK35qDFpCittQeMOWsW9Rc0Wgrr { width:7.875rem;height:1.4625rem;top:55.125rem;left:10.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xmi8FMliiBhTuZ8uncccDAp2bPnow6Jf { width:20rem;height:3.125rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXy7xefbUFyeV3yXAhvMyLZmcc0pew86 { width:20rem;height:1.625rem;top:51.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIvCyf4DDCB0LKKTtcwT6IEbS0kpMaUf { width:0.125rem;height:3.125rem;top:54.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx5R8IEJiCshz4oBTuJBkFAfKf9P5H6B { width:19.6875rem;height:8.3125rem;top:60.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mupwdiw5xWhdO4osuPi6H0PdnIMHPvFq { width:20rem;height:3.125rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO8vRvNUDx7m7Myw7N4JGHhKvQR6PJOR { width:20rem;height:1.625rem;top:61.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFTdS9z4MvaOywNTwvCSLAK4n39Sk1T0 { width:4.4375rem;height:1.4625rem;top:64.875rem;left:10.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R5T9Ut6GGZwdJ8qqbo24H7nNqgqxzcsl { width:0.125rem;height:3.125rem;top:64.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx1uL6u56n9IPW5tcOdEZQ6tNEpTTeW2 { width:8.6875rem;height:1.7875rem;top:65.9375rem;left:10.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPRQxDmM8QC8XxSIwH56VDPaWIq4XvTC { width:8.5rem;height:1.7875rem;top:65.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ct2CdNx9H8KsMmg1TIcnhhBhn7yDpI { width:4.1875rem;height:1.4625rem;top:64.75rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q0hzxN1q7In54tFLLXVVwb7B4CQaiKBp { width:20rem;height:2.68125rem;top:45rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sviJXx8Z5T4HxffIwBMtszU8gexBXddm { width:10.4375rem;height:3.125rem;top:55.25rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8uVPRl4I0rKNcD3bJ65RI0n7BZTuKFr { display:block; }
 }@media only screen and (max-width: 763px) { #Z2CgHMPmE0AUfe8Ihyah0KvsoExDt5wW { width:10.4375rem;height:3.125rem;top:70.9362487793rem;left:3.557500064373rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iw6UsuWGnFrDM6MBFrcyKOEGOJ36nOEs { display:block; }
 }@media only screen and (max-width: 763px) { #Tn6gFUOyVHfcdyrGVKDHmI5WsmHeERt0 { width:20rem;height:2.275rem;top:4.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pau3z8HkJyoOZVX6KQE3q0Au884x860f { width:20rem;height:2.03125rem;top:47.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4dK6Eyx03ad0WOO7fZ2sb2PVUcLGPp0 { width:18.375rem;height:3.75rem;top:70.669999837875rem;left:0.8118750452995rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #yxPQu9pEctIPApx3MJDJXtGpNmi36Ouq { display:block; }
 }@media only screen and (max-width: 763px) { #owhAn97uGuxk7gnZghHHoKsEpKtvcM4d { width:20rem;height:3.75rem;top:70.1695356369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdiEJ4h8r3tmnKlNOt7gXzz1Tv0bueL4 { width:20rem;height:3.75rem;top:80.669530868531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd { display:block; }#TRoP1DHFiXKlOaMFKqVuTx5sIgBdrXEd > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:20rem;height:1.1375rem;top:1.4312515258789rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }