.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:217,226,233;--color-primary-1:128,159,183;--color-primary-2:1,63,111;--color-primary-3:1,32,56;--color-primary-4:0,9,17;--color-secondary-0:233,240,217;--color-secondary-1:182,204,128;--color-secondary-2:108,153,0;--color-secondary-3:54,77,0;--color-secondary-4:16,23,0;--color-tertiary-0:255,255,255;--color-tertiary-1:236,240,241;--color-tertiary-2:192,205,207;--color-tertiary-3:96,103,104;--color-tertiary-4:19,20,21;--headlines-font-family:"Logam";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { 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; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { background-color: transparent; background-image: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container > .video-iframe-container { display: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container { display: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .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); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { border-width: 0; border-radius: 0; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { font-size:0.875rem;font-family:logam;height:46.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:4.4791669845581rem;left:44.34375rem;height:5.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8FGgpRHfFnlqSqvd0wVl3UPQBszMHHe { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.86), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.86), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.86), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.86), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.86)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.86)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.86), rgba(var(--color-secondary-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:10.75rem;width:36.3125rem;top:3.25rem;left:33.5625rem;display:block; }
#xKW5lySCFu6arkBUyS6rKJFPqcyxCEpZ { 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:31.375rem;left:67.0625rem; }
#eRWA770EerTQprATWDq6s8T8tGBCLCyv { 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:34.9375rem;left:63.5625rem; }
#tf656lQy5MKpqMa48EeOWttSzupueXi4 { color:rgba(var(--color-secondary-2),1);display:block;width:35.5rem;position:absolute;font-family:logam;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:9.9375rem;left:34.6875rem;height:3.28125rem;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; }
#pd08P7Zoi12rFm0rw4exD3avpTrAaQ9g { color:rgba(var(--color-primary-2),1);display:block;width:35.5rem;position:absolute;font-family:"varela round";font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:15.9375rem;left:33.25rem;height:10.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WNkdIlTt63srIPmDUKRkNqWZAGNBHswf { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:0rem;left:4rem;overflow:hidden;display:block; }
#Pqq0KbxJ1omC9UvlMw4UMHvckh6fQgAP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:16.75rem;top:3.25rem;left:11.9375rem;overflow:hidden;display:block; }
#H100FLdRup1rF1O7Hd2XzA56vdXCPvRX { z-index:15001;top:34.25rem;left:27.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uKoJGdGXBydrni0cpPVGp4OqVOsywV6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gypm2mCUc22kX3oElJziMW36yTRid7ii { 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:15013;opacity:1;top:27.729167938233rem;left:11.9375rem; }
#hF4asGKcRFLTXpKp0ngT7fpp5xUPrXwt { color:rgba(var(--color-primary-2),1);display:block;width:50.6875rem;position:absolute;font-family:"varela round";font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:29.5rem;left:18.104167938233rem;height:2.625rem;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; }
#pe1zgb70W5VC0ROVLfqHO8zS4D72qOBR { position:absolute;display:block;z-index:15009;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:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.4375rem;width:49.75rem;top:40.479167938233rem;left:12.625rem;overflow:hidden;display:block; }
#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA { background-color:rgba(var(--color-primary-1),0.12);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; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row .container { background-color: transparent; background-image: none; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row .container > .video-iframe-container { display: none; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row > .video-iframe-container { display: none; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .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); }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row .container { border-width: 0; border-radius: 0; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row .container { font-size:0.875rem;font-family:logam;height:21.75rem;width:75rem;overflow:visible;position:relative;display:block; }#lvk2UuL2cSLrFVly1dZaBRPK2zKexneV { color:rgba(var(--color-secondary-2),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:0.8291664123535rem;left:10.6875rem;height:7.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GwgvVDNAZTugWsP1bKmtEo43zVhcd2k3 { position:absolute;display:block;z-index:15003;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:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:16.875rem;width:12.8125rem;top:0.8125rem;left:51.4375rem;overflow:hidden;display:block; }
#qlaJQMAzoegyTbr7yz2ZZnDdxEqpByJr { color:rgba(var(--color-primary-2),1);display:block;width:41.25rem;position:absolute;font-family:"varela round";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.25rem;left:6.96875rem;height:9.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;text-align:left;text-align-last:left;display:block; }
#SWpsKk3BRQvDgIaCnN6dpRHoGioN2qAs { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.82), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.82), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.82), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.82), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.82)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.82)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.82), 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:7.6875rem;left:57.1875rem;display:block; }
#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk { 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; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row .container { background-color: transparent; background-image: none; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row .container > .video-iframe-container { display: none; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row > .video-iframe-container { display: none; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .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); }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row .container { border-width: 0; border-radius: 0; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row .container { font-size:0.875rem;font-family:logam;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ROq15DKa9NMzVtD0fX1kE3dddF3y2s5b { color:rgba(var(--color-tertiary-0),1);display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:4.5749998092651rem;left:13.9375rem;height:9.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:left;text-align-last:left;display:block; }
#ZeATvqVIOZoeTk7Cp7LD6D9sapCIcNXq { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),0.8)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));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:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:19.625rem;top:2.75rem;left:8.125rem;display:block; }
#Sl21rBUskd46AnzFSkaST1wV36DnckI9 { 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; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { background-color: transparent; background-image: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container > .video-iframe-container { display: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container { display: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .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); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { border-width: 0; border-radius: 0; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { font-size:0.875rem;font-family:logam;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { color:rgba(var(--color-primary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:1.6854095458984rem;left:4.5625rem;height:4.8rem;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; }
#vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { position:absolute;display:block;z-index:15007;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:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.125rem;width:18.9375rem;top:11.125rem;left:53.4375rem;overflow:hidden;display:block; }
#pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:6.5rem;left:48.25rem;display:block; }
#lcuPIGNTeoX5vuKAf9Zbk4u5yPFni11w { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:"varela round";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:8.5rem;left:5.375rem;height:;display:block; }#lcuPIGNTeoX5vuKAf9Zbk4u5yPFni11w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lcuPIGNTeoX5vuKAf9Zbk4u5yPFni11w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b9f6557a650a820e5013117d5609e8e8f8e356c0.svg); }
#XdnBzeRmWN2TDnEBGi3EGf4lBeh0SK06 { z-index:15002;top:34.8125rem;left:27.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OvHuclmBi08U2kzuTDf92lViQtl66vtV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 { 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; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { background-color: transparent; background-image: none; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container > .video-iframe-container { display: none; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row > .video-iframe-container { display: none; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .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); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { border-width: 0; border-radius: 0; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { font-size:0.875rem;font-family:logam;height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#AtEcEsvmaQZ9btfeoOmA3s1JTtep2n22 { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.75rem;left:30.1875rem;height:7.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tbti46yTb5IFPViboKNQII31yZkmm5kg { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.72), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.72), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.72), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.72), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.72)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.72)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.72), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:39.8125rem;width:44rem;top:1.4375rem;left:30.1875rem;display:block; }
#VgZeQnXqN9i61QKKC5NVgTgX5ubkt57g { color:rgba(var(--color-primary-2),1);display:block;width:39.8125rem;position:absolute;font-family:"varela round";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:11.1875rem;left:31.59375rem;height:29.5rem;display:block; }#VgZeQnXqN9i61QKKC5NVgTgX5ubkt57g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VgZeQnXqN9i61QKKC5NVgTgX5ubkt57g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b9f6557a650a820e5013117d5609e8e8f8e356c0.svg); }
#VzsRoGTJ1hgOs8u7IvLdGCsaoxCFAi9u { position:absolute;display:block;z-index:15005;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:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:23.6875rem;width:16.9375rem;top:5.4166669845581rem;left:7.25rem;overflow:hidden;display:block; }
#rFOt6rsWnJamT1fxeXzpCSiu3z9Je2WM { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.979166984558rem;left:10.5625rem; }
#FoWGA0C3PWUVZimqITuiKFeIrfLwbKTv { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.875rem;left:14.4375rem; }
#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F { 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; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { background-color: transparent; background-image: none; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container > .video-iframe-container { display: none; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row > .video-iframe-container { display: none; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .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); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { border-width: 0; border-radius: 0; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { font-size:0.875rem;font-family:logam;height:52.875rem;width:75rem;overflow:visible;position:relative;display:block; }#XwpeblmbMa3RQwW6z1WWfLOpxWu8Byur { color:rgba(var(--color-primary-2),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.9614582061768rem;left:4.6875rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xERUwqd3wxTDcHRu2ubVvy1Tt8px2FCt { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.79), rgba(var(--color-secondary-2),0.8));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.79), rgba(var(--color-secondary-2),0.8));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.79), rgba(var(--color-secondary-2),0.8));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.79), rgba(var(--color-secondary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.79)', endColorstr='rgba(var(--color-secondary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.79)', endColorstr='rgba(var(--color-secondary-2),0.8)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.79), rgba(var(--color-secondary-2),0.8));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:3.8125rem;left:56.5rem;display:block; }
#UR1STxyAK4606gQPCWdV3Z87xMQesn3o { color:rgba(var(--color-primary-2),1);display:block;width:58.375rem;position:absolute;font-family:"varela round";font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:26.125rem;left:10.541666984558rem;height:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eutNAuTfA0Zg6pNWJAH92ZWGFuKQ9sV8 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:23.375rem;left:13.5625rem;display:block; }
#hFLdohREp27Fgeg88xRMpAADVgTvw0ZF { color:rgba(var(--color-primary-2),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.6875rem;left:10.8125rem;height:3.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:center;text-align-last:center;display:block; }
#Zrex2iaBBwNwKdx6pnktAdCx6HxOITxC { color:rgba(var(--color-secondary-2),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:8.875rem;left:12.5rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nEwNLGsdeXw78u7foXddZT9TA6Pw1ny9 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:18.8125rem;left:27.4375rem; }
#nEwNLGsdeXw78u7foXddZT9TA6Pw1ny9 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#vQv9mDiLcNPdxWpdCWiynIyh4JbGwyde { position:absolute;display:block;z-index:15033;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:0rem;box-shadow: none;height:14.1875rem;width:20.875rem;top:9.1875rem;left:42.5rem;overflow:hidden;display:block; }
#u5XfnZSkdAa4QgtR3UR3iO3WK45O0of1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:18.625rem;left:23.0625rem; }
#u5XfnZSkdAa4QgtR3UR3iO3WK45O0of1 > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#sCkGh4EaUiX74KFrl4fH2mQtOu05QR1P { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.0625rem;left:19rem; }
#sCkGh4EaUiX74KFrl4fH2mQtOu05QR1P > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#uqMiVUIxOdAXt9t10DBJ7AO3p7kxNaB2 { 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:15011;opacity:1;top:44.375rem;left:3.6875rem; }
#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T { position:relative;display:block; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T { background-color: transparent; background-image: none; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .row .container > .video-iframe-container { display: none; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .row > .video-iframe-container { display: none; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .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); }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T { border-width: 0; border-radius: 0; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .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; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .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:18.75rem;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; }#Wq2LqV2y1venbBzsC6S1mzzc1Z2qtAxP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:16.8125rem;width:29.9375rem;top:0.96875rem;left:22.53125rem;display:block; }
#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI { background-color:rgba(var(--color-primary-1),0.37);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; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row .container { background-color: transparent; background-image: none; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row .container > .video-iframe-container { display: none; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row > .video-iframe-container { display: none; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .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); }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row .container { border-width: 0; border-radius: 0; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row .container { font-size:0.875rem;font-family:logam;height:30.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#sz6EfoCqTnbQEhPxrwQZ9tnX5ghehVN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2rem;left:10.375rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hzbgZnq3cu1EBHX7k7U5QTLriCRfHKXV { color:rgba(var(--color-primary-2),1);display:block;width:52.375rem;position:absolute;font-family:"varela round";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.104166984558rem;left:11.3125rem;height:18.5625rem;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; }
#vdBHZUXbXEmWaG4D4J5q0MHxKE7whPoE { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.21875rem;left:64.625rem; }
#CckrzErw50mewsWgDKPg3VK4A5M0gSLG { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),0.8)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),0.8));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:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:13rem;top:1rem;left:9.5625rem;display:block; }
#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU { background-color:rgba(var(--color-secondary-2),0.79);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; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { background-color: transparent; background-image: none; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container > .video-iframe-container { display: none; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row > .video-iframe-container { display: none; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .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); }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { border-width: 0; border-radius: 0; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { font-size:0.875rem;font-family:logam;height:19.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#JMWFzkOeM9Rg82T0thq7Rh1UvwKFVAW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:1.1875rem;left:11rem;height:9.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:right;text-align-last:right;display:block; }
#EldJXL1udI174i3KBMurmhcxbTCb0m7O { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.86));background-image: -moz-linear-gradient(314deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.86));background-image: -ms-linear-gradient(314deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.86));background-image: -o-linear-gradient(314deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.86)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.86)' );";background-image: linear-gradient(314deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.86));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:9.25rem;width:9.25rem;top:4.96875rem;left:55.729167938233rem;display:block; }
#oTrC5n5dIptl970EKq5G7bGnCoaKOLT8 { z-index:15003;top:12.612500190735rem;left:27.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q8ONAMRZiABh7QIpFKd9MsoLqQdw47VM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;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; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row .container { background-color: transparent; background-image: none; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row .container > .video-iframe-container { display: none; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row > .video-iframe-container { display: none; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .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); }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row .container { border-width: 0; border-radius: 0; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row .container { font-size:0.875rem;font-family:logam;height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#hswzoJJ0wdt6ipxfqRdhICM5NDWOinIq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:"varela round";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.8125rem;left:10.5625rem;height:1.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;display:block; }
#IoCNXwi8oA0qlUR1zVOvdUXZ5x55vUQh { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:1.15625rem;left:4.1041669845581rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { top:4.4375rem;left:30.71875rem;width:14.75rem;height:5.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8FGgpRHfFnlqSqvd0wVl3UPQBszMHHe { top:3.25rem;left:11.4375rem;width:36.3125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKW5lySCFu6arkBUyS6rKJFPqcyxCEpZ { top:31.375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRWA770EerTQprATWDq6s8T8tGBCLCyv { top:34.9375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf656lQy5MKpqMa48EeOWttSzupueXi4 { top:9.9375rem;left:12.25rem;width:35.5rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd08P7Zoi12rFm0rw4exD3avpTrAaQ9g { top:15.9375rem;left:12.25rem;width:35.5rem;height:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNkdIlTt63srIPmDUKRkNqWZAGNBHswf { width:6.9375rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqq0KbxJ1omC9UvlMw4UMHvckh6fQgAP { width:16.75rem;height:23.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H100FLdRup1rF1O7Hd2XzA56vdXCPvRX { top:34.25rem;left:13.6875rem;width:20.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKoJGdGXBydrni0cpPVGp4OqVOsywV6X { display:block; }
 }@media only screen and (max-width: 763px) { #Gypm2mCUc22kX3oElJziMW36yTRid7ii { width:4.4375rem;height:4.4375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF4asGKcRFLTXpKp0ngT7fpp5xUPrXwt { top:29.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe1zgb70W5VC0ROVLfqHO8zS4D72qOBR { width:47.75rem;height:3.2993090452261rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA { display:block; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvk2UuL2cSLrFVly1dZaBRPK2zKexneV { top:0.8125rem;left:0rem;width:33.8125rem;height:7.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwgvVDNAZTugWsP1bKmtEo43zVhcd2k3 { top:0.8125rem;left:34.9375rem;width:12.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlaJQMAzoegyTbr7yz2ZZnDdxEqpByJr { top:9.25rem;left:0rem;width:41.25rem;height:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWpsKk3BRQvDgIaCnN6dpRHoGioN2qAs { top:7.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk { display:block; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROq15DKa9NMzVtD0fX1kE3dddF3y2s5b { top:4.5625rem;left:0rem;width:47.75rem;height:14.4rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeATvqVIOZoeTk7Cp7LD6D9sapCIcNXq { top:2.75rem;left:0rem;width:19.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl21rBUskd46AnzFSkaST1wV36DnckI9 { display:block; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { top:1.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { top:11.125rem;left:28.8125rem;width:18.9375rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { top:6.5rem;left:29.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcuPIGNTeoX5vuKAf9Zbk4u5yPFni11w { top:8.5rem;left:0rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#lcuPIGNTeoX5vuKAf9Zbk4u5yPFni11w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b9f6557a650a820e5013117d5609e8e8f8e356c0.svg); }
 }@media only screen and (max-width: 763px) { #XdnBzeRmWN2TDnEBGi3EGf4lBeh0SK06 { top:34.8125rem;left:13.6875rem;width:20.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvHuclmBi08U2kzuTDf92lViQtl66vtV { display:block; }
 }@media only screen and (max-width: 763px) { #r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 { display:block; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtEcEsvmaQZ9btfeoOmA3s1JTtep2n22 { top:2.75rem;left:5.125rem;width:42.625rem;height:;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbti46yTb5IFPViboKNQII31yZkmm5kg { top:1.4375rem;left:3.75rem;width:44rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgZeQnXqN9i61QKKC5NVgTgX5ubkt57g { top:11.1875rem;left:7.9375rem;width:39.8125rem;height:29.5rem;font-size:1.125rem;display:block; }#VgZeQnXqN9i61QKKC5NVgTgX5ubkt57g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b9f6557a650a820e5013117d5609e8e8f8e356c0.svg); }
 }@media only screen and (max-width: 763px) { #VzsRoGTJ1hgOs8u7IvLdGCsaoxCFAi9u { top:5.375rem;left:0rem;width:16.9375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOt6rsWnJamT1fxeXzpCSiu3z9Je2WM { top:29.9375rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWGA0C3PWUVZimqITuiKFeIrfLwbKTv { top:33.875rem;left:0.8125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F { display:block; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwpeblmbMa3RQwW6z1WWfLOpxWu8Byur { top:1.9375rem;left:0rem;width:25.9375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERUwqd3wxTDcHRu2ubVvy1Tt8px2FCt { top:3.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1STxyAK4606gQPCWdV3Z87xMQesn3o { top:26.125rem;left:0rem;width:47.75rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eutNAuTfA0Zg6pNWJAH92ZWGFuKQ9sV8 { top:23.375rem;left:0rem;width:22.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFLdohREp27Fgeg88xRMpAADVgTvw0ZF { top:12.6875rem;left:0rem;width:27.9375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrex2iaBBwNwKdx6pnktAdCx6HxOITxC { top:8.875rem;left:0rem;width:24.625rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEwNLGsdeXw78u7foXddZT9TA6Pw1ny9 { top:18.8125rem;left:13.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
#nEwNLGsdeXw78u7foXddZT9TA6Pw1ny9 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #vQv9mDiLcNPdxWpdCWiynIyh4JbGwyde { top:9.1875rem;left:26.875rem;width:20.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5XfnZSkdAa4QgtR3UR3iO3WK45O0of1 { top:18.625rem;left:9.4375rem;width:3.5rem;height:3.5rem;display:block; }
#u5XfnZSkdAa4QgtR3UR3iO3WK45O0of1 > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #sCkGh4EaUiX74KFrl4fH2mQtOu05QR1P { top:19.0625rem;left:5.375rem;width:2.625rem;height:2.625rem;display:block; }
#sCkGh4EaUiX74KFrl4fH2mQtOu05QR1P > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uqMiVUIxOdAXt9t10DBJ7AO3p7kxNaB2 { top:44.375rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGeDga69cL7kEEGzWQQb5OLQCdhExz4T { display:block; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq2LqV2y1venbBzsC6S1mzzc1Z2qtAxP { width:29.9375rem;height:16.8125rem;top:0.9375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSEW8B3s34HCulyLTR63FwGzqRXNEiI { display:block; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sz6EfoCqTnbQEhPxrwQZ9tnX5ghehVN4 { top:2rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzbgZnq3cu1EBHX7k7U5QTLriCRfHKXV { top:10.0625rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBHZUXbXEmWaG4D4J5q0MHxKE7whPoE { top:5.1875rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckrzErw50mewsWgDKPg3VK4A5M0gSLG { top:1rem;left:0rem;width:13rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssHtrdWWie0vJgNSuVpU4TsfRyemGsU { display:block; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMWFzkOeM9Rg82T0thq7Rh1UvwKFVAW0 { top:1.1875rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EldJXL1udI174i3KBMurmhcxbTCb0m7O { top:4.9375rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTrC5n5dIptl970EKq5G7bGnCoaKOLT8 { top:12.5625rem;left:13.6875rem;width:20.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ONAMRZiABh7QIpFKd9MsoLqQdw47VM { display:block; }
 }@media only screen and (max-width: 763px) { #UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 { display:block; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hswzoJJ0wdt6ipxfqRdhICM5NDWOinIq { top:2.8125rem;left:0rem;width:32.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCNXwi8oA0qlUR1zVOvdUXZ5x55vUQh { width:4.75rem;height:4.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { width:20rem;height:2.475rem;top:5.4791669845581rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8FGgpRHfFnlqSqvd0wVl3UPQBszMHHe { width:15.6875rem;height:8.375rem;top:4.4375rem;left:2.15625rem;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) { #xKW5lySCFu6arkBUyS6rKJFPqcyxCEpZ { display:flex;width:4.375rem;height:4.375rem;top:33.8125rem;left:15.1875rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #eRWA770EerTQprATWDq6s8T8tGBCLCyv { display:flex;width:4.375rem;height:4.375rem;top:35.875rem;left:13.25rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #tf656lQy5MKpqMa48EeOWttSzupueXi4 { width:20rem;height:3.9375rem;top:7.9541664123538rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pd08P7Zoi12rFm0rw4exD3avpTrAaQ9g { width:20rem;height:6.75rem;top:13.463541984558rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNkdIlTt63srIPmDUKRkNqWZAGNBHswf { width:4.4375rem;height:4.4375rem;top:0rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqq0KbxJ1omC9UvlMw4UMHvckh6fQgAP { width:9.875rem;height:14.0625rem;top:21rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H100FLdRup1rF1O7Hd2XzA56vdXCPvRX { top:47.9375rem;left:1.4375rem;width:17.125rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKoJGdGXBydrni0cpPVGp4OqVOsywV6X { display:block; }
 }@media only screen and (max-width: 763px) { #Gypm2mCUc22kX3oElJziMW36yTRid7ii { display:flex;width:4.4375rem;height:4.4375rem;top:39rem;left:7.78125rem; }
 }@media only screen and (max-width: 763px) { #hF4asGKcRFLTXpKp0ngT7fpp5xUPrXwt { width:20rem;height:3.375rem;top:44.03125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pe1zgb70W5VC0ROVLfqHO8zS4D72qOBR { width:20rem;height:1.38229375rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA { display:block; }#rSVLDDWk3ZzwvXlZO7CmIucOTIMiAnCA > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvk2UuL2cSLrFVly1dZaBRPK2zKexneV { width:15.875rem;height:4.8rem;top:1.0416669845581rem;left:2.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwgvVDNAZTugWsP1bKmtEo43zVhcd2k3 { width:11.4375rem;height:15.0625rem;top:17.125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlaJQMAzoegyTbr7yz2ZZnDdxEqpByJr { width:18.1875rem;height:9rem;top:6.6875rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWpsKk3BRQvDgIaCnN6dpRHoGioN2qAs { width:9.8125rem;height:9.8125rem;top:26rem;left:8.6666669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk { display:block; }#cPiwR2yksP0ebl8uxrbkezMOSnl2zIrk > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROq15DKa9NMzVtD0fX1kE3dddF3y2s5b { width:20rem;height:7.2rem;top:2.9666662216186rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZeATvqVIOZoeTk7Cp7LD6D9sapCIcNXq { width:9.625rem;height:8.125rem;top:2rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl21rBUskd46AnzFSkaST1wV36DnckI9 { display:block; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { width:17.0625rem;height:4.8rem;top:1.375rem;left:1.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { width:12rem;height:13.375rem;top:43.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { width:9.125rem;height:9.125rem;top:41.862500190735rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcuPIGNTeoX5vuKAf9Zbk4u5yPFni11w { width:20rem;height:31.875rem;top:8.237500190735rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#lcuPIGNTeoX5vuKAf9Zbk4u5yPFni11w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b9f6557a650a820e5013117d5609e8e8f8e356c0.svg); }
 }@media only screen and (max-width: 763px) { #XdnBzeRmWN2TDnEBGi3EGf4lBeh0SK06 { top:59.674999237061rem;left:1rem;width:18rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvHuclmBi08U2kzuTDf92lViQtl66vtV { display:block; }
 }@media only screen and (max-width: 763px) { #r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 { display:block; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtEcEsvmaQZ9btfeoOmA3s1JTtep2n22 { width:20rem;height:7.2rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tbti46yTb5IFPViboKNQII31yZkmm5kg { width:20rem;height:50.9375rem;top:1.59375rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgZeQnXqN9i61QKKC5NVgTgX5ubkt57g { width:20rem;height:41.5rem;top:9.949999809265rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VgZeQnXqN9i61QKKC5NVgTgX5ubkt57g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b9f6557a650a820e5013117d5609e8e8f8e356c0.svg); }
 }@media only screen and (max-width: 763px) { #VzsRoGTJ1hgOs8u7IvLdGCsaoxCFAi9u { width:11.6875rem;height:16.3125rem;top:54.375rem;left:4.15625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rFOt6rsWnJamT1fxeXzpCSiu3z9Je2WM { display:flex;width:4.625rem;height:4.625rem;top:68.1875rem;left:15.375rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #FoWGA0C3PWUVZimqITuiKFeIrfLwbKTv { display:flex;width:4.5rem;height:4.5rem;top:70.25rem;left:13.3125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F { display:block; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwpeblmbMa3RQwW6z1WWfLOpxWu8Byur { width:20rem;height:2.4rem;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERUwqd3wxTDcHRu2ubVvy1Tt8px2FCt { width:9.3125rem;height:9.3125rem;top:3.2749996185302rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1STxyAK4606gQPCWdV3Z87xMQesn3o { width:20rem;height:36rem;top:28.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eutNAuTfA0Zg6pNWJAH92ZWGFuKQ9sV8 { width:20rem;height:0.3125rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFLdohREp27Fgeg88xRMpAADVgTvw0ZF { width:20rem;height:3rem;top:18.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrex2iaBBwNwKdx6pnktAdCx6HxOITxC { width:20rem;height:1.95rem;top:16.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEwNLGsdeXw78u7foXddZT9TA6Pw1ny9 { display:flex;width:2.875rem;height:2.875rem;top:22.875rem;left:11.625rem; }
#nEwNLGsdeXw78u7foXddZT9TA6Pw1ny9 > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #vQv9mDiLcNPdxWpdCWiynIyh4JbGwyde { width:13.375rem;height:9.0625rem;top:5.875rem;left:3.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5XfnZSkdAa4QgtR3UR3iO3WK45O0of1 { display:flex;width:2.875rem;height:2.875rem;top:23.0625rem;left:8.125rem; }
#u5XfnZSkdAa4QgtR3UR3iO3WK45O0of1 > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #sCkGh4EaUiX74KFrl4fH2mQtOu05QR1P { display:flex;width:2.0625rem;height:2.0625rem;top:23.5rem;left:5.5rem; }
#sCkGh4EaUiX74KFrl4fH2mQtOu05QR1P > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #uqMiVUIxOdAXt9t10DBJ7AO3p7kxNaB2 { display:flex;width:3.5625rem;height:3.5625rem;top:64.75rem;left:15.729166984558rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #EGeDga69cL7kEEGzWQQb5OLQCdhExz4T { display:block; }#EGeDga69cL7kEEGzWQQb5OLQCdhExz4T > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq2LqV2y1venbBzsC6S1mzzc1Z2qtAxP { height:11.231732776618rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSEW8B3s34HCulyLTR63FwGzqRXNEiI { display:block; }#TCSEW8B3s34HCulyLTR63FwGzqRXNEiI > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sz6EfoCqTnbQEhPxrwQZ9tnX5ghehVN4 { width:20rem;height:12rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzbgZnq3cu1EBHX7k7U5QTLriCRfHKXV { width:17.875rem;height:33rem;top:14.3125rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdBHZUXbXEmWaG4D4J5q0MHxKE7whPoE { display:flex;width:4.125rem;height:4.125rem;top:46.6875rem;left:0rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #CckrzErw50mewsWgDKPg3VK4A5M0gSLG { width:11.875rem;height:7.9375rem;top:0.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssHtrdWWie0vJgNSuVpU4TsfRyemGsU { display:block; }#fssHtrdWWie0vJgNSuVpU4TsfRyemGsU > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMWFzkOeM9Rg82T0thq7Rh1UvwKFVAW0 { width:20rem;height:7.2rem;top:2.25rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EldJXL1udI174i3KBMurmhcxbTCb0m7O { width:6.6875rem;height:6.6875rem;top:0.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTrC5n5dIptl970EKq5G7bGnCoaKOLT8 { top:10.5625rem;left:1.125rem;width:17.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ONAMRZiABh7QIpFKd9MsoLqQdw47VM { display:block; }
 }@media only screen and (max-width: 763px) { #UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 { display:block; }#UmJHOnSKR1Jq3Rr04iubTLvWqVf0Gn43 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hswzoJJ0wdt6ipxfqRdhICM5NDWOinIq { width:18.5625rem;height:3rem;top:6.300000190735rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoCNXwi8oA0qlUR1zVOvdUXZ5x55vUQh { width:4.75rem;height:4.75rem;top:0.80000019073488rem;left:7.625rem;display:block; }
 }