.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,220,222;--color-primary-1:134,138,145;--color-primary-2:12,21,35;--color-primary-3:6,11,18;--color-primary-4:2,3,5;--color-secondary-0:247,239,224;--color-secondary-1:228,203,151;--color-secondary-2:201,150,47;--color-secondary-3:101,75,24;--color-secondary-4:30,23,7;--color-tertiary-0:255,255,255;--color-tertiary-1:243,242,236;--color-tertiary-2:214,212,191;--color-tertiary-3:107,106,96;--color-tertiary-4:21,21,19;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #d6d4bf, #9e9991);background-image: -moz-linear-gradient(100deg, #d6d4bf, #9e9991);background-image: -ms-linear-gradient(100deg, #d6d4bf, #9e9991);background-image: -o-linear-gradient(100deg, #d6d4bf, #9e9991);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4bf', endColorstr='#9e9991' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4bf', endColorstr='#9e9991' );";background-image: linear-gradient(100deg, #d6d4bf, #9e9991);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row .container { background-color: transparent; background-image: none; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row .container > .video-iframe-container { display: none; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row > .video-iframe-container { display: none; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .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); }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row .container { border-width: 0; border-radius: 0; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#R1Id2kBgn2vq4fCqoITCyTt2aZZPum6k { position:absolute;display:block;z-index:15000;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:3.9375rem;width:6.1875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#gwJ86AgLfzVyRnQ85Lit5xZHfzu6wStL { color:rgba(var(--color-primary-2),1);display:block;width:14.622375rem;position:absolute;font-family:"arpona 2";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.4375rem;left:7.3125rem;height:1.3999rem;font-style:normal;display:block; }
#apsa95KzGwenB4Tvr4kTIalpdCmWSw7H { color:rgba(var(--color-primary-2),0.8);display:block;width:15.875rem;position:absolute;font-family:"arpona 2";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:2.875rem;left:7.25rem;height:1.3999rem;font-style:normal;display:block; }
#lMveiDBMQFi53dLczXTLMs71qvqO9vVB { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#3b1e05;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arpona;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:block; }
#wQUhBWx3g5vlcTInXEx8V6hGU0tbQhsc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mk9Ar6UIpq6vUrzQbcUP7GrVrpPLHSSX { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"arpona 2";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:51.75rem;display:block; }
#F143nPeR3GiJiH57UgxnNP6uET8JLtF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbeZK6ogRUaik8FrK3Cl6voRDRs1CfrW { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"arpona 2";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:39.125rem;display:block; }
#JpliW1nXe0KnG4DEzuU6UzmaPr4vSGCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f381bc33-afaf-411b-8ed1-6954406fb85c/387.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.11); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.11); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#HR6L7ZPwuTSECIBsxR0eb3xhQoZIEvWE { color:#d6d4bf;display:block;width:58.9375rem;position:absolute;font-family:"big shoulders";font-size:4.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:29.625rem;left:0rem;height:9.8994375rem;font-style:normal;display:block; }
#J2M2Nw5HAWiTik26xxFeswslKPwKK4Px { color:rgba(214,212,191,0.8);display:block;width:38.5rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:40.8125rem;left:0rem;height:1.79980625rem;font-style:normal;display:block; }
#wqhOWpewyKbOfQ06M7eJKwSBo7cQQTUW { color:rgba(var(--color-tertiary-2),0.8);display:block;width:18.125rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:25.9375rem;left:2.6875rem;height:1.5996125rem;font-style:normal;display:block; }
#at43k5LoWgmft2D7aLdwl7ubJLGJTNiJ { box-sizing:content-box;height:3.125rem;width:21.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:25.0625rem;left:0rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#KoxD1EQI84K9xyTqge4QliG4Ereefzyu { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#3b1e05;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arpona;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.499rem;height:4.1870125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:44.8125rem;left:0rem;display:block; }
#fRET5qmbIKF0n3w9UdypXbChBln4M1cJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9UQfQGMy0cBQ3M6SH1hnuAI27d4fTt9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4bf;border-left:0.0625rem solid #d6d4bf;border-right:0.0625rem solid #d6d4bf;border-bottom:0.0625rem solid #d6d4bf;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#d6d4bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arpona;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4665625rem;height:4.1557625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.8125rem;left:17.5625rem;display:block; }
#QpLRgncHdy1rVSg0aSGGT3aDyupSuPto { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pdl76F4eJ3s9KeCyokmpd6nmqzcJigSp { position:absolute;display:block;z-index:15005;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:0.625rem;width:0.625rem;top:26.423177719116rem;left:1.39453125rem;overflow:hidden;display:block; }
#rwrcTSRAw5IFBZA0OFfkEmk0dNoIKJP4 { box-sizing:content-box;height:8.1875rem;width:24.0625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:51.875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#UKtBB8RuiVGoFGJRicKX4WbPMscKg6g1 { color:rgba(214,212,191,0.8);display:block;width:15.875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:55.5rem;left:4.4375rem;height:3.19921875rem;font-style:normal;display:block; }
#LeRCgScJfSA3dcZ9c9qZL8Pk4hk66UrV { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:53.5rem;left:4.5rem;height:1.5996125rem;font-style:normal;display:block; }
#RT0P1T21FuLZnLtungPa7wXdlNd2SrL1 { position:absolute;display:block;z-index:15006;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:1.125rem;width:1.25rem;top:53.75rem;left:2.0625rem;overflow:hidden;display:block; }
#AmxqV36HvqZNUNJWg1P1hDNuWN8EUGMy { box-sizing:content-box;height:8.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:52rem;left:25.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#STUbMS7plQnSVAZ7iNGJJE9OhaJQWkGm { color:rgba(214,212,191,0.8);display:block;width:15.875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:55.625rem;left:29.875rem;height:3.19921875rem;font-style:normal;display:block; }
#tyHm02AiVqGSrAIt7ARvbhbaLvE8D2Vi { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:53.625rem;left:29.9375rem;height:1.5996125rem;font-style:normal;display:block; }
#TLABOHSmaRUK1AGrTfTt1kTRyPOrZSmQ { position:absolute;display:block;z-index:15010;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:1.1875rem;width:1.25rem;top:53.875rem;left:27.5rem;overflow:hidden;display:block; }
#N328Te4DKi8a9fmOHZEGHep8EJ7NftIZ { box-sizing:content-box;height:8.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:52rem;left:50.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#PJr7iJfVaCF1UwbeCAga6p4yuP8wxDDA { color:rgba(214,212,191,0.8);display:block;width:15.9375rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:55.625rem;left:55.3125rem;height:3.19921875rem;font-style:normal;display:block; }
#gFsfQnvxTooPpZb7ZCHMGf3D6QW67yQC { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:53.625rem;left:55.375rem;height:1.5996125rem;font-style:normal;display:block; }
#X7GWgW0Kqc37bOwWb8N7si6r9IyNSkgQ { position:absolute;display:block;z-index:15014;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:1.375rem;width:1.125rem;top:53.875rem;left:52.9375rem;overflow:hidden;display:block; }
#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080d19;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; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row .container { background-color: transparent; background-image: none; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row .container > .video-iframe-container { display: none; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row > .video-iframe-container { display: none; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .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); }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row .container { border-width: 0; border-radius: 0; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#czacRk1ar1LPH3mTN3TTPDMOAnXQPf7C { color:rgba(var(--color-secondary-2),1);display:block;width:12.25rem;position:absolute;font-family:"big shoulders";font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNClJcegSkBH35Dnn66dFs4TJi1oihMy { color:rgba(214,212,191,0.8);display:block;width:12.375rem;position:absolute;font-family:"arpona 2";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.5625rem;left:0rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLa0c6KWpZOA1IxAn4U0TrbsndZVA56T { color:rgba(214,212,191,0.8);display:block;width:11.75rem;position:absolute;font-family:"arpona 2";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5625rem;left:31.625rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MiWaHETbwoXKhBQ5PuDDRpuLVkvR5eEt { color:rgba(var(--color-secondary-2),1);display:block;width:12.75rem;position:absolute;font-family:"big shoulders";font-size:3rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:31.125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVnXzwm3zxd8zSV2GGZwV6TFRq28Tdp1 { color:rgba(214,212,191,0.8);display:block;width:11.75rem;position:absolute;font-family:"arpona 2";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.5625rem;left:63.125rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBeFWF8dd7yenoKBr0tN4hS8AR10M3OT { color:rgba(var(--color-secondary-2),1);display:block;width:11.9375rem;position:absolute;font-family:"big shoulders";font-size:3rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.6875rem;left:63.0625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ur9QpnPPbyM6ThcVsmlIeUpIhC5kSf1C { position:absolute;display:block;z-index:15000;height:9.0625rem;width:75rem;top:18.312498569489rem;left:0rem;display:block; }
#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw { position:relative;display:block; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw { background-color: transparent; background-image: none; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .row .container > .video-iframe-container { display: none; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .row > .video-iframe-container { display: none; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .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); }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw { border-width: 0; border-radius: 0; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .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; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .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:9.0625rem;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; }#XPXwDymTi0kQVoMhKRoceTIpXskATP39 { position:absolute;display:block;z-index:15000;height:9.0625rem;width:75rem;top:18.312498569489rem;left:0rem;display:none; }
#DKJvWcH0iebS00wA0eyJSWpk77d7CWKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/f50690f3-6454-419c-ae59-882ad6b08295/imagehero.webp");background-position: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:none; }#DKJvWcH0iebS00wA0eyJSWpk77d7CWKh.adaptive-delivery-prevent-bg, #DKJvWcH0iebS00wA0eyJSWpk77d7CWKh.lazyload, #DKJvWcH0iebS00wA0eyJSWpk77d7CWKh.lazyloading { background-image: none; }#DKJvWcH0iebS00wA0eyJSWpk77d7CWKh > .row .container { border-width: 0; border-radius: 0; }#DKJvWcH0iebS00wA0eyJSWpk77d7CWKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKJvWcH0iebS00wA0eyJSWpk77d7CWKh > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:none; }#J9FgxvivnNoE8X6U5E75EhQoy3btMEIo { box-sizing:content-box;height:8.25rem;width:36.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:39.5rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#v5XSpK3FmSwvIf0l0cDzhFNZoJNl23Uu { color:rgba(214,212,191,0.8);display:block;width:30.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:43.125rem;left:4.4375rem;height:3.19791875rem;font-style:normal;display:block; }
#xec0pHT836wu0uNe3FQH5DdZdTg6NIBX { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:41.125rem;left:4.5rem;height:1.6rem;font-style:normal;display:block; }
#S7IICpS0inhSi2VSqPcNpRG0AFEip95K { position:absolute;display:block;z-index:15010;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:1.12426875rem;width:1.25rem;top:41.375rem;left:2.0625rem;overflow:hidden;display:block; }
#PeHJkBGuROlRsgTXdfEibpgR4d5Xuu7a { box-sizing:content-box;height:8.25rem;width:36.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:39.5rem;left:38.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#slITu5QXHsvcdUUg9EQTTg4Ho8HKoiNT { color:rgba(214,212,191,0.8);display:block;width:30.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:43.125rem;left:42.6875rem;height:3.19791875rem;font-style:normal;display:block; }
#rG8WfbxMHtgPNngncMaSsTAarAO0J2TI { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:41.125rem;left:42.75rem;height:1.6rem;font-style:normal;display:block; }
#TgfrAE1aZMH5zMp9cAcnDPMT3OLt8xVD { position:absolute;display:block;z-index:15014;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:1.12426875rem;width:1.25rem;top:41.375rem;left:40.3125rem;overflow:hidden;display:block; }
#Mvx99lIyc4evnkZbXnmTwmud3tkzLQ2D { box-sizing:content-box;height:8.25rem;width:36.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:49.25rem;left:38.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tFzfLDD05LQeRJvwvecZXZ6xQr3FtF6V { color:rgba(214,212,191,0.8);display:block;width:30.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:52.875rem;left:42.75rem;height:3.19791875rem;font-style:normal;display:block; }
#Wa5BciPnOwSK73T1MRiFA2LdnmpWoUGq { box-sizing:content-box;height:8.25rem;width:36.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:49.25rem;left:0.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TIhMlRfw59qItwFw2eB3gCqePyJ1iG3l { color:rgba(214,212,191,0.8);display:block;width:30.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:52.875rem;left:4.5rem;height:3.19791875rem;font-style:normal;display:block; }
#gfraL8WkmqBTy85e4Vog7T3rNDJqN7oH { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:50.875rem;left:42.8125rem;height:1.6rem;font-style:normal;display:block; }
#TTeC9KogIT0nE8ZPOFzXLMTbftAsVDBc { position:absolute;display:block;z-index:15022;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:1.12426875rem;width:1.25rem;top:51.125rem;left:40.375rem;overflow:hidden;display:block; }
#XXGNZ9NXFDDHxBKOTaW3uwo2D0iNpQUX { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:50.875rem;left:4.5625rem;height:1.6rem;font-style:normal;display:block; }
#ZO8eTt8gHtD3O0nqBwG9cna5gOv3Sz8L { position:absolute;display:block;z-index:15018;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:1.12426875rem;width:1.25rem;top:51.125rem;left:2.125rem;overflow:hidden;display:block; }
#UVHLIgOpX34vHZIVE1TWUoHlTVb3BxUr { box-sizing:content-box;height:7.5rem;width:70.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(8,14,25,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.1875rem;left:2.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uOoOqTCPvZCuTx7cc5MqU1LWqInLO7NQ { color:#d6d4bf;display:block;width:39.4995rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:30.3125rem;left:17.75rem;height:3.19791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb6TGqNIZWQweXlQALdIcWPpxJgKftR2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:29.75rem;width:75rem;top:8.5rem;left:0rem;overflow:hidden;display:block; }
#U4lE69y63vsrtcpsuEBMaJBwCUtSHg5t { position:absolute;display:block;z-index:15000;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:58.125rem;width:40rem;display:none; }
#nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131523;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:none; }#nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ > .row .container { border-width: 0; border-radius: 0; }#nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ > .row .container { font-size:0.875rem;font-family:arial;height:98.25rem;width:75rem;position:relative;display:none; }#k6m54bxlv8V7QCGTFUylCqTOZRybRKX8 { color:rgba(214,212,191,0.8);display:block;width:50.49925rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.375rem;left:12.25rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld5ha0yDOcQu01MiJwM4AnifsRed1ED4 { color:#d6d4bf;display:block;width:47.5625rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:12.75rem;left:13.8125rem;height:7.6979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1m7VbWPxvi0TkiwSuZcw1UsKw97mzn9 { box-sizing:content-box;height:3.1875rem;width:12rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:7.9375rem;left:31.4375rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#NsXAGkUDRe3HqmeV1TsnbfJiScGeGmkD { color:rgba(var(--color-tertiary-2),0.8);display:block;width:8.625rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.8125rem;left:34.0625rem;height:1.6rem;font-style:normal;display:block; }
#p6TTiXFiDat07qqP8DfG9gr6sNTlpQuD { position:absolute;display:block;z-index:15010;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:0.625rem;width:0.625rem;top:9.25rem;left:32.6875rem;overflow:hidden;display:block; }
#XXakarCRqgnag3irmelEN0gJ7NDbo0aI { box-sizing:content-box;height:26.93725rem;width:36.74925rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27rem;left:38.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#b6ow0qX8WbyKPOuloX2NWXyEuptLvzO6 { color:#d6d4bf;display:block;width:17.9375rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:45.4375rem;left:41.3125rem;height:2.2rem;font-style:normal;display:block; }
#sPw33GzQWK9GDg4ZerHX2tv3HOH2aoAW { color:rgba(214,212,191,0.8);display:block;width:27.9375rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:47.9375rem;left:41.25rem;height:3.59895625rem;font-style:normal;display:block; }
#bfIAGyAQUTx3MiabHwcA1cN5oBW06rda { box-sizing:content-box;height:26.93725rem;width:36.74925rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Rk2HXvvqOXpdQef8hiJ4A3i9HCiQU7d2 { color:rgba(214,212,191,0.8);display:block;width:27.3125rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:48.0625rem;left:2.9375rem;height:3.6rem;font-style:normal;display:block; }
#K2VoOycOMSekw93TLsZCMFN7L6KBVoTi { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:45.5625rem;left:3rem;height:2.2rem;font-style:normal;display:block; }
#VXhhTPWOqwAyGiKgu6nVMuO89QPg6hrQ { box-sizing:content-box;height:26.93725rem;width:36.74925rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:55.625rem;left:38.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wO0xGUXR7I6CinLpcatFhblyzRcSKJWw { box-sizing:content-box;height:26.93725rem;width:36.74925rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:55.75rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#S7vLd6ebUU1SeCx7mZMx3FwzwfNUsgvE { color:rgba(214,212,191,0.8);display:block;width:23.8125rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:76.5625rem;left:41.25rem;height:3.6rem;font-style:normal;display:block; }
#EyWaaA0JVdsTeDwqBxzLZJUgcy9S5oxM { color:rgba(214,212,191,0.8);display:block;width:21.1875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:76.6875rem;left:2.9375rem;height:3.6rem;font-style:normal;display:block; }
#RvK0KTL0TlwXTT4srfgQtTN5iBWxyXBu { color:#d6d4bf;display:block;width:17.4375rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:74.0625rem;left:41.3125rem;height:2.2rem;font-style:normal;display:block; }
#oJlcBhNkxXTKWJwW7qQ2w7hJDy4S1d7h { color:#d6d4bf;display:block;width:20.5625rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:74.1875rem;left:3rem;height:2.2rem;font-style:normal;display:block; }
#TAyrraKlP3liEFsg9ZE7BgxeZBQ8sJbw { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#3b1e05;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arpona;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.497375rem;height:4.1862rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:86.1250038147rem;left:29.25rem;display:block; }
#qbVXWL5OqRDZ4TG5dA09eVCOhy3pn4xd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXihpkmJxU3vTWqMWq7cfVy3G56Bt6LI { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.875rem;width:16.375rem;top:29.9375rem;left:3.08203125rem;overflow:hidden;display:none; }
#ovhMgqaCiO0FheNwGAEPIimnfZiZxCJT { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:31.0625rem;top:29.967443466186rem;left:41.48828125rem;overflow:hidden;display:block; }
#ZToTXfKQNrwvpSxlbLwJ81L17S2x881X { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:31.0625rem;top:58.78125rem;left:41.23828125rem;overflow:hidden;display:block; }
#htm3UZSG9AT29d0NVaZWRzSuN2a25NE2 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:31.0625rem;top:58.78125rem;left:3.08203125rem;overflow:hidden;display:block; }
#Fzo3vIXx4iF9JLlHNIKJq33l7TmxHpE0 { box-sizing:content-box;height:26.93725rem;width:36.74925rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#WVdTfKxRxu1FiONpPgqOk1ABtdWecAJh { color:rgba(214,212,191,0.8);display:block;width:27.3125rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:48.0625rem;left:2.9375rem;height:3.6rem;font-style:normal;display:none; }
#DGKm6siJT1esxP0Gersb7rx5uv38NXdf { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:45.5625rem;left:3rem;height:2.2rem;font-style:normal;display:none; }
#uCwP4xrPokkO7ppdrcUTnSxkmBIAqcU9 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.875rem;width:16.375rem;top:29.9375rem;left:3.08203125rem;overflow:hidden;display:none; }
#LM6BHkGOHiOVRa8zVm3fe7wghThs3LFP { box-sizing:content-box;height:26.93725rem;width:36.74925rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#Jq0glxQyHXMPgHSTVwRzChS5fSdlpV1f { color:rgba(214,212,191,0.8);display:block;width:27.3125rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:48.0625rem;left:2.9375rem;height:3.6rem;font-style:normal;display:none; }
#Ueq4lyhubTwXARPnBZvx8Rth5d4rN8nh { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:45.5625rem;left:3rem;height:2.2rem;font-style:normal;display:none; }
#sVcoVMitJlzOLtBkSPRJ37y2QqDlGA6L { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.875rem;width:16.375rem;top:29.9375rem;left:3.08203125rem;overflow:hidden;display:none; }
#Cl5mThcU1r7g8MUFaXylMMbPwN0BxWrR { box-sizing:content-box;height:26.93725rem;width:36.74925rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#NPmNbinD11RCVK1m3vhTTF27kFVtZs7N { color:rgba(214,212,191,0.8);display:block;width:27.3125rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:48.0625rem;left:2.9375rem;height:3.6rem;font-style:normal;display:none; }
#rKEiBT7BprwZ9ewAskXJTA8BasGxDXpE { color:#d6d4bf;display:block;width:14.6228125rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:45.5625rem;left:3rem;height:2.2rem;font-style:normal;display:none; }
#f9y4TV8sU3dsZd1TZH0gBBL0mae9PT7S { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.875rem;width:16.375rem;top:29.9375rem;left:3.08203125rem;overflow:hidden;display:none; }
#DoJyVt9IWTNr5MyLt6W9x3HmxFDnl35X { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:31.0625rem;top:29.934902191162rem;left:3.08203125rem;overflow:hidden;display:block; }
#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080d19;background-image:url("https://images.assets-landingi.com/uc/b27b30bb-5418-48e8-8e01-35e378f2dc62/group_2085662526.webp");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; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM.adaptive-delivery-prevent-bg, #NuvzLqgmmKssus60UEQ50xlUuo6GpaDM.lazyload, #NuvzLqgmmKssus60UEQ50xlUuo6GpaDM.lazyloading { background-image: none; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row .container { background-color: transparent; background-image: none; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row .container > .video-iframe-container { display: none; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row > .video-iframe-container { display: none; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .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); }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row .container { border-width: 0; border-radius: 0; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row .container { font-size:0.875rem;font-family:arial;height:135.0625rem;width:75rem;position:relative;display:block; }#dMX5kkly1QcmTrfOC4VOUFK6t4a1Wp2q { color:rgba(214,212,191,0.8);display:block;width:32.37425rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:20.74951171875rem;left:21.31103515625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlMa2bILXPK80K7Ovmu1ikN3cy4x7xEa { color:#d6d4bf;display:block;width:47.56225rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:12rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKV3VK66Mmcn9yVdZzfl8V1RzLfze6y4 { box-sizing:content-box;height:3.125rem;width:11.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:7.4375rem;left:31.8125rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#uSAETOkUaf5RzyOtaLyNRzwep6iUiLgh { color:rgba(var(--color-tertiary-2),0.8);display:block;width:7.9375rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.25rem;left:34.4375rem;height:1.5996125rem;font-style:normal;display:block; }
#Pl0e38ufUOWTDqRkFd6P7DFKwDCHayVK { position:absolute;display:block;z-index:15015;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:0.625rem;width:0.625rem;top:8.6875rem;left:33.0625rem;overflow:hidden;display:block; }
#ThqWP0VnLbJ7DRyTDGiNgBNLN8etzmv6 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#T3ARpDhUQeTsbd7c8sT0XmOtLWAiLdo7 { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#x95UE09b1ED0FNDMtcDiiD57C4rTxJT9 { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPPudulm62eCX0wCExsbVqlkI4N7Hr5C { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#t89ByOMMGmnaFgVUIIkTfA5INbMaNyfD { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778646469116rem;left:13.02082824707rem;height:1.5996125rem;font-style:normal;display:block; }
#s1V9KNdeI5WrbAc35z0SCsZbQFaigoA1 { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLWVciGlScxO1BTte5J37ZW2TSmHmUEF { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:36.5615234375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KogQUfpnT2CzaPauvDsdNzsREQGMM91C { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:38.999267578125rem;left:11.4990234375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#uafbTnGprL9bpLVtrJO5VB13uRTlVacM { color:#d6d4bf;display:block;width:19.436875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:40.173639297486rem;left:49.066841125488rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4vcB9qgumDHGoMxb4gVN6sROsDcvepV { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:40.032552242279rem;left:13.084632873535rem;height:1.5996125rem;font-style:normal;display:block; }
#O7qvqQRog0DsEuZOdWlgJr2BnWLAOTzt { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.999267578125rem;left:2.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#kVmwhTNM9Tg6E3l1OnQQ9l1TxwBhaM0r { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:39.6865234375rem;left:4.874267578125rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yATsFKnqy4EVMQJsdGfxIwKOBZaNdhl1 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:46.625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#AZ1nqgcb4Dgz4Z9GGI5NZ3EVSI20kzEv { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:49.0615234375rem;left:11.4990234375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ygdXnDuOS23DG3tw7OflzZhGt3g8FOAf { color:#d6d4bf;display:block;width:22.374125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:50.235463142395rem;left:49.066841125488rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ovbSSuVQRDidUTXrAbkPC49OPhJui170 { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:50.095052242279rem;left:12.7890625rem;height:1.5996125rem;font-style:normal;display:block; }
#P8K1xrmC9tIf46OObPFfgcTfhgGLrSnC { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0615234375rem;left:2.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#MowWhNLdnooNvW0Rd0hW4E0oJyVl797W { color:rgba(59,30,5,0.8);display:block;width:3.4375rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:49.75rem;left:4.874267578125rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOxrNWfO1gZ4bqTcvf8Tm97KKDibAq6o { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:56.74951171875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#a7nbSMf97pZrMvHVA4tptuyDtQe71O92 { box-sizing:content-box;height:3.5625rem;width:29rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:59.18620300293rem;left:11.498695373535rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#wv1QuOn97ybbeOS35DgBK88fzkxEuBtI { color:#d6d4bf;display:block;width:23.4375rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:60.362415313721rem;left:49.066841125488rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#it0TrUDu3shalQPW5qpT5uw03b52HhoP { color:#d6d4bf;display:block;width:22.6875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:60.251302242279rem;left:12.7890625rem;height:1.5996125rem;font-style:normal;display:block; }
#iya66WC8NoTGbBwX6keKHZgT4UcgQCXo { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.187255859375rem;left:2.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#IHDdDnUcgqUGXewx76yRR46XnMEehz29 { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:59.87451171875rem;left:4.874267578125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUtiBNC0iqg6ZS16DE4dNDdnkZfX9tKv { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:66.9375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ugteB369Wg64NqJmXnw6c02PrVNqdqvA { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:69.3740234375rem;left:11.4990234375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#VfnD2J6JiWBToN0krJHAu7Zv8CX5STLv { color:#d6d4bf;display:block;width:23.875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:69.765625rem;left:49.06640625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BwXZzqN1vSZ75SkfAyJQyqSwMDM9z9ea { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:70.360669612888rem;left:12.787757873535rem;height:1.5996125rem;font-style:normal;display:block; }
#VRteFn6zpIORT5buxurAqNOexU9uzhVz { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.3740234375rem;left:2.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#nMgpQcBSCS7n6ah0BsGsznpoNTUhqXBk { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:70.0625rem;left:4.874267578125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISd6xD3DdE2ZRCN8q7oZwNusL9wxsimn { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:77.06201171875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#VSVlR3OgPwHMISfRMiJwVc5akUwN6OaS { color:#d6d4bf;display:block;width:23.8748125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:80.6738319397rem;left:49.066841125488rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tIqdsM0El52IWeHBpfFbx9driloFoJII { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:79.499755859375rem;left:11.4990234375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#MS0EbT9gmgS4MogJy6icfByP8wsL4dHW { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.499755859375rem;left:2.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#A5MhygulxxkPcfAz6sd4xzBQvf23ZlDK { color:#d6d4bf;display:block;width:18.5625rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15063;line-height:1.6;letter-spacing:0;top:80.485669612888rem;left:12.7890625rem;height:1.5996125rem;font-style:normal;display:block; }
#gaxUACL3DTVGXekqXvMpTOK8gm1hRJzD { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:80.18701171875rem;left:4.874267578125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#otVxTsgAVR2i2Otkbbvc96G8wOAbyJIZ { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:87.330753326419rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#oM5pCiJwgh29fFE7pXMHhRHA7RLf51Eu { color:#d6d4bf;display:block;width:23.936625rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:90.942930221556rem;left:49.066841125488rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoDmhiFpON08KlEa2oQGoEwEBSD0kN75 { box-sizing:content-box;height:5.25rem;width:29rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:88.9375rem;left:11.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#zIdK2zUTMuATQwKB9Ms3uH9BaQOgfztn { box-sizing:content-box;height:5.3125rem;width:8.0625rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.1015663147rem;left:2.51953125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#MmTUbJB3rsE5LrOy6AHaOphnRUFl99Kb { color:#d6d4bf;display:block;width:23rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:90.062502861025rem;left:13rem;height:3.19921875rem;font-style:normal;display:block; }
#zIcMUUhqAL9xStAetesyL75EUdR7lzD0 { color:rgba(59,30,5,0.8);display:block;width:3.3112rem;position:absolute;font-family:"arpona 2";font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:90.7578163147rem;left:4.89453125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kloc3N0N6TDrW5RxpeGQWpfznp9mf1mD { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:97.625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TNvsOsXy42AmEyEbaTJkXsNcAg2anqVT { color:#d6d4bf;display:block;width:24.874125rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15054;line-height:1.6;letter-spacing:0;top:100.43727111816rem;left:49.066841125488rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z3ld5arSVh8IfDh0cWmIydSCL4dsKUFk { box-sizing:content-box;height:5.3125rem;width:29rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:99.3125rem;left:11.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#AUx8ksWMguG3ncKce7wbSNXuS768Kvr5 { color:#d6d4bf;display:block;width:25.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:100.43750286102rem;left:12.875rem;height:3.19921875rem;font-style:normal;display:block; }
#VaomgIs6QgOZcns2Z8SRM9ziXgSLxe6F { box-sizing:content-box;height:5.3125rem;width:8.0625rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.395835876462rem;left:2.51953125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#lC3h0SoxAga9StNfLGZ2CFH2NWrHazzr { color:rgba(59,30,5,0.8);display:block;width:3.3112rem;position:absolute;font-family:"arpona 2";font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:101.05208587646rem;left:4.89453125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkqJGybxJD7wLfywdsL5AXyNkX3Cm93r { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:107.875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GIGi3ZBLgDUEc6v50TTd5Jpoww5zkGtw { color:#d6d4bf;display:block;width:22.5rem;position:absolute;font-family:"arpona 2";font-size:0.9375rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:110.78665924073rem;left:49.066841125488rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNJZ0L5aLsoiblriu3twEuTpwBfwazUs { box-sizing:content-box;height:5.3125rem;width:29rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:109.5625rem;left:11.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#sUlT7udvttSZgrT1H1oTfZNreufkTVBL { color:#d6d4bf;display:block;width:19.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15081;line-height:1.6;letter-spacing:0;top:110.68750286102rem;left:13rem;height:3.19921875rem;font-style:normal;display:block; }
#b4C3GASTHMFMlX4D4lXEqLRkNhiovreU { box-sizing:content-box;height:5.3125rem;width:8.0625rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:109.64583587646rem;left:2.51953125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#QCL2lp5yO84AokQHLI8gS7SS27GkZ3sD { color:rgba(59,30,5,0.8);display:block;width:3.6875rem;position:absolute;font-family:"arpona 2";font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:111.30208587646rem;left:4.70703125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSEwT6o8Pv3UmiS0yRmlxSgcHlT88U15 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:118.125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#PdpyLyxtNT7Q9v5LKvDGrJlPrBrc9Rtc { color:#d6d4bf;display:block;width:21.6875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15066;line-height:1.6;letter-spacing:0;top:121.75rem;left:47.125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkpSxQZIGbMITN6rex0RCQMQS2FMAdiN { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:120.5625rem;left:11.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#HxiqiNmlo8h4hQ1qgrQO43GpTgSARqKr { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:120.5625rem;left:2.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#LI1P2lFBKbqi37KTPkCHT0Zk3sqzbX3l { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15087;line-height:1.6;letter-spacing:0;top:121.5625rem;left:12.875rem;height:1.5996125rem;font-style:normal;display:block; }
#M3l1T0wlcwo1lTpJnImgseMlqv5QItFG { color:rgba(59,30,5,0.8);display:block;width:3.6875rem;position:absolute;font-family:"arpona 2";font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.6;letter-spacing:0;top:121.30599594116rem;left:4.70703125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pA6pQMKZ5ELv6ccIPf8RAz47h223S9o6 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#enhpIX97EO4zibP3KtxNUTm9NQSN914A { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pD3LLPeluAHXQrKNaxMxdsx9w5rxd2D1 { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#fFQ2E7aILJnnZdr9937yIHUZ60heSsLD { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#IvabcnNyfb86VTlZalN31qxloHIdU5Df { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#gSwmNu97qKnITxdpOGhEhDPW4Fwm8g8i { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sADhyIiHeDWy3e1oz1ExxfHo8OpQQFOu { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#C4V9PZ2Ek31NaTELHPaxy2NhICUeKCu9 { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KoMKm5230FVufHuTZp0q8PcAirwWkD8K { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#f2r9icWS3TDmmOeUnOGiPaoUAMBNMs5p { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#EubcnhfGibTkciFuIOAqy4Z2TXhw3wat { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#uq9TwEUnlosUVFgw9ATWfStyGM9UtyXX { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tSTem160XXQvlUIbd2biiSCxTi8L2Nv8 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#BROvLnDQ7QRMH4S4es92MRfyWzCmfkwT { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dO0fIaBOo2ZmlXoxtOByA7xskLeEXA14 { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#ZSgDpVXdTL8aUbC2mc9KdO5TDETXSq2S { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#k4Tm7Nss4OhOtmWUn04wg5gFZuIedMuT { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#RattfTTCmhhTD4h8sgXzAXywCcvPOLJ7 { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AI2XXUOrwC67wTvxVfhBTsf2uRILgPee { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#pQUAqqpvrfgTtUTdQuzqqUnCU1SaQ65k { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wk3z7k2ovaSmJ2oWwffSoWiw3adavMG4 { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#SbCWgwICTKxuw4M0gifP6z44zri14dtK { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#nybcLRXVi0bA1Z8WhTOrsF5Sv3DONnnC { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#x1bCwdVoaCQywRaUPtwJPdcnE2H4Em40 { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#A6n5FTJoW8nxapTcOcNMoL9WCPBFzabo { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#x6BNXxxSdR5UTu4zqGOMgZtyEUT9weul { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tZNUvREqBOtGL2OvDAmbRsVVLHcVx7kG { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#PyXnOHWiavR5ftdfkCIQizIUNHN0c0RT { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#RUDCMekPxeTLgIANIkRQ1iJgNALNblrp { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#P0qPwg4Vw9HztnRGZOpibb0VbaH4Tgob { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AvnTTTqwZCX0F8bmTsUzB1ag6xkVp00a { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#fN9Vp36EmzuUir0Z3aad0H8bBNrIKeJA { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fprKt22b90rSTbRUELKazIDy6HdBx4y4 { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#FIT2LdUMEDvUU9xI4uWNf7J6cvRO1W7I { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#OdNdEkuyJ03Mab4MW9KTpfzJEX473v90 { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#UPqhFbQVwwCtiQrL4qOIOhyKfbSnviox { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#G4OWQTKJe1bhTTTqSJcqthpMsyfddbTV { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#bR84XxNAkyt7tJd2D7TcwZh7BrlOZWBH { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XNLsK8zH5TWmQBu3bgVgM30kkJqfr89U { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#ddoaWrlTx45Tw1NMR1dZMxtsBeb2oyaU { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#NVB7UI7Zr7QJsZ15fyawKOtsLZhVkWd1 { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#SugOIcGu45BO8hmSiuH6d7SJ3TD2am7Z { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XotTcT1lKgFagRz9hKZVDdGBHJQ8FHq7 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#T43ucCqEDvnBR2y3EQJmpi7xKFHvVwGR { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E1XOD7W4EFnUazIGT7w078zdqZH2Kunv { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#oUxKNEVJl6pOzv4IeV1D08tJiNsqcFmB { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#MCIrKLdLZXB2T8dz4qJ4qcLx3TDNKfKX { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#U75dwccyKTIxV6KNcNlsx2LXdTlzbZRh { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ze790mMDqwvsxHq6hLgKuzvbsWZ6OHX6 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#Ju9atCZbRcs27BTh6IqEcdTBn1uWTLTH { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qTzyVsJXNKRXuKoWsr4lAUMZSiZfu0c6 { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#uWqEfTT3mHBREU2khW79iHIkZVpB3Drf { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#cZ2nG2SbBpryli2d1zEXFEOJbO0H72P2 { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#RqlflGxgnVWOtcT44ruDpgMrMECFXpsy { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MWI9wUhiRMRwbRTB3d775WSmDHAkyns3 { box-sizing:content-box;height:8.6875rem;width:75.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:26.43798828125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#Tmle3dibtny3hKWLP4avnBaqfHOvMFwh { color:#d6d4bf;display:block;width:24.25rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.057292461395rem;left:47.123695373535rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OBiUsh4gLQzzyF344ShHtaA2soKT59rv { box-sizing:content-box;height:3.5rem;width:29rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:28.85986328125rem;left:11.52001953125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }
#VIlWgTuwP67T3FpuvrPrbpXI3PG1ErPt { color:#d6d4bf;display:block;width:18.8111875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:29.778645992279rem;left:13.084632873535rem;height:1.59895625rem;font-style:normal;display:none; }
#GadkZt3klCe1TpHu1SzTG1gMdoV8oJGN { box-sizing:content-box;height:3.4375rem;width:8.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.85986328125rem;left:2.52099609375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#aip281cRSV1KnwAKOWNgQhqGbwnBkaOH { color:rgba(59,30,5,0.8);display:block;width:3.31176875rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:29.578857421875rem;left:4.895263671875rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m8WEnWzm2Ciyg0H1WPdMPwRrNwr3pM5l { position:absolute;display:block;z-index:15088;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:3.4375rem;width:3.4375rem;top:39.255643844604rem;left:44.450958251953rem;overflow:hidden;display:block; }
#S0ba3MRWGMVkEEh3bxSv1NkBcGd2RtL6 { position:absolute;display:block;z-index:15089;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:3.4375rem;width:3.4375rem;top:49.317489624024rem;left:44.450958251953rem;overflow:hidden;display:block; }
#MbU3GXkP7eu8XT6GTt8iAh5GsV5PBKgk { position:absolute;display:block;z-index:15090;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:3.4375rem;width:3.4375rem;top:59.443357467651rem;left:44.450958251953rem;overflow:hidden;display:block; }
#DFs2ofzpQr9mDghmJ5JKRHJ00mH1t5lf { position:absolute;display:block;z-index:15091;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:3.4375rem;width:3.4375rem;top:79.755853652956rem;left:44.450958251953rem;overflow:hidden;display:block; }
#lUoT37FwnfHLMLgaEi40Sxsk3v9rnXg5 { position:absolute;display:block;z-index:15092;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:3.4375rem;width:3.4375rem;top:90.023876190187rem;left:44.450958251953rem;overflow:hidden;display:block; }
#Gf5p0e74SmAQcggD92Fnc0LlgmVqiJvP { position:absolute;display:block;z-index:15093;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:3.4375rem;width:3.4375rem;top:100.31901741028rem;left:44.450958251953rem;overflow:hidden;display:block; }
#M1GMWTSL4iJiLtkgCGxVRrhv4Dh5VTAG { position:absolute;display:block;z-index:15094;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:3.4375rem;width:3.4375rem;top:108.65126609803rem;left:44.450958251953rem;overflow:hidden;display:block; }
#CXIdvuzWCkoZXn3kyBdC5W3RIW3BTSVe { position:absolute;display:block;z-index:15095;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:3.4375rem;width:3.4375rem;top:112.26932144165rem;left:44.450958251953rem;overflow:hidden;display:block; }
#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql { position:relative;display:block; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql { background-color: transparent; background-image: none; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .row .container > .video-iframe-container { display: none; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .row > .video-iframe-container { display: none; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .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); }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql { border-width: 0; border-radius: 0; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .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; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .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:9.0625rem;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; }#qTy9Q57DRnKUoF2SlHQU71T9GvK2VXSN { position:absolute;display:block;z-index:15001;height:9.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080d19;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; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row .container { background-color: transparent; background-image: none; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row .container > .video-iframe-container { display: none; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row > .video-iframe-container { display: none; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .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); }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row .container { border-width: 0; border-radius: 0; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:block; }#BWID9hFqpDobxxqOBazWTuzS8SmER976 { color:#d6d4bf;display:block;width:35.75rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:13.5rem;left:38.6875rem;height:7.69925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MExvwRBHIAlTk5tvknuFZ6VXcdeO6hoX { box-sizing:content-box;height:3.1875rem;width:11rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:8.875rem;left:38.6875rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#tOgpym2CQ2zAgZ7vZ6HA0oQx10oGHg4i { color:rgba(var(--color-tertiary-2),0.8);display:block;width:7.875rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:9.8125rem;left:41.3125rem;height:1.5996125rem;font-style:normal;display:block; }
#iTgTTrkTX7n5bgRi0R86SNe9gUd46qUU { position:absolute;display:block;z-index:15020;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:0.625rem;width:0.625rem;top:10.25rem;left:39.9375rem;overflow:hidden;display:block; }
#uZCp1P2Gc8oeqTW6sSwaTVlFKwQU67pB { color:rgba(214,212,191,0.8);display:block;width:36.25rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:27.3125rem;left:38.625rem;height:3.5996125rem;font-style:normal;display:block; }
#NB8HsWBfanRdsr9CXfAgDGEAKogi2e7z { color:#d6d4bf;display:block;width:17.4375rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:24.75rem;left:38.6875rem;height:2.19970625rem;font-style:normal;display:block; }
#LRfNpP5wgnan8CFgTD4Fdo4TEacu2QvT { box-sizing:content-box;height:0.0625rem;width:36.3125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:38.6875rem;display:block; }
#LlS364wmc9I9PfOqv9StNQOQTkDeH0TX { box-sizing:content-box;height:0.0625rem;width:36.375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-2),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:38.5rem;display:block; }
#DUTbyQJ8eEyKP0RoIki2OBAxqpMZUDF2 { color:rgba(214,212,191,0.8);display:block;width:36.25rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:37.75rem;left:38.375rem;height:3.5996125rem;font-style:normal;display:block; }
#OXI7JKX35LeFNOG391Gn8htAtUSwzzmE { color:#d6d4bf;display:block;width:24.375rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:35.1875rem;left:38.4375rem;height:2.19970625rem;font-style:normal;display:block; }
#iWuE89JL1ETdF5g3pzz33VMJD4vvBVOD { color:rgba(214,212,191,0.8);display:block;width:36.25rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:48.5rem;left:38.4375rem;height:3.5996125rem;font-style:normal;display:block; }
#a8rCigez1PPKNn81DJGf3kmchA6PAQ7G { color:#d6d4bf;display:block;width:17.4375rem;position:absolute;font-family:"arpona 2";font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:45.9375rem;left:38.5rem;height:2.19970625rem;font-style:normal;display:block; }
#AfmIuTKwb4gRoZg7HTTaUhViyC2hDWmr { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:46rem;width:32.3125rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080d19;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; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row .container { background-color: transparent; background-image: none; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row .container > .video-iframe-container { display: none; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row > .video-iframe-container { display: none; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .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); }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row .container { border-width: 0; border-radius: 0; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#omSAb19bZzMvVEmvs4DNcDcUpTVUR7R3 { color:rgba(214,212,191,0.8);display:block;width:37rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:22.375rem;left:19.75rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPBwKxT4QNNUT9uPpA2OPp8emCK7rume { color:#d6d4bf;display:block;width:50.3125rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:13.4375rem;left:12.375rem;height:7.69925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teVTQgcDGPxXTH7xBprFDPslc6p5xvwJ { box-sizing:content-box;height:3.3125rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:8.75rem;left:26.5625rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#AcJmGSdyLQi8BO7EInZsMWroZgpMtOnM { color:rgba(var(--color-tertiary-2),0.8);display:block;width:18.5625rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.6875rem;left:29.1875rem;height:1.5996125rem;font-style:normal;display:block; }
#hRxDiVfUPvv7SEmPIH3Sy63T9f7FSgxZ { position:absolute;display:block;z-index:15015;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:0.625rem;width:0.625rem;top:10.125rem;left:27.8125rem;overflow:hidden;display:block; }
#VhFgVM4DqNJkuI7etnSr8JNAQG2lzofc { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(100deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(100deg, #ffd680, #9f460e);background-image: -o-linear-gradient(100deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(100deg, #ffd680, #9f460e);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#3b1e05;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arpona;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.496125rem;height:4.1862rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.75rem;left:30rem;display:block; }
#qJ6sTIx3JDLxEbVORwuSeZuyzTfbEZKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1523;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; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row .container { background-color: transparent; background-image: none; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row .container > .video-iframe-container { display: none; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row > .video-iframe-container { display: none; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .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); }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row .container { border-width: 0; border-radius: 0; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row .container { font-size:0.875rem;font-family:arial;height:106.4375rem;width:75rem;position:relative;display:block; }#Gy7Q7klutBWGkpSdCpprRpG3MP9Ju6C6 { box-sizing:content-box;height:3.125rem;width:10.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:7.5rem;left:32.4375rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#LDCcWM77f8sU0cWUKuRdqFhT2dQWHGi5 { color:#d6d4bf;display:block;width:47.5614375rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:12.0625rem;left:13.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAD2b6o4GX0zdNKuZe84TGLom5QMSdS1 { position:absolute;display:block;z-index:15020;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:0.625rem;width:0.625rem;top:8.75rem;left:33.6875rem;overflow:hidden;display:block; }
#F5nwAsu7wxsKlI3Xrk14Z9wdHFTnCoba { color:rgba(var(--color-tertiary-2),0.8);display:block;width:6.8125rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:8.3125rem;left:35.0625rem;height:1.5996125rem;font-style:normal;display:block; }
#qKQPiQLTi0kROw3QoChaMHDkyliWRbSv { color:rgba(214,212,191,0.8);display:block;width:32.375rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:20.8125rem;left:21.3125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T79Xf6FBbVLnd3xsaEyf2UzaWXPOzNuJ { position:absolute;display:block;z-index:15013;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:31.25rem;width:17.6875rem;top:17.575000762939rem;left:0rem;overflow:hidden;display:none; }
#GxFTaioWdsDshqPa6wIHRIhoppEhLZHc { position:absolute;display:block;z-index:15012;height:28.125rem;width:75rem;top:67.937522888181rem;left:0rem;display:block; }
#MwTTuV9RSO6S7QyFvg0qrgwSa91bLpzy { box-sizing:content-box;height:4.8125rem;width:36.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:61.312503814698rem;left:38.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#b5lT3xAiC3HuVPgE0T3LTQbg9aFaPG3r { color:rgba(214,212,191,0.8);display:block;width:21.4375rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:62.921875rem;left:51.875rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FJM1KLWpyeF0a5Wrl0ccQkRTvqpoweTo { color:#d6d4bf;display:block;width:14.621875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:62.92292022705rem;left:42.694793701172rem;height:1.5996125rem;font-style:normal;display:block; }
#R9mBayHB9Pst0SVu3teuJ8QlzmJVW1Sh { position:absolute;display:block;z-index:15038;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:1.12395625rem;width:1.25rem;top:63.1875038147rem;left:40.3125rem;overflow:hidden;display:block; }
#E824zeNGF1ovDVkwSNT9lobXKNFmQRMM { box-sizing:content-box;height:4.8125rem;width:36.75rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:61.375003814698rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#yNDhnQJG0b4PH01znSKNwCv5nbvEkKtQ { color:rgba(214,212,191,0.8);display:block;width:24.1875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:63.0000038147rem;left:10.875rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AQs1RCDeuJ24OhLgk2q4MNpalowlOsCr { color:#d6d4bf;display:block;width:14.621875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:63.0000038147rem;left:4.4375rem;height:1.5996125rem;font-style:normal;display:block; }
#N0c2v09nyr128QBQFZCx92WQAKHa7UIa { position:absolute;display:block;z-index:15042;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:1.12395625rem;width:1.25rem;top:63.2500038147rem;left:2.0625rem;overflow:hidden;display:block; }
#ISzEcBuJx9H1LFExAX6p0zWb4xl2ylJ2 { box-sizing:content-box;height:4.8125rem;width:36.75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:55rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Rp8VwsgHlpbEPfsQtvuyoIB54L6xHG9V { box-sizing:content-box;height:4.8125rem;width:36.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:54.9375rem;left:38.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#COoXzhL4rON9IlH8VK1PJLKmAoEsaiwM { color:rgba(214,212,191,0.8);display:block;width:16.875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:56.5625rem;left:56.5rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6TSFTgt93JF3XDo1uLEcnxErXx9ahBm { color:#d6d4bf;display:block;width:14.621875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:56.5625rem;left:42.6875rem;height:1.5996125rem;font-style:normal;display:block; }
#TFTHVBUoGOmiEEc7n5tUDZUnC4TNqvOK { color:rgba(214,212,191,0.8);display:block;width:16.1875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:56.625003814698rem;left:18.875rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NvfTR9yy43CJLaKHxukBueKXZXV40xaq { color:#d6d4bf;display:block;width:14.621875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:56.625rem;left:4.4375rem;height:1.5996125rem;font-style:normal;display:block; }
#HVRPVqns3d88FNBVrS4to2xw3ICKXMWD { position:absolute;display:block;z-index:15046;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:1.12395625rem;width:1.25rem;top:56.8125rem;left:40.3125rem;overflow:hidden;display:block; }
#ScioduZ3irryfq1KBtsfxiONIh4re3IM { position:absolute;display:block;z-index:15050;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:1.12395625rem;width:1.25rem;top:56.875rem;left:2.0625rem;overflow:hidden;display:block; }
#RWNCkA0VyTDsKyoV4Ppu1ZRuXqkdZ9tP { box-sizing:content-box;height:8.375rem;width:21.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.4375rem;left:8.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#Rvtt0QkiograZiKuk5v486KXtT2bx65a { color:rgba(214,212,191,0.8);display:block;width:16.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:31.062501907349rem;left:12.5625rem;height:3.19791875rem;font-style:normal;display:none; }
#bxMs6FobemMlZMVcJd4AVgaRmmhXhdp1 { color:#d6d4bf;display:block;width:14.622375rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.062500953674rem;left:12.625rem;height:1.6rem;font-style:normal;display:none; }
#czKs6HpbsDrHlGKN8nve2u7UdlX4WkiG { position:absolute;display:block;z-index:15022;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:1.3125rem;width:1rem;top:29.312500953674rem;left:10.1875rem;overflow:hidden;display:none; }
#PRxE1F46uqChf1WTgCth7K1viUt5FvId { box-sizing:content-box;height:8.375rem;width:21.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.4375rem;left:8.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#eX1qs1ozrgM11vslCnMS1BQq3TBRitKh { color:rgba(214,212,191,0.8);display:block;width:16.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:31.062501907349rem;left:12.5625rem;height:3.19791875rem;font-style:normal;display:none; }
#VRmI4O4wa1i3e8UxV7OkzqpFn0gMag9i { color:#d6d4bf;display:block;width:14.622375rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.062500953674rem;left:12.625rem;height:1.6rem;font-style:normal;display:none; }
#m9BLMvUu9pSo55esDyGWtBNlgTEXfULA { position:absolute;display:block;z-index:15022;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:1.3125rem;width:1rem;top:29.312500953674rem;left:10.1875rem;overflow:hidden;display:none; }
#kG3MOlfclV5FIufDCEuivP9OOSrXT27r { box-sizing:content-box;height:8.375rem;width:21.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.4375rem;left:8.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#G2iImV0ZqJL2bATS3hJ5CsKLxczBw7s9 { color:rgba(214,212,191,0.8);display:block;width:16.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:31.062501907349rem;left:12.5625rem;height:3.19791875rem;font-style:normal;display:none; }
#gbHQr4SCX7Wv5nHp6HhhLli4OQOBuM6o { color:#d6d4bf;display:block;width:14.622375rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.062500953674rem;left:12.625rem;height:1.6rem;font-style:normal;display:none; }
#MpuTZbE3tl2n7FycFPfwxZJU7xQ4XNyI { position:absolute;display:block;z-index:15022;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:1.3125rem;width:1rem;top:29.312500953674rem;left:10.1875rem;overflow:hidden;display:none; }
#x7QCcCet9pmkAKUn1tPh1p0NVexqzXRO { box-sizing:content-box;height:8.375rem;width:21.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:27.4375rem;left:8.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#CT5c1XTcXaSmOET945TfBDvQEp81cvmp { color:rgba(214,212,191,0.8);display:block;width:16.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:31.062501907349rem;left:12.5625rem;height:3.19791875rem;font-style:normal;display:none; }
#Vdx23JHBzivqBbnM1huUGisr9C03DMrm { color:#d6d4bf;display:block;width:14.622375rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.062500953674rem;left:12.625rem;height:1.6rem;font-style:normal;display:none; }
#mXPzePO9sSECroFeF8o5I7IUiTPUdeVG { position:absolute;display:block;z-index:15022;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:1.3125rem;width:1rem;top:29.312500953674rem;left:10.1875rem;overflow:hidden;display:none; }
#t4EpyabCGE6pfAEJ5FsO5rl4igWJ0eoB { position:absolute;display:block;z-index:15011;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:42.375rem;width:75rem;top:17.687480926514rem;left:0rem;overflow:hidden;display:block; }
#ssDskSnneI1GacK49w1vPpaVlvFi3P7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080d19;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; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row .container { background-color: transparent; background-image: none; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row .container > .video-iframe-container { display: none; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row > .video-iframe-container { display: none; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .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); }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row .container { border-width: 0; border-radius: 0; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row .container { font-size:0.875rem;font-family:arial;height:217.875rem;width:75rem;position:relative;display:block; }#tWCveOlDumPhSBrryhXIgn6wmpRAXOsA { box-sizing:content-box;height:3.25rem;width:16.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:8.5rem;left:30.25rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#SZXdqe7Ib2PZxgHJUfzR1LW4oBBMrOC2 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:13.0625rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:9.4375rem;left:32.875rem;height:1.5996125rem;font-style:normal;display:block; }
#vJuCcfTl7ErdtrxdoHq9veKhW4pTg7lP { position:absolute;display:block;z-index:15024;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:0.625rem;width:0.625rem;top:9.875rem;left:31.5rem;overflow:hidden;display:block; }
#TNSPsCMpVapy8IexnHNkbRtUQdATkR1T { color:#d6d4bf;display:block;width:48.625rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:13rem;left:14.375rem;height:7.69925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWP2cwIRawSThplapMa3qQ92gKhvNxGd { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:14.75rem;top:159.1875rem;left:12.5rem;overflow:hidden;display:block; }
#rcgRBhyHCasd36f4yNXcC4xQ3UFfLUHX { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.6875rem;top:159.25rem;left:29.625rem;overflow:hidden;display:block; }
#CVuMaK6okOgaAgCLmuWTiTtxPlxlzSKf { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:14.5rem;top:159.1875rem;left:46.8125rem;overflow:hidden;display:block; }
#ALIzgDuKWUmUMDTE9A61xUCdJxKC5uhT { color:#d6d4bf;display:block;width:10.8125rem;position:absolute;font-family:"arpona 2";font-size:2rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:153.0625rem;left:31.5rem;height:3.19970625rem;font-style:normal;display:block; }
#Xkc9TMF7mx8ZOz1RduJVOkFkmeD7yCEx { box-sizing:content-box;height:28rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:149.6875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#PxXMMs1JgVLie6JQofLiF71qDTiv3Mci { box-sizing:content-box;height:31.4375rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:24.6875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Nl3tFuZnOTTVClAmc4GRmNsrhzWTVkZc { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.0625rem;width:18.125rem;top:33.562480926514rem;left:29.64453125rem;overflow:hidden;display:block; }
#u6VUIOhxWeUiHeOqTrECVOMHdtsC6kOT { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.0625rem;width:18.125rem;top:33.5625rem;left:7.875rem;overflow:hidden;display:block; }
#T0V1xyttXMutrZEyxFbs0VQsnCI6mkGG { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.8125rem;width:17.8125rem;top:33.686180114746rem;left:51.21875rem;overflow:hidden;display:block; }
#K5OBibtNfsWHbnZUTMS2KtU9iedio5MS { color:#d6d4bf;display:block;width:21.1875rem;position:absolute;font-family:"arpona 2";font-size:2rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:27.75rem;left:26.9375rem;height:3.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gl5MaBTDQbXSKVD1g83kfHgmDSvruH8w { box-sizing:content-box;height:88.125rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:59.059936523438rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#uesaEZhCUAWrelxhlRx0yzaCuxf4LEXV { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.6875rem;top:68.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#R2JbdcXxfHqwwAkQWhR2T8fhfVTyOfSn { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:14.75rem;top:68.625rem;left:38.75rem;overflow:hidden;display:block; }
#ybTySMUhCow4C0qoWD6XJrA6oW5EGxAc { color:#d6d4bf;display:block;width:14.375rem;position:absolute;font-family:"arpona 2";font-size:2rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:62.187501907349rem;left:30.3125rem;height:3.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rL5SaTRVDDC2xDb9AED07DMMFHVtdc1G { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.8125rem;width:14.375rem;top:68.6875rem;left:21.5625rem;overflow:hidden;display:block; }
#DDGXJHzEAOXGMRkXuGoaoNvs8NgTOK8h { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.4375rem;top:68.625rem;left:4.4375rem;overflow:hidden;display:block; }
#AQZzt0vKmsH0I8qddbPAZxZBqpRGQPa6 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.4375rem;top:84.0625rem;left:4.4375rem;overflow:hidden;display:block; }
#H8D8vf6RzatJ6Wcgu86fksHq4aBbaCBH { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13rem;width:14.375rem;top:84.125rem;left:21.4375rem;overflow:hidden;display:block; }
#z5HWeSdQd3GGScdmlE6dwSvg1JkJV4kF { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:14.75rem;top:84.0625rem;left:38.625rem;overflow:hidden;display:block; }
#HhFN76gJhQTxT2JlIx8KiHXlIU2IZp1r { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.6875rem;top:84.125rem;left:55.8125rem;overflow:hidden;display:block; }
#KfXS7BeqtO4VBQFZlphTHEyGAc9sHM1K { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13rem;width:14.375rem;top:99.5rem;left:21.5625rem;overflow:hidden;display:block; }
#ktbV5SWNir6mIDQzT6TnI0dgyXK1BDh8 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:14.75rem;top:99.4375rem;left:4.4375rem;overflow:hidden;display:block; }
#EN1wMtK0ILI8ayMtTsTciFfRczccgJvg { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.875rem;width:14.4375rem;top:114.875rem;left:4.4375rem;overflow:hidden;display:block; }
#fVsrOUGhxDSSs5SA3EkUS6MaXiLqoOCS { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.8125rem;width:14.375rem;top:114.9375rem;left:21.4375rem;overflow:hidden;display:block; }
#LGbSP6klXv5sOPG1ROI73ZoSqCHf5Xs2 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.4375rem;top:114.875rem;left:38.625rem;overflow:hidden;display:block; }
#vLT7T7dcw42ygwwtmfHFMcxUo3A6ZVOk { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.4375rem;top:99.4375rem;left:38.75rem;overflow:hidden;display:block; }
#Dq8J6wPARLo9AnkT5SZdaPRepeKDSW4U { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.6875rem;top:99.5rem;left:55.9375rem;overflow:hidden;display:block; }
#uWhs0Npxpo1LoTcGsbQ0DNRBdOqOZ7i4 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13rem;width:14.375rem;top:114.9375rem;left:55.8125rem;overflow:hidden;display:block; }
#dUJbqVmdPSn03r5SLnNaUbpc0PU9CPgD { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.8125rem;width:14.125rem;top:130.62502288818rem;left:21.4375rem;overflow:hidden;display:block; }
#y8lf1cZXWKSPh3uJF34fJVaeu6TsZCgO { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.875rem;width:14.4375rem;top:130.50002288818rem;left:38.65625rem;overflow:hidden;display:block; }
#Gc89bAQi4rf8vla3xuW1kn5c2gnpTfvU { box-sizing:content-box;height:28rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:180.125rem;left:-0.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TlEHeA9Qc9SFSxkMkRVM9G8cBmBdXKcO { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13rem;width:14.375rem;top:189.6875rem;left:29.4375rem;overflow:hidden;display:block; }
#KmziTewIs1344OJ80mNr9l0Lmq8qw5fR { color:#d6d4bf;display:block;width:22.0625rem;position:absolute;font-family:"arpona 2";font-size:2rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:183.75001144409rem;left:25.9375rem;height:3.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhysHLGSNtuxOgJv111VlizulbwTRsto { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:14.75rem;top:84.0625rem;left:38.625rem;overflow:hidden;display:none; }
#sRax6MqCqOqwHEuZS2XieKM2gHFXlv5T { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13rem;width:14.375rem;top:84.125rem;left:55.8125rem;overflow:hidden;display:none; }
#JPZ804Kb9EseNM6Jd18bpdtTRxAw3u7p { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.4375rem;top:84.0625rem;left:38.625rem;overflow:hidden;display:none; }
#THqhctg8Sy1sSROwooufwH25gMxQzfGG { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.6875rem;top:84.125rem;left:55.8125rem;overflow:hidden;display:none; }
#VbxtW2L8ksvfOk7BLXVd8GWLrZpV9o42 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:14.75rem;top:84.0625rem;left:38.625rem;overflow:hidden;display:none; }
#THT9N0XBFozdWsR4W5vFJMXmyWqzW5KH { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.6875rem;top:84.125rem;left:55.8125rem;overflow:hidden;display:none; }
#JSRJvWnbzFM0l0ECbX9l2IDl64Ur7Me2 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.4375rem;top:84.0625rem;left:38.625rem;overflow:hidden;display:none; }
#yh96GTtUlHMkfSTq9O5oiBf5eD5XXatJ { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13rem;width:14.375rem;top:84.125rem;left:55.8125rem;overflow:hidden;display:none; }
#W7cTUCITdQ6imoxB7e6kT9vJNGmtXCal { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.4375rem;top:84.0625rem;left:38.625rem;overflow:hidden;display:none; }
#e6KCXy9S756297RNpWGP0sGmmC0aUw37 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.0625rem;width:14.6875rem;top:84.125rem;left:55.8125rem;overflow:hidden;display:none; }
#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g { position:relative;display:block; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g { background-color: transparent; background-image: none; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .row .container > .video-iframe-container { display: none; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .row > .video-iframe-container { display: none; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .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); }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g { border-width: 0; border-radius: 0; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .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; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .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:9.0625rem;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; }#i79mTtfWNihvxGC38MHzICIH8LH3sCMp { position:absolute;display:block;z-index:15001;height:9.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#F0rScGal362vNnIygT4oobPVn1QQpGPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/cca2cd0c-ffa4-44cd-9391-9109afd1a747/group_2085662529.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#F0rScGal362vNnIygT4oobPVn1QQpGPE.adaptive-delivery-prevent-bg, #F0rScGal362vNnIygT4oobPVn1QQpGPE.lazyload, #F0rScGal362vNnIygT4oobPVn1QQpGPE.lazyloading { background-image: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container { background-color: transparent; background-image: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container > .video-iframe-container { display: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row > .video-iframe-container { display: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .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); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container { border-width: 0; border-radius: 0; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:block; }#bQTftM0EcVBJybvGGncVngutc9x0RfnH { color:rgba(214,212,191,0.8);display:block;width:33.9375rem;position:absolute;font-family:"arpona 2";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:25.25rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yf4bLkApJ8KtOyf3TeMA0k2zagD8d7ZP { color:#d6d4bf;display:block;width:35.3125rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:12.625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CAA1IvzOXru9AJxvhcOT0tMpOEiTeoUx { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:8.1875rem;left:0rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#hboJaz4a062JX6rd3Orrk82qBssUCdB0 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:7.9375rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:9rem;left:2.625rem;height:1.5996125rem;font-style:normal;display:block; }
#Pi3ZybJERwcAmIhFwMnaN4WiKsLKewi2 { position:absolute;display:block;z-index:15025;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:0.625rem;width:0.625rem;top:9.4375rem;left:1.25rem;overflow:hidden;display:block; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-form-header {  }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:3.625rem;color:#d6d4bf;font-size:1rem;overflow:hidden;font-family:"arpona 2";box-shadow: none;vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-text {padding-top: 0; padding-bottom: 0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:4.375rem;color:#d6d4bf;font-size:1rem;overflow:hidden;font-family:"arpona 2";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:3.5rem;color:rgba(var(--color-tertiary-2),1);font-family:"arpona 2";font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-select {padding-top: 0; padding-bottom: 0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd680, #9f460e);background-image: -moz-linear-gradient(90deg, #ffd680, #9f460e);background-image: -ms-linear-gradient(90deg, #ffd680, #9f460e);background-image: -o-linear-gradient(90deg, #ffd680, #9f460e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd680', endColorstr='#9f460e' );";background-image: linear-gradient(90deg, #ffd680, #9f460e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#3b1e05;width:27.625rem;height:4.125rem;font-family:"arpona 2";overflow:hidden;box-shadow: none;font-style:normal; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"arpona 2";font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"arpona 2";font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"arpona 2";font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"arpona 2";font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.4375rem;overflow:hidden;font-style:normal;float:none; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-container:first-of-type{padding-top:0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-container:last-of-type{padding-bottom:0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;position:absolute;top:17.1142578125rem;left:42.05078125rem; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem;display:block;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-info-text { display:block;height:auto;font-family:"arpona 2";font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr {display:block;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;position:absolute;top:17.1142578125rem;left:42.05078125rem; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #GwIPGUsTsyRJSr7txF8XLfIKeCR1wHMf { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #GRIE2Pbr6wg6r33AGv7GEZzl4KmC1RHo { position:relative;display:none; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #PuWrCPsKa4BLuQiczdd7D0kIKJx6Uepr { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ZASvx8IGgAArmtuJyymSUipOnG6u3GSp { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #RQxe6K0PROcngfEhm0Zeg6pBsveGsQoz { position:relative;display:none; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #mVnVTEwIo9JAsQtXzw35baXLurAGnuai { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #XPaJh6H97TDebQ14Bl8elFidleqqgBBa { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #b5bnddhFFvrtLPSVdvLHf6qGVqGgwKaE { position:relative;display:none; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ivFt5t7AWOHTGWSsismEppPLFJrUZRUb { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #odWTlcdENUzWGD1Ck37Zfpps5ho0tdch { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ORZ6aHHh3AdgRTKxZbriuQBfAlpnclvF { position:relative;display:none; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #s6ugOvQRbcpidaug2ASXA5XoDubPdw0T { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #bqVRAHZQ2APVkq2hVNFZDkRh6smblWUk { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #x2WI6cr6BKvXkrwDENXhOblBP8qyIlL6 { position:relative;display:none; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #vqK9fUMA7orGiPcwan6Z8IoDpBQU1ERh { position:relative; }
#dOJeI2dRSHLCImnvekyJTTa53yI6nc28 { position:relative;display:block; }
#MB1z9JLfAVCEUpgDW0rOZWbDC3ZTsn1O { position:relative;display:block; }
#JXGSEk6P8GuAx0g7OqCCRTXSnW8QPoEe { position:relative;display:block; }
#Jv2HGAh9rIvnxXzEOWdQKqwlXubL6TXU { position:relative;display:block; }
#BZruHmMa2MTptc0VH7BC1MhbvrV3ovgb { position:relative;display:block; }
#ygT2Oo7LXdCgBtELZOMP2sLUCLR68SX7 { position:relative;display:block; }
#NopMOJbaADrSWER7em9DrgZmpFcmPdGn { position:relative;display:block; }
#yoSoA1pCwrnPBwLuTcoLvNSnGGk5e5hT { position:relative;display:block; }
#LfZFEF5lMWBUB6xoDkbCMVXo2zsHizoG { position:relative;display:block; }
#neee8PusG7VWB27PkBFTAZg6ALaOzITa { position:relative;display:block; }
#xrQUANgo13Z5uVehdK04Lc1qKOXKETNC { position:relative;display:block; }
#cT6HeOF6VT9RAOVCKfWBrpPmuiMwLuZz { position:relative;display:block; }
#l0czWKx8iDtCoZFBfpM7QxcBcKuwyL5W { position:relative;display:block; }
#NtDAl2RnRUqFJuae9CebNFwEfzXGDI39 { position:relative;display:block; }
#eZM0yBLEZalHmUO9euTbwlEq6XfDxkcU { position:relative;display:block; }
#P3zu8kzAT5dT10plVUehONIPxoipsd4G { position:relative;display:block; }
#sCGxEXJcTayqtbuQsQgqhtIgHnSrVQEb { position:relative;display:block; }
#gnBuPWZuecIsVGDDoFT217JPFffrBPzT { position:relative;display:block; }
#TB9yBPA7muSi4UmlUMmFNU29vwka6CP9 { position:relative;display:block; }
#lH7lQeaiSKPWQe2g7crSSATz0GTOB1hg { position:relative;display:block; }
#wDq6Z6wXVrHPnzRr0agEhkATFE2D8AP7 { position:relative;display:block; }
#dsQPmAfsQqxewpXvwXVs56wDdxvdO04k { position:relative;display:block; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #qsIInILLS86oVquewwPtGCpNgT5kwI53 { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #CnPg693FoHc76FErGPtsNUKClEIJsT2M { position:relative; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #hlzTpkhy9fEHpDcWmoWEQqarUKyO658I { position:relative;display:block;z-index:15000; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #MK86U0Ozdp4PGaqxt8QnORb8oVT2Rf5I { position:relative;display:block;z-index:15000; }
#RylGdwBkZSyGlwDCRigeBiXb2hy19RDZ { box-sizing:content-box;height:39.5rem;width:35.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:13rem;left:39.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#cNqFI5uHkEn0IgsoPTrqOqciZwrs8EoW { box-sizing:content-box;height:6.4375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:30.8125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QqzcdFi1Li5Re8ZvmFfE6r3ZnSafO1TJ { color:rgba(214,212,191,0.8);display:block;width:20.1875rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:32.5rem;left:4.3125rem;height:3.19921875rem;font-style:normal;display:block; }
#q0x9xZX14KAhU3t1XGqVu0HemIwT8Xcl { position:absolute;display:block;z-index:15014;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:1.12426875rem;width:1.25rem;top:32.75rem;left:1.875rem;overflow:hidden;display:block; }
#reTuCfUWDLwW393x6N8U5w7JzN4XwZlv { box-sizing:content-box;height:6.4375rem;width:26.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:38.5rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gdgVS1P8KdyncJvrga5GHw6F1gQ8fNEr { color:rgba(214,212,191,0.8);display:block;width:20.0625rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:40.1875rem;left:4.3125rem;height:3.19921875rem;font-style:normal;display:block; }
#X3MJfT0VRQIlQsVWrqxNlTI4BREK8zDq { position:absolute;display:block;z-index:15017;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:1.12426875rem;width:1.25rem;top:40.4375rem;left:1.875rem;overflow:hidden;display:block; }
#IDSMinTe6nl0qrXWrPizeHPXSVV1lv06 { box-sizing:content-box;height:6.4375rem;width:26.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:46.3125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Q4C7THRQ4w4Fweu3lId7Gn8WGhTZLaCO { color:rgba(214,212,191,0.8);display:block;width:20.5rem;position:absolute;font-family:"arpona 2";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:48rem;left:4.3125rem;height:3.19921875rem;font-style:normal;display:block; }
#UUxPGJ2fe2QFDmG4HMpxq1alPNDxlLcE { position:absolute;display:block;z-index:15020;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:1.12426875rem;width:1.25rem;top:48.25rem;left:1.875rem;overflow:hidden;display:block; }
#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 { position:relative;display:block; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 { background-color: transparent; background-image: none; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .row .container > .video-iframe-container { display: none; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .row > .video-iframe-container { display: none; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .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); }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 { border-width: 0; border-radius: 0; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .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; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .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:9.0625rem;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; }#DquAKqldr5NnUCiiqnEBvBerxeFF8PEA { position:absolute;display:block;z-index:15001;height:9.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c1523;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; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row .container { background-color: transparent; background-image: none; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row .container > .video-iframe-container { display: none; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row > .video-iframe-container { display: none; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .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); }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row .container { border-width: 0; border-radius: 0; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row .container { font-size:0.875rem;font-family:arial;height:62rem;width:75rem;position:relative;display:block; }#mvoMxlSsP2uSKG7VvPZzWb1wwOkkNRTy { box-sizing:content-box;height:3.1875rem;width:14.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.05);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.05);top:7.625rem;left:30.125rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#HT4a57ILdvlBMuhTI8O8HEoAfIy5sogK { color:rgba(var(--color-tertiary-2),0.8);display:block;width:11.0625rem;position:absolute;font-family:arpona;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:8.4375rem;left:32.75rem;height:1.5996125rem;font-style:normal;display:block; }
#LMAVsJKhQKd32cPutmTGZvFqvXruufTS { position:absolute;display:block;z-index:15024;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:0.625rem;width:0.625rem;top:8.875rem;left:31.375rem;overflow:hidden;display:block; }
#Jg9LXsQWlagRGy1KWnAP2Ni3TP00WSmX { color:#d6d4bf;display:block;width:47.5611875rem;position:absolute;font-family:"big shoulders";font-size:3.5rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:12.125rem;left:13.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(214,212,191,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .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; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"arpona 2";font-weight:400;font-size:1.25rem;color:#d6d4bf;font-style:normal; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"arpona 2";color:rgba(214,212,191,0.8);font-weight:300;font-style:normal; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .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_77ce796c9663edd1226c9a1ca0edb9c47aa28602.svg");background-size:contain !important; }#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-trigger.adaptive-delivery-prevent-bg, #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-trigger.lazyload, #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-trigger.lazyloading { background-image: none; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15025;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:18.416667938233rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ibANtnhek5onnPbUmSrcOJGIJl3cvcNC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #aZEslGPv2teqXb05TfIAd256rG7A56Vo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #HtdHOGB6ZQ0ASSIssdHcy3AzO5gXFNLc { display:block;position:relative; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #zmhtdvz9yv1TRFgfq9ZmET66CSVfygVq {  }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #qum9zE5WyIXVRDLx7iTaEJM8wk34666N {  }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #oZSSxvMCt5pkDVdW9TeVsMKZABBwkpMx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #FLILpot116TZV9QelTT0arlMRuBlJPFA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #cb5D0M4M9yXEKq6Wb7SumzZKeJ2IQHim { display:block;position:relative; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #s1QQCLLcLIROra3eW4841PTwUVKhMluw {  }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #u5LAyqhBzDEGisteebTKTBmDUFnVQOVm { display:none; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #SK5WyABWAQnWbuJWqOa0F3NXgcc6yZgL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #pNe2FFSyen3Ivcoc3RKdRhdD7h8F9e0w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #Lwi7BC6kTs9M50K28JFqw4AgLvEOFzfJ { display:block;position:relative; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ndQQ6bNWVT0ksQ9PTSk7bdptqUZBxfmy {  }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ctrEPFnQtsmAn8ft47LHyK1hxQPZVPgf { display:none; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #Rre7WDo1EnOLmSkhkLo5zpxDM6rPtlTV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #FtC7D8XRT6CUtHTPNRIUyTWkJ5Twn4P5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #MNG7zCMGsWuUGJXpOxXh7Vln5hZW9aRi { display:block;position:relative; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #mgmLLMJ4DPU7ymDZxhSmN4Tm5t6rK4eH {  }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #x96PMKZCXWUQpQpPgQcZHq3EHln1krzq { display:none; }
#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #d6d4bf, #9e9991);background-image: -moz-linear-gradient(100deg, #d6d4bf, #9e9991);background-image: -ms-linear-gradient(100deg, #d6d4bf, #9e9991);background-image: -o-linear-gradient(100deg, #d6d4bf, #9e9991);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4bf', endColorstr='#9e9991' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4bf', endColorstr='#9e9991' );";background-image: linear-gradient(100deg, #d6d4bf, #9e9991);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row .container { background-color: transparent; background-image: none; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row .container > .video-iframe-container { display: none; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row > .video-iframe-container { display: none; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .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); }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row .container { border-width: 0; border-radius: 0; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#qJXKfBVW6EdQMpkd3agD9w39HOmW6T1x { color:rgba(var(--color-primary-2),0.8);display:block;width:15.875rem;position:absolute;font-family:"arpona 2";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.5625rem;left:33.1875rem;height:1.3999rem;font-style:normal;display:block; }
#eK4BPr9lbwPXyXRPo0ZG2B63M1wubOim { color:rgba(var(--color-primary-2),1);display:block;width:14.622375rem;position:absolute;font-family:"arpona 2";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.125rem;left:33.25rem;height:1.3999rem;font-style:normal;display:block; }
#VxLi6PPwGFQNTrPvI2bRXog4tJGaAxma { position:absolute;display:block;z-index:15003;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:3.9375rem;width:6.1875rem;top:1.5rem;left:25.9375rem;overflow:hidden;display:block; }
#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row .container { background-color: transparent; background-image: none; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row .container > .video-iframe-container { display: none; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row > .video-iframe-container { display: none; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .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); }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row .container { border-width: 0; border-radius: 0; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#bm4c1uLNa5S7eCUkwIywXv9OTHfcDxdZ { color:rgba(255,255,255,0.43);display:block;width:75rem;position:absolute;font-family:"arpona 2";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:0.2373046875rem;left:0rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR { display:block; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1Id2kBgn2vq4fCqoITCyTt2aZZPum6k { top:0.8125rem;left:0rem;width:6.1875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJ86AgLfzVyRnQ85Lit5xZHfzu6wStL { top:1.4375rem;left:0rem;width:14.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apsa95KzGwenB4Tvr4kTIalpdCmWSw7H { top:2.875rem;left:0rem;width:15.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMveiDBMQFi53dLczXTLMs71qvqO9vVB { width:14.1875rem;height:3.5rem;top:1.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQUhBWx3g5vlcTInXEx8V6hGU0tbQhsc { display:block; }
 }@media only screen and (max-width: 763px) { #Mk9Ar6UIpq6vUrzQbcUP7GrVrpPLHSSX { width:7.4375rem;height:2.5rem;top:1.5625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F143nPeR3GiJiH57UgxnNP6uET8JLtF9 { display:block; }
 }@media only screen and (max-width: 763px) { #AbeZK6ogRUaik8FrK3Cl6voRDRs1CfrW { width:11.5625rem;height:2.5rem;top:1.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpliW1nXe0KnG4DEzuU6UzmaPr4vSGCD { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HR6L7ZPwuTSECIBsxR0eb3xhQoZIEvWE { top:29.625rem;left:0rem;width:47.75rem;height:9.875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2M2Nw5HAWiTik26xxFeswslKPwKK4Px { top:40.8125rem;left:0rem;width:38.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqhOWpewyKbOfQ06M7eJKwSBo7cQQTUW { top:25.9375rem;left:0rem;width:18.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #at43k5LoWgmft2D7aLdwl7ubJLGJTNiJ { top:25.0625rem;left:0rem;width:21.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxD1EQI84K9xyTqge4QliG4Ereefzyu { width:16.4375rem;height:4.125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRET5qmbIKF0n3w9UdypXbChBln4M1cJ { display:block; }
 }@media only screen and (max-width: 763px) { #B9UQfQGMy0cBQ3M6SH1hnuAI27d4fTt9 { width:16.375rem;height:4.0625rem;top:44.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpLRgncHdy1rVSg0aSGGT3aDyupSuPto { display:block; }
 }@media only screen and (max-width: 763px) { #Pdl76F4eJ3s9KeCyokmpd6nmqzcJigSp { top:26.375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwrcTSRAw5IFBZA0OFfkEmk0dNoIKJP4 { top:51.875rem;left:0rem;width:24.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKtBB8RuiVGoFGJRicKX4WbPMscKg6g1 { top:55.5rem;left:0rem;width:15.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRCgScJfSA3dcZ9c9qZL8Pk4hk66UrV { top:53.5rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT0P1T21FuLZnLtungPa7wXdlNd2SrL1 { top:53.75rem;left:0rem;width:1.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxqV36HvqZNUNJWg1P1hDNuWN8EUGMy { top:52rem;left:11.875rem;width:24.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUbMS7plQnSVAZ7iNGJJE9OhaJQWkGm { top:55.625rem;left:16.25rem;width:15.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyHm02AiVqGSrAIt7ARvbhbaLvE8D2Vi { top:53.625rem;left:16.3125rem;width:14.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLABOHSmaRUK1AGrTfTt1kTRyPOrZSmQ { top:53.875rem;left:13.875rem;width:1.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N328Te4DKi8a9fmOHZEGHep8EJ7NftIZ { top:52rem;left:23.5625rem;width:24.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJr7iJfVaCF1UwbeCAga6p4yuP8wxDDA { top:55.625rem;left:31.8125rem;width:15.9375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFsfQnvxTooPpZb7ZCHMGf3D6QW67yQC { top:53.625rem;left:33.1875rem;width:14.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GWgW0Kqc37bOwWb8N7si6r9IyNSkgQ { top:53.875rem;left:39.3125rem;width:1.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm { display:block; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czacRk1ar1LPH3mTN3TTPDMOAnXQPf7C { top:4.6875rem;left:0rem;width:12.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNClJcegSkBH35Dnn66dFs4TJi1oihMy { top:8.5625rem;left:0rem;width:12.3125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLa0c6KWpZOA1IxAn4U0TrbsndZVA56T { top:8.5625rem;left:18rem;width:11.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiWaHETbwoXKhBQ5PuDDRpuLVkvR5eEt { top:4.6875rem;left:17.5rem;width:12.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVnXzwm3zxd8zSV2GGZwV6TFRq28Tdp1 { top:8.5625rem;left:36rem;width:11.75rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBeFWF8dd7yenoKBr0tN4hS8AR10M3OT { top:4.6875rem;left:35.8125rem;width:11.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur9QpnPPbyM6ThcVsmlIeUpIhC5kSf1C { top:18.25rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw { display:block; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPXwDymTi0kQVoMhKRoceTIpXskATP39 { top:18.25rem;left:0rem;width:47.75rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKJvWcH0iebS00wA0eyJSWpk77d7CWKh { display:block; }#DKJvWcH0iebS00wA0eyJSWpk77d7CWKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9FgxvivnNoE8X6U5E75EhQoy3btMEIo { top:39.5rem;left:0rem;width:36.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5XSpK3FmSwvIf0l0cDzhFNZoJNl23Uu { top:43.125rem;left:0rem;width:30.4375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xec0pHT836wu0uNe3FQH5DdZdTg6NIBX { top:41.125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7IICpS0inhSi2VSqPcNpRG0AFEip95K { top:41.375rem;left:0rem;width:1.25rem;height:1.12426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeHJkBGuROlRsgTXdfEibpgR4d5Xuu7a { top:39.5rem;left:10.9375rem;width:36.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slITu5QXHsvcdUUg9EQTTg4Ho8HKoiNT { top:43.125rem;left:17.25rem;width:30.5rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG8WfbxMHtgPNngncMaSsTAarAO0J2TI { top:41.125rem;left:29.125rem;width:14.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfrAE1aZMH5zMp9cAcnDPMT3OLt8xVD { top:41.375rem;left:26.6875rem;width:1.25rem;height:1.12426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvx99lIyc4evnkZbXnmTwmud3tkzLQ2D { top:49.25rem;left:10.9375rem;width:36.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFzfLDD05LQeRJvwvecZXZ6xQr3FtF6V { top:52.875rem;left:17.25rem;width:30.5rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa5BciPnOwSK73T1MRiFA2LdnmpWoUGq { top:49.25rem;left:0rem;width:36.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhMlRfw59qItwFw2eB3gCqePyJ1iG3l { top:52.875rem;left:0rem;width:30.5rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfraL8WkmqBTy85e4Vog7T3rNDJqN7oH { top:50.875rem;left:29.1875rem;width:14.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeC9KogIT0nE8ZPOFzXLMTbftAsVDBc { top:51.125rem;left:26.75rem;width:1.25rem;height:1.12426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXGNZ9NXFDDHxBKOTaW3uwo2D0iNpQUX { top:50.875rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO8eTt8gHtD3O0nqBwG9cna5gOv3Sz8L { top:51.125rem;left:0rem;width:1.25rem;height:1.12426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHLIgOpX34vHZIVE1TWUoHlTVb3BxUr { top:28.1875rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOoOqTCPvZCuTx7cc5MqU1LWqInLO7NQ { top:30.3125rem;left:4.125rem;width:39.4375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6TGqNIZWQweXlQALdIcWPpxJgKftR2 { top:8.5rem;left:0rem;width:47.75rem;height:18.940833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4lE69y63vsrtcpsuEBMaJBwCUtSHg5t { width:40rem;height:58.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ { display:block; }#nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6m54bxlv8V7QCGTFUylCqTOZRybRKX8 { top:21.375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld5ha0yDOcQu01MiJwM4AnifsRed1ED4 { top:12.75rem;left:0.1875rem;width:47.5625rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1m7VbWPxvi0TkiwSuZcw1UsKw97mzn9 { top:7.9375rem;left:17.8125rem;width:12rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsXAGkUDRe3HqmeV1TsnbfJiScGeGmkD { top:8.8125rem;left:20.4375rem;width:8.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6TTiXFiDat07qqP8DfG9gr6sNTlpQuD { top:9.25rem;left:19.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXakarCRqgnag3irmelEN0gJ7NDbo0aI { top:27rem;left:10.9375rem;width:36.6875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ow0qX8WbyKPOuloX2NWXyEuptLvzO6 { top:45.4375rem;left:27.6875rem;width:17.9375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPw33GzQWK9GDg4ZerHX2tv3HOH2aoAW { top:47.9375rem;left:19.8125rem;width:27.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfIAGyAQUTx3MiabHwcA1cN5oBW06rda { top:27.125rem;left:0rem;width:36.6875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk2HXvvqOXpdQef8hiJ4A3i9HCiQU7d2 { top:48.0625rem;left:0rem;width:27.3125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VoOycOMSekw93TLsZCMFN7L6KBVoTi { top:45.5625rem;left:0rem;width:14.5625rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXhhTPWOqwAyGiKgu6nVMuO89QPg6hrQ { top:55.625rem;left:10.9375rem;width:36.6875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0xGUXR7I6CinLpcatFhblyzRcSKJWw { top:55.75rem;left:0rem;width:36.6875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7vLd6ebUU1SeCx7mZMx3FwzwfNUsgvE { top:76.5625rem;left:23.9375rem;width:23.8125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWaaA0JVdsTeDwqBxzLZJUgcy9S5oxM { top:76.6875rem;left:0rem;width:21.1875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvK0KTL0TlwXTT4srfgQtTN5iBWxyXBu { top:74.0625rem;left:27.6875rem;width:17.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJlcBhNkxXTKWJwW7qQ2w7hJDy4S1d7h { top:74.1875rem;left:0rem;width:20.5625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyrraKlP3liEFsg9ZE7BgxeZBQ8sJbw { width:16.4375rem;height:4.125rem;top:86.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbVXWL5OqRDZ4TG5dA09eVCOhy3pn4xd { display:block; }
 }@media only screen and (max-width: 763px) { #SXihpkmJxU3vTWqMWq7cfVy3G56Bt6LI { top:29.9375rem;left:0rem;width:16.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovhMgqaCiO0FheNwGAEPIimnfZiZxCJT { top:29.9375rem;left:16.6875rem;width:31.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZToTXfKQNrwvpSxlbLwJ81L17S2x881X { top:58.75rem;left:16.6875rem;width:31.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htm3UZSG9AT29d0NVaZWRzSuN2a25NE2 { top:58.75rem;left:0rem;width:31.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzo3vIXx4iF9JLlHNIKJq33l7TmxHpE0 { top:27.125rem;left:0rem;width:36.6875rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVdTfKxRxu1FiONpPgqOk1ABtdWecAJh { top:66.625rem;left:0rem;width:16.3125rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGKm6siJT1esxP0Gersb7rx5uv38NXdf { top:64.375rem;left:0rem;width:14.5625rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCwP4xrPokkO7ppdrcUTnSxkmBIAqcU9 { top:29.9375rem;left:0rem;width:16.375rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LM6BHkGOHiOVRa8zVm3fe7wghThs3LFP { top:27.125rem;left:0rem;width:36.6875rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq0glxQyHXMPgHSTVwRzChS5fSdlpV1f { top:91.125rem;left:0rem;width:16.3125rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ueq4lyhubTwXARPnBZvx8Rth5d4rN8nh { top:88.875rem;left:0rem;width:14.5625rem;height:4rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVcoVMitJlzOLtBkSPRJ37y2QqDlGA6L { top:29.9375rem;left:0rem;width:16.375rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cl5mThcU1r7g8MUFaXylMMbPwN0BxWrR { top:27.125rem;left:0rem;width:36.6875rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPmNbinD11RCVK1m3vhTTF27kFVtZs7N { top:115.6875rem;left:0rem;width:16.3125rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKEiBT7BprwZ9ewAskXJTA8BasGxDXpE { top:113.4375rem;left:0rem;width:14.5625rem;height:4rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9y4TV8sU3dsZd1TZH0gBBL0mae9PT7S { top:29.9375rem;left:0rem;width:16.375rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoJyVt9IWTNr5MyLt6W9x3HmxFDnl35X { top:29.875rem;left:0rem;width:31.0625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuvzLqgmmKssus60UEQ50xlUuo6GpaDM { display:block; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMX5kkly1QcmTrfOC4VOUFK6t4a1Wp2q { top:20.6875rem;left:7.68489074707rem;width:32.3125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlMa2bILXPK80K7Ovmu1ikN3cy4x7xEa { top:12rem;left:0.1875rem;width:47.5rem;height:;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKV3VK66Mmcn9yVdZzfl8V1RzLfze6y4 { top:7.4375rem;left:18.1875rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSAETOkUaf5RzyOtaLyNRzwep6iUiLgh { top:8.25rem;left:20.8125rem;width:7.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl0e38ufUOWTDqRkFd6P7DFKwDCHayVK { top:8.6875rem;left:19.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqWP0VnLbJ7DRyTDGiNgBNLN8etzmv6 { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ARpDhUQeTsbd7c8sT0XmOtLWAiLdo7 { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x95UE09b1ED0FNDMtcDiiD57C4rTxJT9 { top:29.5625rem;left:0rem;width:3.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPPudulm62eCX0wCExsbVqlkI4N7Hr5C { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89ByOMMGmnaFgVUIIkTfA5INbMaNyfD { top:29.75rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1V9KNdeI5WrbAc35z0SCsZbQFaigoA1 { top:29rem;left:23.5rem;width:24.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLWVciGlScxO1BTte5J37ZW2TSmHmUEF { top:36.5rem;left:0rem;width:47.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KogQUfpnT2CzaPauvDsdNzsREQGMM91C { top:38.9375rem;left:0rem;width:29rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uafbTnGprL9bpLVtrJO5VB13uRTlVacM { top:40.125rem;left:28.375rem;width:19.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4vcB9qgumDHGoMxb4gVN6sROsDcvepV { top:40rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7qvqQRog0DsEuZOdWlgJr2BnWLAOTzt { top:38.9375rem;left:0rem;width:8rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVmwhTNM9Tg6E3l1OnQQ9l1TxwBhaM0r { top:39.625rem;left:0rem;width:3.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yATsFKnqy4EVMQJsdGfxIwKOBZaNdhl1 { top:46.625rem;left:0rem;width:47.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ1nqgcb4Dgz4Z9GGI5NZ3EVSI20kzEv { top:49rem;left:0rem;width:29rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygdXnDuOS23DG3tw7OflzZhGt3g8FOAf { top:50.1875rem;left:25.375rem;width:22.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovbSSuVQRDidUTXrAbkPC49OPhJui170 { top:50.0625rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8K1xrmC9tIf46OObPFfgcTfhgGLrSnC { top:49rem;left:0rem;width:8rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowWhNLdnooNvW0Rd0hW4E0oJyVl797W { top:49.75rem;left:0rem;width:3.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOxrNWfO1gZ4bqTcvf8Tm97KKDibAq6o { top:56.6875rem;left:0rem;width:47.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7nbSMf97pZrMvHVA4tptuyDtQe71O92 { top:59.125rem;left:0rem;width:29rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv1QuOn97ybbeOS35DgBK88fzkxEuBtI { top:60.3125rem;left:24.3125rem;width:23.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0TrUDu3shalQPW5qpT5uw03b52HhoP { top:60.25rem;left:0rem;width:22.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iya66WC8NoTGbBwX6keKHZgT4UcgQCXo { top:59.125rem;left:0rem;width:8rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHDdDnUcgqUGXewx76yRR46XnMEehz29 { top:59.8125rem;left:0rem;width:3.25rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUtiBNC0iqg6ZS16DE4dNDdnkZfX9tKv { top:66.9375rem;left:0rem;width:47.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugteB369Wg64NqJmXnw6c02PrVNqdqvA { top:69.3125rem;left:0rem;width:29rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfnD2J6JiWBToN0krJHAu7Zv8CX5STLv { top:69.75rem;left:23.875rem;width:23.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXZzqN1vSZ75SkfAyJQyqSwMDM9z9ea { top:70.3125rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRteFn6zpIORT5buxurAqNOexU9uzhVz { top:69.3125rem;left:0rem;width:8rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMgpQcBSCS7n6ah0BsGsznpoNTUhqXBk { top:70.0625rem;left:0rem;width:3.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISd6xD3DdE2ZRCN8q7oZwNusL9wxsimn { top:77rem;left:0rem;width:47.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSVlR3OgPwHMISfRMiJwVc5akUwN6OaS { top:80.625rem;left:23.9375rem;width:23.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqdsM0El52IWeHBpfFbx9driloFoJII { top:79.4375rem;left:0rem;width:29rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS0EbT9gmgS4MogJy6icfByP8wsL4dHW { top:79.4375rem;left:0rem;width:8rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5MhygulxxkPcfAz6sd4xzBQvf23ZlDK { top:80.4375rem;left:0rem;width:18.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaxUACL3DTVGXekqXvMpTOK8gm1hRJzD { top:80.125rem;left:0rem;width:3.25rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otVxTsgAVR2i2Otkbbvc96G8wOAbyJIZ { top:87.3125rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM5pCiJwgh29fFE7pXMHhRHA7RLf51Eu { top:90.9375rem;left:23.8125rem;width:23.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoDmhiFpON08KlEa2oQGoEwEBSD0kN75 { top:88.9375rem;left:0rem;width:29rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdK2zUTMuATQwKB9Ms3uH9BaQOgfztn { top:89.0625rem;left:0rem;width:8.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTUbJB3rsE5LrOy6AHaOphnRUFl99Kb { top:90.0625rem;left:0rem;width:23rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIcMUUhqAL9xStAetesyL75EUdR7lzD0 { top:90.75rem;left:0rem;width:3.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kloc3N0N6TDrW5RxpeGQWpfznp9mf1mD { top:97.625rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvsOsXy42AmEyEbaTJkXsNcAg2anqVT { top:100.375rem;left:22.9375rem;width:24.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ld5arSVh8IfDh0cWmIydSCL4dsKUFk { top:99.3125rem;left:0rem;width:29rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUx8ksWMguG3ncKce7wbSNXuS768Kvr5 { top:100.4375rem;left:0rem;width:25.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaomgIs6QgOZcns2Z8SRM9ziXgSLxe6F { top:99.375rem;left:0rem;width:8.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3h0SoxAga9StNfLGZ2CFH2NWrHazzr { top:101rem;left:0rem;width:3.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqJGybxJD7wLfywdsL5AXyNkX3Cm93r { top:107.875rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIGi3ZBLgDUEc6v50TTd5Jpoww5zkGtw { top:110.75rem;left:25.25rem;width:22.5rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJZ0L5aLsoiblriu3twEuTpwBfwazUs { top:109.5625rem;left:0rem;width:29rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUlT7udvttSZgrT1H1oTfZNreufkTVBL { top:110.6875rem;left:0rem;width:19.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4C3GASTHMFMlX4D4lXEqLRkNhiovreU { top:109.625rem;left:0rem;width:8.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCL2lp5yO84AokQHLI8gS7SS27GkZ3sD { top:111.25rem;left:0rem;width:3.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSEwT6o8Pv3UmiS0yRmlxSgcHlT88U15 { top:118.125rem;left:0rem;width:47.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdpyLyxtNT7Q9v5LKvDGrJlPrBrc9Rtc { top:121.75rem;left:26.0625rem;width:21.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkpSxQZIGbMITN6rex0RCQMQS2FMAdiN { top:120.5625rem;left:0rem;width:29rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiqiNmlo8h4hQ1qgrQO43GpTgSARqKr { top:120.5625rem;left:0rem;width:8.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI1P2lFBKbqi37KTPkCHT0Zk3sqzbX3l { top:121.5625rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3l1T0wlcwo1lTpJnImgseMlqv5QItFG { top:121.25rem;left:0rem;width:3.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA6pQMKZ5ELv6ccIPf8RAz47h223S9o6 { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #enhpIX97EO4zibP3KtxNUTm9NQSN914A { top:29rem;left:23.5rem;width:24.25rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pD3LLPeluAHXQrKNaxMxdsx9w5rxd2D1 { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFQ2E7aILJnnZdr9937yIHUZ60heSsLD { top:29.75rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvabcnNyfb86VTlZalN31qxloHIdU5Df { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSwmNu97qKnITxdpOGhEhDPW4Fwm8g8i { top:24.5rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sADhyIiHeDWy3e1oz1ExxfHo8OpQQFOu { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4V9PZ2Ek31NaTELHPaxy2NhICUeKCu9 { top:51.6875rem;left:0rem;width:15.375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoMKm5230FVufHuTZp0q8PcAirwWkD8K { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2r9icWS3TDmmOeUnOGiPaoUAMBNMs5p { top:46.75rem;left:0rem;width:11.3125rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EubcnhfGibTkciFuIOAqy4Z2TXhw3wat { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uq9TwEUnlosUVFgw9ATWfStyGM9UtyXX { top:42.8125rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSTem160XXQvlUIbd2biiSCxTi8L2Nv8 { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BROvLnDQ7QRMH4S4es92MRfyWzCmfkwT { top:69.875rem;left:0rem;width:15.375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO0fIaBOo2ZmlXoxtOByA7xskLeEXA14 { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSgDpVXdTL8aUbC2mc9KdO5TDETXSq2S { top:64.9375rem;left:0rem;width:10.25rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4Tm7Nss4OhOtmWUn04wg5gFZuIedMuT { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RattfTTCmhhTD4h8sgXzAXywCcvPOLJ7 { top:61rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI2XXUOrwC67wTvxVfhBTsf2uRILgPee { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQUAqqpvrfgTtUTdQuzqqUnCU1SaQ65k { top:88.0625rem;left:0rem;width:15.375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wk3z7k2ovaSmJ2oWwffSoWiw3adavMG4 { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbCWgwICTKxuw4M0gifP6z44zri14dtK { top:83.125rem;left:0rem;width:10.25rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nybcLRXVi0bA1Z8WhTOrsF5Sv3DONnnC { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1bCwdVoaCQywRaUPtwJPdcnE2H4Em40 { top:79.1875rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6n5FTJoW8nxapTcOcNMoL9WCPBFzabo { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6BNXxxSdR5UTu4zqGOMgZtyEUT9weul { top:104.875rem;left:0rem;width:15.375rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZNUvREqBOtGL2OvDAmbRsVVLHcVx7kG { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyXnOHWiavR5ftdfkCIQizIUNHN0c0RT { top:101.3125rem;left:0rem;width:10.25rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUDCMekPxeTLgIANIkRQ1iJgNALNblrp { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0qPwg4Vw9HztnRGZOpibb0VbaH4Tgob { top:97.375rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvnTTTqwZCX0F8bmTsUzB1ag6xkVp00a { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fN9Vp36EmzuUir0Z3aad0H8bBNrIKeJA { top:124.375rem;left:0rem;width:15.375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fprKt22b90rSTbRUELKazIDy6HdBx4y4 { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIT2LdUMEDvUU9xI4uWNf7J6cvRO1W7I { top:119.4375rem;left:0rem;width:10.25rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdNdEkuyJ03Mab4MW9KTpfzJEX473v90 { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPqhFbQVwwCtiQrL4qOIOhyKfbSnviox { top:115.5rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4OWQTKJe1bhTTTqSJcqthpMsyfddbTV { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR84XxNAkyt7tJd2D7TcwZh7BrlOZWBH { top:142.5rem;left:0rem;width:15.375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNLsK8zH5TWmQBu3bgVgM30kkJqfr89U { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddoaWrlTx45Tw1NMR1dZMxtsBeb2oyaU { top:137.5625rem;left:0rem;width:10.25rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVB7UI7Zr7QJsZ15fyawKOtsLZhVkWd1 { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SugOIcGu45BO8hmSiuH6d7SJ3TD2am7Z { top:133.625rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XotTcT1lKgFagRz9hKZVDdGBHJQ8FHq7 { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T43ucCqEDvnBR2y3EQJmpi7xKFHvVwGR { top:163.5625rem;left:0rem;width:15.375rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XOD7W4EFnUazIGT7w078zdqZH2Kunv { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUxKNEVJl6pOzv4IeV1D08tJiNsqcFmB { top:157rem;left:0rem;width:13.625rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCIrKLdLZXB2T8dz4qJ4qcLx3TDNKfKX { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U75dwccyKTIxV6KNcNlsx2LXdTlzbZRh { top:153.0625rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ze790mMDqwvsxHq6hLgKuzvbsWZ6OHX6 { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ju9atCZbRcs27BTh6IqEcdTBn1uWTLTH { top:187.25rem;left:0rem;width:15.375rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTzyVsJXNKRXuKoWsr4lAUMZSiZfu0c6 { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWqEfTT3mHBREU2khW79iHIkZVpB3Drf { top:180.6875rem;left:0rem;width:13.625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ2nG2SbBpryli2d1zEXFEOJbO0H72P2 { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqlflGxgnVWOtcT44ruDpgMrMECFXpsy { top:176.75rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWI9wUhiRMRwbRTB3d775WSmDHAkyns3 { top:26.4375rem;left:0rem;width:47.625rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tmle3dibtny3hKWLP4avnBaqfHOvMFwh { top:205.125rem;left:0rem;width:15.375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBiUsh4gLQzzyF344ShHtaA2soKT59rv { top:28.8125rem;left:0rem;width:29rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIlWgTuwP67T3FpuvrPrbpXI3PG1ErPt { top:200.1875rem;left:0rem;width:10.25rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GadkZt3klCe1TpHu1SzTG1gMdoV8oJGN { top:28.8125rem;left:0rem;width:8.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aip281cRSV1KnwAKOWNgQhqGbwnBkaOH { top:196.25rem;left:0rem;width:3.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8WEnWzm2Ciyg0H1WPdMPwRrNwr3pM5l { top:39.25rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0ba3MRWGMVkEEh3bxSv1NkBcGd2RtL6 { top:49.3125rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbU3GXkP7eu8XT6GTt8iAh5GsV5PBKgk { top:59.4375rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFs2ofzpQr9mDghmJ5JKRHJ00mH1t5lf { top:79.75rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUoT37FwnfHLMLgaEi40Sxsk3v9rnXg5 { top:90rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5p0e74SmAQcggD92Fnc0LlgmVqiJvP { top:100.3125rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GMWTSL4iJiLtkgCGxVRrhv4Dh5VTAG { top:108.625rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIdvuzWCkoZXn3kyBdC5W3RIW3BTSVe { top:112.25rem;left:30.825958251953rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIKta0ZwmMORFcRtTLeaFMoXzI7osTql { display:block; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTy9Q57DRnKUoF2SlHQU71T9GvK2VXSN { top:0rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg { display:block; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWID9hFqpDobxxqOBazWTuzS8SmER976 { top:13.5rem;left:12rem;width:35.75rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MExvwRBHIAlTk5tvknuFZ6VXcdeO6hoX { top:8.875rem;left:25.0625rem;width:11rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOgpym2CQ2zAgZ7vZ6HA0oQx10oGHg4i { top:9.8125rem;left:27.6875rem;width:7.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTgTTrkTX7n5bgRi0R86SNe9gUd46qUU { top:10.25rem;left:26.3125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZCp1P2Gc8oeqTW6sSwaTVlFKwQU67pB { top:27.3125rem;left:11.5rem;width:36.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8HsWBfanRdsr9CXfAgDGEAKogi2e7z { top:24.75rem;left:25.0625rem;width:17.4375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRfNpP5wgnan8CFgTD4Fdo4TEacu2QvT { top:33.0625rem;left:11.4375rem;width:36.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlS364wmc9I9PfOqv9StNQOQTkDeH0TX { top:43.5rem;left:11.375rem;width:36.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTbyQJ8eEyKP0RoIki2OBAxqpMZUDF2 { top:37.75rem;left:11.5rem;width:36.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXI7JKX35LeFNOG391Gn8htAtUSwzzmE { top:35.1875rem;left:23.375rem;width:24.375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWuE89JL1ETdF5g3pzz33VMJD4vvBVOD { top:48.5rem;left:11.5rem;width:36.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8rCigez1PPKNn81DJGf3kmchA6PAQ7G { top:45.9375rem;left:24.875rem;width:17.4375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfmIuTKwb4gRoZg7HTTaUhViyC2hDWmr { top:8.1875rem;left:0rem;width:32.3125rem;height:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph { display:block; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omSAb19bZzMvVEmvs4DNcDcUpTVUR7R3 { top:22.375rem;left:6.125rem;width:37rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBwKxT4QNNUT9uPpA2OPp8emCK7rume { top:13.4375rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teVTQgcDGPxXTH7xBprFDPslc6p5xvwJ { top:8.75rem;left:12.9375rem;width:21.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJmGSdyLQi8BO7EInZsMWroZgpMtOnM { top:9.6875rem;left:15.5625rem;width:18.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxDiVfUPvv7SEmPIH3Sy63T9f7FSgxZ { top:10.125rem;left:14.1875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhFgVM4DqNJkuI7etnSr8JNAQG2lzofc { width:16.4375rem;height:4.125rem;top:27.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ6sTIx3JDLxEbVORwuSeZuyzTfbEZKT { display:block; }
 }@media only screen and (max-width: 763px) { #wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 { display:block; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy7Q7klutBWGkpSdCpprRpG3MP9Ju6C6 { top:7.5rem;left:18.8125rem;width:10.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDCcWM77f8sU0cWUKuRdqFhT2dQWHGi5 { top:12.0625rem;left:0.125rem;width:47.5rem;height:;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAD2b6o4GX0zdNKuZe84TGLom5QMSdS1 { top:8.75rem;left:20.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5nwAsu7wxsKlI3Xrk14Z9wdHFTnCoba { top:8.3125rem;left:21.4375rem;width:6.8125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKQPiQLTi0kROw3QoChaMHDkyliWRbSv { top:20.8125rem;left:7.6875rem;width:32.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79Xf6FBbVLnd3xsaEyf2UzaWXPOzNuJ { top:17.5625rem;left:0rem;width:17.6875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxFTaioWdsDshqPa6wIHRIhoppEhLZHc { top:67.9375rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTTuV9RSO6S7QyFvg0qrgwSa91bLpzy { top:61.3125rem;left:10.875rem;width:36.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5lT3xAiC3HuVPgE0T3LTQbg9aFaPG3r { top:62.875rem;left:26.3125rem;width:21.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJM1KLWpyeF0a5Wrl0ccQkRTvqpoweTo { top:62.875rem;left:29.069793701172rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9mBayHB9Pst0SVu3teuJ8QlzmJVW1Sh { top:63.1875rem;left:26.6875rem;width:1.25rem;height:1.12291875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E824zeNGF1ovDVkwSNT9lobXKNFmQRMM { top:61.375rem;left:0rem;width:36.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNDhnQJG0b4PH01znSKNwCv5nbvEkKtQ { top:63rem;left:0rem;width:24.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQs1RCDeuJ24OhLgk2q4MNpalowlOsCr { top:63rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0c2v09nyr128QBQFZCx92WQAKHa7UIa { top:63.25rem;left:0rem;width:1.25rem;height:1.12291875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISzEcBuJx9H1LFExAX6p0zWb4xl2ylJ2 { top:55rem;left:0rem;width:36.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp8VwsgHlpbEPfsQtvuyoIB54L6xHG9V { top:54.9375rem;left:10.875rem;width:36.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COoXzhL4rON9IlH8VK1PJLKmAoEsaiwM { top:56.5625rem;left:30.875rem;width:16.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6TSFTgt93JF3XDo1uLEcnxErXx9ahBm { top:56.5625rem;left:29.0625rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTHVBUoGOmiEEc7n5tUDZUnC4TNqvOK { top:56.625rem;left:5.25rem;width:16.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvfTR9yy43CJLaKHxukBueKXZXV40xaq { top:56.625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVRPVqns3d88FNBVrS4to2xw3ICKXMWD { top:56.8125rem;left:26.6875rem;width:1.25rem;height:1.12291875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScioduZ3irryfq1KBtsfxiONIh4re3IM { top:56.875rem;left:0rem;width:1.25rem;height:1.12291875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWNCkA0VyTDsKyoV4Ppu1ZRuXqkdZ9tP { top:27.4375rem;left:0rem;width:21.9375rem;height:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvtt0QkiograZiKuk5v486KXtT2bx65a { top:57.1875rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxMs6FobemMlZMVcJd4AVgaRmmhXhdp1 { top:55.1875rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #czKs6HpbsDrHlGKN8nve2u7UdlX4WkiG { top:29.3125rem;left:0rem;width:1rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRxE1F46uqChf1WTgCth7K1viUt5FvId { top:27.4375rem;left:0rem;width:21.9375rem;height:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eX1qs1ozrgM11vslCnMS1BQq3TBRitKh { top:56.9375rem;left:0rem;width:12.3125rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRmI4O4wa1i3e8UxV7OkzqpFn0gMag9i { top:62.5rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9BLMvUu9pSo55esDyGWtBNlgTEXfULA { top:29.3125rem;left:0rem;width:1rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kG3MOlfclV5FIufDCEuivP9OOSrXT27r { top:27.4375rem;left:0rem;width:21.9375rem;height:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2iImV0ZqJL2bATS3hJ5CsKLxczBw7s9 { top:64.5rem;left:0rem;width:13.625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbHQr4SCX7Wv5nHp6HhhLli4OQOBuM6o { top:70.0625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpuTZbE3tl2n7FycFPfwxZJU7xQ4XNyI { top:29.3125rem;left:0rem;width:1rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7QCcCet9pmkAKUn1tPh1p0NVexqzXRO { top:27.4375rem;left:0rem;width:21.9375rem;height:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT5c1XTcXaSmOET945TfBDvQEp81cvmp { top:79.4375rem;left:0rem;width:12.3125rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdx23JHBzivqBbnM1huUGisr9C03DMrm { top:77.625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXPzePO9sSECroFeF8o5I7IUiTPUdeVG { top:29.3125rem;left:0rem;width:1rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4EpyabCGE6pfAEJ5FsO5rl4igWJ0eoB { top:17.625rem;left:0rem;width:47.75rem;height:26.97875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssDskSnneI1GacK49w1vPpaVlvFi3P7d { display:block; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWCveOlDumPhSBrryhXIgn6wmpRAXOsA { top:8.5rem;left:16.625rem;width:16.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZXdqe7Ib2PZxgHJUfzR1LW4oBBMrOC2 { top:9.4375rem;left:19.25rem;width:13.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuCcfTl7ErdtrxdoHq9veKhW4pTg7lP { top:9.875rem;left:17.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNSPsCMpVapy8IexnHNkbRtUQdATkR1T { top:13rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWP2cwIRawSThplapMa3qQ92gKhvNxGd { top:159.1875rem;left:0rem;width:14.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcgRBhyHCasd36f4yNXcC4xQ3UFfLUHX { top:159.25rem;left:16rem;width:14.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVuMaK6okOgaAgCLmuWTiTtxPlxlzSKf { top:159.1875rem;left:33.1875rem;width:14.5rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALIzgDuKWUmUMDTE9A61xUCdJxKC5uhT { top:153.0625rem;left:17.875rem;width:10.8125rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkc9TMF7mx8ZOz1RduJVOkFkmeD7yCEx { top:149.6875rem;left:0rem;width:47.625rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxXMMs1JgVLie6JQofLiF71qDTiv3Mci { top:24.6875rem;left:0rem;width:47.625rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl3tFuZnOTTVClAmc4GRmNsrhzWTVkZc { top:33.5rem;left:16.01953125rem;width:18.125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VUIOhxWeUiHeOqTrECVOMHdtsC6kOT { top:33.5625rem;left:0rem;width:18.125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0V1xyttXMutrZEyxFbs0VQsnCI6mkGG { top:33.625rem;left:29.9375rem;width:17.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OBibtNfsWHbnZUTMS2KtU9iedio5MS { top:27.75rem;left:13.3125rem;width:21.1875rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl5MaBTDQbXSKVD1g83kfHgmDSvruH8w { top:59rem;left:0rem;width:47.625rem;height:88.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uesaEZhCUAWrelxhlRx0yzaCuxf4LEXV { top:68.6875rem;left:33.0625rem;width:14.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2JbdcXxfHqwwAkQWhR2T8fhfVTyOfSn { top:68.625rem;left:25.125rem;width:14.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTySMUhCow4C0qoWD6XJrA6oW5EGxAc { top:62.1875rem;left:16.6875rem;width:14.375rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL5SaTRVDDC2xDb9AED07DMMFHVtdc1G { top:68.6875rem;left:7.9375rem;width:14.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDGXJHzEAOXGMRkXuGoaoNvs8NgTOK8h { top:68.625rem;left:0rem;width:14.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQZzt0vKmsH0I8qddbPAZxZBqpRGQPa6 { top:84.0625rem;left:0rem;width:14.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8D8vf6RzatJ6Wcgu86fksHq4aBbaCBH { top:84.125rem;left:7.8125rem;width:14.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5HWeSdQd3GGScdmlE6dwSvg1JkJV4kF { top:84.0625rem;left:25rem;width:14.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhFN76gJhQTxT2JlIx8KiHXlIU2IZp1r { top:84.125rem;left:33.0625rem;width:14.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfXS7BeqtO4VBQFZlphTHEyGAc9sHM1K { top:99.5rem;left:7.9375rem;width:14.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktbV5SWNir6mIDQzT6TnI0dgyXK1BDh8 { top:99.4375rem;left:0rem;width:14.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN1wMtK0ILI8ayMtTsTciFfRczccgJvg { top:114.875rem;left:0rem;width:14.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVsrOUGhxDSSs5SA3EkUS6MaXiLqoOCS { top:114.9375rem;left:7.8125rem;width:14.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGbSP6klXv5sOPG1ROI73ZoSqCHf5Xs2 { top:114.875rem;left:25rem;width:14.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLT7T7dcw42ygwwtmfHFMcxUo3A6ZVOk { top:99.4375rem;left:25.125rem;width:14.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8J6wPARLo9AnkT5SZdaPRepeKDSW4U { top:99.5rem;left:33.0625rem;width:14.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWhs0Npxpo1LoTcGsbQ0DNRBdOqOZ7i4 { top:114.9375rem;left:33.375rem;width:14.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUJbqVmdPSn03r5SLnNaUbpc0PU9CPgD { top:130.625rem;left:7.8125rem;width:14.125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8lf1cZXWKSPh3uJF34fJVaeu6TsZCgO { top:130.5rem;left:25.03125rem;width:14.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc89bAQi4rf8vla3xuW1kn5c2gnpTfvU { top:180.125rem;left:0rem;width:47.625rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEHeA9Qc9SFSxkMkRVM9G8cBmBdXKcO { top:189.6875rem;left:15.8125rem;width:14.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmziTewIs1344OJ80mNr9l0Lmq8qw5fR { top:183.75rem;left:12.3125rem;width:22.0625rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhysHLGSNtuxOgJv111VlizulbwTRsto { top:84.0625rem;left:25rem;width:14.75rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRax6MqCqOqwHEuZS2XieKM2gHFXlv5T { top:84.125rem;left:33.0625rem;width:14.375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPZ804Kb9EseNM6Jd18bpdtTRxAw3u7p { top:84.0625rem;left:25rem;width:14.4375rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THqhctg8Sy1sSROwooufwH25gMxQzfGG { top:84.125rem;left:33.0625rem;width:14.6875rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbxtW2L8ksvfOk7BLXVd8GWLrZpV9o42 { top:84.0625rem;left:25rem;width:14.75rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THT9N0XBFozdWsR4W5vFJMXmyWqzW5KH { top:84.125rem;left:33.0625rem;width:14.6875rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSRJvWnbzFM0l0ECbX9l2IDl64Ur7Me2 { top:84.0625rem;left:25rem;width:14.4375rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh96GTtUlHMkfSTq9O5oiBf5eD5XXatJ { top:84.125rem;left:33.0625rem;width:14.375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7cTUCITdQ6imoxB7e6kT9vJNGmtXCal { top:84.0625rem;left:25rem;width:14.4375rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6KCXy9S756297RNpWGP0sGmmC0aUw37 { top:84.125rem;left:33.0625rem;width:14.6875rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5CPvTn88w5plm8N0etWSOXiXGQWIE0g { display:block; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i79mTtfWNihvxGC38MHzICIH8LH3sCMp { top:0rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0rScGal362vNnIygT4oobPVn1QQpGPE { display:block; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQTftM0EcVBJybvGGncVngutc9x0RfnH { top:25.25rem;left:0rem;width:33.9375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf4bLkApJ8KtOyf3TeMA0k2zagD8d7ZP { top:12.625rem;left:0rem;width:35.3125rem;height:;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAA1IvzOXru9AJxvhcOT0tMpOEiTeoUx { top:8.1875rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hboJaz4a062JX6rd3Orrk82qBssUCdB0 { top:9rem;left:0rem;width:7.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi3ZybJERwcAmIhFwMnaN4WiKsLKewi2 { top:9.4375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-regular-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-text { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-text {padding-top: 0; padding-bottom: 0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-textarea { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-select { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-select {padding-top: 0; padding-bottom: 0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-button { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr  { width:27.625rem;height:auto;top:17.0625rem;left:17.625rem; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .radio-container { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr {display:block;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr { width:27.625rem;height:auto;top:17.0625rem;left:17.625rem; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #GwIPGUsTsyRJSr7txF8XLfIKeCR1wHMf {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #GRIE2Pbr6wg6r33AGv7GEZzl4KmC1RHo {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #PuWrCPsKa4BLuQiczdd7D0kIKJx6Uepr {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ZASvx8IGgAArmtuJyymSUipOnG6u3GSp {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #RQxe6K0PROcngfEhm0Zeg6pBsveGsQoz {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #mVnVTEwIo9JAsQtXzw35baXLurAGnuai {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #XPaJh6H97TDebQ14Bl8elFidleqqgBBa {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #b5bnddhFFvrtLPSVdvLHf6qGVqGgwKaE {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ivFt5t7AWOHTGWSsismEppPLFJrUZRUb {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #odWTlcdENUzWGD1Ck37Zfpps5ho0tdch {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ORZ6aHHh3AdgRTKxZbriuQBfAlpnclvF {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #s6ugOvQRbcpidaug2ASXA5XoDubPdw0T {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #bqVRAHZQ2APVkq2hVNFZDkRh6smblWUk {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #x2WI6cr6BKvXkrwDENXhOblBP8qyIlL6 {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #vqK9fUMA7orGiPcwan6Z8IoDpBQU1ERh {  }
 }@media only screen and (max-width: 763px) { #dOJeI2dRSHLCImnvekyJTTa53yI6nc28 { display:block; }
 }@media only screen and (max-width: 763px) { #MB1z9JLfAVCEUpgDW0rOZWbDC3ZTsn1O { display:block; }
 }@media only screen and (max-width: 763px) { #JXGSEk6P8GuAx0g7OqCCRTXSnW8QPoEe { display:block; }
 }@media only screen and (max-width: 763px) { #Jv2HGAh9rIvnxXzEOWdQKqwlXubL6TXU { display:block; }
 }@media only screen and (max-width: 763px) { #BZruHmMa2MTptc0VH7BC1MhbvrV3ovgb { display:block; }
 }@media only screen and (max-width: 763px) { #ygT2Oo7LXdCgBtELZOMP2sLUCLR68SX7 { display:block; }
 }@media only screen and (max-width: 763px) { #NopMOJbaADrSWER7em9DrgZmpFcmPdGn { display:block; }
 }@media only screen and (max-width: 763px) { #yoSoA1pCwrnPBwLuTcoLvNSnGGk5e5hT { display:block; }
 }@media only screen and (max-width: 763px) { #LfZFEF5lMWBUB6xoDkbCMVXo2zsHizoG { display:block; }
 }@media only screen and (max-width: 763px) { #neee8PusG7VWB27PkBFTAZg6ALaOzITa { display:block; }
 }@media only screen and (max-width: 763px) { #xrQUANgo13Z5uVehdK04Lc1qKOXKETNC { display:block; }
 }@media only screen and (max-width: 763px) { #cT6HeOF6VT9RAOVCKfWBrpPmuiMwLuZz { display:block; }
 }@media only screen and (max-width: 763px) { #l0czWKx8iDtCoZFBfpM7QxcBcKuwyL5W { display:block; }
 }@media only screen and (max-width: 763px) { #NtDAl2RnRUqFJuae9CebNFwEfzXGDI39 { display:block; }
 }@media only screen and (max-width: 763px) { #eZM0yBLEZalHmUO9euTbwlEq6XfDxkcU { display:block; }
 }@media only screen and (max-width: 763px) { #P3zu8kzAT5dT10plVUehONIPxoipsd4G { display:block; }
 }@media only screen and (max-width: 763px) { #sCGxEXJcTayqtbuQsQgqhtIgHnSrVQEb { display:block; }
 }@media only screen and (max-width: 763px) { #gnBuPWZuecIsVGDDoFT217JPFffrBPzT { display:block; }
 }@media only screen and (max-width: 763px) { #TB9yBPA7muSi4UmlUMmFNU29vwka6CP9 { display:block; }
 }@media only screen and (max-width: 763px) { #lH7lQeaiSKPWQe2g7crSSATz0GTOB1hg { display:block; }
 }@media only screen and (max-width: 763px) { #wDq6Z6wXVrHPnzRr0agEhkATFE2D8AP7 { display:block; }
 }@media only screen and (max-width: 763px) { #dsQPmAfsQqxewpXvwXVs56wDdxvdO04k { display:block; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #qsIInILLS86oVquewwPtGCpNgT5kwI53 {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #CnPg693FoHc76FErGPtsNUKClEIJsT2M {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #hlzTpkhy9fEHpDcWmoWEQqarUKyO658I {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #MK86U0Ozdp4PGaqxt8QnORb8oVT2Rf5I {  }
 }@media only screen and (max-width: 763px) { #RylGdwBkZSyGlwDCRigeBiXb2hy19RDZ { top:13rem;left:11.8125rem;width:35.8125rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNqFI5uHkEn0IgsoPTrqOqciZwrs8EoW { top:30.8125rem;left:0rem;width:26.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqzcdFi1Li5Re8ZvmFfE6r3ZnSafO1TJ { top:32.5rem;left:0rem;width:20.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0x9xZX14KAhU3t1XGqVu0HemIwT8Xcl { top:32.75rem;left:0rem;width:1.25rem;height:1.12395625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTuCfUWDLwW393x6N8U5w7JzN4XwZlv { top:38.5rem;left:0rem;width:26.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdgVS1P8KdyncJvrga5GHw6F1gQ8fNEr { top:40.1875rem;left:0rem;width:20.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3MJfT0VRQIlQsVWrqxNlTI4BREK8zDq { top:40.4375rem;left:0rem;width:1.25rem;height:1.12395625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDSMinTe6nl0qrXWrPizeHPXSVV1lv06 { top:46.3125rem;left:0rem;width:26.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4C7THRQ4w4Fweu3lId7Gn8WGhTZLaCO { top:48rem;left:0rem;width:20.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUxPGJ2fe2QFDmG4HMpxq1alPNDxlLcE { top:48.25rem;left:0rem;width:1.25rem;height:1.12395625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 { display:block; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DquAKqldr5NnUCiiqnEBvBerxeFF8PEA { top:0rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7GlogA5t8446nT4ttlGRVcNemnDTeL { display:block; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvoMxlSsP2uSKG7VvPZzWb1wwOkkNRTy { top:7.625rem;left:16.5rem;width:14.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT4a57ILdvlBMuhTI8O8HEoAfIy5sogK { top:8.4375rem;left:19.125rem;width:11.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAVsJKhQKd32cPutmTGZvFqvXruufTS { top:8.875rem;left:17.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg9LXsQWlagRGy1KWnAP2Ni3TP00WSmX { top:12.125rem;left:0.125rem;width:47.5rem;height:;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 { display:flex;height:auto;width:27.8125rem;top:24.8125rem;left:3.7083282470703rem; }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ibANtnhek5onnPbUmSrcOJGIJl3cvcNC {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #aZEslGPv2teqXb05TfIAd256rG7A56Vo {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #HtdHOGB6ZQ0ASSIssdHcy3AzO5gXFNLc {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #zmhtdvz9yv1TRFgfq9ZmET66CSVfygVq {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #qum9zE5WyIXVRDLx7iTaEJM8wk34666N {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #oZSSxvMCt5pkDVdW9TeVsMKZABBwkpMx {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #FLILpot116TZV9QelTT0arlMRuBlJPFA {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #cb5D0M4M9yXEKq6Wb7SumzZKeJ2IQHim {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #s1QQCLLcLIROra3eW4841PTwUVKhMluw {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #u5LAyqhBzDEGisteebTKTBmDUFnVQOVm {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #SK5WyABWAQnWbuJWqOa0F3NXgcc6yZgL {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #pNe2FFSyen3Ivcoc3RKdRhdD7h8F9e0w {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #Lwi7BC6kTs9M50K28JFqw4AgLvEOFzfJ {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ndQQ6bNWVT0ksQ9PTSk7bdptqUZBxfmy {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ctrEPFnQtsmAn8ft47LHyK1hxQPZVPgf {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #Rre7WDo1EnOLmSkhkLo5zpxDM6rPtlTV {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #FtC7D8XRT6CUtHTPNRIUyTWkJ5Twn4P5 {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #MNG7zCMGsWuUGJXpOxXh7Vln5hZW9aRi {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #mgmLLMJ4DPU7ymDZxhSmN4Tm5t6rK4eH {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #x96PMKZCXWUQpQpPgQcZHq3EHln1krzq {  }
 }@media only screen and (max-width: 763px) { #Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg { display:block; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJXKfBVW6EdQMpkd3agD9w39HOmW6T1x { top:3.5625rem;left:19.5625rem;width:15.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK4BPr9lbwPXyXRPo0ZG2B63M1wubOim { top:2.125rem;left:19.625rem;width:14.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLi6PPwGFQNTrPvI2bRXog4tJGaAxma { top:1.5rem;left:12.3125rem;width:6.1875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad { display:block; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bm4c1uLNa5S7eCUkwIywXv9OTHfcDxdZ { top:0.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XiuGrS2Q1Ac8O70FSkGElwNrEmeQtivR > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1Id2kBgn2vq4fCqoITCyTt2aZZPum6k { width:4.875rem;height:3.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJ86AgLfzVyRnQ85Lit5xZHfzu6wStL { width:14.5625rem;height:1.3999rem;top:1.125rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apsa95KzGwenB4Tvr4kTIalpdCmWSw7H { width:14.5625rem;height:1.3999rem;top:2.5625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMveiDBMQFi53dLczXTLMs71qvqO9vVB { width:14.1875rem;height:3.5rem;top:19.234375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQUhBWx3g5vlcTInXEx8V6hGU0tbQhsc { display:block; }
 }@media only screen and (max-width: 763px) { #Mk9Ar6UIpq6vUrzQbcUP7GrVrpPLHSSX { width:7.4375rem;height:2.5rem;top:15.484375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F143nPeR3GiJiH57UgxnNP6uET8JLtF9 { display:block; }
 }@media only screen and (max-width: 763px) { #AbeZK6ogRUaik8FrK3Cl6voRDRs1CfrW { width:7.4375rem;height:2.5rem;top:11.734375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpliW1nXe0KnG4DEzuU6UzmaPr4vSGCD { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5983cb5a-f961-445e-b468-e0da849f256e/HeroBackground.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.11); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.11); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HR6L7ZPwuTSECIBsxR0eb3xhQoZIEvWE { width:20rem;height:6.599125rem;top:20.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2M2Nw5HAWiTik26xxFeswslKPwKK4Px { width:18.9375rem;height:3.19921875rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqhOWpewyKbOfQ06M7eJKwSBo7cQQTUW { width:16.125rem;height:1.3999rem;top:17.1875rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #at43k5LoWgmft2D7aLdwl7ubJLGJTNiJ { width:19.6875rem;height:2.75rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxD1EQI84K9xyTqge4QliG4Ereefzyu { width:20rem;height:4.125rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRET5qmbIKF0n3w9UdypXbChBln4M1cJ { display:block; }
 }@media only screen and (max-width: 763px) { #B9UQfQGMy0cBQ3M6SH1hnuAI27d4fTt9 { width:19.95833375rem;height:3.95833375rem;top:37.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpLRgncHdy1rVSg0aSGGT3aDyupSuPto { display:block; }
 }@media only screen and (max-width: 763px) { #Pdl76F4eJ3s9KeCyokmpd6nmqzcJigSp { width:0.625rem;height:0.625rem;top:17.57421875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwrcTSRAw5IFBZA0OFfkEmk0dNoIKJP4 { width:19.9375rem;height:7.4375rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKtBB8RuiVGoFGJRicKX4WbPMscKg6g1 { width:13rem;height:2.79980625rem;top:46.625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRCgScJfSA3dcZ9c9qZL8Pk4hk66UrV { width:14.5625rem;height:1.3999rem;top:44.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT0P1T21FuLZnLtungPa7wXdlNd2SrL1 { width:1.125rem;height:1.0625rem;top:45.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxqV36HvqZNUNJWg1P1hDNuWN8EUGMy { width:19.875rem;height:7.4375rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUbMS7plQnSVAZ7iNGJJE9OhaJQWkGm { width:14rem;height:2.79980625rem;top:55.1875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyHm02AiVqGSrAIt7ARvbhbaLvE8D2Vi { width:14.5625rem;height:1.3999rem;top:53.4375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLABOHSmaRUK1AGrTfTt1kTRyPOrZSmQ { width:1.1875rem;height:1.1875rem;top:53.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N328Te4DKi8a9fmOHZEGHep8EJ7NftIZ { width:19.9375rem;height:8.875rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJr7iJfVaCF1UwbeCAga6p4yuP8wxDDA { width:11.75rem;height:4.19970625rem;top:63.8125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFsfQnvxTooPpZb7ZCHMGf3D6QW67yQC { width:14.5625rem;height:1.3999rem;top:62.0625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GWgW0Kqc37bOwWb8N7si6r9IyNSkgQ { width:1rem;height:1.3125rem;top:62.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm { display:block; }#o7GCoTNinFeAPFgwLQ1ztpIIB7vpx9Cm > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czacRk1ar1LPH3mTN3TTPDMOAnXQPf7C { width:12.1875rem;height:2.75rem;top:3.5rem;left:3.9375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNClJcegSkBH35Dnn66dFs4TJi1oihMy { width:15rem;height:5.09911875rem;top:7rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLa0c6KWpZOA1IxAn4U0TrbsndZVA56T { width:11.75rem;height:3.3994125rem;top:17.875rem;left:4.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiWaHETbwoXKhBQ5PuDDRpuLVkvR5eEt { width:10.5rem;height:2.75rem;top:14.5625rem;left:4.75rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVnXzwm3zxd8zSV2GGZwV6TFRq28Tdp1 { width:11.75rem;height:5.09911875rem;top:26.875rem;left:4.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBeFWF8dd7yenoKBr0tN4hS8AR10M3OT { width:4.75rem;height:2.75rem;top:23.4375rem;left:7.625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ur9QpnPPbyM6ThcVsmlIeUpIhC5kSf1C { width:20rem;height:9.0625rem;top:37.0390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw { display:block; }#Tpnek0zAZnOr5km91ZCbuKORcWxf2Xdw > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPXwDymTi0kQVoMhKRoceTIpXskATP39 { width:20rem;height:5.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DKJvWcH0iebS00wA0eyJSWpk77d7CWKh { display:none; }#DKJvWcH0iebS00wA0eyJSWpk77d7CWKh > .row .container { width:20rem;height:74.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J9FgxvivnNoE8X6U5E75EhQoy3btMEIo { width:19.875rem;height:8.1875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5XSpK3FmSwvIf0l0cDzhFNZoJNl23Uu { width:14.875rem;height:4.19921875rem;top:37.1875rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xec0pHT836wu0uNe3FQH5DdZdTg6NIBX { width:14.5625rem;height:1.3997375rem;top:35.5rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7IICpS0inhSi2VSqPcNpRG0AFEip95K { width:1.25rem;height:1.1237rem;top:35.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeHJkBGuROlRsgTXdfEibpgR4d5Xuu7a { width:19.875rem;height:8.1875rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slITu5QXHsvcdUUg9EQTTg4Ho8HKoiNT { width:15.4375rem;height:4.19921875rem;top:46.4375rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG8WfbxMHtgPNngncMaSsTAarAO0J2TI { width:14.5625rem;height:1.3997375rem;top:44.75rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfrAE1aZMH5zMp9cAcnDPMT3OLt8xVD { width:1.25rem;height:1.1237rem;top:45rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvx99lIyc4evnkZbXnmTwmud3tkzLQ2D { width:19.875rem;height:8.1875rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFzfLDD05LQeRJvwvecZXZ6xQr3FtF6V { width:15.375rem;height:4.19921875rem;top:65rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wa5BciPnOwSK73T1MRiFA2LdnmpWoUGq { width:19.875rem;height:8.1875rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhMlRfw59qItwFw2eB3gCqePyJ1iG3l { width:15.4375rem;height:4.19921875rem;top:55.6875rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfraL8WkmqBTy85e4Vog7T3rNDJqN7oH { width:14.5625rem;height:1.3997375rem;top:63.3125rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeC9KogIT0nE8ZPOFzXLMTbftAsVDBc { width:1.25rem;height:1.1237rem;top:63.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXGNZ9NXFDDHxBKOTaW3uwo2D0iNpQUX { width:14.5625rem;height:1.3997375rem;top:54rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO8eTt8gHtD3O0nqBwG9cna5gOv3Sz8L { width:1.25rem;height:1.1237rem;top:54.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHLIgOpX34vHZIVE1TWUoHlTVb3BxUr { width:18.1875rem;height:9rem;top:23.312501907349rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOoOqTCPvZCuTx7cc5MqU1LWqInLO7NQ { width:14.3125rem;height:6.9986875rem;top:24.312501907349rem;left:2.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6TGqNIZWQweXlQALdIcWPpxJgKftR2 { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4lE69y63vsrtcpsuEBMaJBwCUtSHg5t { top:4.20703125rem;left:0rem;width:20rem;height:29.0625rem;z-index:14999;overflow:hidden;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ { display:none; }#nopMeuBRT13gORqBdrHNXCEgo4Z0mOcJ > .row .container { width:20rem;height:132.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k6m54bxlv8V7QCGTFUylCqTOZRybRKX8 { width:20rem;height:7.9948125rem;top:15.6875rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ld5ha0yDOcQu01MiJwM4AnifsRed1ED4 { width:20rem;height:6.597625rem;top:8.1875rem;left:0.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1m7VbWPxvi0TkiwSuZcw1UsKw97mzn9 { width:10.75rem;height:2.875rem;top:3.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsXAGkUDRe3HqmeV1TsnbfJiScGeGmkD { width:7.625rem;height:1.3997375rem;top:4.75rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6TTiXFiDat07qqP8DfG9gr6sNTlpQuD { width:0.625rem;height:0.625rem;top:5.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXakarCRqgnag3irmelEN0gJ7NDbo0aI { width:19.875rem;height:26.875rem;top:64.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6ow0qX8WbyKPOuloX2NWXyEuptLvzO6 { width:17.9375rem;height:0;top:82.625rem;left:2.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPw33GzQWK9GDg4ZerHX2tv3HOH2aoAW { width:20rem;height:0;top:85.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfIAGyAQUTx3MiabHwcA1cN5oBW06rda { width:20.125rem;height:23.3125rem;top:25.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk2HXvvqOXpdQef8hiJ4A3i9HCiQU7d2 { width:16.3125rem;height:3.19791875rem;top:43.4375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VoOycOMSekw93TLsZCMFN7L6KBVoTi { width:14.5625rem;height:2rem;top:41.1875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXhhTPWOqwAyGiKgu6nVMuO89QPg6hrQ { width:19.875rem;height:26.875rem;top:120.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wO0xGUXR7I6CinLpcatFhblyzRcSKJWw { width:19.875rem;height:26.875rem;top:92.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7vLd6ebUU1SeCx7mZMx3FwzwfNUsgvE { width:20rem;height:0;top:141.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyWaaA0JVdsTeDwqBxzLZJUgcy9S5oxM { width:20rem;height:0;top:113.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvK0KTL0TlwXTT4srfgQtTN5iBWxyXBu { width:17.4375rem;height:0;top:139.1875rem;left:2.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJlcBhNkxXTKWJwW7qQ2w7hJDy4S1d7h { width:20rem;height:0;top:110.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAyrraKlP3liEFsg9ZE7BgxeZBQ8sJbw { width:20rem;height:4.125rem;top:124.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbVXWL5OqRDZ4TG5dA09eVCOhy3pn4xd { display:block; }
 }@media only screen and (max-width: 763px) { #SXihpkmJxU3vTWqMWq7cfVy3G56Bt6LI { width:16.125rem;height:12.5625rem;top:27.3125rem;left:2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ovhMgqaCiO0FheNwGAEPIimnfZiZxCJT { width:20rem;height:8.410125rem;top:67.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZToTXfKQNrwvpSxlbLwJ81L17S2x881X { width:20rem;height:8.410125rem;top:123.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #htm3UZSG9AT29d0NVaZWRzSuN2a25NE2 { width:20rem;height:8.410125rem;top:95.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fzo3vIXx4iF9JLlHNIKJq33l7TmxHpE0 { width:20.125rem;height:23.3125rem;top:49.75rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WVdTfKxRxu1FiONpPgqOk1ABtdWecAJh { width:16.3125rem;height:3.19791875rem;top:68rem;left:2rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #DGKm6siJT1esxP0Gersb7rx5uv38NXdf { width:14.5625rem;height:2rem;top:65.75rem;left:2rem;font-size:1.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #uCwP4xrPokkO7ppdrcUTnSxkmBIAqcU9 { width:15.9375rem;height:12.5625rem;top:51.875rem;left:2rem;overflow:hidden;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LM6BHkGOHiOVRa8zVm3fe7wghThs3LFP { width:20.125rem;height:23.3125rem;top:74.25rem;left:0.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0glxQyHXMPgHSTVwRzChS5fSdlpV1f { width:16.3125rem;height:3.19791875rem;top:92.5rem;left:2.0625rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Ueq4lyhubTwXARPnBZvx8Rth5d4rN8nh { width:16.5625rem;height:2rem;top:90.25rem;left:2.0625rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #sVcoVMitJlzOLtBkSPRJ37y2QqDlGA6L { width:15.9375rem;height:12.5625rem;top:76.375rem;left:2.0625rem;overflow:hidden;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Cl5mThcU1r7g8MUFaXylMMbPwN0BxWrR { width:20.125rem;height:23.3125rem;top:98.8125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NPmNbinD11RCVK1m3vhTTF27kFVtZs7N { width:16.3125rem;height:3.19791875rem;top:117.0625rem;left:1.9375rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #rKEiBT7BprwZ9ewAskXJTA8BasGxDXpE { width:15.75rem;height:2rem;top:114.8125rem;left:1.9375rem;font-size:1.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #f9y4TV8sU3dsZd1TZH0gBBL0mae9PT7S { width:15.9375rem;height:12.5625rem;top:100.9375rem;left:1.9375rem;overflow:hidden;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #DoJyVt9IWTNr5MyLt6W9x3HmxFDnl35X { width:20rem;height:8.4507042253521rem;top:130.93490600586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuvzLqgmmKssus60UEQ50xlUuo6GpaDM { display:block; }#NuvzLqgmmKssus60UEQ50xlUuo6GpaDM > .row .container { width:20rem;height:213.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMX5kkly1QcmTrfOC4VOUFK6t4a1Wp2q { width:19.4375rem;height:4.798825rem;top:15.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlMa2bILXPK80K7Ovmu1ikN3cy4x7xEa { width:17.25rem;height:6.599125rem;top:7.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DKV3VK66Mmcn9yVdZzfl8V1RzLfze6y4 { width:10.125rem;height:2.9375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSAETOkUaf5RzyOtaLyNRzwep6iUiLgh { width:6.875rem;height:1.3999rem;top:4.5rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl0e38ufUOWTDqRkFd6P7DFKwDCHayVK { width:0.625rem;height:0.625rem;top:4.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqWP0VnLbJ7DRyTDGiNgBNLN8etzmv6 { width:20rem;height:17rem;top:21.5rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #T3ARpDhUQeTsbd7c8sT0XmOtLWAiLdo7 { width:5.875rem;height:3.0625rem;top:23.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x95UE09b1ED0FNDMtcDiiD57C4rTxJT9 { width:3.25rem;height:0;top:24.375rem;left:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPPudulm62eCX0wCExsbVqlkI4N7Hr5C { width:13.6875rem;height:3.0625rem;top:27.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t89ByOMMGmnaFgVUIIkTfA5INbMaNyfD { width:11.3125rem;height:0;top:28.3125rem;left:3.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1V9KNdeI5WrbAc35z0SCsZbQFaigoA1 { width:15.375rem;height:0;top:32rem;left:2.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLWVciGlScxO1BTte5J37ZW2TSmHmUEF { width:19.875rem;height:8.625rem;top:55.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KogQUfpnT2CzaPauvDsdNzsREQGMM91C { width:19.875rem;height:3.4375rem;top:58.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uafbTnGprL9bpLVtrJO5VB13uRTlVacM { width:20rem;height:0;top:58.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4vcB9qgumDHGoMxb4gVN6sROsDcvepV { width:18.75rem;height:0;top:59rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7qvqQRog0DsEuZOdWlgJr2BnWLAOTzt { width:8rem;height:3.4375rem;top:58.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVmwhTNM9Tg6E3l1OnQQ9l1TxwBhaM0r { width:3.25rem;height:0;top:58.75rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yATsFKnqy4EVMQJsdGfxIwKOBZaNdhl1 { width:19.875rem;height:8.625rem;top:65.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ1nqgcb4Dgz4Z9GGI5NZ3EVSI20kzEv { width:19.875rem;height:3.4375rem;top:68.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygdXnDuOS23DG3tw7OflzZhGt3g8FOAf { width:20rem;height:0;top:69.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovbSSuVQRDidUTXrAbkPC49OPhJui170 { width:18.75rem;height:0;top:69.0625rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8K1xrmC9tIf46OObPFfgcTfhgGLrSnC { width:8rem;height:3.4375rem;top:68.125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MowWhNLdnooNvW0Rd0hW4E0oJyVl797W { width:3.4375rem;height:0;top:68.8125rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOxrNWfO1gZ4bqTcvf8Tm97KKDibAq6o { width:19.875rem;height:8.625rem;top:75.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7nbSMf97pZrMvHVA4tptuyDtQe71O92 { width:19.875rem;height:3.4375rem;top:78.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wv1QuOn97ybbeOS35DgBK88fzkxEuBtI { width:20rem;height:0;top:78.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #it0TrUDu3shalQPW5qpT5uw03b52HhoP { width:18.75rem;height:0;top:79.0625rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iya66WC8NoTGbBwX6keKHZgT4UcgQCXo { width:8rem;height:3.4375rem;top:78.125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHDdDnUcgqUGXewx76yRR46XnMEehz29 { width:3.25rem;height:0;top:78.8125rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUtiBNC0iqg6ZS16DE4dNDdnkZfX9tKv { width:19.875rem;height:8.625rem;top:85.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugteB369Wg64NqJmXnw6c02PrVNqdqvA { width:19.875rem;height:3.4375rem;top:88.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfnD2J6JiWBToN0krJHAu7Zv8CX5STLv { width:20rem;height:0;top:88.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwXZzqN1vSZ75SkfAyJQyqSwMDM9z9ea { width:18.75rem;height:0;top:89.125rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRteFn6zpIORT5buxurAqNOexU9uzhVz { width:8rem;height:3.4375rem;top:88.1875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMgpQcBSCS7n6ah0BsGsznpoNTUhqXBk { width:3.25rem;height:0;top:88.875rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISd6xD3DdE2ZRCN8q7oZwNusL9wxsimn { width:19.875rem;height:8.625rem;top:95.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSVlR3OgPwHMISfRMiJwVc5akUwN6OaS { width:20rem;height:0;top:98.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIqdsM0El52IWeHBpfFbx9driloFoJII { width:19.875rem;height:3.4375rem;top:98.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MS0EbT9gmgS4MogJy6icfByP8wsL4dHW { width:8rem;height:3.4375rem;top:98.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5MhygulxxkPcfAz6sd4xzBQvf23ZlDK { width:18.75rem;height:0;top:99.1875rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaxUACL3DTVGXekqXvMpTOK8gm1hRJzD { width:3.25rem;height:0;top:98.9375rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #otVxTsgAVR2i2Otkbbvc96G8wOAbyJIZ { width:19.875rem;height:8.625rem;top:105.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oM5pCiJwgh29fFE7pXMHhRHA7RLf51Eu { width:20rem;height:0;top:108.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoDmhiFpON08KlEa2oQGoEwEBSD0kN75 { width:19.875rem;height:3.4375rem;top:108.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIdK2zUTMuATQwKB9Ms3uH9BaQOgfztn { width:8rem;height:3.4375rem;top:108.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmTUbJB3rsE5LrOy6AHaOphnRUFl99Kb { width:18.75rem;height:0;top:109.1875rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIcMUUhqAL9xStAetesyL75EUdR7lzD0 { width:3.25rem;height:0;top:108.9375rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kloc3N0N6TDrW5RxpeGQWpfznp9mf1mD { width:19.875rem;height:8.6875rem;top:115.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNvsOsXy42AmEyEbaTJkXsNcAg2anqVT { width:20rem;height:0;top:118.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3ld5arSVh8IfDh0cWmIydSCL4dsKUFk { width:19.875rem;height:3.5rem;top:118.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUx8ksWMguG3ncKce7wbSNXuS768Kvr5 { width:18.75rem;height:0;top:119.25rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaomgIs6QgOZcns2Z8SRM9ziXgSLxe6F { width:8.0625rem;height:3.4375rem;top:118.3125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC3h0SoxAga9StNfLGZ2CFH2NWrHazzr { width:3.25rem;height:0;top:119rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkqJGybxJD7wLfywdsL5AXyNkX3Cm93r { width:19.875rem;height:8.6875rem;top:126rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIGi3ZBLgDUEc6v50TTd5Jpoww5zkGtw { width:20rem;height:0;top:128.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNJZ0L5aLsoiblriu3twEuTpwBfwazUs { width:19.875rem;height:3.5rem;top:128.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUlT7udvttSZgrT1H1oTfZNreufkTVBL { width:18.75rem;height:0;top:129.375rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4C3GASTHMFMlX4D4lXEqLRkNhiovreU { width:8.0625rem;height:3.4375rem;top:128.4375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCL2lp5yO84AokQHLI8gS7SS27GkZ3sD { width:3.25rem;height:0;top:129.125rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSEwT6o8Pv3UmiS0yRmlxSgcHlT88U15 { width:19.875rem;height:8.6875rem;top:136.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdpyLyxtNT7Q9v5LKvDGrJlPrBrc9Rtc { width:20rem;height:0;top:139.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkpSxQZIGbMITN6rex0RCQMQS2FMAdiN { width:19.875rem;height:3.5rem;top:138.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxiqiNmlo8h4hQ1qgrQO43GpTgSARqKr { width:8.0625rem;height:3.4375rem;top:138.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LI1P2lFBKbqi37KTPkCHT0Zk3sqzbX3l { width:18.75rem;height:0;top:139.4375rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3l1T0wlcwo1lTpJnImgseMlqv5QItFG { width:3.25rem;height:0;top:139.1875rem;left:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pA6pQMKZ5ELv6ccIPf8RAz47h223S9o6 { width:20rem;height:17rem;top:21.625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #enhpIX97EO4zibP3KtxNUTm9NQSN914A { width:15.375rem;height:4.798825rem;top:32.125rem;left:2.125rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pD3LLPeluAHXQrKNaxMxdsx9w5rxd2D1 { width:13.6875rem;height:3.0625rem;top:27.5625rem;left:2.1875rem;z-index:15015;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQ2E7aILJnnZdr9937yIHUZ60heSsLD { width:11.3125rem;height:1.3999rem;top:28.4375rem;left:3.625rem;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #IvabcnNyfb86VTlZalN31qxloHIdU5Df { width:5.875rem;height:3.0625rem;top:23.75rem;left:2.1875rem;z-index:15014;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSwmNu97qKnITxdpOGhEhDPW4Fwm8g8i { width:3.25rem;height:1.5996125rem;top:24.5rem;left:3.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sADhyIiHeDWy3e1oz1ExxfHo8OpQQFOu { width:20.125rem;height:16.875rem;top:39.9375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #C4V9PZ2Ek31NaTELHPaxy2NhICUeKCu9 { width:15.375rem;height:3.19921875rem;top:51.687501907349rem;left:2.1875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #KoMKm5230FVufHuTZp0q8PcAirwWkD8K { width:15.5rem;height:4.3125rem;top:46.3125rem;left:2.25rem;z-index:15021;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2r9icWS3TDmmOeUnOGiPaoUAMBNMs5p { width:10.25rem;height:2.79980625rem;top:47.1875rem;left:3.6875rem;font-size:0.875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #EubcnhfGibTkciFuIOAqy4Z2TXhw3wat { width:5.875rem;height:3.0625rem;top:42.0625rem;left:2.1875rem;z-index:15020;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq9TwEUnlosUVFgw9ATWfStyGM9UtyXX { width:3.25rem;height:1.5996125rem;top:42.8125rem;left:3.5625rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tSTem160XXQvlUIbd2biiSCxTi8L2Nv8 { width:20.125rem;height:16.875rem;top:58.125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #BROvLnDQ7QRMH4S4es92MRfyWzCmfkwT { width:15.375rem;height:3.19921875rem;top:69.875rem;left:2.1875rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #dO0fIaBOo2ZmlXoxtOByA7xskLeEXA14 { width:15.5rem;height:4.3125rem;top:64.4375rem;left:2.1875rem;z-index:15027;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSgDpVXdTL8aUbC2mc9KdO5TDETXSq2S { width:10.25rem;height:2.79980625rem;top:65.25rem;left:3.625rem;font-size:0.875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #k4Tm7Nss4OhOtmWUn04wg5gFZuIedMuT { width:5.875rem;height:3.0625rem;top:60.25rem;left:2.1875rem;z-index:15026;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RattfTTCmhhTD4h8sgXzAXywCcvPOLJ7 { width:3.25rem;height:1.5996125rem;top:61rem;left:3.5625rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #AI2XXUOrwC67wTvxVfhBTsf2uRILgPee { width:20.125rem;height:16.875rem;top:76.3125rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #pQUAqqpvrfgTtUTdQuzqqUnCU1SaQ65k { width:15.375rem;height:3.19921875rem;top:88.0625rem;left:2.1875rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #wk3z7k2ovaSmJ2oWwffSoWiw3adavMG4 { width:15.5rem;height:4.3125rem;top:82.6875rem;left:2.25rem;z-index:15033;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbCWgwICTKxuw4M0gifP6z44zri14dtK { width:10.25rem;height:2.79980625rem;top:83.5625rem;left:3.6875rem;font-size:0.875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #nybcLRXVi0bA1Z8WhTOrsF5Sv3DONnnC { width:5.875rem;height:3.0625rem;top:78.4375rem;left:2.1875rem;z-index:15032;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1bCwdVoaCQywRaUPtwJPdcnE2H4Em40 { width:3.25rem;height:1.5996125rem;top:79.1875rem;left:3.5625rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #A6n5FTJoW8nxapTcOcNMoL9WCPBFzabo { width:20rem;height:16.875rem;top:94.500025749206rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #x6BNXxxSdR5UTu4zqGOMgZtyEUT9weul { width:15.375rem;height:4.798825rem;top:104.93749237061rem;left:1.95703125rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #tZNUvREqBOtGL2OvDAmbRsVVLHcVx7kG { width:15.5rem;height:3.0625rem;top:100.4375rem;left:1.875rem;z-index:15033;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyXnOHWiavR5ftdfkCIQizIUNHN0c0RT { width:10.25rem;height:1.3999rem;top:101.3125rem;left:3.3125rem;font-size:0.875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #RUDCMekPxeTLgIANIkRQ1iJgNALNblrp { width:5.875rem;height:3.0625rem;top:96.625rem;left:1.875rem;z-index:15032;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qPwg4Vw9HztnRGZOpibb0VbaH4Tgob { width:3.25rem;height:1.5996125rem;top:97.375rem;left:3.25rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #AvnTTTqwZCX0F8bmTsUzB1ag6xkVp00a { width:20rem;height:16.875rem;top:112.625rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fN9Vp36EmzuUir0Z3aad0H8bBNrIKeJA { width:15.375rem;height:3.19921875rem;top:124.375rem;left:2.1875rem;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #fprKt22b90rSTbRUELKazIDy6HdBx4y4 { width:15.5rem;height:4.3125rem;top:119rem;left:2.25rem;z-index:15039;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIT2LdUMEDvUU9xI4uWNf7J6cvRO1W7I { width:10.25rem;height:2.79980625rem;top:119.875rem;left:3.6875rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #OdNdEkuyJ03Mab4MW9KTpfzJEX473v90 { width:5.875rem;height:3.0625rem;top:114.75rem;left:2.1875rem;z-index:15038;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPqhFbQVwwCtiQrL4qOIOhyKfbSnviox { width:3.25rem;height:1.5996125rem;top:115.5rem;left:3.5625rem;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #G4OWQTKJe1bhTTTqSJcqthpMsyfddbTV { width:20rem;height:18.1875rem;top:130.75rem;left:-0.125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #bR84XxNAkyt7tJd2D7TcwZh7BrlOZWBH { width:15.375rem;height:3.19921875rem;top:144.125rem;left:1.96875rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #XNLsK8zH5TWmQBu3bgVgM30kkJqfr89U { width:15.5625rem;height:5.9375rem;top:137.25rem;left:2.25rem;z-index:15045;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddoaWrlTx45Tw1NMR1dZMxtsBeb2oyaU { width:13.625rem;height:4.19970625rem;top:138.125rem;left:3.6875rem;font-size:0.875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #NVB7UI7Zr7QJsZ15fyawKOtsLZhVkWd1 { width:5.875rem;height:3.0625rem;top:132.875rem;left:2.0625rem;z-index:15044;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SugOIcGu45BO8hmSiuH6d7SJ3TD2am7Z { width:3.25rem;height:1.5996125rem;top:133.625rem;left:3.4375rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #XotTcT1lKgFagRz9hKZVDdGBHJQ8FHq7 { width:20rem;height:22.5rem;top:150.1875rem;left:-0.1875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #T43ucCqEDvnBR2y3EQJmpi7xKFHvVwGR { width:15.375rem;height:6.3984375rem;top:164.9179725647rem;left:2.03125rem;font-size:1rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #E1XOD7W4EFnUazIGT7w078zdqZH2Kunv { width:15.625rem;height:7.3125rem;top:156.125rem;left:2rem;z-index:15051;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUxKNEVJl6pOzv4IeV1D08tJiNsqcFmB { width:13.625rem;height:5.5996125rem;top:157rem;left:3.4375rem;font-size:0.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #MCIrKLdLZXB2T8dz4qJ4qcLx3TDNKfKX { width:5.875rem;height:3.0625rem;top:152.3125rem;left:2rem;z-index:15050;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U75dwccyKTIxV6KNcNlsx2LXdTlzbZRh { width:3.25rem;height:1.5996125rem;top:153.0625rem;left:3.375rem;font-size:1rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #ze790mMDqwvsxHq6hLgKuzvbsWZ6OHX6 { width:20rem;height:18.1875rem;top:173.875rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Ju9atCZbRcs27BTh6IqEcdTBn1uWTLTH { width:15.375rem;height:4.798825rem;top:185.625rem;left:2.0625rem;font-size:1rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #qTzyVsJXNKRXuKoWsr4lAUMZSiZfu0c6 { width:15.5625rem;height:4.3125rem;top:179.8125rem;left:2.1875rem;z-index:15051;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqEfTT3mHBREU2khW79iHIkZVpB3Drf { width:13.625rem;height:2.79980625rem;top:180.6875rem;left:3.625rem;font-size:0.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #cZ2nG2SbBpryli2d1zEXFEOJbO0H72P2 { width:5.875rem;height:3.0625rem;top:176rem;left:2.1875rem;z-index:15050;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqlflGxgnVWOtcT44ruDpgMrMECFXpsy { width:3.25rem;height:1.5996125rem;top:176.75rem;left:3.5625rem;font-size:1rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #MWI9wUhiRMRwbRTB3d775WSmDHAkyns3 { width:20rem;height:16.875rem;top:193.375rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Tmle3dibtny3hKWLP4avnBaqfHOvMFwh { width:15.375rem;height:3.19921875rem;top:205.125rem;left:2.1875rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #OBiUsh4gLQzzyF344ShHtaA2soKT59rv { width:15.5rem;height:4.3125rem;top:199.3125rem;left:2.1875rem;z-index:15045;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIlWgTuwP67T3FpuvrPrbpXI3PG1ErPt { width:10.25rem;height:2.79980625rem;top:200.1875rem;left:3.625rem;font-size:0.875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #GadkZt3klCe1TpHu1SzTG1gMdoV8oJGN { width:5.875rem;height:3.0625rem;top:195.5rem;left:2.1875rem;z-index:15044;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aip281cRSV1KnwAKOWNgQhqGbwnBkaOH { width:3.25rem;height:1.5996125rem;top:196.25rem;left:3.5625rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #m8WEnWzm2Ciyg0H1WPdMPwRrNwr3pM5l { width:3.4375rem;height:3.4375rem;top:41.873937606811rem;left:14.130859673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0ba3MRWGMVkEEh3bxSv1NkBcGd2RtL6 { width:3.4375rem;height:3.4375rem;top:60.060749053955rem;left:14.130859673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbU3GXkP7eu8XT6GTt8iAh5GsV5PBKgk { width:3.4375rem;height:3.4375rem;top:78.24979400635rem;left:14.130859673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFs2ofzpQr9mDghmJ5JKRHJ00mH1t5lf { width:3.4375rem;height:3.4375rem;top:114.56161689758rem;left:14.130859673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUoT37FwnfHLMLgaEi40Sxsk3v9rnXg5 { width:3.4375rem;height:3.4375rem;top:132.68665122986rem;left:14.130859673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5p0e74SmAQcggD92Fnc0LlgmVqiJvP { width:3.4375rem;height:3.4375rem;top:152.12454223632rem;left:14.130859673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GMWTSL4iJiLtkgCGxVRrhv4Dh5VTAG { width:3.4375rem;height:3.4375rem;top:175.81163406372rem;left:14.130859673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIdvuzWCkoZXn3kyBdC5W3RIW3BTSVe { width:3.4375rem;height:3.4375rem;top:175.81164360046rem;left:10.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIKta0ZwmMORFcRtTLeaFMoXzI7osTql { display:block; }#oIKta0ZwmMORFcRtTLeaFMoXzI7osTql > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTy9Q57DRnKUoF2SlHQU71T9GvK2VXSN { width:20rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg { display:block; }#TUrz6fXpEy0UBKQ18TsFqTfHnQEZuwNg > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWID9hFqpDobxxqOBazWTuzS8SmER976 { width:20rem;height:6.599125rem;top:7.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MExvwRBHIAlTk5tvknuFZ6VXcdeO6hoX { width:10.125rem;height:2.875rem;top:3.3633022308349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOgpym2CQ2zAgZ7vZ6HA0oQx10oGHg4i { width:6.875rem;height:1.3999rem;top:4.1875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTgTTrkTX7n5bgRi0R86SNe9gUd46qUU { width:0.625rem;height:0.625rem;top:4.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZCp1P2Gc8oeqTW6sSwaTVlFKwQU67pB { width:18.625rem;height:6.3984375rem;top:19rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8HsWBfanRdsr9CXfAgDGEAKogi2e7z { width:17.4375rem;height:2rem;top:16.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRfNpP5wgnan8CFgTD4Fdo4TEacu2QvT { width:20rem;height:0.0625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlS364wmc9I9PfOqv9StNQOQTkDeH0TX { width:20rem;height:0.0625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTbyQJ8eEyKP0RoIki2OBAxqpMZUDF2 { width:20rem;height:4.798825rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXI7JKX35LeFNOG391Gn8htAtUSwzzmE { width:20rem;height:2rem;top:29.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWuE89JL1ETdF5g3pzz33VMJD4vvBVOD { width:18.0625rem;height:4.798825rem;top:43.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8rCigez1PPKNn81DJGf3kmchA6PAQ7G { width:17.4375rem;height:2rem;top:40.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfmIuTKwb4gRoZg7HTTaUhViyC2hDWmr { width:20rem;height:28.471375rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph { display:block; }#ilM8oaP8uTqEFQwpiMye3ApkdT9yH4ph > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omSAb19bZzMvVEmvs4DNcDcUpTVUR7R3 { width:18.5625rem;height:6.3984375rem;top:15.0625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPBwKxT4QNNUT9uPpA2OPp8emCK7rume { width:20rem;height:4.3994125rem;top:9.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teVTQgcDGPxXTH7xBprFDPslc6p5xvwJ { width:19.375rem;height:2.875rem;top:5.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJmGSdyLQi8BO7EInZsMWroZgpMtOnM { width:15.875rem;height:1.3999rem;top:6.25rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRxDiVfUPvv7SEmPIH3Sy63T9f7FSgxZ { width:0.625rem;height:0.625rem;top:6.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhFgVM4DqNJkuI7etnSr8JNAQG2lzofc { width:18.4375rem;height:4.125rem;top:23.8125rem;left:0.78125rem;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qJ6sTIx3JDLxEbVORwuSeZuyzTfbEZKT { display:block; }
 }@media only screen and (max-width: 763px) { #wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 { display:block; }#wmQXiH9LmAAhq36tAqA6pLeRoNoUMco3 > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy7Q7klutBWGkpSdCpprRpG3MP9Ju6C6 { width:9.3125rem;height:2.875rem;top:3.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDCcWM77f8sU0cWUKuRdqFhT2dQWHGi5 { width:17.686625rem;height:6.599125rem;top:8.0371103286744rem;left:1.1555990576744rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAD2b6o4GX0zdNKuZe84TGLom5QMSdS1 { width:0.625rem;height:0.625rem;top:5.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5nwAsu7wxsKlI3Xrk14Z9wdHFTnCoba { width:6.8125rem;height:1.3999rem;top:4.6875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKQPiQLTi0kROw3QoChaMHDkyliWRbSv { width:20rem;height:4.798825rem;top:15.872436523438rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T79Xf6FBbVLnd3xsaEyf2UzaWXPOzNuJ { width:19.9375rem;height:35.3125rem;top:16.493490219116rem;left:0rem;overflow:hidden;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GxFTaioWdsDshqPa6wIHRIhoppEhLZHc { width:20rem;height:21.875rem;top:77.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTTuV9RSO6S7QyFvg0qrgwSa91bLpzy { width:19.875rem;height:4.8125rem;top:103.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5lT3xAiC3HuVPgE0T3LTQbg9aFaPG3r { width:16.875rem;height:0;top:104.8125rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FJM1KLWpyeF0a5Wrl0ccQkRTvqpoweTo { width:14.5625rem;height:0;top:104.8125rem;left:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9mBayHB9Pst0SVu3teuJ8QlzmJVW1Sh { width:1.25rem;height:1.1237rem;top:105.0625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E824zeNGF1ovDVkwSNT9lobXKNFmQRMM { width:19.875rem;height:4.8125rem;top:97rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNDhnQJG0b4PH01znSKNwCv5nbvEkKtQ { width:20rem;height:0;top:98.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AQs1RCDeuJ24OhLgk2q4MNpalowlOsCr { width:14.5625rem;height:0;top:98.625rem;left:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0c2v09nyr128QBQFZCx92WQAKHa7UIa { width:1.25rem;height:1.1237rem;top:98.875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISzEcBuJx9H1LFExAX6p0zWb4xl2ylJ2 { width:19.875rem;height:4.8125rem;top:82.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rp8VwsgHlpbEPfsQtvuyoIB54L6xHG9V { width:19.875rem;height:4.8125rem;top:82.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #COoXzhL4rON9IlH8VK1PJLKmAoEsaiwM { width:16.875rem;height:0;top:84.4375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x6TSFTgt93JF3XDo1uLEcnxErXx9ahBm { width:14.5625rem;height:0;top:84.4375rem;left:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFTHVBUoGOmiEEc7n5tUDZUnC4TNqvOK { width:16.1875rem;height:0;top:90.875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NvfTR9yy43CJLaKHxukBueKXZXV40xaq { width:14.5625rem;height:0;top:92.375rem;left:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVRPVqns3d88FNBVrS4to2xw3ICKXMWD { width:1.25rem;height:1.1237rem;top:84.687480926513rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScioduZ3irryfq1KBtsfxiONIh4re3IM { width:1.25rem;height:1.1237rem;top:84.75rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWNCkA0VyTDsKyoV4Ppu1ZRuXqkdZ9tP { width:20.1875rem;height:6.3125rem;top:46.1875rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Rvtt0QkiograZiKuk5v486KXtT2bx65a { width:12.3125rem;height:1.5996125rem;top:49.5rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #bxMs6FobemMlZMVcJd4AVgaRmmhXhdp1 { width:14.5625rem;height:1.5996125rem;top:47.6875rem;left:3.9375rem;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #czKs6HpbsDrHlGKN8nve2u7UdlX4WkiG { width:1rem;height:1.3125rem;top:47.8125rem;left:1.5rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PRxE1F46uqChf1WTgCth7K1viUt5FvId { width:20.1875rem;height:6.3125rem;top:53.625rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #eX1qs1ozrgM11vslCnMS1BQq3TBRitKh { width:12.3125rem;height:1.5996125rem;top:56.9375rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #VRmI4O4wa1i3e8UxV7OkzqpFn0gMag9i { width:14.5625rem;height:1.5996125rem;top:55.125rem;left:3.9375rem;font-size:1rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #m9BLMvUu9pSo55esDyGWtBNlgTEXfULA { width:1rem;height:1.3125rem;top:55.25rem;left:1.5rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kG3MOlfclV5FIufDCEuivP9OOSrXT27r { width:20.3125rem;height:6.3125rem;top:61.1875rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #G2iImV0ZqJL2bATS3hJ5CsKLxczBw7s9 { width:13.625rem;height:1.5996125rem;top:64.5rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #gbHQr4SCX7Wv5nHp6HhhLli4OQOBuM6o { width:14.5625rem;height:1.5996125rem;top:62.6875rem;left:3.9375rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MpuTZbE3tl2n7FycFPfwxZJU7xQ4XNyI { width:1rem;height:1.3125rem;top:62.8125rem;left:1.5rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x7QCcCet9pmkAKUn1tPh1p0NVexqzXRO { width:20.25rem;height:7.8125rem;top:68.75rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #CT5c1XTcXaSmOET945TfBDvQEp81cvmp { width:11rem;height:3.19921875rem;top:72.0625rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Vdx23JHBzivqBbnM1huUGisr9C03DMrm { width:14.5625rem;height:1.5996125rem;top:70.25rem;left:3.9375rem;font-size:1rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #mXPzePO9sSECroFeF8o5I7IUiTPUdeVG { width:1rem;height:1.3125rem;top:70.375rem;left:1.5rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t4EpyabCGE6pfAEJ5FsO5rl4igWJ0eoB { width:20rem;height:11.3rem;top:109.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssDskSnneI1GacK49w1vPpaVlvFi3P7d { display:block; }#ssDskSnneI1GacK49w1vPpaVlvFi3P7d > .row .container { width:20rem;height:176.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWCveOlDumPhSBrryhXIgn6wmpRAXOsA { width:14.875rem;height:2.9375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZXdqe7Ib2PZxgHJUfzR1LW4oBBMrOC2 { width:11.75rem;height:1.3999rem;top:4.8125rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuCcfTl7ErdtrxdoHq9veKhW4pTg7lP { width:0.625rem;height:0.625rem;top:5.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNSPsCMpVapy8IexnHNkbRtUQdATkR1T { width:20rem;height:6.599125rem;top:8.1653642654419rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWP2cwIRawSThplapMa3qQ92gKhvNxGd { width:9.375rem;height:8.3125rem;top:138.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcgRBhyHCasd36f4yNXcC4xQ3UFfLUHX { width:9.5rem;height:8.3125rem;top:138.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVuMaK6okOgaAgCLmuWTiTtxPlxlzSKf { width:9.5rem;height:8.5625rem;top:148.0625038147rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALIzgDuKWUmUMDTE9A61xUCdJxKC5uhT { width:8.0625rem;height:2.3999rem;top:134.9375rem;left:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkc9TMF7mx8ZOz1RduJVOkFkmeD7yCEx { width:19.875rem;height:28rem;top:149.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxXMMs1JgVLie6JQofLiF71qDTiv3Mci { width:20.0625rem;height:24.6875rem;top:118.43619918823rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nl3tFuZnOTTVClAmc4GRmNsrhzWTVkZc { width:9.5rem;height:8.375rem;top:22.000000476837rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VUIOhxWeUiHeOqTrECVOMHdtsC6kOT { width:9.5rem;height:8.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0V1xyttXMutrZEyxFbs0VQsnCI6mkGG { width:9.5rem;height:8.375rem;top:31.145834445953rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OBibtNfsWHbnZUTMS2KtU9iedio5MS { width:20rem;height:2.3999rem;top:18.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl5MaBTDQbXSKVD1g83kfHgmDSvruH8w { width:19.875rem;height:88.125rem;top:59rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uesaEZhCUAWrelxhlRx0yzaCuxf4LEXV { width:9.5rem;height:8.4375rem;top:56rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2JbdcXxfHqwwAkQWhR2T8fhfVTyOfSn { width:9.5rem;height:8.4375rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTySMUhCow4C0qoWD6XJrA6oW5EGxAc { width:14.375rem;height:2.3999rem;top:42.8125rem;left:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL5SaTRVDDC2xDb9AED07DMMFHVtdc1G { width:9.3125rem;height:8.25rem;top:46.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DDGXJHzEAOXGMRkXuGoaoNvs8NgTOK8h { width:9.3125rem;height:8.4375rem;top:46.5rem;left:10.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AQZzt0vKmsH0I8qddbPAZxZBqpRGQPa6 { width:9.3125rem;height:8.4375rem;top:65.4375rem;left:10.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H8D8vf6RzatJ6Wcgu86fksHq4aBbaCBH { width:9.3125rem;height:8.4375rem;top:65.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z5HWeSdQd3GGScdmlE6dwSvg1JkJV4kF { width:9.5rem;height:8.4375rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhFN76gJhQTxT2JlIx8KiHXlIU2IZp1r { width:9.5rem;height:8.4375rem;top:74.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfXS7BeqtO4VBQFZlphTHEyGAc9sHM1K { width:14.375rem;height:13rem;top:143rem;left:2.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ktbV5SWNir6mIDQzT6TnI0dgyXK1BDh8 { width:14.75rem;height:13.125rem;top:142.9375rem;left:2.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EN1wMtK0ILI8ayMtTsTciFfRczccgJvg { width:14.4375rem;height:12.875rem;top:158.375rem;left:2.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fVsrOUGhxDSSs5SA3EkUS6MaXiLqoOCS { width:14.375rem;height:12.8125rem;top:158.4375rem;left:2.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LGbSP6klXv5sOPG1ROI73ZoSqCHf5Xs2 { width:14.4375rem;height:13.0625rem;top:158.375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLT7T7dcw42ygwwtmfHFMcxUo3A6ZVOk { width:14.4375rem;height:13.0625rem;top:143rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dq8J6wPARLo9AnkT5SZdaPRepeKDSW4U { width:14.6875rem;height:13.0625rem;top:143rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWhs0Npxpo1LoTcGsbQ0DNRBdOqOZ7i4 { width:14.375rem;height:13rem;top:158.4375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUJbqVmdPSn03r5SLnNaUbpc0PU9CPgD { width:14.125rem;height:12.8125rem;top:174.125rem;left:2.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #y8lf1cZXWKSPh3uJF34fJVaeu6TsZCgO { width:14.4375rem;height:12.875rem;top:174rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gc89bAQi4rf8vla3xuW1kn5c2gnpTfvU { width:19.875rem;height:28rem;top:180.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlEHeA9Qc9SFSxkMkRVM9G8cBmBdXKcO { width:9.5rem;height:8.5625rem;top:164.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmziTewIs1344OJ80mNr9l0Lmq8qw5fR { width:20rem;height:2.3999rem;top:160.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhysHLGSNtuxOgJv111VlizulbwTRsto { width:9.5rem;height:8.4375rem;top:84.375rem;left:0rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sRax6MqCqOqwHEuZS2XieKM2gHFXlv5T { width:9.3125rem;height:8.4375rem;top:84.375rem;left:10.5rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JPZ804Kb9EseNM6Jd18bpdtTRxAw3u7p { width:9.3125rem;height:8.4375rem;top:93.8125rem;left:0rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #THqhctg8Sy1sSROwooufwH25gMxQzfGG { width:9.5rem;height:8.4375rem;top:93.8125rem;left:10.5rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbxtW2L8ksvfOk7BLXVd8GWLrZpV9o42 { width:9.5rem;height:8.4375rem;top:103.1875rem;left:0rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #THT9N0XBFozdWsR4W5vFJMXmyWqzW5KH { width:9.5rem;height:8.4375rem;top:103.1875rem;left:10.5rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JSRJvWnbzFM0l0ECbX9l2IDl64Ur7Me2 { width:9.3125rem;height:8.4375rem;top:112.6875rem;left:0rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yh96GTtUlHMkfSTq9O5oiBf5eD5XXatJ { width:9.3125rem;height:8.4375rem;top:112.6875rem;left:10.5rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W7cTUCITdQ6imoxB7e6kT9vJNGmtXCal { width:9.3125rem;height:8.4375rem;top:122.0625rem;left:0rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e6KCXy9S756297RNpWGP0sGmmC0aUw37 { width:9.5rem;height:8.4375rem;top:122.0625rem;left:10.5rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l5CPvTn88w5plm8N0etWSOXiXGQWIE0g { display:block; }#l5CPvTn88w5plm8N0etWSOXiXGQWIE0g > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i79mTtfWNihvxGC38MHzICIH8LH3sCMp { width:20rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0rScGal362vNnIygT4oobPVn1QQpGPE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cca2cd0c-ffa4-44cd-9391-9109afd1a747/group_2085662529.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F0rScGal362vNnIygT4oobPVn1QQpGPE.adaptive-delivery-prevent-bg, #F0rScGal362vNnIygT4oobPVn1QQpGPE.lazyload, #F0rScGal362vNnIygT4oobPVn1QQpGPE.lazyloading { background-image: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container { background-color: transparent; background-image: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.63); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container > .video-iframe-container { display: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.63); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row > .video-iframe-container { display: none; }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .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); }#F0rScGal362vNnIygT4oobPVn1QQpGPE > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQTftM0EcVBJybvGGncVngutc9x0RfnH { width:20rem;height:4.798825rem;top:15.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yf4bLkApJ8KtOyf3TeMA0k2zagD8d7ZP { width:20rem;height:6.599125rem;top:8.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CAA1IvzOXru9AJxvhcOT0tMpOEiTeoUx { width:8.0625rem;height:2.875rem;top:4.1145858764649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hboJaz4a062JX6rd3Orrk82qBssUCdB0 { width:7.9375rem;height:1.3999rem;top:4.9375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi3ZybJERwcAmIhFwMnaN4WiKsLKewi2 { width:0.625rem;height:0.625rem;top:5.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-text {padding-top: 0; padding-bottom: 0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-select {padding-top: 0; padding-bottom: 0;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr  { width:17.5rem;height:auto;top:21.625rem;left:0rem; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr .widget-info-text { text-align:center;text-align-last:center;font-size:0.75rem;overflow:hidden;height:auto; }
#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr {display:block;}#mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr { width:17.5rem;height:auto;top:21.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #GwIPGUsTsyRJSr7txF8XLfIKeCR1wHMf {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #GRIE2Pbr6wg6r33AGv7GEZzl4KmC1RHo { display:none; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #PuWrCPsKa4BLuQiczdd7D0kIKJx6Uepr {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ZASvx8IGgAArmtuJyymSUipOnG6u3GSp {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #RQxe6K0PROcngfEhm0Zeg6pBsveGsQoz { display:none; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #mVnVTEwIo9JAsQtXzw35baXLurAGnuai {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #XPaJh6H97TDebQ14Bl8elFidleqqgBBa {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #b5bnddhFFvrtLPSVdvLHf6qGVqGgwKaE { display:none; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ivFt5t7AWOHTGWSsismEppPLFJrUZRUb {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #odWTlcdENUzWGD1Ck37Zfpps5ho0tdch {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #ORZ6aHHh3AdgRTKxZbriuQBfAlpnclvF { display:none; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #s6ugOvQRbcpidaug2ASXA5XoDubPdw0T {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #bqVRAHZQ2APVkq2hVNFZDkRh6smblWUk {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #x2WI6cr6BKvXkrwDENXhOblBP8qyIlL6 { display:none; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #vqK9fUMA7orGiPcwan6Z8IoDpBQU1ERh {  }
 }@media only screen and (max-width: 763px) { #dOJeI2dRSHLCImnvekyJTTa53yI6nc28 { display:block; }
 }@media only screen and (max-width: 763px) { #MB1z9JLfAVCEUpgDW0rOZWbDC3ZTsn1O { display:block; }
 }@media only screen and (max-width: 763px) { #JXGSEk6P8GuAx0g7OqCCRTXSnW8QPoEe { display:block; }
 }@media only screen and (max-width: 763px) { #Jv2HGAh9rIvnxXzEOWdQKqwlXubL6TXU { display:block; }
 }@media only screen and (max-width: 763px) { #BZruHmMa2MTptc0VH7BC1MhbvrV3ovgb { display:block; }
 }@media only screen and (max-width: 763px) { #ygT2Oo7LXdCgBtELZOMP2sLUCLR68SX7 { display:block; }
 }@media only screen and (max-width: 763px) { #NopMOJbaADrSWER7em9DrgZmpFcmPdGn { display:block; }
 }@media only screen and (max-width: 763px) { #yoSoA1pCwrnPBwLuTcoLvNSnGGk5e5hT { display:block; }
 }@media only screen and (max-width: 763px) { #LfZFEF5lMWBUB6xoDkbCMVXo2zsHizoG { display:block; }
 }@media only screen and (max-width: 763px) { #neee8PusG7VWB27PkBFTAZg6ALaOzITa { display:block; }
 }@media only screen and (max-width: 763px) { #xrQUANgo13Z5uVehdK04Lc1qKOXKETNC { display:block; }
 }@media only screen and (max-width: 763px) { #cT6HeOF6VT9RAOVCKfWBrpPmuiMwLuZz { display:block; }
 }@media only screen and (max-width: 763px) { #l0czWKx8iDtCoZFBfpM7QxcBcKuwyL5W { display:block; }
 }@media only screen and (max-width: 763px) { #NtDAl2RnRUqFJuae9CebNFwEfzXGDI39 { display:block; }
 }@media only screen and (max-width: 763px) { #eZM0yBLEZalHmUO9euTbwlEq6XfDxkcU { display:block; }
 }@media only screen and (max-width: 763px) { #P3zu8kzAT5dT10plVUehONIPxoipsd4G { display:block; }
 }@media only screen and (max-width: 763px) { #sCGxEXJcTayqtbuQsQgqhtIgHnSrVQEb { display:block; }
 }@media only screen and (max-width: 763px) { #gnBuPWZuecIsVGDDoFT217JPFffrBPzT { display:block; }
 }@media only screen and (max-width: 763px) { #TB9yBPA7muSi4UmlUMmFNU29vwka6CP9 { display:block; }
 }@media only screen and (max-width: 763px) { #lH7lQeaiSKPWQe2g7crSSATz0GTOB1hg { display:block; }
 }@media only screen and (max-width: 763px) { #wDq6Z6wXVrHPnzRr0agEhkATFE2D8AP7 { display:block; }
 }@media only screen and (max-width: 763px) { #dsQPmAfsQqxewpXvwXVs56wDdxvdO04k { display:block; }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #qsIInILLS86oVquewwPtGCpNgT5kwI53 {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #CnPg693FoHc76FErGPtsNUKClEIJsT2M {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #hlzTpkhy9fEHpDcWmoWEQqarUKyO658I {  }
 }@media only screen and (max-width: 763px) { #mWgbz7TluWS1EVintU8BRBUJRdXWt4Gr #MK86U0Ozdp4PGaqxt8QnORb8oVT2Rf5I {  }
 }@media only screen and (max-width: 763px) { #RylGdwBkZSyGlwDCRigeBiXb2hy19RDZ { width:20rem;height:32.0625rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNqFI5uHkEn0IgsoPTrqOqciZwrs8EoW { width:19.9375rem;height:7.5625rem;top:56.0322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqzcdFi1Li5Re8ZvmFfE6r3ZnSafO1TJ { width:13.9375rem;height:4.798825rem;top:57.43603515625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0x9xZX14KAhU3t1XGqVu0HemIwT8Xcl { width:1.0625rem;height:1rem;top:58.06103515625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTuCfUWDLwW393x6N8U5w7JzN4XwZlv { width:19.875rem;height:7.5625rem;top:64.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdgVS1P8KdyncJvrga5GHw6F1gQ8fNEr { width:12.5625rem;height:4.798825rem;top:66.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3MJfT0VRQIlQsVWrqxNlTI4BREK8zDq { width:1.0625rem;height:1rem;top:66.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDSMinTe6nl0qrXWrPizeHPXSVV1lv06 { width:19.875rem;height:7.5625rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4C7THRQ4w4Fweu3lId7Gn8WGhTZLaCO { width:15.0625rem;height:4.798825rem;top:75.0625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUxPGJ2fe2QFDmG4HMpxq1alPNDxlLcE { width:1.0625rem;height:1rem;top:75.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 { display:block; }#gUkRC14fCJIm4nB4EOTToKC3bOCeaIC4 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DquAKqldr5NnUCiiqnEBvBerxeFF8PEA { width:20rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7GlogA5t8446nT4ttlGRVcNemnDTeL { display:block; }#Ri7GlogA5t8446nT4ttlGRVcNemnDTeL > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvoMxlSsP2uSKG7VvPZzWb1wwOkkNRTy { width:13.375rem;height:2.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT4a57ILdvlBMuhTI8O8HEoAfIy5sogK { width:11.0625rem;height:1.3999rem;top:4.375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAVsJKhQKd32cPutmTGZvFqvXruufTS { width:0.625rem;height:0.625rem;top:4.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg9LXsQWlagRGy1KWnAP2Ni3TP00WSmX { width:20rem;height:2.19970625rem;top:7.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-heading-text { font-size:1rem;height:auto; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 .accordion-desc-text { line-height:1.7;overflow:hidden;height:auto; }
#BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 { display:flex;height:auto;width:20rem;top:11.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ibANtnhek5onnPbUmSrcOJGIJl3cvcNC {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #aZEslGPv2teqXb05TfIAd256rG7A56Vo {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #HtdHOGB6ZQ0ASSIssdHcy3AzO5gXFNLc {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #zmhtdvz9yv1TRFgfq9ZmET66CSVfygVq {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #qum9zE5WyIXVRDLx7iTaEJM8wk34666N {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #oZSSxvMCt5pkDVdW9TeVsMKZABBwkpMx {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #FLILpot116TZV9QelTT0arlMRuBlJPFA {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #cb5D0M4M9yXEKq6Wb7SumzZKeJ2IQHim {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #s1QQCLLcLIROra3eW4841PTwUVKhMluw {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #u5LAyqhBzDEGisteebTKTBmDUFnVQOVm {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #SK5WyABWAQnWbuJWqOa0F3NXgcc6yZgL {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #pNe2FFSyen3Ivcoc3RKdRhdD7h8F9e0w {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #Lwi7BC6kTs9M50K28JFqw4AgLvEOFzfJ {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ndQQ6bNWVT0ksQ9PTSk7bdptqUZBxfmy {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #ctrEPFnQtsmAn8ft47LHyK1hxQPZVPgf {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #Rre7WDo1EnOLmSkhkLo5zpxDM6rPtlTV {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #FtC7D8XRT6CUtHTPNRIUyTWkJ5Twn4P5 {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #MNG7zCMGsWuUGJXpOxXh7Vln5hZW9aRi {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #mgmLLMJ4DPU7ymDZxhSmN4Tm5t6rK4eH {  }
 }@media only screen and (max-width: 763px) { #BQnoCIy9GSXDhkvJ667TWwLmzr6yUZD3 #x96PMKZCXWUQpQpPgQcZHq3EHln1krzq {  }
 }@media only screen and (max-width: 763px) { #Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg { display:block; }#Ty4ERsyddQi9NNpKTnzR2axLepQeMPzg > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJXKfBVW6EdQMpkd3agD9w39HOmW6T1x { width:15.875rem;height:1.3999rem;top:7.96142578125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK4BPr9lbwPXyXRPo0ZG2B63M1wubOim { width:14.5625rem;height:1.3999rem;top:6.4375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLi6PPwGFQNTrPvI2bRXog4tJGaAxma { width:6.1875rem;height:3.9375rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad { display:block; }#mW6g86tTI2IkOKrwhCHhlfzCAGO6N6ad > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bm4c1uLNa5S7eCUkwIywXv9OTHfcDxdZ { width:20rem;height:1.19970625rem;top:0.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }