.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:231,237,239;--color-primary-1:184,202,207;--color-primary-2:137,167,175;--color-primary-3:82,100,105;--color-primary-4:19,78,94;--color-secondary-0:251,251,251;--color-secondary-1:243,243,243;--color-secondary-2:231,231,231;--color-secondary-3:116,116,116;--color-secondary-4:35,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:181,179,175;--color-tertiary-2:131,128,121;--color-tertiary-3:100,96,87;--color-tertiary-4:20,17,13;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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:#efefef;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(--paragraphs-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;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; }
#b7FIywde9xcPU3I1EMI1DlrhJndKTStK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.375rem;left:29.21875rem;display:block; }
#KLzcH6hQawrgMmxZysrHFN9pTm8lh3lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QM41Z9Q1vTTtpPgFOk4AfJFey4QrAgkn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.375rem;left:47.46875rem;display:block; }
#Nnke34Jy9Gyz7m9nzuPoATOaIiueTTkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRwrg6QKW4pKZp4sO0rksh0HRu6MuCuD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.375rem;left:20.6875rem;display:block; }
#yNSHm540MOE6KVkvAI2sdb6SQRqvf1LQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xI8QraUO4nTl376LI1oT3yqyG0Jo2Rvc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.375rem;left:38.28125rem;display:block; }
#c9s3RwTMguG8rxBukFwnktMuOnWwh2Ot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CN81rxK7ef4lUcw5y64BT1fzDpQsafKc { position:absolute;display:block;z-index:15019;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:2.5rem;width:2.5rem;top:1.40625rem;left:66.78125rem;overflow:hidden;display:block; }
#BnTFtr9fka4RP6kLb6k68pURht0TBsB9 { 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:2.5rem;width:2.5rem;top:1.40625rem;left:62.21875rem;overflow:hidden;display:block; }
#EgIGgIVKkv5WJcGN0tcz2mpyN9n46LQT { 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:2.5rem;width:2.5rem;top:1.40625rem;left:57.78125rem;overflow:hidden;display:block; }
#VEfRMGip8yKFsIONTvJy3Nx4eetGs0yB { 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:2.5rem;width:2.5rem;top:1.40625rem;left:70.84375rem;overflow:hidden;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(--paragraphs-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:;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-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),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:#c8ad7f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:4.375rem;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:#645740;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.625rem;left:4.0625rem;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: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; }
#rhowE4PKGxlevrHvAT9MSFCsK5HsAuUR { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f7f7f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f7f7f7' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);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; }
#R9IKGmnun226aPGJg42b363gQBaC33D9 { color:#bc9343;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:13.5625rem;left:4.0625rem;height:6.2988375rem;font-style:normal;display:block; }
#plKfK8GNIoW4obg33LKscSsiN8CdIgl6 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:46.25rem;width:35.0625rem;top:0rem;left:39.9375rem;overflow:hidden;display:block; }
#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row .container { background-color: transparent; background-image: none; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row .container > .video-iframe-container { display: none; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row > .video-iframe-container { display: none; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .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); }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row .container { border-width: 0; border-radius: 0; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#nf1V2SivlIhiGK49SzHRpAS43IFUFDqm { color:#0b3037;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.4375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iN8tqEk4gPu4f8WPndldtmRbH9rhHZCZ { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:5.375rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd { background-color:#fdfdfd;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(--paragraphs-font-family);height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#r0uT0kNfspTVn6cMEAPAEmk2nqab1QKD { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.375rem;left:24.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; }
#cvtD93NTyrG55egmKVbkF161FVh2utZR { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f7f7f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f7f7f7' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);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:1.6875rem;left:10.625rem;display:block; }
#nzWq6HT2byN0Du7w0sOF2fQZV0TrrKX6 { 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:10.875rem;width:19.125rem;top:6.125rem;left:8.75rem;overflow:hidden;display:block; }
#RIAJTmFclnsDx8S8SzgI9U28L6cOUhI8 { 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:10.875rem;width:19.125rem;top:6.125rem;left:27.875rem;overflow:hidden;display:block; }
#SIvlw1y5mvMlWR3T5GIK92J9IHiAJh51 { 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:10.875rem;width:19.125rem;top:6.125rem;left:47rem;overflow:hidden;display:block; }
#ExFqa5g03ZsSJg02HKTl0Ds19p9pd1KD { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:21.1875rem;left:16.75rem;height:19.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; }
#IrF9OUkDJr0M1r3r2CafbtGSW4hWUHpx { z-index:15003;top:41.9375rem;left:23.90625rem;background-color:#c8ad7f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.21) ;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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.25rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VUOHhQfdfZt9iJO4bowlOsNXSlhtEJG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BcFn8QKQ8pJF9RGl7Cw1xU36Ibi6JTJM { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:18rem;left:13.8125rem;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; }
#ENvn2582WdomBHqUL72U1Z1KkX6y9hIO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f7f7f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f7f7f7' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #f7f7f7);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:9.5625rem;left:10.625rem;display:block; }
#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row .container { background-color: transparent; background-image: none; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row .container > .video-iframe-container { display: none; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row > .video-iframe-container { display: none; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .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); }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row .container { border-width: 0; border-radius: 0; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#gIJpeHNesbzeqPhree9gXhH1GyVdL7be { 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:15000;line-height:1.3;letter-spacing:0;top:5.23828125rem;left:3.15625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#mAn7msuy11PWFDXVG0op7E3ZdyuHVFTV { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.05078125rem;left:3.15625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row .container { background-color: transparent; background-image: none; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row .container > .video-iframe-container { display: none; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row > .video-iframe-container { display: none; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .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); }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row .container { border-width: 0; border-radius: 0; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#Ec6JKAHNyNN25tpizb7bfgX2aT4UZccp { 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:15012;line-height:1.4;letter-spacing:0;top:9.6875rem;left:8.3125rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BzcDvlqXwPafd74TuhPCZa7ltOMrz9GC { 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:15013;opacity:1;top:9.6875rem;left:2.625rem; }
#c2zA4SsrIvcnKpIGZogRTCrVB76H9T4Q { 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:15014;opacity:1;top:19.1875rem;left:2.6875rem; }
#sgt9KuOduOoeWtgKmsaWmAx2JaVf25Ta { 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:15013;line-height:1.4;letter-spacing:0;top:18.375rem;left:8.3125rem;height:7.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#e06BkKcFkcGz58iwDyamOAxIIOsVelHz { position:absolute;display:block;z-index:15000;height:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#TMlAIrcu50x6NrA8ABu8AJ5yECqxHeyW { 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:15012;line-height:1.3;letter-spacing:0;top:1.8125rem;left:8.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#QTOhsI8KREtWLsnghZwmIAeFtmx7msqb { 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:15015;opacity:1;top:1.375rem;left:2.625rem; }
#NDHkHwobByeHqfPCpCTeCEFTDtJJnXb5 { 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:1.6875rem;width:15rem;top:27.125rem;left:2.625rem;overflow:hidden;display:block; }
#iwcrwksUc3bG0XzHZTORWQHSKRsGZ4Tw { z-index:15003;top:30.9873046875rem;left:2.625rem;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; }
#WcezCuNNNRLZ4foMcnIXnOk2XHPBawim { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lAmIkLFEC42foWUtJhTIMNDaBI0T9reD { z-index:15003;top:30.9873046875rem;left:20.9375rem;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.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ER3TQv3Fq7VpftTNX0sDPhlAWPt2E0oL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzFeEDm6p2cRnA5xf8G3qX2NcLc0HU7i { 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:15006;opacity:1;top:26.875rem;left:31.3125rem; }
#AyQMsdb270f8NDTN5m3JT2ZImyDW33xh { 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:15004;opacity:1;top:26.875rem;left:27.75rem; }
#AyQMsdb270f8NDTN5m3JT2ZImyDW33xh > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Mfh9r6SoQVbmLfbfdexZWk5eKhrmJnp7 { 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:15005;opacity:1;top:26.875rem;left:24.25rem; }
#Mfh9r6SoQVbmLfbfdexZWk5eKhrmJnp7 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#qaA89mR0Emk0kKuyZfMHN7VHwnLceG4d { 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:15007;opacity:1;top:26.875rem;left:21rem; }
#qaA89mR0Emk0kKuyZfMHN7VHwnLceG4d > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }@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) { #ekG98qrLpWe0cm6SPXPOhFSXHNsmMJTZ { top:1.875rem;left:0rem;width:15rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7FIywde9xcPU3I1EMI1DlrhJndKTStK { width:6.6875rem;height:2.5625rem;top:1.375rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLzcH6hQawrgMmxZysrHFN9pTm8lh3lh { display:block; }
 }@media only screen and (max-width: 763px) { #QM41Z9Q1vTTtpPgFOk4AfJFey4QrAgkn { width:6.6875rem;height:2.5625rem;top:1.375rem;left:33.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnke34Jy9Gyz7m9nzuPoATOaIiueTTkk { display:block; }
 }@media only screen and (max-width: 763px) { #vRwrg6QKW4pKZp4sO0rksh0HRu6MuCuD { width:6.6875rem;height:2.5625rem;top:1.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNSHm540MOE6KVkvAI2sdb6SQRqvf1LQ { display:block; }
 }@media only screen and (max-width: 763px) { #xI8QraUO4nTl376LI1oT3yqyG0Jo2Rvc { width:6.6875rem;height:2.5625rem;top:1.375rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9s3RwTMguG8rxBukFwnktMuOnWwh2Ot { display:block; }
 }@media only screen and (max-width: 763px) { #CN81rxK7ef4lUcw5y64BT1fzDpQsafKc { top:1.375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnTFtr9fka4RP6kLb6k68pURht0TBsB9 { top:1.375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgIGgIVKkv5WJcGN0tcz2mpyN9n46LQT { top:1.375rem;left:44.15625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfRMGip8yKFsIONTvJy3Nx4eetGs0yB { top:1.375rem;left:45.25rem;width:2.5rem;height:2.5rem;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.625rem;left:0rem;width:34.8125rem;height:3rem;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) { #rhowE4PKGxlevrHvAT9MSFCsK5HsAuUR { top:4.3125rem;left:21.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9IKGmnun226aPGJg42b363gQBaC33D9 { width:26.9375rem;height:6.25rem;top:13.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plKfK8GNIoW4obg33LKscSsiN8CdIgl6 { top:0rem;left:12.6875rem;width:35.0625rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ { display:block; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nf1V2SivlIhiGK49SzHRpAS43IFUFDqm { width:47.75rem;height:3.625rem;top:1.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN8tqEk4gPu4f8WPndldtmRbH9rhHZCZ { width:47.75rem;height:4.5rem;top:5.375rem;left:0rem;font-size:1.125rem;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) { #r0uT0kNfspTVn6cMEAPAEmk2nqab1QKD { top:1.375rem;left:6.1875rem;width:41.5625rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvtD93NTyrG55egmKVbkF161FVh2utZR { top:1.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzWq6HT2byN0Du7w0sOF2fQZV0TrrKX6 { top:6.125rem;left:0rem;width:19.125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIAJTmFclnsDx8S8SzgI9U28L6cOUhI8 { top:6.125rem;left:14.25rem;width:19.125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIvlw1y5mvMlWR3T5GIK92J9IHiAJh51 { top:6.125rem;left:28.625rem;width:19.125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExFqa5g03ZsSJg02HKTl0Ds19p9pd1KD { top:21.1875rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrF9OUkDJr0M1r3r2CafbtGSW4hWUHpx { top:33.5rem;left:23.875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOHhQfdfZt9iJO4bowlOsNXSlhtEJG4 { display:block; }
 }@media only screen and (max-width: 763px) { #BcFn8QKQ8pJF9RGl7Cw1xU36Ibi6JTJM { top:18rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENvn2582WdomBHqUL72U1Z1KkX6y9hIO { top:9.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 { display:block; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIJpeHNesbzeqPhree9gXhH1GyVdL7be { top:5.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAn7msuy11PWFDXVG0op7E3ZdyuHVFTV { top:1rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 { display:block; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ec6JKAHNyNN25tpizb7bfgX2aT4UZccp { width:26.25rem;height:7rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzcDvlqXwPafd74TuhPCZa7ltOMrz9GC { top:9.6875rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2zA4SsrIvcnKpIGZogRTCrVB76H9T4Q { top:19.1875rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgt9KuOduOoeWtgKmsaWmAx2JaVf25Ta { width:26.25rem;height:7rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e06BkKcFkcGz58iwDyamOAxIIOsVelHz { top:0rem;left:10.25rem;width:37.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlAIrcu50x6NrA8ABu8AJ5yECqxHeyW { width:29.25rem;height:3.5625rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOhsI8KREtWLsnghZwmIAeFtmx7msqb { top:1.375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDHkHwobByeHqfPCpCTeCEFTDtJJnXb5 { top:27.125rem;left:0rem;width:15rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwcrwksUc3bG0XzHZTORWQHSKRsGZ4Tw { top:30.9375rem;left:0rem;width:15.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcezCuNNNRLZ4foMcnIXnOk2XHPBawim { display:block; }
 }@media only screen and (max-width: 763px) { #lAmIkLFEC42foWUtJhTIMNDaBI0T9reD { top:30.9375rem;left:11.1875rem;width:12.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3TQv3Fq7VpftTNX0sDPhlAWPt2E0oL { display:block; }
 }@media only screen and (max-width: 763px) { #GzFeEDm6p2cRnA5xf8G3qX2NcLc0HU7i { width:2.25rem;height:2.25rem;top:26.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyQMsdb270f8NDTN5m3JT2ZImyDW33xh { width:2.25rem;height:2.25rem;top:26.875rem;left:20.9375rem;display:block; }
#AyQMsdb270f8NDTN5m3JT2ZImyDW33xh > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Mfh9r6SoQVbmLfbfdexZWk5eKhrmJnp7 { width:2.25rem;height:2.25rem;top:26.875rem;left:17.4375rem;display:block; }
#Mfh9r6SoQVbmLfbfdexZWk5eKhrmJnp7 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #qaA89mR0Emk0kKuyZfMHN7VHwnLceG4d { width:2.25rem;height:2.25rem;top:26.875rem;left:14.1875rem;display:block; }
#qaA89mR0Emk0kKuyZfMHN7VHwnLceG4d > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@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:12.5625rem;position:relative;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) { #b7FIywde9xcPU3I1EMI1DlrhJndKTStK { width:7.5rem;height:2.5rem;top:6.90625rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLzcH6hQawrgMmxZysrHFN9pTm8lh3lh { display:block; }
 }@media only screen and (max-width: 763px) { #QM41Z9Q1vTTtpPgFOk4AfJFey4QrAgkn { width:6.6875rem;height:2.5625rem;top:6.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnke34Jy9Gyz7m9nzuPoATOaIiueTTkk { display:block; }
 }@media only screen and (max-width: 763px) { #vRwrg6QKW4pKZp4sO0rksh0HRu6MuCuD { width:7.5rem;height:2.5rem;top:4.46875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNSHm540MOE6KVkvAI2sdb6SQRqvf1LQ { display:block; }
 }@media only screen and (max-width: 763px) { #xI8QraUO4nTl376LI1oT3yqyG0Jo2Rvc { width:6.6875rem;height:2.5625rem;top:4.40625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9s3RwTMguG8rxBukFwnktMuOnWwh2Ot { display:block; }
 }@media only screen and (max-width: 763px) { #CN81rxK7ef4lUcw5y64BT1fzDpQsafKc { width:2.5rem;height:2.5rem;top:9.40625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnTFtr9fka4RP6kLb6k68pURht0TBsB9 { width:2.5rem;height:2.5rem;top:9.40625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgIGgIVKkv5WJcGN0tcz2mpyN9n46LQT { width:2.5rem;height:2.5rem;top:9.40625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfRMGip8yKFsIONTvJy3Nx4eetGs0yB { width:2.5rem;height:2.5rem;top:9.40625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:2.4746125rem;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:44.5625rem;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:6rem;top:37.5rem;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:45.6875rem;left:0rem;font-size:3.0625rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #z3SeCe4H0pJhTmu6Si91o2km9Qv0fyCO { display:flex;width:4.375rem;height:4.375rem;top:43.75rem;left:2rem;font-size:3.0625rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #rhowE4PKGxlevrHvAT9MSFCsK5HsAuUR { width:12.5rem;height:12.5rem;top:37.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9IKGmnun226aPGJg42b363gQBaC33D9 { width:20rem;height:4.27441875rem;top:4.21875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plKfK8GNIoW4obg33LKscSsiN8CdIgl6 { width:20rem;height:26.381461675579rem;top:9.9306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ { display:block; }#wKpqFkGV9T2AA8UweeaGzn909q6BdWlZ > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nf1V2SivlIhiGK49SzHRpAS43IFUFDqm { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN8tqEk4gPu4f8WPndldtmRbH9rhHZCZ { width:20rem;height:6.75rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd { display:block; }#gyC1QUMMqt2pJwk1cTpMyCMfSsQHpSxd > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0uT0kNfspTVn6cMEAPAEmk2nqab1QKD { width:15.125rem;height:2.3999rem;top:1.125rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cvtD93NTyrG55egmKVbkF161FVh2utZR { width:12.5rem;height:12.5rem;top:1.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzWq6HT2byN0Du7w0sOF2fQZV0TrrKX6 { width:20rem;height:11.1875rem;top:4.25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIAJTmFclnsDx8S8SzgI9U28L6cOUhI8 { width:20rem;height:11.3125rem;top:22.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SIvlw1y5mvMlWR3T5GIK92J9IHiAJh51 { width:20rem;height:11.3125rem;top:73.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ExFqa5g03ZsSJg02HKTl0Ds19p9pd1KD { width:20rem;height:39rem;top:34.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrF9OUkDJr0M1r3r2CafbtGSW4hWUHpx { top:86.25rem;left:0rem;z-index:15012;width:20rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOHhQfdfZt9iJO4bowlOsNXSlhtEJG4 { display:block; }
 }@media only screen and (max-width: 763px) { #BcFn8QKQ8pJF9RGl7Cw1xU36Ibi6JTJM { width:20rem;height:4.94970625rem;top:16.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENvn2582WdomBHqUL72U1Z1KkX6y9hIO { width:12.5rem;height:12.5rem;top:79.0625rem;left:3.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 { display:block; }#Hv9FTGRDdoRyL36ZV0aEr0BxwUBOv6l0 > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIJpeHNesbzeqPhree9gXhH1GyVdL7be { width:20rem;height:6.5rem;top:5.0996125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAn7msuy11PWFDXVG0op7E3ZdyuHVFTV { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 { display:block; }#dxogtAFLSWPcRMgnkIziAN4PWBTXx6F7 > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ec6JKAHNyNN25tpizb7bfgX2aT4UZccp { width:14.0625rem;height:6.597625rem;top:7.625rem;left:5.25rem;font-size:1rem;line-height:1.1;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BzcDvlqXwPafd74TuhPCZa7ltOMrz9GC { display:flex;width:4.9375rem;height:4.9375rem;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2zA4SsrIvcnKpIGZogRTCrVB76H9T4Q { display:flex;width:4.3125rem;height:4.3125rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sgt9KuOduOoeWtgKmsaWmAx2JaVf25Ta { width:14.125rem;height:6.597625rem;top:16.75rem;left:5.25rem;font-size:1rem;line-height:1.1;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #e06BkKcFkcGz58iwDyamOAxIIOsVelHz { width:18.9375rem;height:18.75rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlAIrcu50x6NrA8ABu8AJ5yECqxHeyW { width:13.0625rem;height:4.53661875rem;top:1.2138671875rem;left:5.75rem;font-size:1.375rem;line-height:1.1;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QTOhsI8KREtWLsnghZwmIAeFtmx7msqb { display:flex;width:4.4375rem;height:4.4375rem;top:1.2626953125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDHkHwobByeHqfPCpCTeCEFTDtJJnXb5 { width:15rem;height:1.6875rem;top:71.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwcrwksUc3bG0XzHZTORWQHSKRsGZ4Tw { top:78.5625rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcezCuNNNRLZ4foMcnIXnOk2XHPBawim { display:block; }
 }@media only screen and (max-width: 763px) { #lAmIkLFEC42foWUtJhTIMNDaBI0T9reD { top:83rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3TQv3Fq7VpftTNX0sDPhlAWPt2E0oL { display:block; }
 }@media only screen and (max-width: 763px) { #GzFeEDm6p2cRnA5xf8G3qX2NcLc0HU7i { display:flex;width:2.25rem;height:2.25rem;top:74.875rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #AyQMsdb270f8NDTN5m3JT2ZImyDW33xh { display:flex;width:2.25rem;height:2.25rem;top:74.875rem;left:11.1875rem; }
#AyQMsdb270f8NDTN5m3JT2ZImyDW33xh > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Mfh9r6SoQVbmLfbfdexZWk5eKhrmJnp7 { display:flex;width:2.25rem;height:2.25rem;top:74.8125rem;left:6.5625rem; }
#Mfh9r6SoQVbmLfbfdexZWk5eKhrmJnp7 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #qaA89mR0Emk0kKuyZfMHN7VHwnLceG4d { display:flex;width:2.25rem;height:2.25rem;top:74.8125rem;left:2.3125rem; }
#qaA89mR0Emk0kKuyZfMHN7VHwnLceG4d > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }