.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:247,245,243;--color-primary-1:228,218,199;--color-primary-2:214,204,194;--color-primary-3:194,154,135;--color-primary-4:166,128,32;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Modena Sans";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:75rem;height:6.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#o2c1f1d34c10fab9a9694a359f9d5305 { position:absolute;display:block;z-index:15037;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:6.0625rem;width:6.0625rem;top:0.125rem;left:0.01123046875rem;overflow:hidden;display:block; }
#vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { background-color:#f4f0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.65625rem;left:64rem;display:block; }
#t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFepOBi1dTlRLOrstZXHOqvtNhROpCLF { 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:#f4f0ec;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:23.875rem;display:block; }
#L26Igl3C4dDpJhppXV8XoTS0Oy2ye16q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQyeERQSbvSEGJ23P1sxQ36cACsNm2M1 { 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:#f4f0ec;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.6875rem;left:33.3125rem;display:block; }
#Ws9OXGToEJKUT2HMoxfd3SzF9Zn7TTHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZQiEa3tvmWhEDGTKnDE12blQPhnP8ou { 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:#f4f0ec;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:42.9375rem;display:block; }
#gdPdwFlsbgAB3qaGQS5hd7kn3KACv0T7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OunFVr20DnRHOws91a3ffh4knbRMRCJU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/935af29a-e735-41c6-b298-c527b06de15a/Interior1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU.adaptive-delivery-prevent-bg, #OunFVr20DnRHOws91a3ffh4knbRMRCJU.lazyload, #OunFVr20DnRHOws91a3ffh4knbRMRCJU.lazyloading { background-image: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container { background-color: transparent; background-image: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container > .video-iframe-container { display: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row > .video-iframe-container { display: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .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); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container { border-width: 0; border-radius: 0; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#TGGgS8a6TeLHNrq0H6gUhZUMW42ku1rW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:13.09375rem;left:0rem;height:8.25rem;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;text-align:center;text-align-last:center;display:block; }
#Oup780GPATiWK715uzG0tcaWbpS5K2oT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:2.34375rem;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;text-align:center;text-align-last:center;display:block; }
#xG4tAdBSL1R0eUgBgPAPrXeNmnOayQSR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:24.0625rem;left:0rem;height:2.34375rem;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;text-align:center;text-align-last:center;display:block; }
#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row .container { background-color: transparent; background-image: none; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row .container > .video-iframe-container { display: none; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row > .video-iframe-container { display: none; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .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); }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row .container { border-width: 0; border-radius: 0; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#heTfDpt5OkbcTiySWBz3lxHkG6CR6KUt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:2.28125rem;left:0rem;height:;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; }
#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row .container { background-color: transparent; background-image: none; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row .container > .video-iframe-container { display: none; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row > .video-iframe-container { display: none; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .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); }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row .container { border-width: 0; border-radius: 0; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#Q2meZhvEIoBaRwEkG1tsyMmmn3XezZXw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.875rem;left:37.5rem;height:16.5rem;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; }
#wwTf09FxM6CxlhO3MOE4aVPZ3fiIQ4wB { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:22.3125rem;left:37.5rem;display:block; }
#Trg5Z8xsdBg5zX3aEqpIwIHmB70OkiXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQgHolOtdPrITdNq32xbDx7JTOVMnpEU { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:1.4375rem;left:37.5rem;height:1.8999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uciTMUgZ7Z79plIT61FQbhdNAv5oQ0bm { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:35.0625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { background-color: transparent; background-image: none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container > .video-iframe-container { display: none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row > .video-iframe-container { display: none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .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); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { border-width: 0; border-radius: 0; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.28125rem;left:0rem;height:3.5rem;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; }
#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { background-color: transparent; background-image: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .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); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { border-width: 0; border-radius: 0; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:16.8125rem;left:0rem;height:2.3374rem;font-style:normal;display:block; }
#JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:19.125rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:16.8125rem;left:26.1875rem;height:2.3374rem;font-style:normal;display:block; }
#o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:19.125rem;left:26.0625rem;height:7.6484375rem;font-style:normal;display:block; }
#bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:16.8125rem;left:52.5rem;height:2.3374rem;font-style:normal;display:block; }
#e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:19.125rem;left:52.5rem;height:7.6484375rem;font-style:normal;display:block; }
#ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { position:absolute;display:block;z-index:15009;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:14.6875rem;width:22.0625rem;top:1.5rem;left:52.5rem;overflow:hidden;display:block; }
#vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:27.5rem;left:0rem;display:block; }
#NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:27.5rem;left:26.0625rem;display:block; }
#CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:27.5rem;left:52.5rem;display:block; }
#VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0JfFElopu3lr3WVH570Bf8DK2n7hP88 { 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:14.9375rem;width:22.5rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#hMfDtOidFSPZ4DbmIR8QIRZo4T3e6HE2 { position:absolute;display:block;z-index:15007;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:14.9375rem;width:22.375rem;top:1.9375rem;left:26.3125rem;overflow:hidden;display:block; }
#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container { background-color: transparent; background-image: none; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container > .video-iframe-container { display: none; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row > .video-iframe-container { display: none; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .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); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container { border-width: 0; border-radius: 0; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#EvBmI6rJZCukqphLpIqh2G7QDVZvu34C { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND { position:relative;display:block; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND { background-color: transparent; background-image: none; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row .container > .video-iframe-container { display: none; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row > .video-iframe-container { display: none; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .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); }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND { border-width: 0; border-radius: 0; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ppfSig1STOBmPkJ43you8GE8NSAv8cfG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:0.0625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#akXCINXH6HXE76UXfTLNE2gMoQvr0pwC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gRhGTOZretzLXPFCyr14OogiyG7pCTEb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.25rem;left:49.9375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FGC33IJqA4rd2UzoGF5M0RkupToT3RCF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsH1Afk0bC5kTP1VUSU8oc9TuTuufif8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11rem;left:25.0625rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OF2KNABJ7XkzE956GX2mc9SLtz8fiLi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:49.9375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNwXcRiCMyfTKw3n2TMH291JU46kuM8b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.375rem;left:7.5rem; }
#nZbAw1QBLZRLcR5Ll3BQXJpvXztimdBo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2rem;left:59.125rem; }
#KSWpDmuWeB7zuL9Qr6GdpidpHBaG8zCy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.9375rem;left:33.0625rem; }
#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row .container { background-color: transparent; background-image: none; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row .container > .video-iframe-container { display: none; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row > .video-iframe-container { display: none; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .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); }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row .container { border-width: 0; border-radius: 0; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#eflgsSZhkHbPclsT01s6kdaDpQ8nsipm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:20.96875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JrPKIO1uSpIhUiOwHT4KoZfwn5RD8mtH { color:#211c18;display:block;width:75rem;position:absolute;font-family:"white angelica";font-size:2.25rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:0.30078125rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row .container { background-color: transparent; background-image: none; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row .container > .video-iframe-container { display: none; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row > .video-iframe-container { display: none; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .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); }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row .container { border-width: 0; border-radius: 0; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#T59ndnfTxbXBQ5pp7Hyfho0TakEq0XTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:19.8125rem;top:0.3125rem;left:2.625rem;overflow:hidden;display:block; }
#MrJanN2J1SDNCHutKnR5vluXbs5fZndT { position:absolute;display:block;z-index:15001;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:24.8125rem;width:19.8125rem;top:0.3125rem;left:27.625rem;overflow:hidden;display:block; }
#stcCCgh2i6JLNSkCHAIcnOBmH7pUWUTI { position:absolute;display:block;z-index:15002;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:24.8125rem;width:19.8125rem;top:0.3125rem;left:52.625rem;overflow:hidden;display:block; }
#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row .container { background-color: transparent; background-image: none; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row .container > .video-iframe-container { display: none; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row > .video-iframe-container { display: none; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .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); }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row .container { border-width: 0; border-radius: 0; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#Qo4y2LaZnFeANTSQcMKUEvZUwsbf8RUb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:38.75rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKLtQMxgIJ324GoEKuIswJMeEzuZXDAu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3125rem;left:38.75rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FsoCiAgHQXN9eU242TvHiGkPIiGX6tVi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.92578125rem;left:39.28125rem;height:5.01220625rem;font-style:normal;display:block; }#FsoCiAgHQXN9eU242TvHiGkPIiGX6tVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FsoCiAgHQXN9eU242TvHiGkPIiGX6tVi li:before{  }
#QNugA5eB2G65q8yBGmkrDTgz0uskDqvo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:38.75rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uR0N6q0w4WRcThuTm9nNKD7xPb29xAPc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.125rem;left:39.9375rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bVxCQDEuMfy1EsuR5BahhUzOVEurOEEW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.6875rem;left:38.75rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vOfL05dcllqkMCxFP824kE9PJCy8kfSA { box-sizing:content-box;height:7.0625rem;width:30.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.125rem;left:38.75rem;display:block; }
#wAeplwGgoclVFt11pUC7a9sHZTGStXoU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:34.75rem;top:1.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#rn9BpeWRI11i4dITnCyKLTF7ISeACh4D { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.4375rem;left:1.4375rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8xUrDWdtch3wmbJFA3uVbFVK08BAfwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.9375rem;left:41.0625rem;height:0.89355625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#le49do3E5S6aV1aAidH32Mb7OyyPFqQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,225,221,0.5);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; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row .container { background-color: transparent; background-image: none; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row .container > .video-iframe-container { display: none; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row > .video-iframe-container { display: none; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .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); }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row .container { border-width: 0; border-radius: 0; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#ZrqwZxE7wCx2zO0piJGZ0bz1wIKyT8qS { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#211c18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8rem;left:1.25rem;display:block; }
#dd72mPKJM95pFH0NSZz6uBJUEhpVE1Gk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nRnAHFRK5P48TNCR5heOpBd5X6aXrXtZ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#211c18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8rem;left:26.25rem;display:block; }
#zsTkBFdLEhng4ml7Cd4A2F3w8g7FHNtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cytr0bmVUmH4aCTlTuliWbus6MyiunT2 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#211c18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8rem;left:13.75rem;display:block; }
#Qthc7UJl3COJRFwDqHPPl5rBsxB0dLGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cil0Cv3aVlZLGsf1XucTitFXNrR5emi5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#211c18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8rem;left:63.4375rem;display:block; }
#TlJMJ92ifQARSg8p78EsocXoIhFmRDxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kt9KzDzk6QBkKLnd6cr3KR4x0zB7ahUN { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#211c18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8rem;left:51.0625rem;display:block; }
#JOLCiBzL042lEAwf7mZgWOTL4z2ow7lH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMEMBIMW8iHMbtyBvdq41m7eSnoNL9g6 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.3125rem;left:9.5625rem;height:6rem;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;text-align:center;text-align-last:center;display:block; }
#Jf5S9VoGcTvfIK0CMytaF2MTB4fR692w { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#211c18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8rem;left:38.6875rem;display:block; }
#Z4XUOHF7F0xWAIeSLxaeKrNG08weQG56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { background-color: transparent; background-image: none; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container > .video-iframe-container { display: none; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row > .video-iframe-container { display: none; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .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); }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { border-width: 0; border-radius: 0; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#rI76T4zbIzydNKJ8DVwsrW8gBMVQPbMI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:2.28125rem;left:0rem;height:3.5rem;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; }
#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { background-color: transparent; background-image: none; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container > .video-iframe-container { display: none; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row > .video-iframe-container { display: none; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .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); }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { border-width: 0; border-radius: 0; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#EqbuGcnBnJtVoPxDIbZ9D9XwVdHT7syq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.375rem;left:37.5rem;height:11.8125rem;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; }
#GV52hCG18xyQpSV8TDbUBuOlxOzBvSe4 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:19.875rem;left:37.5rem;display:block; }
#h93b0TmaNoGppfJHMZyBTcyAGZ9CdwPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A14IPoJTJ4C96m09TB87Zae3uEqd868n { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:2.375rem;left:37.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AWwtGk6mrw98Vd09xilvu96RiF7GqXpZ { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:35.0625rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row .container { background-color: transparent; background-image: none; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row .container > .video-iframe-container { display: none; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row > .video-iframe-container { display: none; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .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); }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row .container { border-width: 0; border-radius: 0; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#SXkrbFk1301NggIMhLH9VW03N6pSew2Z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:2.28125rem;left:0rem;height:;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; }
#rn8tyTu21zU82XiMqpo79au8ocUnpxwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row .container { background-color: transparent; background-image: none; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row .container > .video-iframe-container { display: none; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row > .video-iframe-container { display: none; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .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); }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row .container { border-width: 0; border-radius: 0; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#mRPJWoxhVkLlwXNNWD3FV5AbPRPJwDyr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.5rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e4ESSiouyKZc88ekblzJc1PTPIds4vdc { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:20.6875rem;left:0rem;display:block; }
#BGdyET2vvToMQhm2bPXhtOIXZfTTNLr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vvm69p7Rv5yRBAoC1xuFyKTO5pSrEXlw { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.5rem;left:0rem;height:15.1875rem;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; }
#WeKytEWnJT4HwGvh58oMI0ZlCE0zC8KC { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:35.0625rem;top:0.6875rem;left:39.9375rem;overflow:hidden;display:block; }
#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row .container { background-color: transparent; background-image: none; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row .container > .video-iframe-container { display: none; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row > .video-iframe-container { display: none; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .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); }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row .container { border-width: 0; border-radius: 0; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#G3GI8wciFPVTNuCCvo5DqtVsvOyoLieD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:2.28125rem;left:0rem;height:3.5rem;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; }
#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row .container { background-color: transparent; background-image: none; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row .container > .video-iframe-container { display: none; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row > .video-iframe-container { display: none; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .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); }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row .container { border-width: 0; border-radius: 0; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#H3I08G2rrfX8AC8QRMuFaEWuXgTZncVa { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.375rem;left:37.5rem;height:16.875rem;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; }
#e7zZDkMuoMplQFUVKoJUuG65B9Omyrlg { position:absolute;display:block;z-index:15009;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:24.6875rem;width:24.6875rem;top:1.5625rem;left:5.84375rem;overflow:hidden;display:block; }
#oLWPCZJa25IoB8uhAyXDLXgbPhx9oJxB { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:23.4375rem;left:37.5rem;display:block; }
#zdJeMtlhOfbSuXTR8w33LRy8pRLsffqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7vwxyMIynOBHBiulXJuuGbezMJ6LPmS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.875rem;left:37.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row .container { background-color: transparent; background-image: none; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row .container > .video-iframe-container { display: none; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row > .video-iframe-container { display: none; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .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); }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row .container { border-width: 0; border-radius: 0; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#kTU5MubUWwp9a8463AGnVhQ80hPteREA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:2.28125rem;left:0rem;height:3.5rem;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; }
#W761NugernervaQbwSckzi6lAQi0X1yG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#W761NugernervaQbwSckzi6lAQi0X1yG > .row .container { background-color: transparent; background-image: none; }#W761NugernervaQbwSckzi6lAQi0X1yG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W761NugernervaQbwSckzi6lAQi0X1yG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W761NugernervaQbwSckzi6lAQi0X1yG > .row .container > .video-iframe-container { display: none; }#W761NugernervaQbwSckzi6lAQi0X1yG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W761NugernervaQbwSckzi6lAQi0X1yG > .row > .video-iframe-container { display: none; }#W761NugernervaQbwSckzi6lAQi0X1yG > .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); }#W761NugernervaQbwSckzi6lAQi0X1yG > .row .container { border-width: 0; border-radius: 0; }#W761NugernervaQbwSckzi6lAQi0X1yG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W761NugernervaQbwSckzi6lAQi0X1yG > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#Kdfc46e57374d86a86772ba022745dba { color:#010304;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:4.375rem;left:40.625rem;height:1.21875rem;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; }
#bb6958fd5af0938461811abe72f05059 { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:5.875rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d5bec2afa85ac325e0e199c12b1919a1 { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.1875rem;left:40.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0.125rem solid #cdc8c1;border-left:0.125rem solid #cdc8c1;border-right:0.125rem solid #cdc8c1;border-bottom:0.125rem solid #cdc8c1;display:block; }
#a1e0a7580b8ae7e8379ee6d50fa21b2a { color:#010304;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.125rem;left:40.5625rem;height:1.21875rem;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; }
#h0ddf20e730fd86600754d4996a7fab2 { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.625rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tf5dccf5deab9c411ca181843454e4ec { 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:11.4375rem;left:55.625rem; }
#c60deca605d57ddd14a7dca4f457d5a8 { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.9375rem;left:40.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0.125rem solid #cdc8c1;border-left:0.125rem solid #cdc8c1;border-right:0.125rem solid #cdc8c1;border-bottom:0.125rem solid #cdc8c1;display:block; }
#d314c0595778168a11972cff9b77255b { color:#010304;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:21.875rem;left:40.5rem;height:1.21875rem;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; }
#fbf33da76b02d7a9d9f6d13388ff1bd9 { 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:15016;opacity:1;top:20.1875rem;left:55.625rem; }
#Q5f4b005f6a099322735912e8f7d5595 { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.375rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2594714b6db59d461753e58db546feb { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5rem;left:0rem;height:15.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#be1562c4b38d11b0686a1699aae3d88a { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.5rem;left:0rem;display:block; }
#c41ede56a2569e2b4bad617b844102b9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E829c5d7526fe40618d9d97e54429a1c { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.5rem;left:40.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0.125rem solid #cdc8c1;border-left:0.125rem solid #cdc8c1;border-right:0.125rem solid #cdc8c1;border-bottom:0.125rem solid #cdc8c1;display:block; }
#fcdd652e56d60585e1bc8a9f48e24871 { 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:2.6875rem;left:55.625rem; }
#o0735abca58b7fa81625b94310953199 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { background-color: transparent; background-image: none; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container > .video-iframe-container { display: none; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row > .video-iframe-container { display: none; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .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); }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { border-width: 0; border-radius: 0; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#GBPfNsb8heGuhoGaVZ1kEwsJx1cxoQiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:2.28125rem;left:0rem;height:3.5rem;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; }
#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { background-color: transparent; background-image: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container > .video-iframe-container { display: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container { display: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .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); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { border-width: 0; border-radius: 0; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrARWpfvSwkaUCmarI1n5nlnShDL9qxi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:23.3984625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HgJMLLk99EvmA7TRC4rpgnNcT1xHb3DF { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:25.3359375rem;left:43.375rem;display:block; }
#sy8JtaJ4qESvexwb6Zf9mZGJSJfOyxHK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { box-sizing:content-box;height:29.4375rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:37.4375rem;display:block; }
#qSlw2f5tllrC6mR9nGv3xALN8tJlfnfW { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:35.0625rem;top:1.5rem;left:38.65625rem;overflow:hidden;display:block; }
#OXVosLGiqE2MboSuTb9pn9pgqzGarbul { 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; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { background-color: transparent; background-image: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .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); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { border-width: 0; border-radius: 0; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#Hyd29RckBc1Jz4EBByZvH3M1gy8iLCwO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:1.625rem;left:0rem;height:3.5rem;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; }
#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { position:relative;display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { background-color: transparent; background-image: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .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); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { border-width: 0; border-radius: 0; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f4f0ec;background-image:none;vertical-align:top; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.adaptive-delivery-prevent-bg, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyload, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyloading { background-image: none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Es5l43iD7793aIq9wTCv2o9stm9WnKci { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { background-color: transparent; background-image: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container > .video-iframe-container { display: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container { display: none; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .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); }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { border-width: 0; border-radius: 0; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66.4375rem;width:75rem;top:39.561645507812rem;left:0rem;display:none; }
#oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { color:rgba(var(--color-tertiary-0),1);display:block;width:74.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCdEqC15ROSm34CXwKz6UooA04miAW0v { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6.3125rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { color:rgba(var(--color-tertiary-0),1);display:block;width:74.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:10.375rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { background-color: transparent; background-image: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { border-width: 0; border-radius: 0; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:38.1875rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:34.875rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row .container { background-color: transparent; background-image: none; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row .container > .video-iframe-container { display: none; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row > .video-iframe-container { display: none; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .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); }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row .container { border-width: 0; border-radius: 0; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;overflow:visible;position:relative;display:block; }#DUe2thtiWTESTo5FRK1U46cDhOrQ7w06 { position:absolute;display:block;z-index:15038;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:6.0625rem;width:6.0625rem;top:0.46875rem;left:34.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { top:0.125rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:10.3125rem;height:3.125rem;top:1.625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #TFepOBi1dTlRLOrstZXHOqvtNhROpCLF { width:7.5rem;height:3.375rem;top:1.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L26Igl3C4dDpJhppXV8XoTS0Oy2ye16q { display:block; }
 }@media only screen and (max-width: 763px) { #lQyeERQSbvSEGJ23P1sxQ36cACsNm2M1 { width:7.5rem;height:3.375rem;top:1.6875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws9OXGToEJKUT2HMoxfd3SzF9Zn7TTHn { display:block; }
 }@media only screen and (max-width: 763px) { #OZQiEa3tvmWhEDGTKnDE12blQPhnP8ou { width:7.5rem;height:3.375rem;top:1.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdPdwFlsbgAB3qaGQS5hd7kn3KACv0T7 { display:block; }
 }@media only screen and (max-width: 763px) { #OunFVr20DnRHOws91a3ffh4knbRMRCJU { display:block; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGGgS8a6TeLHNrq0H6gUhZUMW42ku1rW { top:13.0625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oup780GPATiWK715uzG0tcaWbpS5K2oT { top:10.75rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4tAdBSL1R0eUgBgPAPrXeNmnOayQSR { top:24.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W { display:block; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heTfDpt5OkbcTiySWBz3lxHkG6CR6KUt { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ { display:block; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2meZhvEIoBaRwEkG1tsyMmmn3XezZXw { width:34.1875rem;height:16.5rem;top:4.875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTf09FxM6CxlhO3MOE4aVPZ3fiIQ4wB { width:16.25rem;height:2.5625rem;top:22.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trg5Z8xsdBg5zX3aEqpIwIHmB70OkiXI { display:block; }
 }@media only screen and (max-width: 763px) { #iQgHolOtdPrITdNq32xbDx7JTOVMnpEU { top:1.4375rem;left:10.5rem;width:37.25rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uciTMUgZ7Z79plIT61FQbhdNAv5oQ0bm { top:1.4375rem;left:0rem;width:35.0625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { display:block; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { top:1.5rem;left:25.6875rem;width:22.0625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:27.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:27.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #M0JfFElopu3lr3WVH570Bf8DK2n7hP88 { top:1.375rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMfDtOidFSPZ4DbmIR8QIRZo4T3e6HE2 { top:1.9375rem;left:12.6875rem;width:22.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A { display:block; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvBmI6rJZCukqphLpIqh2G7QDVZvu34C { width:47.75rem;height:3.25rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND { display:block; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppfSig1STOBmPkJ43you8GE8NSAv8cfG { top:9.25rem;left:0rem;width:24.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akXCINXH6HXE76UXfTLNE2gMoQvr0pwC { top:9.25rem;left:6.875rem;width:24.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRhGTOZretzLXPFCyr14OogiyG7pCTEb { top:9.25rem;left:6.8125rem;width:24.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGC33IJqA4rd2UzoGF5M0RkupToT3RCF { top:10.9375rem;left:0rem;width:24.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsH1Afk0bC5kTP1VUSU8oc9TuTuufif8 { top:11rem;left:6.9375rem;width:24.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF2KNABJ7XkzE956GX2mc9SLtz8fiLi9 { top:11rem;left:6.875rem;width:24.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNwXcRiCMyfTKw3n2TMH291JU46kuM8b { top:0.375rem;left:2.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZbAw1QBLZRLcR5Ll3BQXJpvXztimdBo { top:2rem;left:36.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSWpDmuWeB7zuL9Qr6GdpidpHBaG8zCy { top:0.9375rem;left:19.375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXb856xNf77DVR6CyAaWQW49nTsbK2Bu { display:block; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eflgsSZhkHbPclsT01s6kdaDpQ8nsipm { top:0.8125rem;left:7.34375rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrPKIO1uSpIhUiOwHT4KoZfwn5RD8mtH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX { display:block; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T59ndnfTxbXBQ5pp7Hyfho0TakEq0XTO { top:0.3125rem;left:0rem;width:19.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrJanN2J1SDNCHutKnR5vluXbs5fZndT { top:0.3125rem;left:11.9375rem;width:19.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stcCCgh2i6JLNSkCHAIcnOBmH7pUWUTI { top:0.3125rem;left:27.8125rem;width:19.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl { display:block; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo4y2LaZnFeANTSQcMKUEvZUwsbf8RUb { top:1.1875rem;left:23.875rem;width:20.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLtQMxgIJ324GoEKuIswJMeEzuZXDAu { top:3.3125rem;left:12.5625rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsoCiAgHQXN9eU242TvHiGkPIiGX6tVi { top:5.875rem;left:13.8125rem;width:33.9375rem;height:5rem;font-size:1.125rem;display:block; }#FsoCiAgHQXN9eU242TvHiGkPIiGX6tVi li:before{  }
 }@media only screen and (max-width: 763px) { #QNugA5eB2G65q8yBGmkrDTgz0uskDqvo { top:13.125rem;left:14.6875rem;width:33.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR0N6q0w4WRcThuTm9nNKD7xPb29xAPc { top:16.125rem;left:19.125rem;width:28.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVxCQDEuMfy1EsuR5BahhUzOVEurOEEW { top:22.6875rem;left:14.6875rem;width:33.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfL05dcllqkMCxFP824kE9PJCy8kfSA { top:15.125rem;left:16.8125rem;width:30.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAeplwGgoclVFt11pUC7a9sHZTGStXoU { top:1.1875rem;left:0rem;width:34.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn9BpeWRI11i4dITnCyKLTF7ISeACh4D { top:23.4375rem;left:0rem;width:33.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xUrDWdtch3wmbJFA3uVbFVK08BAfwQ { top:10.9375rem;left:23.875rem;width:19rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le49do3E5S6aV1aAidH32Mb7OyyPFqQX { display:block; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrqwZxE7wCx2zO0piJGZ0bz1wIKyT8qS { width:10.3125rem;height:2.8125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd72mPKJM95pFH0NSZz6uBJUEhpVE1Gk { display:block; }
 }@media only screen and (max-width: 763px) { #nRnAHFRK5P48TNCR5heOpBd5X6aXrXtZ { width:10.3125rem;height:2.8125rem;top:8rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsTkBFdLEhng4ml7Cd4A2F3w8g7FHNtT { display:block; }
 }@media only screen and (max-width: 763px) { #cytr0bmVUmH4aCTlTuliWbus6MyiunT2 { width:10.3125rem;height:2.8125rem;top:8rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qthc7UJl3COJRFwDqHPPl5rBsxB0dLGX { display:block; }
 }@media only screen and (max-width: 763px) { #Cil0Cv3aVlZLGsf1XucTitFXNrR5emi5 { width:10.3125rem;height:2.8125rem;top:8rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJMJ92ifQARSg8p78EsocXoIhFmRDxp { display:block; }
 }@media only screen and (max-width: 763px) { #kt9KzDzk6QBkKLnd6cr3KR4x0zB7ahUN { width:10.3125rem;height:2.8125rem;top:8rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOLCiBzL042lEAwf7mZgWOTL4z2ow7lH { display:block; }
 }@media only screen and (max-width: 763px) { #GMEMBIMW8iHMbtyBvdq41m7eSnoNL9g6 { top:1.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5S9VoGcTvfIK0CMytaF2MTB4fR692w { width:10.3125rem;height:2.8125rem;top:8rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XUOHF7F0xWAIeSLxaeKrNG08weQG56 { display:block; }
 }@media only screen and (max-width: 763px) { #MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 { display:block; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rI76T4zbIzydNKJ8DVwsrW8gBMVQPbMI { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmybOxktQCXXWuTFDorXJfvu4LHcdTHy { display:block; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqbuGcnBnJtVoPxDIbZ9D9XwVdHT7syq { width:34.1875rem;height:11.8125rem;top:6.375rem;left:13.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV52hCG18xyQpSV8TDbUBuOlxOzBvSe4 { width:16.25rem;height:2.5625rem;top:19.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h93b0TmaNoGppfJHMZyBTcyAGZ9CdwPM { display:block; }
 }@media only screen and (max-width: 763px) { #A14IPoJTJ4C96m09TB87Zae3uEqd868n { top:2.375rem;left:10.5rem;width:37.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWwtGk6mrw98Vd09xilvu96RiF7GqXpZ { top:0.6875rem;left:0rem;width:35.0625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzhAqnkehlzmhO0w2xfrT02Pug48pZkF { display:block; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXkrbFk1301NggIMhLH9VW03N6pSew2Z { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn8tyTu21zU82XiMqpo79au8ocUnpxwL { display:block; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRPJWoxhVkLlwXNNWD3FV5AbPRPJwDyr { top:1.5rem;left:0rem;width:37.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4ESSiouyKZc88ekblzJc1PTPIds4vdc { width:16.25rem;height:2.5625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGdyET2vvToMQhm2bPXhtOIXZfTTNLr2 { display:block; }
 }@media only screen and (max-width: 763px) { #vvm69p7Rv5yRBAoC1xuFyKTO5pSrEXlw { width:37.5625rem;height:15.1875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeKytEWnJT4HwGvh58oMI0ZlCE0zC8KC { top:0.6875rem;left:12.6875rem;width:35.0625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11th8VAMT0dbNDpG6SIK5aLLKnECTvu { display:block; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3GI8wciFPVTNuCCvo5DqtVsvOyoLieD { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6CgIL03atMThRQHWgmXWqiHFuT3nmvB { display:block; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3I08G2rrfX8AC8QRMuFaEWuXgTZncVa { width:37.4375rem;height:16.875rem;top:5.375rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zZDkMuoMplQFUVKoJUuG65B9Omyrlg { top:1.5625rem;left:0rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLWPCZJa25IoB8uhAyXDLXgbPhx9oJxB { width:16.25rem;height:2.5625rem;top:23.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdJeMtlhOfbSuXTR8w33LRy8pRLsffqr { display:block; }
 }@media only screen and (max-width: 763px) { #v7vwxyMIynOBHBiulXJuuGbezMJ6LPmS { top:1.875rem;left:10.3125rem;width:37.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP { display:block; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTU5MubUWwp9a8463AGnVhQ80hPteREA { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W761NugernervaQbwSckzi6lAQi0X1yG { display:block; }#W761NugernervaQbwSckzi6lAQi0X1yG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kdfc46e57374d86a86772ba022745dba { top:4.375rem;left:16.5rem;width:31.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb6958fd5af0938461811abe72f05059 { top:5.875rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bec2afa85ac325e0e199c12b1919a1 { top:10.1875rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e0a7580b8ae7e8379ee6d50fa21b2a { top:13.125rem;left:16.3125rem;width:31.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ddf20e730fd86600754d4996a7fab2 { top:14.625rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5dccf5deab9c411ca181843454e4ec { top:11.4375rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c60deca605d57ddd14a7dca4f457d5a8 { top:18.9375rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d314c0595778168a11972cff9b77255b { top:21.875rem;left:16.1875rem;width:31.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbf33da76b02d7a9d9f6d13388ff1bd9 { top:20.1875rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5f4b005f6a099322735912e8f7d5595 { top:23.375rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2594714b6db59d461753e58db546feb { top:5.5rem;left:0rem;width:36.375rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be1562c4b38d11b0686a1699aae3d88a { width:16.25rem;height:2.5625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ede56a2569e2b4bad617b844102b9 { display:block; }
 }@media only screen and (max-width: 763px) { #E829c5d7526fe40618d9d97e54429a1c { top:1.5rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcdd652e56d60585e1bc8a9f48e24871 { top:2.6875rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0735abca58b7fa81625b94310953199 { top:1.8125rem;left:0rem;width:37.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X { display:block; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBPfNsb8heGuhoGaVZ1kEwsJx1cxoQiJ { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { display:block; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { width:36.75rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrARWpfvSwkaUCmarI1n5nlnShDL9qxi { top:4.4375rem;left:0rem;width:35.875rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgJMLLk99EvmA7TRC4rpgnNcT1xHb3DF { width:25.75rem;height:2.5625rem;top:25.3125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy8JtaJ4qESvexwb6Zf9mZGJSJfOyxHK { display:block; }
 }@media only screen and (max-width: 763px) { #cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { top:0rem;left:23.75rem;width:0.125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSlw2f5tllrC6mR9nGv3xALN8tJlfnfW { top:1.5rem;left:12.5625rem;width:35.0625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hyd29RckBc1Jz4EBByZvH3M1gy8iLCwO { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { display:block; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { top:39.5rem;left:0rem;width:47.75rem;height:66.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { width:47.75rem;height:1.875rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdEqC15ROSm34CXwKz6UooA04miAW0v { width:47.75rem;height:2.1875rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { width:47.75rem;height:2.5rem;top:10.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { top:0rem;left:24.5625rem;width:2rem;height:2rem;display:block; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { top:0rem;left:21.25rem;width:2rem;height:2rem;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #vm26gPvcbEQidsb4xeGBbGVp9CzXROvq { display:block; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUe2thtiWTESTo5FRK1U46cDhOrQ7w06 { top:0.4375rem;left:20.84375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { width:5.875rem;height:5.875rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:8.75rem;height:2.1875rem;top:2.46875rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #TFepOBi1dTlRLOrstZXHOqvtNhROpCLF { width:5.5625rem;height:1.8125rem;top:6.34375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L26Igl3C4dDpJhppXV8XoTS0Oy2ye16q { display:block; }
 }@media only screen and (max-width: 763px) { #lQyeERQSbvSEGJ23P1sxQ36cACsNm2M1 { width:6.25rem;height:1.8125rem;top:6.34375rem;left:7rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws9OXGToEJKUT2HMoxfd3SzF9Zn7TTHn { display:block; }
 }@media only screen and (max-width: 763px) { #OZQiEa3tvmWhEDGTKnDE12blQPhnP8ou { width:5.125rem;height:1.8125rem;top:6.34375rem;left:14.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdPdwFlsbgAB3qaGQS5hd7kn3KACv0T7 { display:block; }
 }@media only screen and (max-width: 763px) { #OunFVr20DnRHOws91a3ffh4knbRMRCJU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/935af29a-e735-41c6-b298-c527b06de15a/Interior1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU.adaptive-delivery-prevent-bg, #OunFVr20DnRHOws91a3ffh4knbRMRCJU.lazyload, #OunFVr20DnRHOws91a3ffh4knbRMRCJU.lazyloading { background-image: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container { background-color: transparent; background-image: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container > .video-iframe-container { display: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row > .video-iframe-container { display: none; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .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); }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container { border-width: 0; border-radius: 0; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OunFVr20DnRHOws91a3ffh4knbRMRCJU > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGGgS8a6TeLHNrq0H6gUhZUMW42ku1rW { width:19.75rem;height:3.324225rem;top:7.681640625rem;left:0rem;font-size:1.1875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oup780GPATiWK715uzG0tcaWbpS5K2oT { width:20rem;height:1.59375rem;top:4.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xG4tAdBSL1R0eUgBgPAPrXeNmnOayQSR { width:20rem;height:3.1875rem;top:12.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W { display:block; }#eXTWtDDwdsIgKr4TscWTrTDAJ17lEu0W > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heTfDpt5OkbcTiySWBz3lxHkG6CR6KUt { width:20rem;height:3.75rem;top:0.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ { display:block; }#fVR9bulUit9nqQdBtZ4axDOd7amdIPXQ > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2meZhvEIoBaRwEkG1tsyMmmn3XezZXw { width:20rem;height:22.5rem;top:17.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTf09FxM6CxlhO3MOE4aVPZ3fiIQ4wB { width:16.25rem;height:2.5625rem;top:38.9375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trg5Z8xsdBg5zX3aEqpIwIHmB70OkiXI { display:block; }
 }@media only screen and (max-width: 763px) { #iQgHolOtdPrITdNq32xbDx7JTOVMnpEU { width:20rem;height:1rem;top:1.22607421875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uciTMUgZ7Z79plIT61FQbhdNAv5oQ0bm { width:20rem;height:13.3125rem;top:3.60107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { display:block; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { width:19.6875rem;height:3.75rem;top:0.96875rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { width:20rem;height:2.125rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { width:20rem;height:6.798825rem;top:17.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { width:20rem;height:2.125rem;top:29.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { width:20rem;height:6.798825rem;top:45.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { width:19.9375rem;height:2.125rem;top:57.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { width:20rem;height:6.798825rem;top:72.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { width:19.5625rem;height:13rem;top:59.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:24.875rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:52.625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:80.125rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #M0JfFElopu3lr3WVH570Bf8DK2n7hP88 { width:20rem;height:13.277375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMfDtOidFSPZ4DbmIR8QIRZo4T3e6HE2 { width:20rem;height:13.3515625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A { background-color:#c0a094;background-image:none;display:block; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container { background-color: transparent; background-image: none; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container > .video-iframe-container { display: none; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row > .video-iframe-container { display: none; }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .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); }#V1EFeMxyoQrULTBI5rzwgJ7azrBMFz1A > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvBmI6rJZCukqphLpIqh2G7QDVZvu34C { width:20rem;height:6.875rem;top:0.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND { display:block; }#aaSkXpu6vqNgUuOvvyRWDHAIrUFUIJND > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppfSig1STOBmPkJ43you8GE8NSAv8cfG { width:14.5625rem;height:1.29980625rem;top:8.5rem;left:2.7183948755264rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akXCINXH6HXE76UXfTLNE2gMoQvr0pwC { width:14.5625rem;height:1.29980625rem;top:25.374649047851rem;left:2.7183948755264rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRhGTOZretzLXPFCyr14OogiyG7pCTEb { width:14.5625rem;height:1.29980625rem;top:41.811790466309rem;left:2.7183948755264rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGC33IJqA4rd2UzoGF5M0RkupToT3RCF { width:16rem;height:3.89941875rem;top:9.75rem;left:1.9992896318436rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsH1Afk0bC5kTP1VUSU8oc9TuTuufif8 { width:16rem;height:3.8994125rem;top:26.624649047851rem;left:1.9992896318436rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OF2KNABJ7XkzE956GX2mc9SLtz8fiLi9 { width:16rem;height:1.29980625rem;top:42.999649047851rem;left:1.9992896318436rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNwXcRiCMyfTKw3n2TMH291JU46kuM8b { display:flex;width:10rem;height:10rem;top:0rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #nZbAw1QBLZRLcR5Ll3BQXJpvXztimdBo { display:flex;width:8.0625rem;height:8.0625rem;top:33rem;left:5.96875rem; }
 }@media only screen and (max-width: 763px) { #KSWpDmuWeB7zuL9Qr6GdpidpHBaG8zCy { display:flex;width:10rem;height:10rem;top:15.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #lXb856xNf77DVR6CyAaWQW49nTsbK2Bu { display:block; }#lXb856xNf77DVR6CyAaWQW49nTsbK2Bu > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eflgsSZhkHbPclsT01s6kdaDpQ8nsipm { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrPKIO1uSpIhUiOwHT4KoZfwn5RD8mtH { width:20rem;height:5.0996125rem;top:1.85595703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX { display:block; }#Mlt9pXXPMS6lVORedcZJBXcdeT4RZlvX > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T59ndnfTxbXBQ5pp7Hyfho0TakEq0XTO { width:20rem;height:25.062125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrJanN2J1SDNCHutKnR5vluXbs5fZndT { width:20rem;height:25.0625rem;top:26.124816894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stcCCgh2i6JLNSkCHAIcnOBmH7pUWUTI { width:19.8125rem;height:24.8125rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl { display:block; }#TdONBAB1TfBUIreHpwQfdkp6UBgHPGcl > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo4y2LaZnFeANTSQcMKUEvZUwsbf8RUb { width:20rem;height:1.625rem;top:16.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKLtQMxgIJ324GoEKuIswJMeEzuZXDAu { width:20rem;height:2.5996125rem;top:19.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsoCiAgHQXN9eU242TvHiGkPIiGX6tVi { width:19.8118125rem;height:7.124rem;top:21.625rem;left:0.0625rem;font-size:1rem;display:block; }#FsoCiAgHQXN9eU242TvHiGkPIiGX6tVi li:before{  }
 }@media only screen and (max-width: 763px) { #QNugA5eB2G65q8yBGmkrDTgz0uskDqvo { width:15.6875rem;height:3.25rem;top:31.0625rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uR0N6q0w4WRcThuTm9nNKD7xPb29xAPc { width:20rem;height:6rem;top:35.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVxCQDEuMfy1EsuR5BahhUzOVEurOEEW { width:20rem;height:2.5996125rem;top:42.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOfL05dcllqkMCxFP824kE9PJCy8kfSA { width:20rem;height:6.9375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAeplwGgoclVFt11pUC7a9sHZTGStXoU { width:19.875rem;height:12.375rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn9BpeWRI11i4dITnCyKLTF7ISeACh4D { width:20rem;height:2.923825rem;top:12.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8xUrDWdtch3wmbJFA3uVbFVK08BAfwQ { width:20rem;height:0.9746125rem;top:28.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #le49do3E5S6aV1aAidH32Mb7OyyPFqQX { display:block; }#le49do3E5S6aV1aAidH32Mb7OyyPFqQX > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrqwZxE7wCx2zO0piJGZ0bz1wIKyT8qS { width:12.25rem;height:3.4375rem;top:6.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd72mPKJM95pFH0NSZz6uBJUEhpVE1Gk { display:block; }
 }@media only screen and (max-width: 763px) { #nRnAHFRK5P48TNCR5heOpBd5X6aXrXtZ { width:12.25rem;height:3.4375rem;top:16.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsTkBFdLEhng4ml7Cd4A2F3w8g7FHNtT { display:block; }
 }@media only screen and (max-width: 763px) { #cytr0bmVUmH4aCTlTuliWbus6MyiunT2 { width:12.25rem;height:3.4375rem;top:11.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qthc7UJl3COJRFwDqHPPl5rBsxB0dLGX { display:block; }
 }@media only screen and (max-width: 763px) { #Cil0Cv3aVlZLGsf1XucTitFXNrR5emi5 { width:12.25rem;height:3.4375rem;top:25.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJMJ92ifQARSg8p78EsocXoIhFmRDxp { display:block; }
 }@media only screen and (max-width: 763px) { #kt9KzDzk6QBkKLnd6cr3KR4x0zB7ahUN { width:12.25rem;height:3.4375rem;top:20.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOLCiBzL042lEAwf7mZgWOTL4z2ow7lH { display:block; }
 }@media only screen and (max-width: 763px) { #GMEMBIMW8iHMbtyBvdq41m7eSnoNL9g6 { width:20rem;height:4.21875rem;top:1.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5S9VoGcTvfIK0CMytaF2MTB4fR692w { width:12.375rem;height:2.8125rem;top:30.18701171875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XUOHF7F0xWAIeSLxaeKrNG08weQG56 { display:block; }
 }@media only screen and (max-width: 763px) { #MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 { display:block; }#MwQrAzu6aG8KD5kRZWy0hpChPQK5XNr2 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rI76T4zbIzydNKJ8DVwsrW8gBMVQPbMI { width:20rem;height:3.75rem;top:0.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pmybOxktQCXXWuTFDorXJfvu4LHcdTHy { display:block; }#pmybOxktQCXXWuTFDorXJfvu4LHcdTHy > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqbuGcnBnJtVoPxDIbZ9D9XwVdHT7syq { width:20rem;height:15rem;top:20.19921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV52hCG18xyQpSV8TDbUBuOlxOzBvSe4 { width:16.25rem;height:2.5625rem;top:35.9375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h93b0TmaNoGppfJHMZyBTcyAGZ9CdwPM { display:block; }
 }@media only screen and (max-width: 763px) { #A14IPoJTJ4C96m09TB87Zae3uEqd868n { width:20rem;height:4rem;top:1.22607421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWwtGk6mrw98Vd09xilvu96RiF7GqXpZ { width:20rem;height:13.333333333333rem;top:5.97607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzhAqnkehlzmhO0w2xfrT02Pug48pZkF { display:block; }#yzhAqnkehlzmhO0w2xfrT02Pug48pZkF > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXkrbFk1301NggIMhLH9VW03N6pSew2Z { width:20rem;height:3.75rem;top:0.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rn8tyTu21zU82XiMqpo79au8ocUnpxwL { display:block; }#rn8tyTu21zU82XiMqpo79au8ocUnpxwL > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRPJWoxhVkLlwXNNWD3FV5AbPRPJwDyr { width:20rem;height:2rem;top:1rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4ESSiouyKZc88ekblzJc1PTPIds4vdc { width:16.25rem;height:2.5625rem;top:39.375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGdyET2vvToMQhm2bPXhtOIXZfTTNLr2 { display:block; }
 }@media only screen and (max-width: 763px) { #vvm69p7Rv5yRBAoC1xuFyKTO5pSrEXlw { width:20rem;height:21rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeKytEWnJT4HwGvh58oMI0ZlCE0zC8KC { width:20rem;height:13.333333333333rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11th8VAMT0dbNDpG6SIK5aLLKnECTvu { display:block; }#i11th8VAMT0dbNDpG6SIK5aLLKnECTvu > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3GI8wciFPVTNuCCvo5DqtVsvOyoLieD { width:20rem;height:1.875rem;top:1.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f6CgIL03atMThRQHWgmXWqiHFuT3nmvB { display:block; }#f6CgIL03atMThRQHWgmXWqiHFuT3nmvB > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3I08G2rrfX8AC8QRMuFaEWuXgTZncVa { width:19.1875rem;height:24rem;top:16.9375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zZDkMuoMplQFUVKoJUuG65B9Omyrlg { width:11.25rem;height:11.25rem;top:4.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLWPCZJa25IoB8uhAyXDLXgbPhx9oJxB { width:16.25rem;height:2.5625rem;top:41.8125rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdJeMtlhOfbSuXTR8w33LRy8pRLsffqr { display:block; }
 }@media only screen and (max-width: 763px) { #v7vwxyMIynOBHBiulXJuuGbezMJ6LPmS { width:20rem;height:2rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP { display:block; }#NDQBr7gRzuXfBPowtKuLefM7ur7o9pyP > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTU5MubUWwp9a8463AGnVhQ80hPteREA { width:20rem;height:3.75rem;top:0.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W761NugernervaQbwSckzi6lAQi0X1yG { display:block; }#W761NugernervaQbwSckzi6lAQi0X1yG > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kdfc46e57374d86a86772ba022745dba { width:20rem;height:1.125rem;top:38.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb6958fd5af0938461811abe72f05059 { width:16.125rem;height:1.3125rem;top:40.1875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bec2afa85ac325e0e199c12b1919a1 { width:19.75rem;height:6.625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e0a7580b8ae7e8379ee6d50fa21b2a { width:19.875rem;height:1.125rem;top:30.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ddf20e730fd86600754d4996a7fab2 { width:17.5rem;height:1.3125rem;top:32.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5dccf5deab9c411ca181843454e4ec { display:flex;width:1.25rem;height:1.25rem;top:29.125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #c60deca605d57ddd14a7dca4f457d5a8 { width:19.75rem;height:6.625rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d314c0595778168a11972cff9b77255b { width:20rem;height:1.125rem;top:46.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbf33da76b02d7a9d9f6d13388ff1bd9 { display:flex;width:1.25rem;height:1.25rem;top:44.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #Q5f4b005f6a099322735912e8f7d5595 { width:16.125rem;height:1.3125rem;top:48.0625rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2594714b6db59d461753e58db546feb { width:19.1875rem;height:22.5rem;top:3.921875rem;left:0.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #be1562c4b38d11b0686a1699aae3d88a { width:16.25rem;height:2.5625rem;top:51.5rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ede56a2569e2b4bad617b844102b9 { display:block; }
 }@media only screen and (max-width: 763px) { #E829c5d7526fe40618d9d97e54429a1c { width:19.75rem;height:6.625rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcdd652e56d60585e1bc8a9f48e24871 { display:flex;width:1.25rem;height:1.25rem;top:36.875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #o0735abca58b7fa81625b94310953199 { width:20rem;height:2rem;top:1.41015625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X { display:block; }#iWn2K6uBkEVihkA2DyorzAmOMwvmAd0X > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBPfNsb8heGuhoGaVZ1kEwsJx1cxoQiJ { width:20rem;height:1.875rem;top:1.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { display:block; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { width:20rem;height:3.25rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrARWpfvSwkaUCmarI1n5nlnShDL9qxi { width:19.125rem;height:43.8720875rem;top:21.46484375rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgJMLLk99EvmA7TRC4rpgnNcT1xHb3DF { width:19rem;height:2.5625rem;top:66.1875rem;left:0.5rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy8JtaJ4qESvexwb6Zf9mZGJSJfOyxHK { display:block; }
 }@media only screen and (max-width: 763px) { #cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { width:13.8125rem;height:0.1875rem;top:5.5rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSlw2f5tllrC6mR9nGv3xALN8tJlfnfW { width:19.875rem;height:13.25rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hyd29RckBc1Jz4EBByZvH3M1gy8iLCwO { width:20rem;height:3.1494125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { font-size:1.125rem;height:auto; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 { display:block; }#on0Rzazhp6U5eEueMFCsTZfyKkqitgm6 > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmEgvtFtIX5TTusiT8mZLIVtIexZxu9F { width:0.125rem;height:0.125rem;top:0rem;left:19.951418423672rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -moz-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -ms-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-image: -o-linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7795a4', endColorstr='#7795a46d' );";background-image: linear-gradient(180deg, #7795a4, rgba(119,149,164,0.43));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oshNQKxttSRyyRhMlkmHsnbpxgpgMwfv { width:20rem;height:3rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdEqC15ROSm34CXwKz6UooA04miAW0v { width:20rem;height:auto;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kREMiiikFliCGu2xh0gT8SoZcMGdLIcl { width:20rem;height:1.125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { display:flex;width:2rem;height:2rem;top:0rem;left:7.5625rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { display:flex;width:2rem;height:2rem;top:0rem;left:10.4375rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #vm26gPvcbEQidsb4xeGBbGVp9CzXROvq { display:block; }#vm26gPvcbEQidsb4xeGBbGVp9CzXROvq > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUe2thtiWTESTo5FRK1U46cDhOrQ7w06 { width:6.0625rem;height:6.0625rem;top:1.25rem;left:6.9375rem;display:block; }
 }