.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,248,237;--color-primary-1:255,233,194;--color-primary-2:255,211,132;--color-primary-3:128,106,66;--color-primary-4:38,32,20;--color-secondary-0:223,235,244;--color-secondary-1:147,188,220;--color-secondary-2:39,120,184;--color-secondary-3:20,60,92;--color-secondary-4:6,18,28;--color-tertiary-0:255,255,255;--color-tertiary-1:228,238,178;--color-tertiary-2:210,226,127;--color-tertiary-3:163,183,57;--color-tertiary-4:76,71,56;--headlines-font-family:raleway;--paragraphs-font-family:raleway; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/fW7Gnk9o/gradient_shadow_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container { display: none; }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 { background-color:#14474c;background-image:url("https://images.assets-landingi.com/Nh0B0Jgo/horse_s1_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7.adaptive-delivery-prevent-bg, #ORBSZC3qnxqO946U46iVedgJRC1ECQJ7.lazyload, #ORBSZC3qnxqO946U46iVedgJRC1ECQJ7.lazyloading { background-image: none; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container { background-color: transparent; background-image: none; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container > .video-iframe-container { display: none; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row > .video-iframe-container { display: none; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .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); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container { border-width: 0; border-radius: 0; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container { width:60rem;height:38.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TZxF5Py2s7y3v1TFBkbfQrZGnTyXPZOV { color:#d1e291;display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9990234375rem;left:0.8740234375rem;height:5.68685rem;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; }
#O2pgC6EsAJ2aIrRAlPT5MbHCGgwflTkI { color:#d1e291;display:block;width:24.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.873371124267rem;left:0.8740234375rem;height:8.125rem;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; }
#Ss24qSTsBxd9CHx6dOvR5T9g2v4XIMA2 { 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:5.5rem;width:6.6875rem;display:none; }
#Tq3rH3viqHBIGaiEsPI47QLPrLZ88pwV { 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:4.125rem;width:5.0625rem;top:3.4375rem;left:0.875rem;overflow:hidden;display:block; }
#lzPUskzFnIuRufUGRNU8N8L8vHf1D73r { color:#14474c;display:block;width:31.624375rem;position:absolute;font-family:"times new roman";font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:32.591144561767rem;left:0.8740234375rem;height:3.5620125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JtGEgAT8QUs4OsSr7aQSfdCGooA7GITc { position:absolute;display:block;z-index:15009;background-color:#d1e291;background-image:url("https://images.assets-landingi.com/uc/a3dfc04d-b179-481e-9f1c-bcb7c00a4763/2S4A4721_AO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #14474c;border-left:0.125rem solid #14474c;border-right:0.125rem solid #14474c;border-bottom:0.125rem solid #14474c;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: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:25.4996875rem;width:20.122875rem;top:8.9990234375rem;left:36.848142623901rem;display:block; }#JtGEgAT8QUs4OsSr7aQSfdCGooA7GITc.adaptive-delivery-prevent-bg, #JtGEgAT8QUs4OsSr7aQSfdCGooA7GITc.lazyload, #JtGEgAT8QUs4OsSr7aQSfdCGooA7GITc.lazyloading { background-image: none; }
#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { background-color:#d1e291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { background-color: transparent; background-image: none; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container > .video-iframe-container { display: none; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row > .video-iframe-container { display: none; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .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); }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { border-width: 0; border-radius: 0; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:60rem;height:40.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { color:#14474c;display:block;width:36.0625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.0109062194825rem;left:23.685708999634rem;height:31.68535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { color:#ff1e1e;display:block;width:40.186375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4990234375rem;left:9.6516933441163rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNfnON6XqDz4kDPFE9aX4T6Q799z7FzD { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:23.6875rem;top:7.01090490818rem;left:0rem;overflow:hidden;display:block; }
#TPUdTIs2In1RDmib8Gh2Qx0wNDzCxd2s { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3111875rem;position:absolute;font-family:unbounded;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:40.0625rem;left:10.8125rem;height:3.412275rem;display:block; }
#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { background-color:#14474c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { background-color: transparent; background-image: none; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container > .video-iframe-container { display: none; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row > .video-iframe-container { display: none; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .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); }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { border-width: 0; border-radius: 0; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { width:60rem;height:23.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZfzJXcahxKcSM78T7NoqMwmU1l8dDKtX { box-sizing:content-box;height:12.125rem;width:35.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.6875rem;left:22.625rem;display:block; }
#y0LHo3X1fOqZQyGdAQUWw7hyWO10IxWp { color:#14474c;display:block;width:33.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4178056716919rem;left:23.467611312866rem;height:11.0481875rem;text-align:center;text-align-last:center;display:block; }
#QNEEyvFVDK8V5y8oL1kxF8ozRFK6Jgkq { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:18.6246875rem;width:18.6246875rem;top:1.68701171875rem;left:1.2223300933838rem;overflow:hidden;display:block; }
#xTGK4zZHxmJDxoTOUz2h7lf6zHS7bxRA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.301105499267rem;left:24.999185562134rem;height:6.06445rem;text-align:center;text-align-last:center;display:block; }
#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { background-color: transparent; background-image: none; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container > .video-iframe-container { display: none; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row > .video-iframe-container { display: none; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .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); }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { border-width: 0; border-radius: 0; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { width:60rem;height:49.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { color:#14474c;display:block;width:30.9375rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.755695343017rem;left:28.437498092651rem;height:17.0613875rem;text-align:center;text-align-last:center;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; }
#Tyip5ehfQtyi7rSAtfrh952oztapKgRG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:28.4375rem;width:28.4375rem;top:0.89274787902831rem;left:0rem;overflow:hidden;display:block; }
#IIfdmJz86BvVZ7zTRpxLckgyXyHuN49T { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:12.1248125rem;width:12.1248125rem;top:0.26611328125rem;left:0rem;overflow:hidden;display:block; }
#zVViE8pFwQHHE2l6qghwMTPTJgCN1iNF { color:#14474c;display:block;width:31.4375rem;position:absolute;font-family:unbounded;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.7195625305176rem;left:28.437662124634rem;height:8.042rem;text-align:center;text-align-last:center;display:block; }
#zXgMM48q1wpd72nSTGR8ZmDTX60RGMAn { color:#14474c;display:block;width:54.125rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.701821804047rem;left:3.5310878753662rem;height:15.592475rem;text-align:center;text-align-last:center;display:block; }
#hD1SXb83JnTTuxv4WU3lffFdATJa9uHJ { box-sizing:content-box;height:16.4375rem;width:55.0625rem;position:absolute;display:block;z-index:15002;background-color:#d1e291;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.299804210663rem;left:2.9695644378662rem;display:block; }
#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row .container { background-color: transparent; background-image: none; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row .container > .video-iframe-container { display: none; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row > .video-iframe-container { display: none; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .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); }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row .container { border-width: 0; border-radius: 0; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row .container { width:60rem;height:51.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ioTA4cIgwiLAmKGcC79fr1gSovePxGiI { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:28.4375rem;width:28.4375rem;top:0.92122459411619rem;left:31.561685562134rem;overflow:hidden;display:block; }
#ZCmTVRRmoy3otWDwXNORp863xRZbTqiJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:12.0625rem;width:12.0625rem;top:0.41015625rem;left:47.937009811401rem;overflow:hidden;display:block; }
#fn7fbL0TcDzWWrlswDrbaKisRxi5XOVI { color:#14474c;display:block;width:31.4371875rem;position:absolute;font-family:unbounded;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4265937805175rem;left:0.17578125rem;height:8.042rem;text-align:center;text-align-last:center;display:block; }
#K49pyUdMeuXTTiRC1pD6yV3GSEy22gBE { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.783853530884rem;left:0.67545509338381rem;height:7.312rem;text-align:center;text-align-last:center;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; }
#spmt3OMcaHSr1cMbvlb49po1cMFfxUsT { box-sizing:content-box;height:18.8125rem;width:55.0625rem;position:absolute;display:block;z-index:15004;background-color:#14474c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.8125rem;left:2.75rem;display:block; }
#TLBRTpmF6alngTGToOcnKaLSEOxhAqLu { color:#ffffff;display:block;width:53.562rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.373533248901rem;left:3.49853515625rem;height:17.54148125rem;text-align:center;text-align-last:center;display:block; }
#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d006ef96-7b6f-4cf9-ab80-39758423b00d/MAILINGgrafikiwiksze8.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc.adaptive-delivery-prevent-bg, #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc.lazyload, #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc.lazyloading { background-image: none; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { background-color: transparent; background-image: none; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(209,226,145,0.8); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container > .video-iframe-container { display: none; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(209,226,145,0.8); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row > .video-iframe-container { display: none; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .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); }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { border-width: 0; border-radius: 0; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc::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; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:60rem;height:48.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { color:#14474c;display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.4967441558837rem;left:0.80891990661619rem;height:39.5638125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55dae21b2381d0b75bc18480530cb6712b8221c0.svg); }
#fXIalLdqlyCxTu6CefWeB0wKBnOpVxlP { color:#14474c;display:block;width:56.62275rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.7954254150391rem;left:1.5608730316162rem;height:3.05256875rem;text-align:center;text-align-last:center;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; }
#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV { background-color:#14474c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row .container { background-color: transparent; background-image: none; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row .container > .video-iframe-container { display: none; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row > .video-iframe-container { display: none; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .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); }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row .container { border-width: 0; border-radius: 0; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row .container { width:60rem;height:22.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ehGqg1h2DJnNc5cbxkgG67CzX7zkaObr { color:#ffffff;display:block;width:56.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.493991851807rem;left:2.0564785003662rem;height:2.77018125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lZ61PKLGsIkUGKoF8HMGQf5CAl9uSMps { color:rgba(var(--color-primary-0),1);display:block;width:53.3121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.3584127426148rem;left:3.71337890625rem;height:9.4360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row .container { background-color: transparent; background-image: none; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row .container > .video-iframe-container { display: none; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row > .video-iframe-container { display: none; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .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); }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row .container { border-width: 0; border-radius: 0; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row .container { width:60rem;height:40.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#J8mVQFreZpGqerPpuRQoDHVk2QF76AMC { background-color:#14474c;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.186863601208rem;left:5.5305995941162rem;display:block; }
#T9Vh5f9V0tasXEyVeka0FVKlzAvJ5P7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBvGGg83pHaXQxC8PT087Lrq6VWmDPeB { background-color:#14474c;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.186848640442rem;left:35.446775436401rem;display:block; }
#ID7PanJzox2XltO3BhTHov9NuH4sOMPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8p397lNXHDBTMK0LotVQMeRc5BkTyBL { color:#14474c;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.6709133982658rem;left:4.1243495941162rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rVGQHgh2NmuHluxTeA59T7inlibmABxR { color:#ff1e1e;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.4990379810333rem;left:32.165525436401rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gu5yMfa9s4S1yTrsegAkIFF6Dq7Jzs2I { position:absolute;display:block;z-index:15011;background-color:#d1e291;background-image:url("https://images.assets-landingi.com/uc/fd667613-8851-460c-82d0-20e31c424b72/POSTYgrafiki41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #14474c;border-left:0.125rem solid #14474c;border-right:0.125rem solid #14474c;border-bottom:0.125rem solid #14474c;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: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:18.6246875rem;width:17.6245rem;top:20.015462398529rem;left:35.122884750366rem;display:block; }#gu5yMfa9s4S1yTrsegAkIFF6Dq7Jzs2I.adaptive-delivery-prevent-bg, #gu5yMfa9s4S1yTrsegAkIFF6Dq7Jzs2I.lazyload, #gu5yMfa9s4S1yTrsegAkIFF6Dq7Jzs2I.lazyloading { background-image: none; }
#Fro14yz1P2bZFJBh7bSIQkvDRrFtBHsw { position:absolute;display:block;z-index:15010;background-color:#d1e291;background-image:url("https://images.assets-landingi.com/uc/a3dfc04d-b179-481e-9f1c-bcb7c00a4763/2S4A4721_AO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #14474c;border-left:0.125rem solid #14474c;border-right:0.125rem solid #14474c;border-bottom:0.125rem solid #14474c;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: 0.0625rem 0.0625rem 3.125rem rgba(43,0,0,0.27) ;height:18.9371875rem;width:14.9373125rem;top:19.651692628861rem;left:6.55029296875rem;display:block; }#Fro14yz1P2bZFJBh7bSIQkvDRrFtBHsw.adaptive-delivery-prevent-bg, #Fro14yz1P2bZFJBh7bSIQkvDRrFtBHsw.lazyload, #Fro14yz1P2bZFJBh7bSIQkvDRrFtBHsw.lazyloading { background-image: none; }
#OhZDVbVsh0DiAKUv9qmk1kaq1X15v4sD { color:#14474c;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5302734375rem;left:7.2802734375rem;height:3.05826875rem;text-align:center;text-align-last:center;display:block; }
#fE238MgUsu57D7XnzWPtHOKd0u6E8fBn { color:#14474c;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.8387041091919rem;left:37.790525436401rem;height:3.05826875rem;text-align:center;text-align-last:center;display:block; }
#z8v8btOQqC84DT7PxiDeK3EoWIpEZqP5 { box-sizing:content-box;height:3.625rem;width:11.9375rem;position:absolute;display:block;z-index:15003;background-color:#d1e291;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5302734375rem;left:7.5618495941163rem;display:block; }
#iNJyfBKB2taHEwVI1phcAmlxw4DbRB31 { box-sizing:content-box;height:3.624675rem;width:11.936875rem;position:absolute;display:block;z-index:15004;background-color:#d1e291;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5302734375rem;left:38.071287155151rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 { display:block; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZxF5Py2s7y3v1TFBkbfQrZGnTyXPZOV { width:41.25rem;height:;top:8.9375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pgC6EsAJ2aIrRAlPT5MbHCGgwflTkI { width:24.875rem;height:8.125rem;top:21.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss24qSTsBxd9CHx6dOvR5T9g2v4XIMA2 { width:6.6875rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq3rH3viqHBIGaiEsPI47QLPrLZ88pwV { width:5.0625rem;height:4.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPUskzFnIuRufUGRNU8N8L8vHf1D73r { width:31.5625rem;height:3.5rem;top:32.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtGEgAT8QUs4OsSr7aQSfdCGooA7GITc { width:20.0625rem;height:25.4375rem;top:8.9375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { width:36.0625rem;height:34.125rem;top:7rem;left:11.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { width:40.125rem;height:4.0625rem;top:1.4375rem;left:3.5266933441162rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfnON6XqDz4kDPFE9aX4T6Q799z7FzD { top:7rem;left:0rem;width:23.6875rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUdTIs2In1RDmib8Gh2Qx0wNDzCxd2s { top:40.0625rem;left:4.6875rem;width:42.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfzJXcahxKcSM78T7NoqMwmU1l8dDKtX { top:1.6875rem;left:12.6875rem;width:35.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0LHo3X1fOqZQyGdAQUWw7hyWO10IxWp { top:2.375rem;left:14.4375rem;width:33.3125rem;height:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNEEyvFVDK8V5y8oL1kxF8ozRFK6Jgkq { top:1.625rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGK4zZHxmJDxoTOUz2h7lf6zHS7bxRA { top:15.25rem;left:17.4375rem;width:30.3125rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { width:30.9375rem;height:17rem;top:13.75rem;left:16.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyip5ehfQtyi7rSAtfrh952oztapKgRG { top:0.875rem;left:0rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIfdmJz86BvVZ7zTRpxLckgyXyHuN49T { top:0.25rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVViE8pFwQHHE2l6qghwMTPTJgCN1iNF { top:1.6875rem;left:14.75rem;width:31.4375rem;height:10.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXgMM48q1wpd72nSTGR8ZmDTX60RGMAn { top:32.6875rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD1SXb83JnTTuxv4WU3lffFdATJa9uHJ { top:32.25rem;left:0rem;width:47.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 { display:block; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioTA4cIgwiLAmKGcC79fr1gSovePxGiI { top:0.875rem;left:19.3125rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCmTVRRmoy3otWDwXNORp863xRZbTqiJ { top:0.375rem;left:35.6875rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn7fbL0TcDzWWrlswDrbaKisRxi5XOVI { top:6.375rem;left:0rem;width:31.375rem;height:8rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K49pyUdMeuXTTiRC1pD6yV3GSEy22gBE { width:30.9375rem;height:7.25rem;top:16.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spmt3OMcaHSr1cMbvlb49po1cMFfxUsT { top:29.8125rem;left:0rem;width:47.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLBRTpmF6alngTGToOcnKaLSEOxhAqLu { top:30.3125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { display:block; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { width:47.75rem;height:;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55dae21b2381d0b75bc18480530cb6712b8221c0.svg); }
 }@media only screen and (max-width: 763px) { #fXIalLdqlyCxTu6CefWeB0wKBnOpVxlP { width:47.75rem;height:3rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV { display:block; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehGqg1h2DJnNc5cbxkgG67CzX7zkaObr { width:47.75rem;height:2.6875rem;top:15.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ61PKLGsIkUGKoF8HMGQf5CAl9uSMps { width:47.75rem;height:9.25rem;top:2.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT { display:block; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8mVQFreZpGqerPpuRQoDHVk2QF76AMC { width:17.1875rem;height:5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Vh5f9V0tasXEyVeka0FVKlzAvJ5P7h { display:block; }
 }@media only screen and (max-width: 763px) { #TBvGGg83pHaXQxC8PT087Lrq6VWmDPeB { width:17.1875rem;height:5rem;top:13.125rem;left:29.321775436401rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID7PanJzox2XltO3BhTHov9NuH4sOMPO { display:block; }
 }@media only screen and (max-width: 763px) { #e8p397lNXHDBTMK0LotVQMeRc5BkTyBL { width:20rem;height:4.6875rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVGQHgh2NmuHluxTeA59T7inlibmABxR { width:23.75rem;height:7rem;top:1.4375rem;left:24rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu5yMfa9s4S1yTrsegAkIFF6Dq7Jzs2I { width:17.5625rem;height:18.5625rem;top:20rem;left:28.997884750366rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fro14yz1P2bZFJBh7bSIQkvDRrFtBHsw { width:14.875rem;height:18.875rem;top:19.625rem;left:0.42529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZDVbVsh0DiAKUv9qmk1kaq1X15v4sD { top:8.5rem;left:1.1552734375rem;width:12.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE238MgUsu57D7XnzWPtHOKd0u6E8fBn { top:8.8125rem;left:31.665525436401rem;width:12.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8v8btOQqC84DT7PxiDeK3EoWIpEZqP5 { top:8.5rem;left:1.4368495941162rem;width:11.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJyfBKB2taHEwVI1phcAmlxw4DbRB31 { top:8.5rem;left:31.946287155151rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row > .video-iframe-container { display: none; }#z6cGT34WIaXNTXxHi8vrTe1bgrDPIxWy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 { background-color:#14474c;background-image:none;position:relative;z-index:auto;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; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container { background-color: transparent; background-image: none; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container > .video-iframe-container { display: none; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row > .video-iframe-container { display: none; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .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); }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container { border-width: 0; border-radius: 0; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORBSZC3qnxqO946U46iVedgJRC1ECQJ7 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZxF5Py2s7y3v1TFBkbfQrZGnTyXPZOV { width:20rem;height:3.819175rem;top:6.9970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O2pgC6EsAJ2aIrRAlPT5MbHCGgwflTkI { width:16.499rem;height:5.20019375rem;top:15.547688484192rem;left:1.7496744394302rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ss24qSTsBxd9CHx6dOvR5T9g2v4XIMA2 { top:1.25rem;left:7.75rem;width:4.43671875rem;height:3.6859375rem;z-index:15007;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3rH3viqHBIGaiEsPI47QLPrLZ88pwV { width:5.0625rem;height:4.125rem;top:4.6875rem;left:8.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lzPUskzFnIuRufUGRNU8N8L8vHf1D73r { width:20rem;height:2.1557625rem;top:22.1728515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JtGEgAT8QUs4OsSr7aQSfdCGooA7GITc { width:11.311875rem;height:14.6875rem;top:26.14990234375rem;left:4.2382811307907rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl { display:block; }#h3U9UmKtZJU4eDoEPsSWNpMfAmItZDpl > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbxR56ftU3OL5si03XPKqGH1dUIcFF5C { width:20rem;height:31.875rem;top:8.1990547180175rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTyePeAvW8Hb86TsaQ7M7giZSRO1LKk { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #uNfnON6XqDz4kDPFE9aX4T6Q799z7FzD { width:20rem;height:28.548812664908rem;top:41.137694835663rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUdTIs2In1RDmib8Gh2Qx0wNDzCxd2s { width:20rem;height:1.29964375rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq { display:block; }#SBe2UecUNmpKOnDI9g8vGuyBqDMBZ3Rq > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfzJXcahxKcSM78T7NoqMwmU1l8dDKtX { width:20rem;height:9.25rem;top:19.79899597168rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0LHo3X1fOqZQyGdAQUWw7hyWO10IxWp { width:19.6248125rem;height:8.125rem;top:20.349934101105rem;left:0.18636071681976rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNEEyvFVDK8V5y8oL1kxF8ozRFK6Jgkq { width:17.3746875rem;height:17.3746875rem;top:1.2255859375rem;left:1.3118489980698rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGK4zZHxmJDxoTOUz2h7lf6zHS7bxRA { width:20rem;height:3.8981125rem;top:30.166014194489rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq { display:block; }#TPOrlZmOmtDCCGsxf2knIzfRPbcTngeq > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd19E1ym4L5oJCGSgmxnTAiFb0OHzKrX { width:20rem;height:12.464175rem;top:32.110188484192rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyip5ehfQtyi7rSAtfrh952oztapKgRG { width:20rem;height:20rem;top:1.2744226455689rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIfdmJz86BvVZ7zTRpxLckgyXyHuN49T { width:9.0625rem;height:9.0625rem;top:1.2744140625rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVViE8pFwQHHE2l6qghwMTPTJgCN1iNF { width:20rem;height:9.338375rem;top:21.961273193359rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXgMM48q1wpd72nSTGR8ZmDTX60RGMAn { width:20rem;height:27.29166875rem;top:46.975904373169rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD1SXb83JnTTuxv4WU3lffFdATJa9uHJ { width:20rem;height:28.125rem;top:46.573886779785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 { display:block; }#ykcer7DKCh71EFQzZgdC5N6e6K3MeAC3 > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioTA4cIgwiLAmKGcC79fr1gSovePxGiI { width:20rem;height:20rem;top:1.3346509933472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCmTVRRmoy3otWDwXNORp863xRZbTqiJ { width:9.2496875rem;height:9.2496875rem;top:2.7587890625rem;left:9.8429359197619rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn7fbL0TcDzWWrlswDrbaKisRxi5XOVI { width:20rem;height:8.4505rem;top:22.584636688233rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K49pyUdMeuXTTiRC1pD6yV3GSEy22gBE { width:20rem;height:7.122375rem;top:32.284324188233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spmt3OMcaHSr1cMbvlb49po1cMFfxUsT { width:20rem;height:37.125rem;top:40.655886688232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLBRTpmF6alngTGToOcnKaLSEOxhAqLu { width:20rem;height:35.82029375rem;top:41.216919937134rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3g81oKshfxT6lAu0Qch4owhbkawuc { display:block; }#ZJW3g81oKshfxT6lAu0Qch4owhbkawuc > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 { width:20rem;height:45.1123125rem;top:8.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#z3Z99fkH35uNyhXWrGrwAO3y95Z73Q31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55dae21b2381d0b75bc18480530cb6712b8221c0.svg); }
 }@media only screen and (max-width: 763px) { #fXIalLdqlyCxTu6CefWeB0wKBnOpVxlP { width:20rem;height:6.1889625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV { display:block; }#TNoHIqWkB4G7Oc6bTiX6h7Jd6INPDzOV > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehGqg1h2DJnNc5cbxkgG67CzX7zkaObr { width:20rem;height:4.125975rem;top:15.686849594116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lZ61PKLGsIkUGKoF8HMGQf5CAl9uSMps { width:20rem;height:10.7788125rem;top:2.3124971389771rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT { display:block; }#xyI6xTJaMEQGSyL3Dhkd386aeDgem2XT > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8mVQFreZpGqerPpuRQoDHVk2QF76AMC { width:17.1875rem;height:5rem;top:11.4375rem;left:1.375rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T9Vh5f9V0tasXEyVeka0FVKlzAvJ5P7h { display:block; }
 }@media only screen and (max-width: 763px) { #TBvGGg83pHaXQxC8PT087Lrq6VWmDPeB { width:17.1875rem;height:5rem;top:49.298501014709rem;left:1.4054361581802rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ID7PanJzox2XltO3BhTHov9NuH4sOMPO { display:block; }
 }@media only screen and (max-width: 763px) { #e8p397lNXHDBTMK0LotVQMeRc5BkTyBL { width:20rem;height:4.6875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVGQHgh2NmuHluxTeA59T7inlibmABxR { width:20rem;height:7.03125rem;top:36.7578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu5yMfa9s4S1yTrsegAkIFF6Dq7Jzs2I { width:14.4995rem;height:16.25rem;top:55.527341842651rem;left:2.6440428495407rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fro14yz1P2bZFJBh7bSIQkvDRrFtBHsw { width:12.9996875rem;height:16.5625rem;top:17.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZDVbVsh0DiAKUv9qmk1kaq1X15v4sD { width:12.5rem;height:2.6001rem;top:7.6236982345581rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE238MgUsu57D7XnzWPtHOKd0u6E8fBn { width:12.5rem;height:2.6001rem;top:45.255533218384rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8v8btOQqC84DT7PxiDeK3EoWIpEZqP5 { width:11.9375rem;height:3.625rem;top:44.742847442627rem;left:4.0307615995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJyfBKB2taHEwVI1phcAmlxw4DbRB31 { width:11.875rem;height:3.5625rem;top:7.1435546875rem;left:3.8012694120407rem;display:block; }
 }