.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:219,226,225;--color-primary-1:136,160,154;--color-primary-2:16,64,52;--color-primary-3:8,32,26;--color-primary-4:2,10,8;--color-secondary-0:251,252,252;--color-secondary-1:241,247,244;--color-secondary-2:226,238,232;--color-secondary-3:113,119,116;--color-secondary-4:34,36,35;--color-tertiary-0:255,255,255;--color-tertiary-1:254,254,253;--color-tertiary-2:250,250,248;--color-tertiary-3:125,125,124;--color-tertiary-4:25,25,25;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e8e0d2;background-image:url("https://icons.assets-landingi.com/icon_eb7973ddb629c7084520c2fd536cdc93cfddb211.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row .container { background-color: transparent; background-image: none; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row .container > .video-iframe-container { display: none; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row > .video-iframe-container { display: none; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .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); }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row .container { border-width: 0; border-radius: 0; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row .container { font-size:0.875rem;font-family:"playfair display";height:12.75rem;width:75rem;position:relative;display:block; }#sWTEoLO50Wbw1Dv3lvEp3H8UaW6w876V { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 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:"playfair display";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.37456875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4366320371627rem;left:37.498918533325rem;display:block; }
#KD7XBLFwg5neWhLldhwfiyKoEHc5ncsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0fwLUHbWCuoTpP67IT8WQKHdthTRaKu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 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:"playfair display";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.37456875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4366320371627rem;left:25.248483657837rem;display:block; }
#aH8sk9PqZtezoBGRWiXAHlRi95Pni1di { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NsELp6JfaGvPhandreaD0R8SmJ8wSTTT { box-sizing:content-box;height:5.0625rem;width:54.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.59353303909302rem;left:20.249784469604rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#gvBLQVgpirZraTSt03CTSA1Qq6Q06Ea9 { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 1.875rem #104034 ;height:10.186625rem;width:10.186625rem;top:1.2814670801162rem;left:2.4359817504883rem;overflow:hidden;display:block; }
#V8TA6QpupWSZWw8uCgXEzrOo2FmxUrxo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 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:"playfair display";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.37456875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4366320371627rem;left:58.002389907837rem;display:block; }
#IzEsTWhTB94tGSpbqlznHP9zqgn1faun { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CO4hgcaAFFtRg3pzoFX1QC0Gi8E6cqLl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 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:"playfair display";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.37456875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4366320371627rem;left:46.998697280884rem;display:block; }
#vk6WcU1daH1eVyScksPEUVsvStZ9oBbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTB4I4wBokEU85A6HCOVUUr4etsdTLCE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 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:"playfair display";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.37456875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4366320371627rem;left:66.309679031375rem;display:block; }
#v9gwZWbD0LWrsPEaFZJ8DLMxh5yotJaW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBifULTRBTUH0B3PKoslJOa8WNXs93JT { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { background-color: transparent; background-image: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container > .video-iframe-container { display: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container { display: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .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); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { border-width: 0; border-radius: 0; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { font-size:0.875rem;font-family:"playfair display";height:48.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#EBggABTnJlTwam5xFceuakOQ9SvZ198S { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:25.436198711395rem;left:0rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kCUQBivuU2dTUiDq1DNnd0efzvlPyHUp { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"playfair display";font-size:5rem;font-weight:400;z-index:15063;line-height:1;letter-spacing:0;top:7rem;left:0rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v29W1X3kQhafTwWAwmodL64cExsyxgaC { box-sizing:content-box;height:29.875rem;width:22.5625rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:10.1875rem;left:52.315051020408rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#qML9RJwTPUCbn59srTCSPAkb65nHKm5x { box-sizing:content-box;height:28.875rem;width:23.25rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:6.875rem;left:50.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#SxBdGfCL3BndErzZCn7qutDFMD1Rrh9D { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.5625rem;left:69.625rem; }
#TgOtVIFQNmwSUVZ7hF7dXFxiAIxGa4Cr { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:28.5625rem;width:18.9375rem;top:11.5625rem;left:53.507188109162rem;overflow:hidden;display:block; }
#qKQfTFS1ZBnC4Hi8huFBqwqFtw0KRxAd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.1875rem;left:51.6875rem; }
#ww6cVKvPTUqGfzXGtkLHlfFySyhsmLMw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:40.198570251465rem;left:49.062501907349rem;height:5.9982625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cTD7LU1A8xvhwEvCqi7gxUkrpyatGIob { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.62456875rem;width:4.62456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:31.332467079163rem;left:1.0894107818604rem; }
#yRDf6kQ54gMZvD1mEFHxEkTglFppDPBH { box-sizing:content-box;height:4.49978125rem;width:19.561625rem;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:14993;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.458334922791rem;left:6.0883274078369rem;display:block; }
#wUH9TRhur3tx3RMQtrnbedEMUgWfCJhB { color:rgba(var(--color-secondary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:31.883681297302rem;left:5.7139759063721rem;height:3.37456875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETehthK3TEdRANSMu7Mb9RpyRCHl29OH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.62456875rem;width:4.62456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:36.956381797791rem;left:1.0894107818604rem; }
#Um4WsLmMXTmh75MJp8lF8OfBM7PTplpe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:43.143448829651rem;left:1.2760429382324rem; }
#AX03exkMFEN5Fnw8ffi5tnNwuJAZhhQF { box-sizing:content-box;height:4.4987rem;width:19.5605625rem;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:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.019316673279rem;left:6.1566867828369rem;display:block; }
#MWw7MSo5go1gzUcitKWOwQ09Wf7Bb1tQ { box-sizing:content-box;height:4.4987rem;width:19.5605625rem;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:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.019749641419rem;left:6.1566867828369rem;display:block; }
#GnQRtwnNrp84kZctpwL4xAAD9icagogw { color:rgba(var(--color-secondary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:37.582467079162rem;left:6.4919719696044rem;height:3.37456875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXurTy3tQwgyWaa2vfNIxnhMnL5wpGu0 { color:rgba(var(--color-secondary-0),1);display:block;width:17.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:43.582901954651rem;left:6.8988742828369rem;height:3.37456875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r { 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; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row .container { background-color: transparent; background-image: none; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row .container > .video-iframe-container { display: none; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row > .video-iframe-container { display: none; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .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); }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row .container { border-width: 0; border-radius: 0; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row .container { font-size:0.875rem;font-family:"playfair display";height:49.5625rem;width:75rem;position:relative;display:block; }#Krh86pwz5iJsCNe06b1ZiTJsTa19FPkS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:9.6875rem;left:36.5625rem;height:3.00021875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wi2AGvTCguuMhFSehnSFO9T22Nrkq4U0 { box-sizing:content-box;height:41.1875rem;width:35.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.5000038146975rem;left:33.343099594116rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#KwL8JXMTeLKEDd95zq5umIKQH2FvxvON { box-sizing:content-box;height:0.0625rem;width:23.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.875rem;left:36.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tQBifyTVM4HcrwMZRSavPpVzmJ65mrHP { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.375rem;left:61.84375rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JxN28B9inMl1I8UZoKlpX9LhPR0oqDVc { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.155600905418rem;left:36.562501907349rem;height:26.9921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HvagyOXrqNsD93bVfwE7Nuh0KmN8a8sL { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.875rem;top:6.375rem;left:0rem;display:block; }
#t9geecWNF9ea8fFR4MMSp7S5wsXTK8Xe { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.875rem;top:25.8125rem;left:0rem;display:block; }
#aRQBJy4LcV9XQeT1gPzPEq068Wuitexu { box-sizing:content-box;height:30rem;width:55rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:9.71875rem;left:19.875rem;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#agsDFiGex4z6TkJyroXf3U0e2FLyeofn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.28125rem;left:59.625rem; }
#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row .container { background-color: transparent; background-image: none; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row .container > .video-iframe-container { display: none; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row > .video-iframe-container { display: none; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .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); }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row .container { border-width: 0; border-radius: 0; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row .container { font-size:0.875rem;font-family:"playfair display";height:60rem;width:75rem;position:relative;display:block; }#TxdPe9z7pSFp6J1dx35THWlTDzpWAFeT { color:rgba(var(--color-tertiary-4),1);display:block;width:71.811875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.6237020492554rem;left:0rem;height:3.00021875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PaWCExfDUo4GMt6vCmvLfnGAqwwt7iPa { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.3730473518369rem;left:0rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m8yxZJQiGiDIoP7OH48UMqKSedEJyWVz { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:38.625rem;width:21.6875rem;top:2.6236979961395rem;left:45.725685368604rem;overflow:hidden;display:block; }
#uR8NnTam4rqKqrRtrDVvcTVn2aT4n3Dz { box-sizing:content-box;height:11.1875rem;width:35.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:33rem;left:23rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#yL1hFSkq9PHmTIZZ5UouiXHap3ZT0yI2 { box-sizing:content-box;height:17.5625rem;width:30.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.686849594116rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#AkTT9ziktX7skceCKuuHoMfdFR0saiO3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.261500358581rem;left:1.0633697509766rem; }
#esznuxJPdAgKOCSTAMLB2I66SsZxRk0Z { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.136719703674rem;left:2.9383697509766rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L5rBbBuGUJg6qcMiFLcsTmvfg3x1JzPU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.311625rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.634983062744rem;left:1.0633697509766rem;height:10.5035rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATt9nGq0Thb4a4zwcgzt9GIQeywTkVW9 { box-sizing:content-box;height:0.0618489375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:17.558592796326rem;left:1.0633697509766rem;display:block; }
#eB8g9w3OJkinSGI6VpVlPzZ8Ts5C6HV3 { box-sizing:content-box;height:20.6875rem;width:32.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.038410186767rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#x0kRn2BiNnbUetn77sTa1eL79Gd1sPF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:37.381727218628rem;left:3.7500019073486rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UE0WwvmhDUOmrXveaE1GIgdsCbCEW9H9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.874125rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:40.820314407349rem;left:1.875rem;height:14.44225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p5DyXbQyrKeKpCtT8ZhdCV95TqM27dsZ { box-sizing:content-box;height:0.0618489375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:39.749349594116rem;left:1.875rem;display:block; }
#ZhiaNegS9bwmJDlEPmyWGveDS1qU7tNJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:37.506509780884rem;left:1.875rem; }
#eVmld2EuVAa11kxkQtsmnSM0XKsE8Q7x { box-sizing:content-box;height:20.5rem;width:30.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.229167938233rem;left:33.687067031861rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#qZygTbe7Vqg3EO63Btwzf4mXqLfv52y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:37.380643844604rem;left:36.944444656372rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#szAWAXiKLkLAHcTJeByZprK8hktUTJEV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:40.821399688721rem;left:35.069448471069rem;height:14.44225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4IuCUqHi15EEb2DrKg458ADnCQMHAJE { box-sizing:content-box;height:0.0618489375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:39.747180938721rem;left:35.069448471069rem;display:block; }
#UTiyUdyproaBFUuldiXyaqEKpNO5W3Fp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:37.505426406861rem;left:34.687501907349rem; }
#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 { 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; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row .container { background-color: transparent; background-image: none; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row .container > .video-iframe-container { display: none; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row > .video-iframe-container { display: none; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .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); }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row .container { border-width: 0; border-radius: 0; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row .container { font-size:0.875rem;font-family:"playfair display";height:50rem;width:75rem;position:relative;display:block; }#WzKplQQh7FvMsnCycBcXoX27xZoikrnk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.125rem;left:0rem;height:3.00021875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l8NADt8wnTuVCh0UxQ5axcaxzG4nm4VR { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:37.875rem;left:42.6875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#t4GsImNPLWWxIt7g0ZSN7dXEcxsn6mIn { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#LhKlEK7e73sMWk2xNUzCfiTEMHVULzTR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.1875rem;left:1.875rem; }
#dfATSHRzT5MRWbGCR2PxT9Qh6yybTbJq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.125rem;left:3.75rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xKLFxiA8JWhyhGiWEZM9vw59xN4Bhs5t { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20rem;left:1.875rem;height:5.2517375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nT1Pk35uqVUtCORT1KMgHb4Ld9fofff8 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:18.3125rem;left:1.875rem;display:block; }
#Q1Tu9AvPiFCczvP71rwFDX22rLrDeiDr { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.125rem;left:26.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#AV1nPGIcF6myLgndm3p6Ng5Zzzf5RWPR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.0625rem;left:30.25rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lhJU8UI21mW3sIL7R4q5R0LZ0hcBpacM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.9375rem;left:28.375rem;height:3.9388rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zRUEXJsttoq8c5Ts6eJQkX3dEu6FPccT { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.25rem;left:28.375rem;display:block; }
#y0qgTTXJPHbea66O7NgtrzoipiPZSCwl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.125rem;left:28.375rem; }
#N0g38g2KAOHcS19LwF2GH2slPmIpCaHm { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.125rem;left:53.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#XrkIxSvh8QiOIqQaJe4lS0ZCMmRfdzAU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.0625rem;left:56.875rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EeIGAT2nemo21RFpHh6Aw7o5b1pB8wDC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.9375rem;left:55rem;height:3.9388rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8IIJBFPTiHTSF2JOlpdXun6IKX5nwO7 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.25rem;left:55rem;display:block; }
#udrA7cbVgKTcWEu5ZnpdPGdQ4dy8FmOu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.125rem;left:55rem; }
#bZPzPz9gMLkJIT07fxzgcaiQl1wmOdXH { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#SinynWwE9FaK7Bp7ITU11VOp4uTkxcTe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:34.0625rem;left:3.75rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QM2bkkN6CsAWeRUEnxZ860qVfwqQIFFa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:38.9375rem;left:1.875rem;height:5.2517375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FtKTh6wDa4Txzq5cspzfWP7Rd5wW0cIn { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.25rem;left:1.875rem;display:block; }
#aGqk0iLWbpC22Rze7st0UZMteysHg40o { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.125rem;left:1.875rem; }
#WQclM3usiifCgCM1GI7q1GKMlfVakPEf { box-sizing:content-box;height:14.5625rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.1875rem;left:26.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#i6RqFAVZuTNUaT2mCuqZyNs2CS0UxbRn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:34.125rem;left:29.9375rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UZohzQHhrh4iS5RtyDfPIq8yCR7iCWIe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:39rem;left:28.0625rem;height:3.9388rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O8wWTQ14ON85AXFFC45kcP4FBwUOVHAt { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.3125rem;left:28.0625rem;display:block; }
#PTUe5dAlHEUDJFSyPkDTEM8tEv9SV1uX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:34.1875rem;left:28.0625rem; }
#SGVKzohMGexwwmye1lADdcOvrViWK64R { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:33.625rem;left:53.8125rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row .container { background-color: transparent; background-image: none; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row .container > .video-iframe-container { display: none; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row > .video-iframe-container { display: none; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .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); }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row .container { border-width: 0; border-radius: 0; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row .container { font-size:0.875rem;font-family:"playfair display";height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Dn7mxa0T0s4b4cxIl6OP330sTBJSTKss { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.5rem;left:28.625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBthEWa2KmIwRRlyZPQ5vGMJKLVtLWZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:15.8125rem;left:28.625rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObCGfzgfJ0AMRCzcHqBroOic4N6Tt5lt { box-sizing:content-box;height:16.9375rem;width:9.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.1875rem;left:2.8125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#T6cINAAWGUtJbX2LVlfpaAT4vUn6gQIZ { box-sizing:content-box;height:23.8125rem;width:43.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.372381210327rem;left:28.624132156372rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#B7iLshqRD5ITpF4HxaGBqmryhJZwnIz5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.811198234558rem;left:29.874135971069rem; }
#DTOQaV516U1Z3sXTnE4U6nEdnMQyo9hF { color:rgba(var(--color-tertiary-0),1);display:block;width:39.749375rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.748047828674rem;left:31.967233657837rem;height:5.2517375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V902UkNiBEKqh2AtL7NbRBHNJnkq2HJT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.686625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:19.687500953674rem;left:31.749135971069rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTLU0AuFGICENTicDBnBHGtN96mAf4tg { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.0625rem;left:24.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SAtowKsvKIKGOOwMWKWUx2v6yPDb2HcP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.4375rem;left:49.125rem; }
#eLb2tZDbvJvfZzUAwx0XeBbidqCraOev { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13.0625rem;width:23.4375rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#kpxn3XATZrf0bq7DA6hoZ333Rq8kkakK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:15.375rem;width:23.3125rem;top:23.062057495118rem;left:0rem;overflow:hidden;display:block; }
#DoJzPBoR6IduNhSqICxXUxONlTUTucKv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29.747181892395rem;left:29.874135971069rem; }
#nKeBhBFqmC3p1nMzA1AyxnJbeln0Qfhs { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6855625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:29.621312141419rem;left:31.967233657837rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M02LC4l0W9UrxtNaCR0M3PqWdDfbsNlm { color:rgba(var(--color-tertiary-0),1);display:block;width:39.749375rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:31.87283039093rem;left:31.967233657837rem;height:3.9388rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBwZTSeVE1m7GNuBouCecdInIIzFrnaH { color:rgba(var(--color-tertiary-0),1);display:block;width:39.749375rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:37.684464454651rem;left:31.967233657837rem;height:2.62586875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX { 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; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { background-color: transparent; background-image: none; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container > .video-iframe-container { display: none; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row > .video-iframe-container { display: none; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .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); }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { border-width: 0; border-radius: 0; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { font-size:0.875rem;font-family:"playfair display";height:32.375rem;width:75rem;position:relative;display:block; }#XnAok8EbhTR4wKCUPLh6U8FpuSdIHcSK { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.6875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#oi3SVBNDTd4Ce1fG4DFlWR7qtUvrMVQL { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.6875rem;left:25.625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#QEtDlv59Zcb4Sz5bw0qzxkF7hvBbnbu8 { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.6875rem;left:51.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#hZnyidzkqeQ06B4RMrpqJTVNJboBxL7S { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17.875rem;left:4rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N3LfXdqmEl9V9phb5zy3EttERytmki2A { color:rgba(var(--color-tertiary-4),1);display:block;width:19.749375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.375003814698rem;left:1.8185768127441rem;height:7.4978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#skKsOz8JVKn7ph8B895lELnryTWgxlwo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:17.875rem;left:29.625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QDAhz6fO4E2pHXvsavld75So7UOJRemi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.749375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.942930221557rem;left:27.624784469604rem;height:5.9982625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ca3EnPqs3nZIV301LpfdEB8G1U9XdhPa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:17.875rem;left:55.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N9MislFRNphxIaDFZhZn2LK1eyvZkzV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21rem;left:53.0625rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FaxAl5Pztu1GT7hxWegJCI2fCvU5NCLX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.9375rem;left:1.9375rem; }
#ZuOvviffnEVg4r6ANIXBQdoWQ286qtIt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.875rem;left:27.5625rem; }
#TzRp7SIu5zAI8z7S5RZxI8Wh8IU8TbyC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.9375rem;left:53.125rem; }
#U1AmVaXT1nAV1wTQuzZeu92yGhpPMISn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:8.625rem;left:0rem;height:3.00021875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J3TThU3TUrKlpRz0atwJX8tKLplPXTHu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.1875rem;left:23.875rem; }
#XwNsoxurkklg0rvKgzpZ8lKVwnzNBDkc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.125rem;left:49.875rem; }
#TG6R24MOh66Kv4nR3Gqfspt1plDnu52F { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.75rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { background-color: transparent; background-image: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container > .video-iframe-container { display: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row > .video-iframe-container { display: none; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .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); }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { border-width: 0; border-radius: 0; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { font-size:0.875rem;font-family:"playfair display";height:75.6875rem;width:75rem;position:relative;display:block; }#Tu8D74cT8WZZZcO9opsIXFI8eLkZtEmW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:6.3118715286256rem;left:0rem;height:3.00021875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DsDwbSBivB8fRTsICXt3EzkSZkHUGrZm { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:38.994142532349rem;left:27.079645156861rem;height:10.4969375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cNZdNkKwPs6xummvgG1aRETnby9p7oew { box-sizing:content-box;height:17.375rem;width:68.4375rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;top:14.8125rem;left:2.25rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#IHQZpQ9Oi7W4aGFNLVnTSnepHUhRcLJ4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:10.625rem;width:19.375rem;top:59.609377861023rem;left:48.117898546417rem;overflow:hidden;display:block; }
#UhvNml8zsMIzGsML3dBf7pBRKJQHoGqU { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.6875rem;left:25.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iSzLhxgyeTmm42hb1Hr88VSA36KwTPsK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.0625rem;left:49.5rem; }
#VTAcraeoWTAwf5eXRrZsmALLaIxBnot8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.125rem;left:24.3125rem; }
#JDqSW6okcfbH2zg5yDeSop93qrqbKUB0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.6248125rem;width:19.375rem;top:37.182075738907rem;left:5.7562961578369rem;overflow:hidden;display:block; }
#wlETmDxkAxBuQZDpcTlT937fv7bEGEae { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.753690719604rem;left:4.1937961578369rem;height:7.4978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MLm0NoiZQ5zU23RE53J9TAhO85X44Xrb { color:rgba(var(--color-tertiary-4),1);display:block;width:40.7498125rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:56.637371063233rem;left:7.1310787200925rem;height:14.9956875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E05yoHlsR0CXcA4x6pvPq2c9KOO5XUNH { box-sizing:content-box;height:17.374125rem;width:68.4375rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:34.746078491211rem;left:2.2482643127441rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#RJF3tNxhqWd2B1KV6xPVsq91XDnTidCo { box-sizing:content-box;height:17.374125rem;width:68.4375rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;top:55.388439178467rem;left:1.3107643127441rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#CB5wZ9hEqIoBFNaeIvWExylbTEVBfypy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.061625rem;width:21.624375rem;top:17.536893844604rem;left:46.992189407349rem;overflow:hidden;display:block; }
#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv { z-index:;position:relative;display:block; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv { background-color: transparent; background-image: none; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row .container > .video-iframe-container { display: none; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row > .video-iframe-container { display: none; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .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); }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv { border-width: 0; border-radius: 0; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row .container { background-color:#e8e0d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"playfair display";height:46.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NJoW0EVqKtwNQqohxvP4bcdZC5iF9ipx { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.1208763122559rem;left:0rem;height:3.00021875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gwqh58WF8TEkpDMvd2ymMktkkPV84f4d { box-sizing:content-box;height:0.0618489375rem;width:18.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WzmUTzwTH4DSkJZnT9q8FblZB30hMExb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.9047403335569rem;left:18.750001907349rem; }
#TneXIHckfJDx6Q6coRV5WEvdr6MkvMzA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.811625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.6842441558838rem;left:0rem;height:2.99913125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTmF8W3SlTTvzayNSu0gGxW0hWl0Uy5W { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.7612838745119rem;left:0rem;height:29.9913125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NNWW6SnNfzlpkohEM6JBmKS26BVhXuTI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.972873210907rem;left:29.594186782837rem;height:2.99913125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MpXTdTnb3XAIRtxGsTyOMrQfpPF7z7iv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8105625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:4.9717884063721rem;left:59.189455032349rem;height:2.99913125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGKHo1sq2Fa3VxeqBQ8id3MbsEMdSPK9 { box-sizing:content-box;height:0.060763875rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.4982638359069rem;left:56.250001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#M17C7THxOTw85fg9RzQe2DnqUw26Dq9Z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.9047312736513rem;left:55.069444656372rem; }
#R82cPPnlBky3pqgTG5FTh9A9INFHJVJi { box-sizing:content-box;height:0.0596788125rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.4982638359069rem;left:28.125001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HrKJRx3LVre1hzRGicunhbozmKh4U7S2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.749375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.7602000236512rem;left:28.125001907349rem;height:35.9895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L31zGIsADQuu2bprD9SbnUPIKcfolFtn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.749375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:9.1547312736512rem;left:55.250658035278rem;height:29.9913125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row .container { background-color: transparent; background-image: none; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row .container > .video-iframe-container { display: none; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row > .video-iframe-container { display: none; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .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); }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row .container { border-width: 0; border-radius: 0; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row .container { font-size:0.875rem;font-family:"playfair display";height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Nec4mWz4zPAnh0MROb404reSFP16kPFK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:3.00021875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GNFgRsKhexDtWC36nAia8O5iiQBTokBd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.125rem;width:13.125rem;top:12.3125rem;left:1.5rem;overflow:hidden;display:block; }
#ACkz1pwtHK4ADiNEnMNyVBOrbqoJ1fWT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:7rem;width:13.125rem;top:27.9375rem;left:1.5rem;overflow:hidden;display:block; }
#Z6g0957QHGxTMTJXyaPQcx1qR340UBwc { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:31.875rem;width:22.3125rem;top:12.312284469604rem;left:17.124567031861rem;overflow:hidden;display:block; }
#e66oMhlPfH2pytCK0CKkCegHKXCc0E6k { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:7.25rem;width:12.875rem;top:36.878255963326rem;left:1.6243495941162rem;overflow:hidden;display:block; }
#PsyWy2Qs1TqTUeleEPP0yzx7rSxmGz2G { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:18.75rem;width:18.75rem;top:12.3125rem;left:54.375rem;overflow:hidden;display:block; }
#fLqFlfQmO49ZqTUEH0FhrbU8Gd8mepRJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:8.5625rem;width:13.125rem;top:12.312283635139rem;left:40.247400283814rem;overflow:hidden;display:block; }
#b3ObHnwq30wmU2hCIUswMo21nAC8PLvn { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.8125rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TJsti3V2kKpAaRh1yeTA7b306eCRunCP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.25rem;left:23.875rem; }
#W6xgbiOi3eB3I00PKM1gQXRcXUoCMrbg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.25rem;left:49.875rem; }
#JWO47TkHoXbqrBV6dXXQxPm01ayTrAOL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:8.5rem;width:12.625rem;top:23.498264431953rem;left:40.498048782349rem;overflow:hidden;display:block; }
#GCDt6H8eLdbcyisbfaUb5LdGNaJyBfmo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:8.311625rem;width:15.061875rem;top:34.937067151069rem;left:40.498048782349rem;overflow:hidden;display:block; }
#MTRau2MAI0LdR26av4IvzgAcdmECyUzl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:8.0625rem;width:14.75rem;top:34.937067151069rem;left:58.372400283814rem;overflow:hidden;display:block; }
#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG { z-index:;position:relative;display:block; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG { background-color: transparent; background-image: none; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row .container > .video-iframe-container { display: none; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row > .video-iframe-container { display: none; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .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); }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG { border-width: 0; border-radius: 0; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row .container { 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;font-size:0.875rem;font-family:"playfair display";height:32.9375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lIKWvkHbhsxyCMTXBugq2kNoIgZyKuPX { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.0622768402099rem;left:0rem;height:3.00021875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VJAyLQoyQ2iitGr8ElqIqQzWGpcu7z9n { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.2159295082092rem;left:36.875001907349rem; }
#dLJ85GqoRmLzeas8tvnuDX5xyfedSFV3 { box-sizing:content-box;height:0.0618489375rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.8116245269776rem;left:25.000001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NJ6SQAJNnsKNHX7EZRDRc2TI5xS5Kf3E { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.691190242768rem;left:58.49827003479rem; }
#HfBQDwqUmFqoMyzbM8dmb2EROyRFRTgN { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.502389431rem;left:36.124132156372rem; }
#NqcZcrp7BhTANEis3QyIPNL1toNC6nV4 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.504992961884rem;left:14.507379531861rem; }
#M3moE9JdQN44Ik5FJCJkwSkbuPiVN6Bu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:29.686416149139rem;left:6.3194446563719rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTphCedq5ThqKmMOnBZ5w6zIlKIcJpG8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:29.686416149139rem;left:28.125001907349rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPBSTR1Fi8zkSawQoipgM9OGL24zd7Bs { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:29.686416149139rem;left:50.000001907349rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CI3H9FG4pmzWvlAeSwoAEoOxBabRceVx { color:rgba(var(--color-tertiary-0),1);display:block;width:54.3120625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.2159295082092rem;left:15.780164718628rem;height:11.19575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fpPIPRKvipnXU2QcMhONpwxJZt3xCMUM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:18.942058086395rem;left:0rem;height:3.00021875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HgHy4ZcgPgCZG6SM8WXp9UuGefAtp3S5 { box-sizing:content-box;height:0.060763875rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.872613430023rem;left:25.000001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wmkx1PNui02rwgrgXV1mJWR6FSHOCaTd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:23.276910305023rem;left:36.875001907349rem; }
#xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:32.937285423279rem;left:0rem;overflow:hidden;display:block; }
#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { background-color: transparent; background-image: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container > .video-iframe-container { display: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container { display: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .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); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { border-width: 0; border-radius: 0; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { font-size:0.875rem;font-family:"playfair display";height:5.3125rem;width:75rem;position:relative;display:block; }#Ms5vliGbFr6JGbUkFsi158muXwwM1iL6 { color:rgba(var(--color-primary-3),1);display:block;width:30.186625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:1.9053840637207rem;left:23.436418533325rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GVgZ7totTiM435WD70lSF7Gn6zvadiAl { display:block; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWTEoLO50Wbw1Dv3lvEp3H8UaW6w876V { width:6.25rem;height:3.3125rem;top:1.375rem;left:23.873918533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD7XBLFwg5neWhLldhwfiyKoEHc5ncsW { display:block; }
 }@media only screen and (max-width: 763px) { #w0fwLUHbWCuoTpP67IT8WQKHdthTRaKu { width:7.5rem;height:3.3125rem;top:1.375rem;left:11.623483657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH8sk9PqZtezoBGRWiXAHlRi95Pni1di { display:block; }
 }@media only screen and (max-width: 763px) { #NsELp6JfaGvPhandreaD0R8SmJ8wSTTT { top:0.5625rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvBLQVgpirZraTSt03CTSA1Qq6Q06Ea9 { top:1.25rem;left:0rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8TA6QpupWSZWw8uCgXEzrOo2FmxUrxo { width:5.625rem;height:3.3125rem;top:1.375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzEsTWhTB94tGSpbqlznHP9zqgn1faun { display:block; }
 }@media only screen and (max-width: 763px) { #CO4hgcaAFFtRg3pzoFX1QC0Gi8E6cqLl { width:8.125rem;height:3.3125rem;top:1.375rem;left:33.373697280884rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk6WcU1daH1eVyScksPEUVsvStZ9oBbk { display:block; }
 }@media only screen and (max-width: 763px) { #xTB4I4wBokEU85A6HCOVUUr4etsdTLCE { width:6.25rem;height:3.3125rem;top:1.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9gwZWbD0LWrsPEaFZJ8DLMxh5yotJaW { display:block; }
 }@media only screen and (max-width: 763px) { #UBifULTRBTUH0B3PKoslJOa8WNXs93JT { display:block; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBggABTnJlTwam5xFceuakOQ9SvZ198S { top:25.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCUQBivuU2dTUiDq1DNnd0efzvlPyHUp { top:6.9375rem;left:0rem;width:47.75rem;height:15rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v29W1X3kQhafTwWAwmodL64cExsyxgaC { top:10.1875rem;left:23.625rem;width:22.5625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qML9RJwTPUCbn59srTCSPAkb65nHKm5x { top:6.875rem;left:24.375rem;width:23.25rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxBdGfCL3BndErzZCn7qutDFMD1Rrh9D { top:9.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOtVIFQNmwSUVZ7hF7dXFxiAIxGa4Cr { top:11.5625rem;left:28.8125rem;width:18.9375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKQfTFS1ZBnC4Hi8huFBqwqFtw0KRxAd { top:35.1875rem;left:38.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww6cVKvPTUqGfzXGtkLHlfFySyhsmLMw { top:40.1875rem;left:21.8125rem;width:25.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTD7LU1A8xvhwEvCqi7gxUkrpyatGIob { top:31.3125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRDf6kQ54gMZvD1mEFHxEkTglFppDPBH { top:31.4375rem;left:0rem;width:19.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUH9TRhur3tx3RMQtrnbedEMUgWfCJhB { top:31.875rem;left:0rem;width:20.3125rem;height:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETehthK3TEdRANSMu7Mb9RpyRCHl29OH { top:36.9375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um4WsLmMXTmh75MJp8lF8OfBM7PTplpe { top:43.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX03exkMFEN5Fnw8ffi5tnNwuJAZhhQF { top:37rem;left:0rem;width:19.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWw7MSo5go1gzUcitKWOwQ09Wf7Bb1tQ { top:43rem;left:0rem;width:19.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnQRtwnNrp84kZctpwL4xAAD9icagogw { top:37.5625rem;left:0rem;width:18.75rem;height:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXurTy3tQwgyWaa2vfNIxnhMnL5wpGu0 { top:43.5625rem;left:0rem;width:17.875rem;height:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r { display:block; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Krh86pwz5iJsCNe06b1ZiTJsTa19FPkS { top:9.6875rem;left:18.375rem;width:29.375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi2AGvTCguuMhFSehnSFO9T22Nrkq4U0 { top:7.5rem;left:11.9375rem;width:35.8125rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwL8JXMTeLKEDd95zq5umIKQH2FvxvON { top:19.875rem;left:22.9375rem;width:23.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBifyTVM4HcrwMZRSavPpVzmJ65mrHP { top:4.375rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxN28B9inMl1I8UZoKlpX9LhPR0oqDVc { top:21.125rem;left:15.8125rem;width:31.9375rem;height:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvagyOXrqNsD93bVfwE7Nuh0KmN8a8sL { top:6.375rem;left:0rem;width:29.875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9geecWNF9ea8fFR4MMSp7S5wsXTK8Xe { top:25.8125rem;left:0rem;width:29.875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQBJy4LcV9XQeT1gPzPEq068Wuitexu { top:9.6875rem;left:0rem;width:47.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #agsDFiGex4z6TkJyroXf3U0e2FLyeofn { top:19.25rem;left:46rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf { display:block; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxdPe9z7pSFp6J1dx35THWlTDzpWAFeT { top:2.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaWCExfDUo4GMt6vCmvLfnGAqwwt7iPa { top:7.3125rem;left:0rem;width:39.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8yxZJQiGiDIoP7OH48UMqKSedEJyWVz { top:2.5625rem;left:26.0625rem;width:21.6875rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR8NnTam4rqKqrRtrDVvcTVn2aT4n3Dz { top:33rem;left:9.375rem;width:35.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL1hFSkq9PHmTIZZ5UouiXHap3ZT0yI2 { top:13.625rem;left:0rem;width:30.6875rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTT9ziktX7skceCKuuHoMfdFR0saiO3 { top:15.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esznuxJPdAgKOCSTAMLB2I66SsZxRk0Z { top:15.125rem;left:0rem;width:17.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5rBbBuGUJg6qcMiFLcsTmvfg3x1JzPU { top:18.625rem;left:0rem;width:28.25rem;height:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATt9nGq0Thb4a4zwcgzt9GIQeywTkVW9 { top:17.5rem;left:0rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #eB8g9w3OJkinSGI6VpVlPzZ8Ts5C6HV3 { top:36rem;left:0rem;width:32.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0kRn2BiNnbUetn77sTa1eL79Gd1sPF3 { top:37.375rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE0WwvmhDUOmrXveaE1GIgdsCbCEW9H9 { top:40.8125rem;left:0rem;width:29.8125rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DyXbQyrKeKpCtT8ZhdCV95TqM27dsZ { top:39.6875rem;left:0rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZhiaNegS9bwmJDlEPmyWGveDS1qU7tNJ { top:37.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVmld2EuVAa11kxkQtsmnSM0XKsE8Q7x { top:36.1875rem;left:17.375rem;width:30.375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZygTbe7Vqg3EO63Btwzf4mXqLfv52y2 { top:37.375rem;left:23.319444656372rem;width:23rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAWAXiKLkLAHcTJeByZprK8hktUTJEV { top:40.8125rem;left:19rem;width:28.375rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4IuCUqHi15EEb2DrKg458ADnCQMHAJE { top:39.6875rem;left:21.444448471069rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UTiyUdyproaBFUuldiXyaqEKpNO5W3Fp { top:37.5rem;left:21.062501907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 { display:block; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzKplQQh7FvMsnCycBcXoX27xZoikrnk { top:6.125rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8NADt8wnTuVCh0UxQ5axcaxzG4nm4VR { top:37.875rem;left:29.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4GsImNPLWWxIt7g0ZSN7dXEcxsn6mIn { top:13.1875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhKlEK7e73sMWk2xNUzCfiTEMHVULzTR { top:15.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfATSHRzT5MRWbGCR2PxT9Qh6yybTbJq { top:15.125rem;left:0rem;width:16.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKLFxiA8JWhyhGiWEZM9vw59xN4Bhs5t { top:20rem;left:0rem;width:17.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT1Pk35uqVUtCORT1KMgHb4Ld9fofff8 { top:18.3125rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Tu9AvPiFCczvP71rwFDX22rLrDeiDr { top:13.125rem;left:12.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1nPGIcF6myLgndm3p6Ng5Zzzf5RWPR { top:15.0625rem;left:16.625rem;width:16.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhJU8UI21mW3sIL7R4q5R0LZ0hcBpacM { top:19.9375rem;left:14.75rem;width:18.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRUEXJsttoq8c5Ts6eJQkX3dEu6FPccT { top:18.25rem;left:14.75rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0qgTTXJPHbea66O7NgtrzoipiPZSCwl { top:15.125rem;left:14.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0g38g2KAOHcS19LwF2GH2slPmIpCaHm { top:13.125rem;left:25.75rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrkIxSvh8QiOIqQaJe4lS0ZCMmRfdzAU { top:15.0625rem;left:31.375rem;width:16.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeIGAT2nemo21RFpHh6Aw7o5b1pB8wDC { top:19.9375rem;left:28.875rem;width:18.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8IIJBFPTiHTSF2JOlpdXun6IKX5nwO7 { top:18.25rem;left:29.625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udrA7cbVgKTcWEu5ZnpdPGdQ4dy8FmOu { top:15.125rem;left:41.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZPzPz9gMLkJIT07fxzgcaiQl1wmOdXH { top:32.125rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinynWwE9FaK7Bp7ITU11VOp4uTkxcTe { top:34.0625rem;left:0rem;width:14.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM2bkkN6CsAWeRUEnxZ860qVfwqQIFFa { top:38.9375rem;left:0rem;width:18.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKTh6wDa4Txzq5cspzfWP7Rd5wW0cIn { top:37.25rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqk0iLWbpC22Rze7st0UZMteysHg40o { top:34.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQclM3usiifCgCM1GI7q1GKMlfVakPEf { top:32.1875rem;left:12.5625rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6RqFAVZuTNUaT2mCuqZyNs2CS0UxbRn { top:34.125rem;left:16.3125rem;width:14.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZohzQHhrh4iS5RtyDfPIq8yCR7iCWIe { top:39rem;left:14.4375rem;width:18.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8wWTQ14ON85AXFFC45kcP4FBwUOVHAt { top:37.3125rem;left:14.4375rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUe5dAlHEUDJFSyPkDTEM8tEv9SV1uX { top:34.1875rem;left:14.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGVKzohMGexwwmye1lADdcOvrViWK64R { top:33.625rem;left:26.5625rem;width:21.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV { display:block; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn7mxa0T0s4b4cxIl6OP330sTBJSTKss { top:8.4375rem;left:1.375rem;width:46.375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBthEWa2KmIwRRlyZPQ5vGMJKLVtLWZ2 { top:15.75rem;left:9.1875rem;width:38.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObCGfzgfJ0AMRCzcHqBroOic4N6Tt5lt { top:3.1875rem;left:0rem;width:9.1875rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6cINAAWGUtJbX2LVlfpaAT4vUn6gQIZ { top:18.3125rem;left:4.375rem;width:43.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7iLshqRD5ITpF4HxaGBqmryhJZwnIz5 { top:19.75rem;left:16.249135971069rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTOQaV516U1Z3sXTnE4U6nEdnMQyo9hF { top:21.6875rem;left:8.0625rem;width:39.6875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V902UkNiBEKqh2AtL7NbRBHNJnkq2HJT { top:19.6875rem;left:10.125rem;width:37.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLU0AuFGICENTicDBnBHGtN96mAf4tg { top:6.0625rem;left:10.625rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAtowKsvKIKGOOwMWKWUx2v6yPDb2HcP { top:5.4375rem;left:35.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLb2tZDbvJvfZzUAwx0XeBbidqCraOev { top:5.9375rem;left:0rem;width:23.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpxn3XATZrf0bq7DA6hoZ333Rq8kkakK { top:23rem;left:0rem;width:23.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJzPBoR6IduNhSqICxXUxONlTUTucKv { top:29.6875rem;left:16.249135971069rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKeBhBFqmC3p1nMzA1AyxnJbeln0Qfhs { top:29.5625rem;left:10.125rem;width:37.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M02LC4l0W9UrxtNaCR0M3PqWdDfbsNlm { top:31.8125rem;left:8.0625rem;width:39.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwZTSeVE1m7GNuBouCecdInIIzFrnaH { top:37.625rem;left:8.0625rem;width:39.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabVA1VlXfTG3MTMIguqyxvtmcrWUItX { display:block; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnAok8EbhTR4wKCUPLh6U8FpuSdIHcSK { top:15.6875rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3SVBNDTd4Ce1fG4DFlWR7qtUvrMVQL { top:15.6875rem;left:12rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEtDlv59Zcb4Sz5bw0qzxkF7hvBbnbu8 { top:15.6875rem;left:23.875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZnyidzkqeQ06B4RMrpqJTVNJboBxL7S { top:17.8125rem;left:0rem;width:17.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3LfXdqmEl9V9phb5zy3EttERytmki2A { top:19.375rem;left:0rem;width:19.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKsOz8JVKn7ph8B895lELnryTWgxlwo { top:17.8125rem;left:15.999567031861rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDAhz6fO4E2pHXvsavld75So7UOJRemi { top:20.9375rem;left:13.999784469604rem;width:19.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca3EnPqs3nZIV301LpfdEB8G1U9XdhPa { top:17.8125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MislFRNphxIaDFZhZn2LK1eyvZkzV5 { top:20.9375rem;left:28.0625rem;width:19.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxAl5Pztu1GT7hxWegJCI2fCvU5NCLX { top:17.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuOvviffnEVg4r6ANIXBQdoWQ286qtIt { top:17.875rem;left:13.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRp7SIu5zAI8z7S5RZxI8Wh8IU8TbyC { top:17.9375rem;left:39.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1AmVaXT1nAV1wTQuzZeu92yGhpPMISn { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3TThU3TUrKlpRz0atwJX8tKLplPXTHu { top:5.1875rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwNsoxurkklg0rvKgzpZ8lKVwnzNBDkc { top:5.125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6R24MOh66Kv4nR3Gqfspt1plDnu52F { top:5.75rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu8D74cT8WZZZcO9opsIXFI8eLkZtEmW { top:6.25rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsDwbSBivB8fRTsICXt3EzkSZkHUGrZm { top:38.9375rem;left:0.5625rem;width:39.9375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNZdNkKwPs6xummvgG1aRETnby9p7oew { top:14.8125rem;left:0rem;width:47.625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHQZpQ9Oi7W4aGFNLVnTSnepHUhRcLJ4 { top:59.5625rem;left:28.375rem;width:19.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvNml8zsMIzGsML3dBf7pBRKJQHoGqU { top:5.6875rem;left:11.4375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzLhxgyeTmm42hb1Hr88VSA36KwTPsK { top:5.0625rem;left:35.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTAcraeoWTAwf5eXRrZsmALLaIxBnot8 { top:5.125rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDqSW6okcfbH2zg5yDeSop93qrqbKUB0 { top:37.125rem;left:0rem;width:19.375rem;height:12.6248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlETmDxkAxBuQZDpcTlT937fv7bEGEae { top:19.75rem;left:0rem;width:38.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLm0NoiZQ5zU23RE53J9TAhO85X44Xrb { top:56.625rem;left:0rem;width:40.6875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E05yoHlsR0CXcA4x6pvPq2c9KOO5XUNH { top:34.6875rem;left:0rem;width:47.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJF3tNxhqWd2B1KV6xPVsq91XDnTidCo { top:55.375rem;left:0rem;width:47.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB5wZ9hEqIoBFNaeIvWExylbTEVBfypy { top:17.5rem;left:26.125rem;width:21.5625rem;height:12.027112416544rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv { display:block; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJoW0EVqKtwNQqohxvP4bcdZC5iF9ipx { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwqh58WF8TEkpDMvd2ymMktkkPV84f4d { top:8.5rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmUTzwTH4DSkJZnT9q8FblZB30hMExb { top:7.875rem;left:5.1250019073486rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TneXIHckfJDx6Q6coRV5WEvdr6MkvMzA { top:4.625rem;left:0rem;width:15.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmF8W3SlTTvzayNSu0gGxW0hWl0Uy5W { top:9.75rem;left:0rem;width:19.6875rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNWW6SnNfzlpkohEM6JBmKS26BVhXuTI { top:4.9375rem;left:15.969186782837rem;width:16.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpXTdTnb3XAIRtxGsTyOMrQfpPF7z7iv { top:4.9375rem;left:32rem;width:15.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKHo1sq2Fa3VxeqBQ8id3MbsEMdSPK9 { top:8.4375rem;left:29rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #M17C7THxOTw85fg9RzQe2DnqUw26Dq9Z { top:7.875rem;left:41.444444656372rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82cPPnlBky3pqgTG5FTh9A9INFHJVJi { top:8.4375rem;left:14.500001907349rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HrKJRx3LVre1hzRGicunhbozmKh4U7S2 { top:9.75rem;left:14.500001907349rem;width:19.6875rem;height:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L31zGIsADQuu2bprD9SbnUPIKcfolFtn { top:9.125rem;left:28.0625rem;width:19.6875rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6oIqJRxKKFvElRdz2pidgv3brVdpUcB { display:block; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nec4mWz4zPAnh0MROb404reSFP16kPFK { top:6.375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNFgRsKhexDtWC36nAia8O5iiQBTokBd { top:12.3125rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACkz1pwtHK4ADiNEnMNyVBOrbqoJ1fWT { top:27.9375rem;left:0rem;width:13.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6g0957QHGxTMTJXyaPQcx1qR340UBwc { top:12.25rem;left:3.4995670318604rem;width:22.3125rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66oMhlPfH2pytCK0CKkCegHKXCc0E6k { top:36.875rem;left:0rem;width:12.875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyWy2Qs1TqTUeleEPP0yzx7rSxmGz2G { top:12.3125rem;left:28.625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLqFlfQmO49ZqTUEH0FhrbU8Gd8mepRJ { top:12.25rem;left:26.622400283814rem;width:13.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ObHnwq30wmU2hCIUswMo21nAC8PLvn { top:3.8125rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJsti3V2kKpAaRh1yeTA7b306eCRunCP { top:3.25rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6xgbiOi3eB3I00PKM1gQXRcXUoCMrbg { top:3.25rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWO47TkHoXbqrBV6dXXQxPm01ayTrAOL { top:23.4375rem;left:26.873048782349rem;width:12.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCDt6H8eLdbcyisbfaUb5LdGNaJyBfmo { top:34.875rem;left:26.873048782349rem;width:15rem;height:8.2774803933773rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTRau2MAI0LdR26av4IvzgAcdmECyUzl { top:34.875rem;left:33rem;width:14.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG { display:block; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIKWvkHbhsxyCMTXBugq2kNoIgZyKuPX { top:1rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJAyLQoyQ2iitGr8ElqIqQzWGpcu7z9n { top:5.1875rem;left:23.250001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJ85GqoRmLzeas8tvnuDX5xyfedSFV3 { top:5.75rem;left:11.375001907349rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6SQAJNnsKNHX7EZRDRc2TI5xS5Kf3E { top:25.6875rem;left:44.87327003479rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfBQDwqUmFqoMyzbM8dmb2EROyRFRTgN { top:25.5rem;left:22.499132156372rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqcZcrp7BhTANEis3QyIPNL1toNC6nV4 { top:26.5rem;left:0.88237953186037rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3moE9JdQN44Ik5FJCJkwSkbuPiVN6Bu { top:29.625rem;left:0rem;width:18.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTphCedq5ThqKmMOnBZ5w6zIlKIcJpG8 { top:29.625rem;left:14.500001907349rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPBSTR1Fi8zkSawQoipgM9OGL24zd7Bs { top:29.625rem;left:27.75rem;width:20rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3H9FG4pmzWvlAeSwoAEoOxBabRceVx { top:5.1875rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpPIPRKvipnXU2QcMhONpwxJZt3xCMUM { top:18.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgHy4ZcgPgCZG6SM8WXp9UuGefAtp3S5 { top:23.8125rem;left:11.375001907349rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wmkx1PNui02rwgrgXV1mJWR6FSHOCaTd { top:23.25rem;left:23.250001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:5.0625rem;height:5.0625rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ms5vliGbFr6JGbUkFsi158muXwwM1iL6 { top:1.875rem;left:9.811418533325rem;width:30.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GVgZ7totTiM435WD70lSF7Gn6zvadiAl { position:relative;z-index:auto;display:block; }#GVgZ7totTiM435WD70lSF7Gn6zvadiAl > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWTEoLO50Wbw1Dv3lvEp3H8UaW6w876V { width:5.625rem;height:2.8125rem;top:4.5rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD7XBLFwg5neWhLldhwfiyKoEHc5ncsW { display:block; }
 }@media only screen and (max-width: 763px) { #w0fwLUHbWCuoTpP67IT8WQKHdthTRaKu { width:6.25rem;height:2.8125rem;top:4.5rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH8sk9PqZtezoBGRWiXAHlRi95Pni1di { display:block; }
 }@media only screen and (max-width: 763px) { #NsELp6JfaGvPhandreaD0R8SmJ8wSTTT { width:20rem;height:13.625rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvBLQVgpirZraTSt03CTSA1Qq6Q06Ea9 { width:3.375rem;height:3.375rem;top:1.25rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8TA6QpupWSZWw8uCgXEzrOo2FmxUrxo { width:5rem;height:2.8125rem;top:4.5rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzEsTWhTB94tGSpbqlznHP9zqgn1faun { display:block; }
 }@media only screen and (max-width: 763px) { #CO4hgcaAFFtRg3pzoFX1QC0Gi8E6cqLl { width:6.5625rem;height:2.8125rem;top:7.125rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk6WcU1daH1eVyScksPEUVsvStZ9oBbk { display:block; }
 }@media only screen and (max-width: 763px) { #xTB4I4wBokEU85A6HCOVUUr4etsdTLCE { width:6.25rem;height:2.8125rem;top:9.9375rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9gwZWbD0LWrsPEaFZJ8DLMxh5yotJaW { display:block; }
 }@media only screen and (max-width: 763px) { #UBifULTRBTUH0B3PKoslJOa8WNXs93JT { background-color:#fafaf8;background-image:none;display:block; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { background-color: transparent; background-image: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container > .video-iframe-container { display: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row > .video-iframe-container { display: none; }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .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); }#UBifULTRBTUH0B3PKoslJOa8WNXs93JT > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBggABTnJlTwam5xFceuakOQ9SvZ198S { width:20rem;height:8.997375rem;top:15.998264312744rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCUQBivuU2dTUiDq1DNnd0efzvlPyHUp { width:20rem;height:6.0004375rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v29W1X3kQhafTwWAwmodL64cExsyxgaC { width:19.0625rem;height:25.5625rem;top:33rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qML9RJwTPUCbn59srTCSPAkb65nHKm5x { width:17rem;height:26.25rem;top:31.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SxBdGfCL3BndErzZCn7qutDFMD1Rrh9D { display:flex;width:1.25rem;height:1.25rem;top:32.4375rem;left:16.5rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #TgOtVIFQNmwSUVZ7hF7dXFxiAIxGa4Cr { width:15.875rem;height:24.0625rem;top:34.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKQfTFS1ZBnC4Hi8huFBqwqFtw0KRxAd { display:flex;width:1.25rem;height:1.25rem;top:35.4375rem;left:0.1875rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #ww6cVKvPTUqGfzXGtkLHlfFySyhsmLMw { width:20rem;height:8.997375rem;top:58.697918176651rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTD7LU1A8xvhwEvCqi7gxUkrpyatGIob { display:flex;width:4.56163125rem;height:4.56163125rem;top:68.693578720094rem;left:0.81163197755812rem; }
 }@media only screen and (max-width: 763px) { #yRDf6kQ54gMZvD1mEFHxEkTglFppDPBH { width:13.811875rem;height:5.12478125rem;top:68.410375595094rem;left:6.1870663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUH9TRhur3tx3RMQtrnbedEMUgWfCJhB { width:12.561875rem;height:4.49941875rem;top:68.8281288147rem;left:6.4995663762094rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ETehthK3TEdRANSMu7Mb9RpyRCHl29OH { display:flex;width:4.56163125rem;height:4.56163125rem;top:76.954212188719rem;left:0.81163197755812rem; }
 }@media only screen and (max-width: 763px) { #Um4WsLmMXTmh75MJp8lF8OfBM7PTplpe { display:flex;width:4.6875rem;height:4.6875rem;top:85.069446563719rem;left:0.81163197755812rem; }
 }@media only screen and (max-width: 763px) { #AX03exkMFEN5Fnw8ffi5tnNwuJAZhhQF { width:14.0625rem;height:6.12413125rem;top:76.170791625975rem;left:5.9364150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWw7MSo5go1gzUcitKWOwQ09Wf7Bb1tQ { width:13.5rem;height:5.5rem;top:85.069446563719rem;left:6.3433163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnQRtwnNrp84kZctpwL4xAAD9icagogw { width:12.5rem;height:4.49941875rem;top:76.986766815187rem;left:6.8424480557444rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXurTy3tQwgyWaa2vfNIxnhMnL5wpGu0 { width:9.0625rem;height:5.624275rem;top:85.068359375rem;left:8.7565110325812rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r { display:block; }#GeJ5A2iI23pSl3sRXnDwp3UMcXsvKx5r > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Krh86pwz5iJsCNe06b1ZiTJsTa19FPkS { width:18.125rem;height:2.00014375rem;top:3.125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi2AGvTCguuMhFSehnSFO9T22Nrkq4U0 { width:20rem;height:58.8748125rem;top:1.5625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #KwL8JXMTeLKEDd95zq5umIKQH2FvxvON { width:16.436625rem;height:0.0618489375rem;top:5.9364147186279rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBifyTVM4HcrwMZRSavPpVzmJ65mrHP { width:9.375rem;height:9.375rem;top:54.186199188233rem;left:9.756944954395rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxN28B9inMl1I8UZoKlpX9LhPR0oqDVc { width:18.125rem;height:35.44925rem;top:6.5885429382325rem;left:0.93750005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvagyOXrqNsD93bVfwE7Nuh0KmN8a8sL { height:10.4375rem;width:18.75rem;top:32.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9geecWNF9ea8fFR4MMSp7S5wsXTK8Xe { height:10.4375rem;width:18.75rem;top:43.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQBJy4LcV9XQeT1gPzPEq068Wuitexu { width:8.3125rem;height:4.6875rem;top:56.9375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agsDFiGex4z6TkJyroXf3U0e2FLyeofn { display:flex;width:1.25rem;height:1.25rem;top:5.3385429382324rem;left:16.812066376209rem; }
 }@media only screen and (max-width: 763px) { #oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf { display:block; }#oKuhQMfwdOnp23iMKzeE0TEqycIE1KGf > .row .container { width:20rem;height:127.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxdPe9z7pSFp6J1dx35THWlTDzpWAFeT { width:20rem;height:2.00014375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaWCExfDUo4GMt6vCmvLfnGAqwwt7iPa { width:20rem;height:7.4978125rem;top:33.249792098999rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8yxZJQiGiDIoP7OH48UMqKSedEJyWVz { width:13.1875rem;height:23.6875rem;top:7.2493591308594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR8NnTam4rqKqrRtrDVvcTVn2aT4n3Dz { width:8.6875rem;height:22.5625rem;top:4.9359810352326rem;left:10.243055641651rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL1hFSkq9PHmTIZZ5UouiXHap3ZT0yI2 { width:20rem;height:22.6875rem;top:42.624801635743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTT9ziktX7skceCKuuHoMfdFR0saiO3 { display:flex;width:1.25rem;height:1.25rem;top:45.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #esznuxJPdAgKOCSTAMLB2I66SsZxRk0Z { width:14.375rem;height:2.99913125rem;top:45.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5rBbBuGUJg6qcMiFLcsTmvfg3x1JzPU { width:17.5rem;height:14.44225rem;top:50.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATt9nGq0Thb4a4zwcgzt9GIQeywTkVW9 { width:16.25rem;height:0.0625rem;top:48.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB8g9w3OJkinSGI6VpVlPzZ8Ts5C6HV3 { width:20rem;height:31.0623125rem;top:63.67947387695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0kRn2BiNnbUetn77sTa1eL79Gd1sPF3 { width:14.375rem;height:2.99913125rem;top:65.686851501462rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE0WwvmhDUOmrXveaE1GIgdsCbCEW9H9 { width:17.5rem;height:22.319875rem;top:69.347875595094rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DyXbQyrKeKpCtT8ZhdCV95TqM27dsZ { width:16.25rem;height:0.0625rem;top:65.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhiaNegS9bwmJDlEPmyWGveDS1qU7tNJ { display:flex;width:1.25rem;height:1.25rem;top:66.561418533325rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #eVmld2EuVAa11kxkQtsmnSM0XKsE8Q7x { width:20rem;height:28.75rem;top:96.9368391037rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZygTbe7Vqg3EO63Btwzf4mXqLfv52y2 { width:14.375rem;height:2.99913125rem;top:99.310977935794rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAWAXiKLkLAHcTJeByZprK8hktUTJEV { width:17.5rem;height:21.0069375rem;top:102.81141662597rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4IuCUqHi15EEb2DrKg458ADnCQMHAJE { width:16.25rem;height:0.0625rem;top:83rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTiyUdyproaBFUuldiXyaqEKpNO5W3Fp { display:flex;width:1.25rem;height:1.25rem;top:79.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 { display:block; }#SwLpNpAps8JO1TX6I5qHUt9rDSOHnVK5 > .row .container { width:20rem;height:110.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzKplQQh7FvMsnCycBcXoX27xZoikrnk { width:20rem;height:6.0004375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8NADt8wnTuVCh0UxQ5axcaxzG4nm4VR { width:5.3125rem;height:13.6875rem;top:92.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4GsImNPLWWxIt7g0ZSN7dXEcxsn6mIn { width:20rem;height:14.8125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhKlEK7e73sMWk2xNUzCfiTEMHVULzTR { display:flex;width:1.25rem;height:1.25rem;top:23.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #dfATSHRzT5MRWbGCR2PxT9Qh6yybTbJq { width:14.375rem;height:1.49956875rem;top:23.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKLFxiA8JWhyhGiWEZM9vw59xN4Bhs5t { width:17.5rem;height:5.2517375rem;top:28.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT1Pk35uqVUtCORT1KMgHb4Ld9fofff8 { width:16.25rem;height:0.0625rem;top:26.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Tu9AvPiFCczvP71rwFDX22rLrDeiDr { width:20rem;height:14.8125rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1nPGIcF6myLgndm3p6Ng5Zzzf5RWPR { width:14.375rem;height:1.49956875rem;top:40.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhJU8UI21mW3sIL7R4q5R0LZ0hcBpacM { width:17.5rem;height:3.9388rem;top:45.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRUEXJsttoq8c5Ts6eJQkX3dEu6FPccT { width:16.25rem;height:0.0625rem;top:43.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0qgTTXJPHbea66O7NgtrzoipiPZSCwl { display:flex;width:1.25rem;height:1.25rem;top:40.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #N0g38g2KAOHcS19LwF2GH2slPmIpCaHm { width:20rem;height:14.8125rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrkIxSvh8QiOIqQaJe4lS0ZCMmRfdzAU { width:14.375rem;height:1.49956875rem;top:57.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeIGAT2nemo21RFpHh6Aw7o5b1pB8wDC { width:17.5rem;height:3.9388rem;top:62.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8IIJBFPTiHTSF2JOlpdXun6IKX5nwO7 { width:16.25rem;height:0.0625rem;top:60.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udrA7cbVgKTcWEu5ZnpdPGdQ4dy8FmOu { display:flex;width:1.25rem;height:1.25rem;top:58rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #bZPzPz9gMLkJIT07fxzgcaiQl1wmOdXH { width:19.875rem;height:14.5625rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinynWwE9FaK7Bp7ITU11VOp4uTkxcTe { width:14.375rem;height:1.49956875rem;top:74.125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM2bkkN6CsAWeRUEnxZ860qVfwqQIFFa { width:17.5rem;height:5.2517375rem;top:79rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKTh6wDa4Txzq5cspzfWP7Rd5wW0cIn { width:16.25rem;height:0.0625rem;top:77.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqk0iLWbpC22Rze7st0UZMteysHg40o { display:flex;width:1.25rem;height:1.25rem;top:74.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WQclM3usiifCgCM1GI7q1GKMlfVakPEf { width:19.875rem;height:14.5625rem;top:88rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6RqFAVZuTNUaT2mCuqZyNs2CS0UxbRn { width:14.375rem;height:1.49956875rem;top:90.5625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZohzQHhrh4iS5RtyDfPIq8yCR7iCWIe { width:17.5rem;height:3.9388rem;top:95.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8wWTQ14ON85AXFFC45kcP4FBwUOVHAt { width:16.25rem;height:0.0625rem;top:93.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUe5dAlHEUDJFSyPkDTEM8tEv9SV1uX { display:flex;width:1.25rem;height:1.25rem;top:90.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SGVKzohMGexwwmye1lADdcOvrViWK64R { width:20rem;height:5.9982625rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV { display:block; }#S1HfAPSBQQ38omrzZ2x4ZFinVzshgTQV > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn7mxa0T0s4b4cxIl6OP330sTBJSTKss { width:20rem;height:4.0002875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBthEWa2KmIwRRlyZPQ5vGMJKLVtLWZ2 { width:20rem;height:1.49956875rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObCGfzgfJ0AMRCzcHqBroOic4N6Tt5lt { width:5.3125rem;height:13.6875rem;top:40.3125rem;left:11.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #T6cINAAWGUtJbX2LVlfpaAT4vUn6gQIZ { width:20rem;height:38.5625rem;top:44.436850547791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7iLshqRD5ITpF4HxaGBqmryhJZwnIz5 { display:flex;width:1.25rem;height:1.25rem;top:46.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #DTOQaV516U1Z3sXTnE4U6nEdnMQyo9hF { width:17.5rem;height:9.1905625rem;top:49.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V902UkNiBEKqh2AtL7NbRBHNJnkq2HJT { width:15rem;height:1.49956875rem;top:46.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLU0AuFGICENTicDBnBHGtN96mAf4tg { width:20rem;height:0.0625rem;top:7.75rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #SAtowKsvKIKGOOwMWKWUx2v6yPDb2HcP { display:flex;width:1.25rem;height:1.25rem;top:7.15625rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #eLb2tZDbvJvfZzUAwx0XeBbidqCraOev { width:18.75rem;height:10.499125rem;top:12.812515258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpxn3XATZrf0bq7DA6hoZ333Rq8kkakK { width:16.749125rem;height:11.0623125rem;top:25.123699188233rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJzPBoR6IduNhSqICxXUxONlTUTucKv { display:flex;width:1.25rem;height:1.25rem;top:61.467016220093rem;left:0.68684905767444rem; }
 }@media only screen and (max-width: 763px) { #nKeBhBFqmC3p1nMzA1AyxnJbeln0Qfhs { width:15.9375rem;height:4.4987rem;top:61.467016220093rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M02LC4l0W9UrxtNaCR0M3PqWdDfbsNlm { width:17.374125rem;height:9.1905625rem;top:65.967884063719rem;left:1.3118489384651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwZTSeVE1m7GNuBouCecdInIIzFrnaH { width:16.436625rem;height:5.2517375rem;top:76.617839813231rem;left:1.7805991768837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabVA1VlXfTG3MTMIguqyxvtmcrWUItX { display:block; }#GabVA1VlXfTG3MTMIguqyxvtmcrWUItX > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnAok8EbhTR4wKCUPLh6U8FpuSdIHcSK { width:19.875rem;height:12.5rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi3SVBNDTd4Ce1fG4DFlWR7qtUvrMVQL { width:19.875rem;height:12.5rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEtDlv59Zcb4Sz5bw0qzxkF7hvBbnbu8 { width:19.875rem;height:12.5rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZnyidzkqeQ06B4RMrpqJTVNJboBxL7S { width:15.625rem;height:1.49956875rem;top:16.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3LfXdqmEl9V9phb5zy3EttERytmki2A { width:17.5rem;height:6.5646875rem;top:20.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKsOz8JVKn7ph8B895lELnryTWgxlwo { width:15.625rem;height:2.99913125rem;top:32rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDAhz6fO4E2pHXvsavld75So7UOJRemi { width:17.5rem;height:5.2517375rem;top:35.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca3EnPqs3nZIV301LpfdEB8G1U9XdhPa { width:15.625rem;height:2.99913125rem;top:47.125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MislFRNphxIaDFZhZn2LK1eyvZkzV5 { width:17.5rem;height:3.9388rem;top:50.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxAl5Pztu1GT7hxWegJCI2fCvU5NCLX { display:flex;width:1.25rem;height:1.25rem;top:16.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ZuOvviffnEVg4r6ANIXBQdoWQ286qtIt { display:flex;width:1.25rem;height:1.25rem;top:32rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TzRp7SIu5zAI8z7S5RZxI8Wh8IU8TbyC { display:flex;width:1.25rem;height:1.25rem;top:47.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #U1AmVaXT1nAV1wTQuzZeu92yGhpPMISn { width:20rem;height:2.00014375rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3TThU3TUrKlpRz0atwJX8tKLplPXTHu { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #XwNsoxurkklg0rvKgzpZ8lKVwnzNBDkc { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #TG6R24MOh66Kv4nR3Gqfspt1plDnu52F { width:18.75rem;height:0.0625rem;top:2.4375rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV { display:block; }#MygaEe6s3l4VoQl8rVIFTtqaWLqyT6TV > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu8D74cT8WZZZcO9opsIXFI8eLkZtEmW { width:20rem;height:2.00014375rem;top:5.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsDwbSBivB8fRTsICXt3EzkSZkHUGrZm { width:20rem;height:14.9956875rem;top:27.248265743256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNZdNkKwPs6xummvgG1aRETnby9p7oew { width:13.0620625rem;height:22.4370625rem;top:9.3739154338838rem;left:3.3984377980233rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #IHQZpQ9Oi7W4aGFNLVnTSnepHUhRcLJ4 { width:9.375rem;height:5.24956875rem;top:10.998264551162rem;left:2.7495661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvNml8zsMIzGsML3dBf7pBRKJQHoGqU { width:20rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #iSzLhxgyeTmm42hb1Hr88VSA36KwTPsK { display:flex;width:1.25rem;height:1.25rem;top:3.15625rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #VTAcraeoWTAwf5eXRrZsmALLaIxBnot8 { display:flex;width:1.25rem;height:1.25rem;top:3.15625rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #JDqSW6okcfbH2zg5yDeSop93qrqbKUB0 { width:9.375rem;height:6.18706875rem;top:21.061198711395rem;left:10.623915016651rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlETmDxkAxBuQZDpcTlT937fv7bEGEae { width:20rem;height:10.4969375rem;top:44.129775524139rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLm0NoiZQ5zU23RE53J9TAhO85X44Xrb { width:20rem;height:22.4935rem;top:70.020618438719rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E05yoHlsR0CXcA4x6pvPq2c9KOO5XUNH { width:19.874125rem;height:17.3123125rem;top:54.634326457978rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #RJF3tNxhqWd2B1KV6xPVsq91XDnTidCo { width:19.874125rem;height:17.3123125rem;top:69.262157440187rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #CB5wZ9hEqIoBFNaeIvWExylbTEVBfypy { width:16.5625rem;height:9.311rem;top:58.139108657837rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv { display:block; }#sRXz1mhHe1HthPI0CXX3pmD7ZVmE6BSv > .row .container { width:20rem;height:128.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJoW0EVqKtwNQqohxvP4bcdZC5iF9ipx { width:20rem;height:4.0002875rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwqh58WF8TEkpDMvd2ymMktkkPV84f4d { width:18.75rem;height:0.0625rem;top:24.937053613281rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #WzmUTzwTH4DSkJZnT9q8FblZB30hMExb { display:flex;width:1.25rem;height:1.25rem;top:11.436616113281rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #TneXIHckfJDx6Q6coRV5WEvdr6MkvMzA { width:15.7498125rem;height:2.99913125rem;top:7.1863973632812rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmF8W3SlTTvzayNSu0gGxW0hWl0Uy5W { width:19.6875rem;height:29.9913125rem;top:28.749553613281rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNWW6SnNfzlpkohEM6JBmKS26BVhXuTI { width:16.8120625rem;height:2.99913125rem;top:13.936616113281rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpXTdTnb3XAIRtxGsTyOMrQfpPF7z7iv { width:15.7498125rem;height:2.99913125rem;top:18.186834863281rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKHo1sq2Fa3VxeqBQ8id3MbsEMdSPK9 { width:18.75rem;height:0;top:23.687053613281rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #M17C7THxOTw85fg9RzQe2DnqUw26Dq9Z { display:flex;width:1.25rem;height:1.25rem;top:26.249553613281rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #R82cPPnlBky3pqgTG5FTh9A9INFHJVJi { width:18.75rem;height:0;top:22.437053613281rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #HrKJRx3LVre1hzRGicunhbozmKh4U7S2 { width:19.6875rem;height:35.9895625rem;top:60.011491113281rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L31zGIsADQuu2bprD9SbnUPIKcfolFtn { width:19.6875rem;height:29.9913125rem;top:97.277116113281rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6oIqJRxKKFvElRdz2pidgv3brVdpUcB { display:block; }#r6oIqJRxKKFvElRdz2pidgv3brVdpUcB > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nec4mWz4zPAnh0MROb404reSFP16kPFK { width:20rem;height:4.0002875rem;top:4.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNFgRsKhexDtWC36nAia8O5iiQBTokBd { width:9.375rem;height:9.375rem;top:11.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACkz1pwtHK4ADiNEnMNyVBOrbqoJ1fWT { width:9.375rem;height:5rem;top:22.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6g0957QHGxTMTJXyaPQcx1qR340UBwc { width:9.375rem;height:13.375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66oMhlPfH2pytCK0CKkCegHKXCc0E6k { width:9.25rem;height:5.1875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyWy2Qs1TqTUeleEPP0yzx7rSxmGz2G { width:9.375rem;height:9.375rem;top:32.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLqFlfQmO49ZqTUEH0FhrbU8Gd8mepRJ { width:9.375rem;height:6.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ObHnwq30wmU2hCIUswMo21nAC8PLvn { width:18.75rem;height:0.0625rem;top:2.5rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #TJsti3V2kKpAaRh1yeTA7b306eCRunCP { display:flex;width:1.25rem;height:1.25rem;top:1.90625rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #W6xgbiOi3eB3I00PKM1gQXRcXUoCMrbg { display:flex;width:1.25rem;height:1.25rem;top:1.90625rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #JWO47TkHoXbqrBV6dXXQxPm01ayTrAOL { width:12.625rem;height:8.5rem;top:44.123246240234rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCDt6H8eLdbcyisbfaUb5LdGNaJyBfmo { width:15rem;height:8.2774803933773rem;top:53.873246240234rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTRau2MAI0LdR26av4IvzgAcdmECyUzl { width:14.75rem;height:8.0624041272935rem;top:63.400183740238rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG { display:block; }#zlVKT3gXxFyoJ33Cwesy2RKtXN5xJimG > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIKWvkHbhsxyCMTXBugq2kNoIgZyKuPX { width:20rem;height:4.0002875rem;top:3.8107852935791rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJAyLQoyQ2iitGr8ElqIqQzWGpcu7z9n { display:flex;width:1.25rem;height:1.25rem;top:8.3125rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #dLJ85GqoRmLzeas8tvnuDX5xyfedSFV3 { width:20rem;height:0.0625rem;top:8.9375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6SQAJNnsKNHX7EZRDRc2TI5xS5Kf3E { display:flex;width:3.25rem;height:3.25rem;top:30.0625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #HfBQDwqUmFqoMyzbM8dmb2EROyRFRTgN { display:flex;width:3.25rem;height:3.25rem;top:20.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #NqcZcrp7BhTANEis3QyIPNL1toNC6nV4 { display:flex;width:3.25rem;height:3.25rem;top:11.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #M3moE9JdQN44Ik5FJCJkwSkbuPiVN6Bu { width:18.75rem;height:1.49956875rem;top:16.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTphCedq5ThqKmMOnBZ5w6zIlKIcJpG8 { width:18.75rem;height:1.49956875rem;top:25.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPBSTR1Fi8zkSawQoipgM9OGL24zd7Bs { width:18.75rem;height:2.99913125rem;top:34.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CI3H9FG4pmzWvlAeSwoAEoOxBabRceVx { width:20rem;height:22.3915rem;top:38.811864257813rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpPIPRKvipnXU2QcMhONpwxJZt3xCMUM { width:20rem;height:2.00014375rem;top:62.468551757812rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgHy4ZcgPgCZG6SM8WXp9UuGefAtp3S5 { width:20rem;height:0;top:65.717251757813rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #wmkx1PNui02rwgrgXV1mJWR6FSHOCaTd { display:flex;width:1.25rem;height:1.25rem;top:66.967251757813rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:1.875rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ms5vliGbFr6JGbUkFsi158muXwwM1iL6 { width:20rem;height:2.99913125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }