.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:246,240,231;--color-primary-1:224,205,174;--color-primary-2:193,154,93;--color-primary-3:97,77,47;--color-primary-4:29,23,14;--color-secondary-0:224,229,229;--color-secondary-1:151,167,167;--color-secondary-2:47,79,79;--color-secondary-3:24,40,40;--color-secondary-4:7,12,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f4f4f;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; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.3125rem;position:absolute;font-family:"yeseva one";font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.375rem;height:4.14355625rem;text-align:center;text-align-last:center;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; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6875rem;left:13.5rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLrLu6BTF1rBaPE8B2HGTwQ3P4Mrz2Qw { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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.125rem;width:12.5rem;top:16.625rem;left:23.75rem;display:block; }
#IySMGEPmFGTQgwuQlp7npTGV73Zfs3Ov { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:13.5rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:9.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#nCT3EOB48uF36UCtDz2rTNWpsS0Hgifs { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.53125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { background-color: transparent; background-image: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .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); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#cAez1hcGlMgLhwO8PKpqfUiPkQLPMRyP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:7.625rem;left:26.09375rem;height:22.5rem;text-align:justify;text-align-last:initial;display:block; }
#lTTRRM8Gr68NWOdQKNi4DKU6BCTqy94C { box-sizing:content-box;height:24.8125rem;width:40.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(193,154,93,0.09);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.25rem;left:19.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#JCa40Zs8TN6oczG0b3HIBTUUKLxo9fql { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.375rem;width:23.4375rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { background-color: transparent; background-image: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .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); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { border-width: 0; border-radius: 0; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.39990234375rem;left:1.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.25rem;left:2.9375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.25rem;left:22.46875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#z91UcM5qci4ZCPVfCye0UftrF4wZywAT { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.39990234375rem;left:21.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:12.25rem;left:42.96875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.39990234375rem;left:41.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#wVmqIh2e6vVJR8crtIscnpbXvu0ER4eZ { box-sizing:content-box;height:17.625rem;width:16.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(221,236,228,0.97);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.15625rem;left:1.1875rem;display:block; }
#l13Zwsf5RXeW4rILSCodfowKrtlJTNDW { box-sizing:content-box;height:17.625rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:#f2d6b8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.15625rem;left:21.1875rem;display:block; }
#VuU4Rz88E37uMHrOlctpg5A1Ck8ZSTCT { box-sizing:content-box;height:17.625rem;width:17.625rem;position:absolute;display:block;z-index:15005;background-color:#f4ecdd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.15625rem;left:41.1875rem;display:block; }
#tURTzx22TOcWylZAJO06xqeZHoeWrOqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { background-color: transparent; background-image: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .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); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { border-width: 0; border-radius: 0; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:2.3125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#r5aQQw6OO266v431eahg4VB6GIpu9P30 { color:#c19a5d;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.66259765625rem;left:2.3125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-primary-2),0.75) ;height:17.3125rem;width:26.1875rem;top:7.1875rem;left:31.0625rem;overflow:hidden;display:block; }
#VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.1875rem;left:2.3125rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#l1hTaR7WzBKpUTEgEr722rMgb8zlTAZI { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.5625rem;left:2.3125rem;display:block; }
#y9yLluq4Xdut7T6OfDqgck47kWQvdCdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { background-color: transparent; background-image: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container > .video-iframe-container { display: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container { display: none; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .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); }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { border-width: 0; border-radius: 0; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { color:rgba(var(--color-secondary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.37451171875rem;left:29.75rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#Ae4kLivg7LvoW3CQ1XRKMITD853HkFmd { color:rgba(var(--color-primary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.78759765625rem;left:29.75rem;height:1.4624rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XlFudPKDT2OFlTRKUWvxa1tMsfTmHq3y { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8rem;left:31.3125rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#WhX3On8gzlyhok7ohy5yIJNd5ZZ8McZD { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.875rem;left:42.0625rem;display:block; }
#SvZ7boOtxtgsBaytndLiQIma8lLVzPpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0DA4xPoSQ7Nbh9HUbAvTyB3bMW1LEO1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-primary-2),0.75) ;height:17.875rem;width:24.375rem;top:8rem;left:3.25rem;overflow:hidden;display:block; }
#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row .container { background-color: transparent; background-image: none; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row .container > .video-iframe-container { display: none; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row > .video-iframe-container { display: none; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .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); }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row .container { border-width: 0; border-radius: 0; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#t8L1bQgRB6r3CIQGOmRpepClJ1mDsr9F { color:rgba(var(--color-secondary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.68701171875rem;left:2.65625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#IEJe4qr61u2VOabCcTw7hxI6DTb4XlwK { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03759765625rem;left:2.65625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LUTFOifbAttFIW9AmMAwwDegOlfZnswv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-primary-2),0.75) ;height:16.375rem;width:25rem;top:7.65625rem;left:32.625rem;overflow:hidden;display:block; }
#V0nZpVygS1F2FaaXuNNyISk53iRDwn9E { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.375rem;left:2.65625rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#MCIg2JclQrT7K8zTvS6ksBawsoQ8wyqQ { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.8125rem;left:2.65625rem;display:block; }
#yfgJgfExe25xNxvMd39MoNBdL5wlHiRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { background-color: transparent; background-image: none; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container > .video-iframe-container { display: none; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row > .video-iframe-container { display: none; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .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); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { border-width: 0; border-radius: 0; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hVByf8aD6ClA4oeT410m2PQHPnbXM4yE { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.88720703125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { background-color: transparent; background-image: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .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); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { border-width: 0; border-radius: 0; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { font-size:0.875rem;font-family:arial;height:84.9375rem;width:60rem;position:relative;display:block; }#ElWu9vOkaOTVvKxztsbRCSxkawnSKwAn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:34.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzP7rypItNZ2QEgACf5SviiHel1i6tKU { color:rgba(var(--color-primary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.25rem;left:29.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXQVE5PSoTn2kUS6p29Bk5H0clJp6kFu { background-color:rgba(var(--color-primary-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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:73.8125rem;left:35.0625rem;display:block; }
#tPw4S1SJX9d31LWcXaptQTSToNmqb6P6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaDdhBE0VG1KctLaAMK6NSILbPERVlVP { position:absolute;display:block;z-index:15017;border-top:0.4375rem solid rgba(var(--color-secondary-2),1);border-left:0.4375rem solid rgba(var(--color-secondary-2),1);border-right:0.4375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-3),0.63) ;height:15.125rem;width:26.1875rem;top:3.5rem;left:4.25rem;overflow:hidden;display:block; }
#k5lsd5bsUJPeib4ETrW9MKvV28O8uf5P { position:absolute;display:block;z-index:15018;border-top:0.4375rem solid rgba(var(--color-secondary-2),1);border-left:0.4375rem solid rgba(var(--color-secondary-2),1);border-right:0.4375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.5625rem;width:14.8125rem;top:56.3125rem;left:4.5rem;overflow:hidden;display:block; }
#beDCDIBREtZNZw4A3Z8CfdCCMLCr6onD { position:absolute;display:block;z-index:15019;border-top:0.4375rem solid rgba(var(--color-secondary-2),1);border-left:0.4375rem solid rgba(var(--color-secondary-2),1);border-right:0.4375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:21.125rem;width:14.8125rem;top:27.625rem;left:39rem;overflow:hidden;display:block; }
#MxTVD1GPWz5DH3d8tGbTgzyWThbyTnAy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:56.875rem;left:23.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lywW012vsU8HPmZsoWGPtARZxsOd6Tvb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.625rem;left:11.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qpAhuU9q980DUTNaD46rF8wr8XBEAcCH { box-sizing:content-box;height:2.8125rem;width:13.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:23.15625rem;display:block; }
#y4ravmnwlWetdLvDsZnQrTUHZTa5yWF3 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:74.5rem;left:16.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0EseH0d20UIELkoxBZkxm09TO7wZ1ad { color:rgba(var(--color-primary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:47.375rem;left:34.0625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZCFo2qeGmOtihLn25y0JV3N41GgXTei { background-color:rgba(var(--color-primary-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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.6875rem;left:42.0625rem;display:block; }
#r6UH44hevVVSI2A6tp24hT3zwI1S0JSU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpgf82qgTnwHvp6aT7XLuNzKtZSMhpax { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.875rem;left:34.8125rem;height:9.666rem;text-align:justify;text-align-last:initial;display:block; }
#qZTK4IDx6fmBF5bqL4mbx3ikwTJNHuMv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.75rem;left:6.5rem;height:9.666rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xccWZhG7gxLo7bEOPT2ynnGtB5GCsB50 { background-color:rgba(var(--color-primary-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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:46.6875rem;left:15.6875rem;display:block; }
#P0zzx1KuDQEWfeFX7Ll5AqpsAqMK8SLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJQZGX7z9NE0hp4rrse398ay3gsUk5Oe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:59.75rem;left:23.4375rem;height:12.42775rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qeuF3XEwGGdiOSdsJqRC9an3uOwbKJik { box-sizing:content-box;height:2.8125rem;width:13.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.875rem;left:34.3125rem;display:block; }
#nt5u0ZN54elD5BSUKqFVBLzrBQxblmRH { box-sizing:content-box;height:2.8125rem;width:13.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74rem;left:11.375rem;display:block; }
#pSUeMwllNcfQLkU5V9yBsx5BuAKkyXUq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5rem;left:7.6875rem;display:none; }
#cEs1zemTTE8x3BmlBmQ0uF9qDwCom9Uq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:41.5rem;left:3.75rem;display:none; }
#qm9SwTL0H4ppO5BCmUbHe0LwSLzLaR6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:96.875rem;left:3.75rem;display:none; }
#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row .container { background-color: transparent; background-image: none; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row .container > .video-iframe-container { display: none; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row > .video-iframe-container { display: none; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .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); }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row .container { border-width: 0; border-radius: 0; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#ZWFegZ3tnNZfvcbQnsxyCBDNxcP415gx { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gy93iLK55yvK5OeoNfso9BJdfWomsGTX { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NirLI1Bko5NNcFJrAtoeSPf0QTmR9fla { position:absolute;display:block;z-index:15018;border-top:0.4375rem solid rgba(var(--color-tertiary-2),1);border-left:0.4375rem solid rgba(var(--color-tertiary-2),1);border-right:0.4375rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.125rem;width:13.4375rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#kXxqlVSyWrCPa7VXOFXfI70UEfehaXIp { position:absolute;display:block;z-index:15019;border-top:0.4375rem solid rgba(var(--color-tertiary-2),1);border-left:0.4375rem solid rgba(var(--color-tertiary-2),1);border-right:0.4375rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.875rem;width:13.4375rem;top:14rem;left:14.9375rem;overflow:hidden;display:block; }
#Iagri18S2MrhCCs0rBV254zU8wzcMuDn { position:absolute;display:block;z-index:15021;border-top:0.4375rem solid rgba(var(--color-tertiary-2),1);border-left:0.4375rem solid rgba(var(--color-tertiary-2),1);border-right:0.4375rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.4375rem;width:13.1875rem;top:14.25rem;left:44.3125rem;overflow:hidden;display:block; }
#XUkoFBZ3Pm6X7Srg9VRKscXXtBMpreMm { 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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:4rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.75rem;left:18.15625rem;display:block; }
#eu6R0iBMiK0ywlsVPh1pP6fVF9dJRv3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ravoeVu47UUEkO0BLtFlSK4qkBLKFPuE { position:absolute;display:block;z-index:15022;border-top:0.4375rem solid rgba(var(--color-tertiary-2),1);border-left:0.4375rem solid rgba(var(--color-tertiary-2),1);border-right:0.4375rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.4375rem;width:12.9375rem;top:14.25rem;left:29.875rem;overflow:hidden;display:block; }
#i1qsKk5QCIhtCTuy4v3cvcU92movg2Ci { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.0625rem;left:8.15625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { color:rgba(var(--color-primary-2),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.2587890625rem;left:2.5625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:16.5625rem;left:2.75rem; }
#g9mOpC6mJETDwTh0LXxfXRpQ0VqF1ipk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:19.125rem;left:2.5625rem; }
#BAJRzttlk1tNJgVZWbPnoukpF8Gohxdv { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.84375rem;left:2.5625rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#nyHkp7aAKLUKrhFkoUmT5L3QtdSJt69S { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.8125rem;left:5.4375rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#JolNXOaV9qayfN8TUEc7QqNxRSQ5t35m { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.4375rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#QEi6nsCI4eFg8KHBrdNofMMuWHaqnqkU { position:absolute;display:block;z-index:15027;height:21.75rem;width:28.0625rem;top:3.99267578125rem;left:29.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:47.75rem;height:4.125rem;top:5.5625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:33.0625rem;height:3.875rem;top:20.6875rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrLu6BTF1rBaPE8B2HGTwQ3P4Mrz2Qw { width:12.5rem;height:0.125rem;top:16.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IySMGEPmFGTQgwuQlp7npTGV73Zfs3Ov { width:33.0625rem;height:1.9375rem;top:11.25rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCT3EOB48uF36UCtDz2rTNWpsS0Hgifs { top:2.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAez1hcGlMgLhwO8PKpqfUiPkQLPMRyP { top:7.625rem;left:17rem;width:30.75rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTRRM8Gr68NWOdQKNi4DKU6BCTqy94C { top:5.25rem;left:7.1875rem;width:40.5625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCa40Zs8TN6oczG0b3HIBTUUKLxo9fql { top:2.125rem;left:0rem;width:23.4375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { width:17rem;height:1.75rem;top:8.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:14.125rem;height:4.5rem;top:12.25rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:15.0625rem;height:4.5rem;top:12.25rem;left:16.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91UcM5qci4ZCPVfCye0UftrF4wZywAT { width:17rem;height:1.75rem;top:8.375rem;left:14.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:14.0625rem;height:4.5rem;top:12.25rem;left:32.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { width:17rem;height:1.75rem;top:8.375rem;left:30.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVmqIh2e6vVJR8crtIscnpbXvu0ER4eZ { top:5.125rem;left:0rem;width:16.9375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l13Zwsf5RXeW4rILSCodfowKrtlJTNDW { top:5.125rem;left:14.125rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuU4Rz88E37uMHrOlctpg5A1Ck8ZSTCT { top:5.125rem;left:30rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:28.8125rem;height:3.25rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5aQQw6OO266v431eahg4VB6GIpu9P30 { width:37.5rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:26.1875rem;height:17.3125rem;top:7.1875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { width:26.6875rem;height:12rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hTaR7WzBKpUTEgEr722rMgb8zlTAZI { width:14.5rem;height:3rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9yLluq4Xdut7T6OfDqgck47kWQvdCdD { display:block; }
 }@media only screen and (max-width: 763px) { #R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { display:block; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { width:28.125rem;height:3.25rem;top:2.3125rem;left:19.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae4kLivg7LvoW3CQ1XRKMITD853HkFmd { width:28.125rem;height:1.4375rem;top:0.75rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlFudPKDT2OFlTRKUWvxa1tMsfTmHq3y { width:26.5625rem;height:9rem;top:8rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhX3On8gzlyhok7ohy5yIJNd5ZZ8McZD { width:15.3125rem;height:3.0625rem;top:22.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvZ7boOtxtgsBaytndLiQIma8lLVzPpT { display:block; }
 }@media only screen and (max-width: 763px) { #K0DA4xPoSQ7Nbh9HUbAvTyB3bMW1LEO1 { width:24.375rem;height:17.875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 { display:block; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8L1bQgRB6r3CIQGOmRpepClJ1mDsr9F { width:28.8125rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEJe4qr61u2VOabCcTw7hxI6DTb4XlwK { width:37.5rem;height:1.4375rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUTFOifbAttFIW9AmMAwwDegOlfZnswv { width:25rem;height:16.375rem;top:7.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nZpVygS1F2FaaXuNNyISk53iRDwn9E { width:27rem;height:12rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCIg2JclQrT7K8zTvS6ksBawsoQ8wyqQ { width:14.5rem;height:3rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfgJgfExe25xNxvMd39MoNBdL5wlHiRB { display:block; }
 }@media only screen and (max-width: 763px) { #TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { display:block; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:47.75rem;height:3.25rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVByf8aD6ClA4oeT410m2PQHPnbXM4yE { width:47.75rem;height:2.875rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElWu9vOkaOTVvKxztsbRCSxkawnSKwAn { width:23.25rem;height:1.625rem;top:3.5rem;left:24.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzP7rypItNZ2QEgACf5SviiHel1i6tKU { width:9.125rem;height:1.875rem;top:17.25rem;left:23.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQVE5PSoTn2kUS6p29Bk5H0clJp6kFu { width:10.5625rem;height:3rem;top:73.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPw4S1SJX9d31LWcXaptQTSToNmqb6P6 { display:block; }
 }@media only screen and (max-width: 763px) { #QaDdhBE0VG1KctLaAMK6NSILbPERVlVP { top:3.5rem;left:0rem;width:26.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lsd5bsUJPeib4ETrW9MKvV28O8uf5P { top:56.3125rem;left:0rem;width:14.8125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beDCDIBREtZNZw4A3Z8CfdCCMLCr6onD { top:27.625rem;left:32.0625rem;width:14.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTVD1GPWz5DH3d8tGbTgzyWThbyTnAy { width:20.625rem;height:1.625rem;top:56.875rem;left:17.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lywW012vsU8HPmZsoWGPtARZxsOd6Tvb { width:22.8125rem;height:1.625rem;top:27.625rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpAhuU9q980DUTNaD46rF8wr8XBEAcCH { top:16.6875rem;left:17.03125rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ravmnwlWetdLvDsZnQrTUHZTa5yWF3 { width:12.5rem;height:1.875rem;top:74.5rem;left:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0EseH0d20UIELkoxBZkxm09TO7wZ1ad { width:6rem;height:1.875rem;top:47.375rem;left:27.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFo2qeGmOtihLn25y0JV3N41GgXTei { width:10.5625rem;height:3rem;top:16.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6UH44hevVVSI2A6tp24hT3zwI1S0JSU { display:block; }
 }@media only screen and (max-width: 763px) { #mpgf82qgTnwHvp6aT7XLuNzKtZSMhpax { top:5.875rem;left:19.0625rem;width:21.8125rem;height:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZTK4IDx6fmBF5bqL4mbx3ikwTJNHuMv { width:27.875rem;height:9.625rem;top:30.75rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xccWZhG7gxLo7bEOPT2ynnGtB5GCsB50 { width:10.5625rem;height:3rem;top:46.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0zzx1KuDQEWfeFX7Ll5AqpsAqMK8SLE { display:block; }
 }@media only screen and (max-width: 763px) { #XJQZGX7z9NE0hp4rrse398ay3gsUk5Oe { width:32.125rem;height:12.375rem;top:59.75rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeuF3XEwGGdiOSdsJqRC9an3uOwbKJik { top:46.875rem;left:28.1875rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt5u0ZN54elD5BSUKqFVBLzrBQxblmRH { top:74rem;left:5.25rem;width:13.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSUeMwllNcfQLkU5V9yBsx5BuAKkyXUq { top:5rem;left:1.59375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEs1zemTTE8x3BmlBmQ0uF9qDwCom9Uq { top:41.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qm9SwTL0H4ppO5BCmUbHe0LwSLzLaR6Z { top:96.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW { display:block; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWFegZ3tnNZfvcbQnsxyCBDNxcP415gx { width:47.75rem;height:3.25rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy93iLK55yvK5OeoNfso9BJdfWomsGTX { width:47.75rem;height:1.4375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NirLI1Bko5NNcFJrAtoeSPf0QTmR9fla { top:13.875rem;left:0rem;width:13.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXxqlVSyWrCPa7VXOFXfI70UEfehaXIp { top:14rem;left:8.8125rem;width:13.4375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iagri18S2MrhCCs0rBV254zU8wzcMuDn { top:14.25rem;left:33.6875rem;width:13.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUkoFBZ3Pm6X7Srg9VRKscXXtBMpreMm { width:23.6875rem;height:4rem;top:34.75rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu6R0iBMiK0ywlsVPh1pP6fVF9dJRv3r { display:block; }
 }@media only screen and (max-width: 763px) { #ravoeVu47UUEkO0BLtFlSK4qkBLKFPuE { top:14.25rem;left:23.75rem;width:12.9375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1qsKk5QCIhtCTuy4v3cvcU92movg2Ci { top:7.0625rem;left:2.03125rem;width:43.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:32.9375rem;height:6.5rem;top:4.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { width:1.5625rem;height:1.5625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9mOpC6mJETDwTh0LXxfXRpQ0VqF1ipk { width:1.6875rem;height:1.6875rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJRzttlk1tNJgVZWbPnoukpF8Gohxdv { top:11.8125rem;left:0rem;width:23.9375rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHkp7aAKLUKrhFkoUmT5L3QtdSJt69S { top:16.8125rem;left:0rem;width:7.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JolNXOaV9qayfN8TUEc7QqNxRSQ5t35m { top:19.4375rem;left:0rem;width:7.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEi6nsCI4eFg8KHBrdNofMMuWHaqnqkU { top:3.9375rem;left:19.6875rem;width:28.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiOAu2ITMfmthx9IbGTNH0fcI3VChHn6 { width:20rem;height:2.5996125rem;top:9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:3.4121125rem;top:13rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLrLu6BTF1rBaPE8B2HGTwQ3P4Mrz2Qw { width:12.5rem;height:0.125rem;top:19.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IySMGEPmFGTQgwuQlp7npTGV73Zfs3Ov { width:20rem;height:3.4121125rem;top:21.57470703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCT3EOB48uF36UCtDz2rTNWpsS0Hgifs { width:20rem;height:1.70605625rem;top:3.365234375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAez1hcGlMgLhwO8PKpqfUiPkQLPMRyP { width:18.0625rem;height:36rem;top:28.61376953125rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTRRM8Gr68NWOdQKNi4DKU6BCTqy94C { width:20rem;height:35.6875rem;top:27.30175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCa40Zs8TN6oczG0b3HIBTUUKLxo9fql { width:19.75rem;height:24.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA1QtvabkRrZRHU4zAe34wLsEdvAmFRE { width:17rem;height:1.7871125rem;top:7.1875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:14.5625rem;height:4.5rem;top:10.6875rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:15.6875rem;height:4.5rem;top:28.875rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91UcM5qci4ZCPVfCye0UftrF4wZywAT { width:17rem;height:1.7871125rem;top:25.5rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:4.5rem;top:47.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrHV5Dduh2kleIBemAIqW3PSky1lpJM { width:17rem;height:1.7871125rem;top:44.1875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVmqIh2e6vVJR8crtIscnpbXvu0ER4eZ { width:16.9375rem;height:17.625rem;top:2.375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l13Zwsf5RXeW4rILSCodfowKrtlJTNDW { width:17.625rem;height:17.625rem;top:21.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuU4Rz88E37uMHrOlctpg5A1Ck8ZSTCT { width:17.625rem;height:17.625rem;top:40.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:20rem;height:2.275rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5aQQw6OO266v431eahg4VB6GIpu9P30 { width:15.625rem;height:1.4rem;top:0rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:18.625rem;height:12.3125rem;top:30.02490234375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBNB2RwBQE2PsnkbsQKs0UXTR4ezvtO { width:18.0625rem;height:16.5rem;top:4.875rem;left:1.0625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #l1hTaR7WzBKpUTEgEr722rMgb8zlTAZI { width:14.5rem;height:3rem;top:23.39990234375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9yLluq4Xdut7T6OfDqgck47kWQvdCdD { display:block; }
 }@media only screen and (max-width: 763px) { #R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd { display:block; }#R4aMBMX6SFi3FzmO2TieshKKQhDiBOdd > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8lgwaKtNuZlstZzRqioT43VSE2WX2AS { width:20rem;height:2.275rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ae4kLivg7LvoW3CQ1XRKMITD853HkFmd { width:15.625rem;height:1.4rem;top:0rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XlFudPKDT2OFlTRKUWvxa1tMsfTmHq3y { width:18.375rem;height:12rem;top:5.3125rem;left:0.875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WhX3On8gzlyhok7ohy5yIJNd5ZZ8McZD { width:14.5rem;height:3rem;top:18.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvZ7boOtxtgsBaytndLiQIma8lLVzPpT { display:block; }
 }@media only screen and (max-width: 763px) { #K0DA4xPoSQ7Nbh9HUbAvTyB3bMW1LEO1 { width:18.0625rem;height:13.375rem;top:24.5625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 { display:block; }#exEuuh9ULpfXrS70WBQWy5feQV9g4Ml7 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8L1bQgRB6r3CIQGOmRpepClJ1mDsr9F { width:20rem;height:2.2749rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEJe4qr61u2VOabCcTw7hxI6DTb4XlwK { width:15.625rem;height:1.4rem;top:0rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LUTFOifbAttFIW9AmMAwwDegOlfZnswv { width:18.625rem;height:12.375rem;top:30.33740234375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nZpVygS1F2FaaXuNNyISk53iRDwn9E { width:18.625rem;height:16.5rem;top:5.3125rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MCIg2JclQrT7K8zTvS6ksBawsoQ8wyqQ { width:14.5rem;height:3rem;top:24.27490234375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfgJgfExe25xNxvMd39MoNBdL5wlHiRB { display:block; }
 }@media only screen and (max-width: 763px) { #TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { display:block; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:20rem;height:4.54980625rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVByf8aD6ClA4oeT410m2PQHPnbXM4yE { width:18.875rem;height:5.5996125rem;top:7.5625rem;left:0.5625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:20rem;height:144.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElWu9vOkaOTVvKxztsbRCSxkawnSKwAn { width:12.5rem;height:2.92480625rem;top:1.6875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzP7rypItNZ2QEgACf5SviiHel1i6tKU { width:3.3125rem;height:1.3125rem;top:41.505859375rem;left:16.6875rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #LXQVE5PSoTn2kUS6p29Bk5H0clJp6kFu { width:10.5rem;height:3rem;top:84.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPw4S1SJX9d31LWcXaptQTSToNmqb6P6 { display:block; }
 }@media only screen and (max-width: 763px) { #QaDdhBE0VG1KctLaAMK6NSILbPERVlVP { width:17.125rem;height:9.625rem;top:6.724609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lsd5bsUJPeib4ETrW9MKvV28O8uf5P { width:12.75rem;height:16.75rem;top:42.818359375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beDCDIBREtZNZw4A3Z8CfdCCMLCr6onD { width:13rem;height:18.4375rem;top:98.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTVD1GPWz5DH3d8tGbTgzyWThbyTnAy { width:12.6875rem;height:2.92480625rem;top:37.7060546875rem;left:3.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lywW012vsU8HPmZsoWGPtARZxsOd6Tvb { width:12.5rem;height:2.92480625rem;top:93.0625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpAhuU9q980DUTNaD46rF8wr8XBEAcCH { width:9rem;height:2.5625rem;top:10.693359375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ravmnwlWetdLvDsZnQrTUHZTa5yWF3 { width:2.625rem;height:1.3125rem;top:49.568359375rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0EseH0d20UIELkoxBZkxm09TO7wZ1ad { width:2.9375rem;height:1.3125rem;top:112.50439453125rem;left:10.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFo2qeGmOtihLn25y0JV3N41GgXTei { width:10.5625rem;height:3rem;top:30.32421875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6UH44hevVVSI2A6tp24hT3zwI1S0JSU { display:block; }
 }@media only screen and (max-width: 763px) { #mpgf82qgTnwHvp6aT7XLuNzKtZSMhpax { width:16.3125rem;height:9.75rem;top:19.35302734375rem;left:1.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZTK4IDx6fmBF5bqL4mbx3ikwTJNHuMv { width:17.3125rem;height:13.40625rem;top:120.046875rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xccWZhG7gxLo7bEOPT2ynnGtB5GCsB50 { width:10.5625rem;height:3rem;top:135.7353515625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0zzx1KuDQEWfeFX7Ll5AqpsAqMK8SLE { display:block; }
 }@media only screen and (max-width: 763px) { #XJQZGX7z9NE0hp4rrse398ay3gsUk5Oe { width:16.9375rem;height:18.28125rem;top:63.53125rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeuF3XEwGGdiOSdsJqRC9an3uOwbKJik { width:13.6875rem;height:2.8125rem;top:54.9228515625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt5u0ZN54elD5BSUKqFVBLzrBQxblmRH { width:13.6875rem;height:2.8125rem;top:109.69189453125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSUeMwllNcfQLkU5V9yBsx5BuAKkyXUq { top:4.9873046875rem;left:4rem;width:12.5rem;height:1.29980625rem;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEs1zemTTE8x3BmlBmQ0uF9qDwCom9Uq { top:40.88720703125rem;left:4.0625rem;width:12.5rem;height:1.29980625rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qm9SwTL0H4ppO5BCmUbHe0LwSLzLaR6Z { top:96.3251953125rem;left:4.125rem;width:12.5rem;height:1.29980625rem;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW { display:block; }#l4A0m5QZTQqJQlBXVf0X2b7dTIOQ1wwW > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWFegZ3tnNZfvcbQnsxyCBDNxcP415gx { width:20rem;height:4.54980625rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy93iLK55yvK5OeoNfso9BJdfWomsGTX { width:15.625rem;height:1.4rem;top:0rem;left:2.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NirLI1Bko5NNcFJrAtoeSPf0QTmR9fla { width:13.4375rem;height:18.125rem;top:8.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXxqlVSyWrCPa7VXOFXfI70UEfehaXIp { width:13.4375rem;height:17.875rem;top:29.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iagri18S2MrhCCs0rBV254zU8wzcMuDn { width:13.1875rem;height:17.4375rem;top:69.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUkoFBZ3Pm6X7Srg9VRKscXXtBMpreMm { width:14.75rem;height:4.125rem;top:98.1123046875rem;left:2.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu6R0iBMiK0ywlsVPh1pP6fVF9dJRv3r { display:block; }
 }@media only screen and (max-width: 763px) { #ravoeVu47UUEkO0BLtFlSK4qkBLKFPuE { width:12.9375rem;height:17.4375rem;top:49.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1qsKk5QCIhtCTuy4v3cvcU92movg2Ci { width:18.4375rem;height:5.19921875rem;top:90.6005859375rem;left:0.78125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { width:1.5625rem;height:1.5625rem;top:11.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9mOpC6mJETDwTh0LXxfXRpQ0VqF1ipk { width:1.6875rem;height:1.6875rem;top:14.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJRzttlk1tNJgVZWbPnoukpF8Gohxdv { width:17.125rem;height:4.2246125rem;top:6.33740234375rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHkp7aAKLUKrhFkoUmT5L3QtdSJt69S { width:7.75rem;height:1.05615rem;top:11.875rem;left:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JolNXOaV9qayfN8TUEc7QqNxRSQ5t35m { width:7.5rem;height:1.05615rem;top:14.75rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEi6nsCI4eFg8KHBrdNofMMuWHaqnqkU { width:20rem;height:21.75rem;top:17.39111328125rem;left:0rem;display:block; }
 }