.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:253,253,253;--color-primary-1:247,247,247;--color-primary-2:239,239,239;--color-primary-3:120,120,120;--color-primary-4:36,36,36;--color-secondary-0:220,228,231;--color-secondary-1:137,167,175;--color-secondary-2:19,78,94;--color-secondary-3:10,39,47;--color-secondary-4:3,12,14;--color-tertiary-0:255,255,255;--color-tertiary-1:239,230,217;--color-tertiary-2:200,173,127;--color-tertiary-3:100,87,64;--color-tertiary-4:20,17,13;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA { background-color:rgba(var(--color-primary-2),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; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row .container { background-color: transparent; background-image: none; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row .container > .video-iframe-container { display: none; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row > .video-iframe-container { display: none; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .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); }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row .container { border-width: 0; border-radius: 0; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#UvpViQmuBr6xKps9022XC7LkdgQgzzo0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:61.5rem;display:block; }
#aKE8NvFfWqkAi3eMygH8yBIi2BqQIQCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caMzDBc5Gi2Kfu2hvEBIcvKgWT98zOZs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.8125rem;left:54.6875rem;display:block; }
#iAbgx20TSLaZrC5GZHm0rbLttanXJrRo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekG98qrLpWe0cm6SPXPOhFSXHNsmMJTZ { position:absolute;display:block;z-index:15012;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.5625rem;width:15rem;top:1.875rem;left:1.09375rem;overflow:hidden;display:block; }
#X3xAGIHJsmta66UhCiDAJyQJNt9WfaaI { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:1.1875rem;left:37.5rem; }
#X3xAGIHJsmta66UhCiDAJyQJNt9WfaaI > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#UO3cTflSEndOxW1Tf94frz3FTOLVDsRm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:1.625rem;left:33.75rem; }
#UO3cTflSEndOxW1Tf94frz3FTOLVDsRm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#WogaZPfgTZ0a35ARlc5WysL9rX9nVPV5 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:1.9375rem;left:30.5rem; }
#WogaZPfgTZ0a35ARlc5WysL9rX9nVPV5 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#b44TXMsV5LbPCQJKtQmDSBNegcxDNAxc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.75rem;left:49.375rem;display:block; }
#F04sxNxSTTr6MQ2WEJBwkn5y9SdAMiNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { 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; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:anton;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:13.474625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K75AvbrshOhMX7dPKi6yPMOipRTShV90 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:4.0625rem;display:block; }
#ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#FBhKV4aLBXhK9C6dMsuViTTPIdAKautX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:28.625rem; }
#z3SeCe4H0pJhTmu6Si91o2km9Qv0fyCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:32.1875rem; }
#KSwsoGqZSt8x3zLP2FuazQ0HtaNk7VxC { position:absolute;display:block;z-index:14999;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:46.0625rem;width:30.6875rem;top:0rem;left:44.3125rem;overflow:hidden;display:block; }
#rhowE4PKGxlevrHvAT9MSFCsK5HsAuUR { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4.3125rem;left:34.8125rem;display:block; }
#DJJFgpARkR74AObs4oisrM9FqTloooiM { position:relative;display:block; }#DJJFgpARkR74AObs4oisrM9FqTloooiM { background-color: transparent; background-image: none; }#DJJFgpARkR74AObs4oisrM9FqTloooiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row .container > .video-iframe-container { display: none; }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row > .video-iframe-container { display: none; }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .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); }#DJJFgpARkR74AObs4oisrM9FqTloooiM { border-width: 0; border-radius: 0; }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:93.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BlMByvJZXSnCSgNz68iRNUwUGzl8L2cO { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:1rem;left:0rem;display:block; }
#HgbqGqr3nnSWd8NTZ4TFGrHs3MUkrkHN { position:absolute;display:block;z-index:15020;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:11.9375rem;width:19.125rem;top:5.75rem;left:0rem;overflow:hidden;display:block; }
#Ecbx82icRhcK0FpBGbr2If3vNwt1xGTs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1rem;left:15.5625rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jh46gpVetpszWAVsz44bcWvwDTfIKQC5 { 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:11.9375rem;width:19.125rem;top:5.75rem;left:19.125rem;overflow:hidden;display:block; }
#feFaqkakuTdi4T4VG6khFcb7nku0InDP { 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:11.9375rem;width:19.125rem;top:5.75rem;left:38.25rem;overflow:hidden;display:block; }
#fA5lIMBRP8NEeWOIipGipBXERGGQo8ze { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:18.9375rem;left:1.625rem;display:block; }
#ixHrBdRezNHP6CTSyUgbNaDU22glykbP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:20.25rem;left:2.9375rem; }
#qlnkIJzNii9drTV2elC1StnqZUvLmo6d { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:21.1875rem;left:9.6875rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MbzrIQMWwUKwzAN6K65XFhvbFEp7LbS1 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:47.625rem;left:26.0625rem;display:block; }
#ESa4bE4avqHk14E8WxfT1FZp38hZwsMI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:49.1875rem;left:27.625rem; }
#D8nTvQMUJqGdhmerITF4z0nqZVKkiHpP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:49.875rem;left:33.5rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RJe9kB0nLBFSePQD2Rw7hDZHILnIJU36 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:20.5rem;left:52.625rem; }
#nKa4wNEraXVVzlPCpWmMHRHlTLFAoulq { color:#14110d;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:20.3125rem;left:59.125rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hZcAGcGk7dFiPGA2iE0rVueT0LtwBDOX { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:19rem;left:51.125rem;display:block; }
#ExFqa5g03ZsSJg02HKTl0Ds19p9pd1KD { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.0625rem;left:1.4375rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ysQTOMZQlOIkzsi775mTaScD6pq1RG2U { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:57.0625rem;left:26.0625rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#aTgElX1Nzbrilk8vKcOoqSoJVSlPSemE { color:#14110d;display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:28rem;left:51.125rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Tik8sOkINEU2fOGiMTEfcK8TDI7ZvkA9 { color:#14110d;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:21.1875rem;left:34.25rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iUfd4T0T8nvIuGB7ER2i2WrObZT8BvWV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:20.25rem;left:27.6875rem; }
#BZy256nKk5QwJwzwTGehZQGgse2D5lXH { color:#14110d;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:28rem;left:26.25rem;height:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#OpE4oT1WdgQP4FrupDLpD1TOH6OOnENb { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:18.9375rem;left:26.375rem;display:block; }
#gB8SvwNcHs8nTQauRaAJzkAOX3bMySJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:48.875rem;left:2.6875rem; }
#fffACPtSbVR5pTEVWhb8xeLAQHhNBVXi { color:#14110d;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:48.9375rem;left:8.625rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XkkhWT2GRKNSXVMfVniuSLykCbpTfQqd { color:#14110d;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:57.0625rem;left:1.25rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#adeUaq7N9TDtTnwHgLx2fbZ8pal6Tr7h { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#e0e0e3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), #e0e0e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:47.625rem;left:1.4375rem;display:block; }
#pSkd3fI3B7rTssCTzG2gURDGvEykkZNq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:50.9375rem;left:61.0625rem;overflow:hidden;display:block; }
#VOoSNeeWiwuIr1h63ayU1tHxJXwP6Ndb { position:absolute;display:block;z-index:15015;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:11.25rem;width:11.25rem;top:45.125rem;left:49.8125rem;overflow:hidden;display:block; }
#dX4DBxCMmueMhA0FJKM6yyw54vgrTomh { position:absolute;display:block;z-index:15015;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:11.25rem;width:11.25rem;top:59.375rem;left:49.875rem;overflow:hidden;display:block; }
#mhDMaS9NHfdUKyrnqbGgzH9SGZVwyuI4 { color:#14110d;display:block;width:15.625rem;position:absolute;font-family:anton;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:26.125rem;left:51.125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tizCqVy0cXmMU1yJnXlsBapOAmNxqAaf { color:#14110d;display:block;width:18.625rem;position:absolute;font-family:anton;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:26.125rem;left:26.25rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qRNr7IVQwNIX0l0uLsRTPRdgKGrICVfv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:anton;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:26.125rem;left:1.4375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vThGnqyMRNB4hxndgV8u7n5kPRgK5J8i { color:#14110d;display:block;width:17.75rem;position:absolute;font-family:anton;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:54.8125rem;left:1.4375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KyTh9TqPhS58aMCx46updTgSKT8g26a6 { color:#14110d;display:block;width:17.75rem;position:absolute;font-family:anton;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:54.8125rem;left:26.0625rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wVrOAfHgtE8WySfxemocpPecZQDo8txQ { position:absolute;display:block;z-index:15017;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:11.25rem;width:11.25rem;top:73.5625rem;left:49.875rem;overflow:hidden;display:block; }
#uQf5gsT9cd7TETuvBTc1mRblu9WlyHOx { position:absolute;display:block;z-index:15018;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:11.3125rem;width:11.3125rem;top:77.3125rem;left:38.5625rem;overflow:hidden;display:block; }
#fOMrIXWzpA8rSVTxW6RxZrDMVMFybTht { position:absolute;display:block;z-index:15018;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:11.3125rem;width:11.3125rem;top:65.5rem;left:61.0625rem;overflow:hidden;display:block; }
#Z1hnXKJu3Pa3dhuNXhPsfkUmo5ZP1fEG { position:absolute;display:block;z-index:15017;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:11.25rem;width:11.25rem;top:75.21875rem;left:4.9375rem;overflow:hidden;display:block; }
#QMEVAkR7tXDJdkIQkrIZbyl4tP17UzKQ { position:absolute;display:block;z-index:15016;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:11.3125rem;width:11.3125rem;top:78.8125rem;left:16.125rem;overflow:hidden;display:block; }
#bKa4Wer8CTdVV03IiF5aHytOHx2iZgCt { position:absolute;display:block;z-index:15016;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:11.3125rem;width:11.3125rem;top:80.75rem;left:61.0625rem;overflow:hidden;display:block; }
#oVxiNEm5X2sFH2uVrDhuAbUF4zmNbc8T { position:absolute;display:block;z-index:15017;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:11.25rem;width:11.25rem;top:72.625rem;left:27.375rem;overflow:hidden;display:block; }
#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd { background-color:rgba(var(--color-primary-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; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container { background-color: transparent; background-image: none; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container > .video-iframe-container { display: none; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row > .video-iframe-container { display: none; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .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); }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container { border-width: 0; border-radius: 0; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:60.25rem;width:75rem;overflow:visible;position:relative;display:block; }#WQmlXUURazI5mEfUsAZAyU0QGXbb72sp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:5.8125rem;width:13.25rem;top:1.83740234375rem;left:1.5625rem;display:block; }
#LzcvNdIbCTCGsEPBM8EUAKafBTgt8Xvv { color:rgba(var(--color-tertiary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:6.63720703125rem;left:6.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OtvZ05RbhnimM4MDPT81NxL3A3g1blqD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:1.83740234375rem;left:6.375rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LJ27HeNeaX2zbICTwcM181Ri9bpxwAS1 { color:rgba(var(--color-tertiary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:12.53125rem;left:6.75rem;height:38.625rem;display:block; }#LJ27HeNeaX2zbICTwcM181Ri9bpxwAS1 li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#LJ27HeNeaX2zbICTwcM181Ri9bpxwAS1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_44bc6aa61fe2e645e655f008682411f25b5ccee1.svg); }
#gzcIvdI6eTuJ6XOxncDy6h5c09ITEGzV { color:#14110d;display:block;width:60.4375rem;position:absolute;font-family:anton;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:53.0625rem;left:6.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B1Mq22JomiIgCAKcWZZuM8fLLnlvZFhI { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:44.0625rem;width:28.9375rem;top:2.8125rem;left:56.011462882096rem;overflow:hidden;display:block; }
#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ { background-color:rgba(var(--color-secondary-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; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row .container { background-color: transparent; background-image: none; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row .container > .video-iframe-container { display: none; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row > .video-iframe-container { display: none; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .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); }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row .container { border-width: 0; border-radius: 0; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:55.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ADOlA6TbhmxbrIltIh8uBX7skuFUd0Tx { position:absolute;display:block;z-index:15001;height:18.75rem;width:37.5rem;top:19.65625rem;left:36.90625rem;display:block; }
#fuZ49uA06rgJbB5FSn0ZeTdv3ih3ZGK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.1875rem;left:3.15625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tTCOAQbpn3EVXpqNwWEwmGmL71B9HpmR { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.15625rem;height:;text-align:center;text-align-last:center;display:block; }
#Qba5dJyIqaaWcutkf1tGHKpeRvpv3vLM { z-index:15003;top:7.125rem;left:31.25rem;background-color:#c8ad7f;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iTTBQg0yre4x4kDIVE0SNXKTPswotwPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLWhlmgPnfcmg1D8hShHfMScIWqWRRoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.6875rem;left:3.1875rem; }
#htgiCVwCPfRMMaiwZ3pWORS2LCs3q0Uu { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:20.125rem;left:8.875rem;height:3.57421875rem;font-style:normal;display:block; }
#d2wF59d5H1Vuy1MBEZ6WarKzqxvqdDvz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:28rem;left:8.875rem;height:7rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KZgeRoSpeDeWKe7978CoTiGdHcRl8tQ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28rem;left:3.1875rem; }
#qbkCxwJu5TRP0iSAOKCSF4b5b8kTqDlm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:37.5625rem;left:8.875rem;height:7rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vVTLCkWzEv9MSPIyaO9gasyglz18N9tT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.90625rem;left:3.15625rem; }
#GBJxvT4Mkr0BvPzNaLLpAUZHHesv1mVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:46.25rem;left:25rem; }
#GBJxvT4Mkr0BvPzNaLLpAUZHHesv1mVU > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ODIa14cgcRDJ3FIzrexuQ62rs1cR8ygM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:46.25rem;left:21.75rem; }
#ODIa14cgcRDJ3FIzrexuQ62rs1cR8ygM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#VGoc14RkLS6AnLrORvhPB1z2B4okii19 { position:absolute;display:block;z-index:15028;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.6875rem;width:15rem;top:46.5rem;left:3.1875rem;overflow:hidden;display:block; }
#qimqGFzVI1tAP3RzCJE2lhecbOLO2PIt { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:46.25rem;left:28.5rem; }
#qimqGFzVI1tAP3RzCJE2lhecbOLO2PIt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Mpc7OlWCi3K2nRySPquXOvD1OIH4GmJ0 { z-index:15016;top:49.6875rem;left:3.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gZVlBsKVXWqF9HlZ1CsBm3f7yzy2IxHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBGQfvTx310AbJuWBsoxboNxtniqQHEg { z-index:15016;top:49.6875rem;left:21.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Qx1mAuHaCt5qAbvM3h0kfOmXte8sGRMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kkohU6myqtmoaJzxmMuXOlPftSMgBUiJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:46.25rem;left:32.0625rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA { display:block; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvpViQmuBr6xKps9022XC7LkdgQgzzo0 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKE8NvFfWqkAi3eMygH8yBIi2BqQIQCJ { display:block; }
 }@media only screen and (max-width: 763px) { #caMzDBc5Gi2Kfu2hvEBIcvKgWT98zOZs { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbgx20TSLaZrC5GZHm0rbLttanXJrRo { display:block; }
 }@media only screen and (max-width: 763px) { #ekG98qrLpWe0cm6SPXPOhFSXHNsmMJTZ { top:1.875rem;left:0rem;width:15rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3xAGIHJsmta66UhCiDAJyQJNt9WfaaI { top:1.1875rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
#X3xAGIHJsmta66UhCiDAJyQJNt9WfaaI > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UO3cTflSEndOxW1Tf94frz3FTOLVDsRm { top:1.625rem;left:20.125rem;width:2.5rem;height:2.5rem;display:block; }
#UO3cTflSEndOxW1Tf94frz3FTOLVDsRm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #WogaZPfgTZ0a35ARlc5WysL9rX9nVPV5 { top:1.9375rem;left:16.875rem;width:1.8125rem;height:1.8125rem;display:block; }
#WogaZPfgTZ0a35ARlc5WysL9rX9nVPV5 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #b44TXMsV5LbPCQJKtQmDSBNegcxDNAxc { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04sxNxSTTr6MQ2WEJBwkn5y9SdAMiNT { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:21.1875rem;left:0rem;width:34.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhKV4aLBXhK9C6dMsuViTTPIdAKautX { top:29.5625rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3SeCe4H0pJhTmu6Si91o2km9Qv0fyCO { top:26.0625rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSwsoGqZSt8x3zLP2FuazQ0HtaNk7VxC { top:0rem;left:17.0625rem;width:30.6875rem;height:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhowE4PKGxlevrHvAT9MSFCsK5HsAuUR { top:4.3125rem;left:21.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJFgpARkR74AObs4oisrM9FqTloooiM { display:block; }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlMByvJZXSnCSgNz68iRNUwUGzl8L2cO { top:1rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgbqGqr3nnSWd8NTZ4TFGrHs3MUkrkHN { top:5.75rem;left:0rem;width:19.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecbx82icRhcK0FpBGbr2If3vNwt1xGTs { top:1rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh46gpVetpszWAVsz44bcWvwDTfIKQC5 { top:5.75rem;left:5.5rem;width:19.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feFaqkakuTdi4T4VG6khFcb7nku0InDP { top:5.75rem;left:24.625rem;width:19.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA5lIMBRP8NEeWOIipGipBXERGGQo8ze { top:18.9375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixHrBdRezNHP6CTSyUgbNaDU22glykbP { top:20.25rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlnkIJzNii9drTV2elC1StnqZUvLmo6d { top:21.1875rem;left:0rem;width:10.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzrIQMWwUKwzAN6K65XFhvbFEp7LbS1 { top:47.625rem;left:12.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESa4bE4avqHk14E8WxfT1FZp38hZwsMI { top:49.1875rem;left:14rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nTvQMUJqGdhmerITF4z0nqZVKkiHpP { top:49.875rem;left:19.875rem;width:13.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJe9kB0nLBFSePQD2Rw7hDZHILnIJU36 { top:20.5rem;left:39rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKa4wNEraXVVzlPCpWmMHRHlTLFAoulq { top:20.3125rem;left:33.6875rem;width:14.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZcAGcGk7dFiPGA2iE0rVueT0LtwBDOX { top:19rem;left:37.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExFqa5g03ZsSJg02HKTl0Ds19p9pd1KD { top:28.0625rem;left:0rem;width:21rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysQTOMZQlOIkzsi775mTaScD6pq1RG2U { top:57.0625rem;left:12.4375rem;width:21.1875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgElX1Nzbrilk8vKcOoqSoJVSlPSemE { top:28rem;left:26.875rem;width:20.875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tik8sOkINEU2fOGiMTEfcK8TDI7ZvkA9 { top:21.1875rem;left:20.625rem;width:13.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUfd4T0T8nvIuGB7ER2i2WrObZT8BvWV { top:20.25rem;left:14.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZy256nKk5QwJwzwTGehZQGgse2D5lXH { top:28rem;left:12.625rem;width:21rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpE4oT1WdgQP4FrupDLpD1TOH6OOnENb { top:18.9375rem;left:12.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8SvwNcHs8nTQauRaAJzkAOX3bMySJA { top:48.875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fffACPtSbVR5pTEVWhb8xeLAQHhNBVXi { top:48.9375rem;left:0rem;width:27.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkkhWT2GRKNSXVMfVniuSLykCbpTfQqd { top:57.0625rem;left:0rem;width:21.375rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adeUaq7N9TDtTnwHgLx2fbZ8pal6Tr7h { top:47.625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSkd3fI3B7rTssCTzG2gURDGvEykkZNq { top:50.9375rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOoSNeeWiwuIr1h63ayU1tHxJXwP6Ndb { top:45.125rem;left:36.1875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX4DBxCMmueMhA0FJKM6yyw54vgrTomh { top:59.375rem;left:36.25rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhDMaS9NHfdUKyrnqbGgzH9SGZVwyuI4 { top:26.125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tizCqVy0cXmMU1yJnXlsBapOAmNxqAaf { top:26.125rem;left:12.625rem;width:18.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRNr7IVQwNIX0l0uLsRTPRdgKGrICVfv { top:26.125rem;left:0rem;width:16.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vThGnqyMRNB4hxndgV8u7n5kPRgK5J8i { top:54.8125rem;left:0rem;width:17.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyTh9TqPhS58aMCx46updTgSKT8g26a6 { top:54.8125rem;left:12.4375rem;width:17.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVrOAfHgtE8WySfxemocpPecZQDo8txQ { top:73.5625rem;left:36.25rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQf5gsT9cd7TETuvBTc1mRblu9WlyHOx { top:77.3125rem;left:24.9375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMrIXWzpA8rSVTxW6RxZrDMVMFybTht { top:65.5rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1hnXKJu3Pa3dhuNXhPsfkUmo5ZP1fEG { top:75.1875rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMEVAkR7tXDJdkIQkrIZbyl4tP17UzKQ { top:78.8125rem;left:2.5rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKa4Wer8CTdVV03IiF5aHytOHx2iZgCt { top:80.75rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVxiNEm5X2sFH2uVrDhuAbUF4zmNbc8T { top:72.625rem;left:13.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd { display:block; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQmlXUURazI5mEfUsAZAyU0QGXbb72sp { top:1.8125rem;left:0rem;width:13.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcvNdIbCTCGsEPBM8EUAKafBTgt8Xvv { top:6.625rem;left:0rem;width:27.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtvZ05RbhnimM4MDPT81NxL3A3g1blqD { top:1.8125rem;left:0rem;width:37.3125rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ27HeNeaX2zbICTwcM181Ri9bpxwAS1 { top:12.5rem;left:0rem;width:47.75rem;height:38.625rem;font-size:1rem;display:block; }#LJ27HeNeaX2zbICTwcM181Ri9bpxwAS1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_44bc6aa61fe2e645e655f008682411f25b5ccee1.svg); }
 }@media only screen and (max-width: 763px) { #gzcIvdI6eTuJ6XOxncDy6h5c09ITEGzV { top:53.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Mq22JomiIgCAKcWZZuM8fLLnlvZFhI { top:2.8125rem;left:18.8125rem;width:28.9375rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ { display:block; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADOlA6TbhmxbrIltIh8uBX7skuFUd0Tx { top:19.625rem;left:10.25rem;width:37.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuZ49uA06rgJbB5FSn0ZeTdv3ih3ZGK9 { top:13.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCOAQbpn3EVXpqNwWEwmGmL71B9HpmR { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qba5dJyIqaaWcutkf1tGHKpeRvpv3vLM { top:33.5rem;left:23.875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTBQg0yre4x4kDIVE0SNXKTPswotwPM { display:block; }
 }@media only screen and (max-width: 763px) { #cLWhlmgPnfcmg1D8hShHfMScIWqWRRoD { top:19.6875rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgiCVwCPfRMMaiwZ3pWORS2LCs3q0Uu { width:29.25rem;height:3.5625rem;top:20.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2wF59d5H1Vuy1MBEZ6WarKzqxvqdDvz { width:26.25rem;height:7rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZgeRoSpeDeWKe7978CoTiGdHcRl8tQ1 { top:28rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbkCxwJu5TRP0iSAOKCSF4b5b8kTqDlm { width:26.25rem;height:7rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTLCkWzEv9MSPIyaO9gasyglz18N9tT { top:38.875rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBJxvT4Mkr0BvPzNaLLpAUZHHesv1mVU { width:2.25rem;height:2.25rem;top:46.25rem;left:11.375rem;display:block; }
#GBJxvT4Mkr0BvPzNaLLpAUZHHesv1mVU > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ODIa14cgcRDJ3FIzrexuQ62rs1cR8ygM { width:2.25rem;height:2.25rem;top:46.25rem;left:8.125rem;display:block; }
#ODIa14cgcRDJ3FIzrexuQ62rs1cR8ygM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #VGoc14RkLS6AnLrORvhPB1z2B4okii19 { top:46.5rem;left:0rem;width:15rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qimqGFzVI1tAP3RzCJE2lhecbOLO2PIt { width:2.25rem;height:2.25rem;top:46.25rem;left:14.875rem;display:block; }
#qimqGFzVI1tAP3RzCJE2lhecbOLO2PIt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Mpc7OlWCi3K2nRySPquXOvD1OIH4GmJ0 { top:49.6875rem;left:0rem;width:15.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZVlBsKVXWqF9HlZ1CsBm3f7yzy2IxHw { display:block; }
 }@media only screen and (max-width: 763px) { #nBGQfvTx310AbJuWBsoxboNxtniqQHEg { top:49.6875rem;left:8.125rem;width:12.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1mAuHaCt5qAbvM3h0kfOmXte8sGRMl { display:block; }
 }@media only screen and (max-width: 763px) { #kkohU6myqtmoaJzxmMuXOlPftSMgBUiJ { width:2.25rem;height:2.25rem;top:46.25rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA { display:block; }#Gi9rUSsSQDoetbZLQwIWZf2ZX21wn9lA > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvpViQmuBr6xKps9022XC7LkdgQgzzo0 { width:4.6875rem;height:2.1875rem;top:3.4375rem;left:12.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKE8NvFfWqkAi3eMygH8yBIi2BqQIQCJ { display:block; }
 }@media only screen and (max-width: 763px) { #caMzDBc5Gi2Kfu2hvEBIcvKgWT98zOZs { width:4.6875rem;height:2.1875rem;top:3.4375rem;left:8.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iAbgx20TSLaZrC5GZHm0rbLttanXJrRo { display:block; }
 }@media only screen and (max-width: 763px) { #ekG98qrLpWe0cm6SPXPOhFSXHNsmMJTZ { width:15rem;height:1.5625rem;top:1.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3xAGIHJsmta66UhCiDAJyQJNt9WfaaI { display:flex;width:2.8125rem;height:2.8125rem;top:6.3125rem;left:13.03125rem; }
#X3xAGIHJsmta66UhCiDAJyQJNt9WfaaI > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UO3cTflSEndOxW1Tf94frz3FTOLVDsRm { display:flex;width:2.5rem;height:2.5rem;top:6.46875rem;left:8.75rem;font-size:1.875rem; }
#UO3cTflSEndOxW1Tf94frz3FTOLVDsRm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #WogaZPfgTZ0a35ARlc5WysL9rX9nVPV5 { display:flex;width:1.8125rem;height:1.8125rem;top:6.8125rem;left:4.8125rem;font-size:1.4375rem; }
#WogaZPfgTZ0a35ARlc5WysL9rX9nVPV5 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #b44TXMsV5LbPCQJKtQmDSBNegcxDNAxc { width:5.0625rem;height:3.75rem;top:2.625rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F04sxNxSTTr6MQ2WEJBwkn5y9SdAMiNT { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:4.94921875rem;top:0.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:13.125rem;height:4.375rem;top:48.75rem;left:3.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:20rem;height:10.5rem;top:6.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBhKV4aLBXhK9C6dMsuViTTPIdAKautX { display:flex;width:4.375rem;height:4.375rem;top:41.75rem;left:13.4375rem;font-size:3.0625rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #z3SeCe4H0pJhTmu6Si91o2km9Qv0fyCO { display:flex;width:4.375rem;height:4.375rem;top:41.125rem;left:0rem;font-size:3.0625rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #KSwsoGqZSt8x3zLP2FuazQ0HtaNk7VxC { width:20rem;height:30.0625rem;top:17.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhowE4PKGxlevrHvAT9MSFCsK5HsAuUR { width:12.5rem;height:12.5rem;top:39.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJFgpARkR74AObs4oisrM9FqTloooiM { display:block; }#DJJFgpARkR74AObs4oisrM9FqTloooiM > .row .container { width:20rem;height:302.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlMByvJZXSnCSgNz68iRNUwUGzl8L2cO { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgbqGqr3nnSWd8NTZ4TFGrHs3MUkrkHN { width:20rem;height:12.4375rem;top:96.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecbx82icRhcK0FpBGbr2If3vNwt1xGTs { width:20rem;height:2.3999rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jh46gpVetpszWAVsz44bcWvwDTfIKQC5 { width:20rem;height:12.4375rem;top:240.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feFaqkakuTdi4T4VG6khFcb7nku0InDP { width:20rem;height:12.4375rem;top:3.46142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA5lIMBRP8NEeWOIipGipBXERGGQo8ze { width:6.25rem;height:6.25rem;top:16.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixHrBdRezNHP6CTSyUgbNaDU22glykbP { display:flex;width:3.6875rem;height:3.6875rem;top:17.875rem;left:8.1875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #qlnkIJzNii9drTV2elC1StnqZUvLmo6d { width:20rem;height:1.6499rem;top:23.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbzrIQMWwUKwzAN6K65XFhvbFEp7LbS1 { width:6.25rem;height:6.25rem;top:214.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESa4bE4avqHk14E8WxfT1FZp38hZwsMI { display:flex;width:3.125rem;height:3.125rem;top:216.4375rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #D8nTvQMUJqGdhmerITF4z0nqZVKkiHpP { width:20rem;height:1.6499rem;top:221.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJe9kB0nLBFSePQD2Rw7hDZHILnIJU36 { display:flex;width:3.3125rem;height:3.3125rem;top:111.375rem;left:8.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nKa4wNEraXVVzlPCpWmMHRHlTLFAoulq { width:14.0625rem;height:3.29980625rem;top:117.375rem;left:2.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZcAGcGk7dFiPGA2iE0rVueT0LtwBDOX { width:6.25rem;height:6.25rem;top:109.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExFqa5g03ZsSJg02HKTl0Ds19p9pd1KD { width:20rem;height:15rem;top:28.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysQTOMZQlOIkzsi775mTaScD6pq1RG2U { width:20rem;height:13.5rem;top:226.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgElX1Nzbrilk8vKcOoqSoJVSlPSemE { width:20rem;height:16.5rem;top:123.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tik8sOkINEU2fOGiMTEfcK8TDI7ZvkA9 { width:13.5rem;height:1.6499rem;top:71.125rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUfd4T0T8nvIuGB7ER2i2WrObZT8BvWV { display:flex;width:3.625rem;height:3.625rem;top:64.9375rem;left:8.1875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BZy256nKk5QwJwzwTGehZQGgse2D5lXH { width:20rem;height:21rem;top:75.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpE4oT1WdgQP4FrupDLpD1TOH6OOnENb { width:6.25rem;height:6.25rem;top:63.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8SvwNcHs8nTQauRaAJzkAOX3bMySJA { display:flex;width:3.8125rem;height:3.8125rem;top:162.3125rem;left:8.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fffACPtSbVR5pTEVWhb8xeLAQHhNBVXi { width:20rem;height:3.29980625rem;top:168.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkkhWT2GRKNSXVMfVniuSLykCbpTfQqd { width:20rem;height:18rem;top:175.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adeUaq7N9TDtTnwHgLx2fbZ8pal6Tr7h { width:6.25rem;height:6.25rem;top:161.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSkd3fI3B7rTssCTzG2gURDGvEykkZNq { width:20rem;height:20rem;top:140.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOoSNeeWiwuIr1h63ayU1tHxJXwP6Ndb { width:20rem;height:20rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX4DBxCMmueMhA0FJKM6yyw54vgrTomh { width:20rem;height:20rem;top:194rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhDMaS9NHfdUKyrnqbGgzH9SGZVwyuI4 { width:15.625rem;height:1.375rem;top:121.5rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tizCqVy0cXmMU1yJnXlsBapOAmNxqAaf { width:18.625rem;height:1.375rem;top:73.3125rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRNr7IVQwNIX0l0uLsRTPRdgKGrICVfv { width:16.25rem;height:1.375rem;top:25.9375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vThGnqyMRNB4hxndgV8u7n5kPRgK5J8i { width:17.75rem;height:1.375rem;top:173.125rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyTh9TqPhS58aMCx46updTgSKT8g26a6 { width:17.75rem;height:1.375rem;top:224.25rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVrOAfHgtE8WySfxemocpPecZQDo8txQ { width:10rem;height:10rem;top:253rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQf5gsT9cd7TETuvBTc1mRblu9WlyHOx { width:10rem;height:10rem;top:253rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMrIXWzpA8rSVTxW6RxZrDMVMFybTht { width:10rem;height:10rem;top:263rem;left:10rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Z1hnXKJu3Pa3dhuNXhPsfkUmo5ZP1fEG { width:10.0625rem;height:10.0625rem;top:273rem;left:9.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #QMEVAkR7tXDJdkIQkrIZbyl4tP17UzKQ { width:10rem;height:10rem;top:273rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #bKa4Wer8CTdVV03IiF5aHytOHx2iZgCt { width:20rem;height:20rem;top:282.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVxiNEm5X2sFH2uVrDhuAbUF4zmNbc8T { width:10.0625rem;height:10.0625rem;top:263rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd { display:block; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container { width:20rem;height:124.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQmlXUURazI5mEfUsAZAyU0QGXbb72sp { width:20rem;height:7.625rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcvNdIbCTCGsEPBM8EUAKafBTgt8Xvv { width:20rem;height:4.5rem;top:3.21142578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtvZ05RbhnimM4MDPT81NxL3A3g1blqD { width:20rem;height:2.3999rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJ27HeNeaX2zbICTwcM181Ri9bpxwAS1 { width:20rem;height:73.125rem;top:8.396484375rem;left:0rem;font-size:1rem;display:block; }#LJ27HeNeaX2zbICTwcM181Ri9bpxwAS1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_44bc6aa61fe2e645e655f008682411f25b5ccee1.svg); }
 }@media only screen and (max-width: 763px) { #gzcIvdI6eTuJ6XOxncDy6h5c09ITEGzV { width:20rem;height:8.25rem;top:113.599609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1Mq22JomiIgCAKcWZZuM8fLLnlvZFhI { width:20rem;height:30.453125rem;top:81.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ { display:block; }#iGkLsdyeZzzpSCflw9QA5FQ1QnxQxTaQ > .row .container { width:20rem;height:118.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADOlA6TbhmxbrIltIh8uBX7skuFUd0Tx { width:20rem;height:18.75rem;top:55.44580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuZ49uA06rgJbB5FSn0ZeTdv3ih3ZGK9 { width:20rem;height:6.5rem;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCOAQbpn3EVXpqNwWEwmGmL71B9HpmR { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qba5dJyIqaaWcutkf1tGHKpeRvpv3vLM { top:7.375rem;left:3.75rem;z-index:15012;width:12.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTBQg0yre4x4kDIVE0SNXKTPswotwPM { display:block; }
 }@media only screen and (max-width: 763px) { #cLWhlmgPnfcmg1D8hShHfMScIWqWRRoD { display:flex;width:4.4375rem;height:4.4375rem;top:19.5625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #htgiCVwCPfRMMaiwZ3pWORS2LCs3q0Uu { width:20rem;height:3.0244125rem;top:25.25rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2wF59d5H1Vuy1MBEZ6WarKzqxvqdDvz { width:20rem;height:4.3984375rem;top:35.711425rem;left:0rem;font-size:1rem;line-height:1.1;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KZgeRoSpeDeWKe7978CoTiGdHcRl8tQ1 { display:flex;width:4.9375rem;height:4.9375rem;top:29.523925rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #qbkCxwJu5TRP0iSAOKCSF4b5b8kTqDlm { width:20rem;height:4.3984375rem;top:48.60986328125rem;left:0rem;font-size:1rem;line-height:1.1;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vVTLCkWzEv9MSPIyaO9gasyglz18N9tT { display:flex;width:4.3125rem;height:4.3125rem;top:42.25830078125rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #GBJxvT4Mkr0BvPzNaLLpAUZHHesv1mVU { display:flex;width:2.25rem;height:2.25rem;top:107.0625rem;left:6.6875rem; }
#GBJxvT4Mkr0BvPzNaLLpAUZHHesv1mVU > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ODIa14cgcRDJ3FIzrexuQ62rs1cR8ygM { display:flex;width:2.25rem;height:2.25rem;top:107.0625rem;left:2.5rem; }
#ODIa14cgcRDJ3FIzrexuQ62rs1cR8ygM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #VGoc14RkLS6AnLrORvhPB1z2B4okii19 { width:15rem;height:1.6875rem;top:104.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qimqGFzVI1tAP3RzCJE2lhecbOLO2PIt { display:flex;width:2.25rem;height:2.25rem;top:107.0625rem;left:11.125rem; }
#qimqGFzVI1tAP3RzCJE2lhecbOLO2PIt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Mpc7OlWCi3K2nRySPquXOvD1OIH4GmJ0 { top:110.3125rem;left:2.4375rem;width:15.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZVlBsKVXWqF9HlZ1CsBm3f7yzy2IxHw { display:block; }
 }@media only screen and (max-width: 763px) { #nBGQfvTx310AbJuWBsoxboNxtniqQHEg { top:113.9375rem;left:3.75rem;width:12.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1mAuHaCt5qAbvM3h0kfOmXte8sGRMl { display:block; }
 }@media only screen and (max-width: 763px) { #kkohU6myqtmoaJzxmMuXOlPftSMgBUiJ { display:flex;width:2.25rem;height:2.25rem;top:107.0625rem;left:15.3125rem; }
 }