.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:254,240,208;--color-primary-1:253,209,114;--color-primary-2:252,179,20;--color-primary-3:243,194,23;--color-primary-4:190,130,17;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:17,17,17;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:17,17,17;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp { position:relative;display:block; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp { background-color: transparent; background-image: none; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .row .container > .video-iframe-container { display: none; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .row > .video-iframe-container { display: none; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .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); }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp { border-width: 0; border-radius: 0; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .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; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .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:5rem;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; }#H31VpQH8GKIQSW54g7ZBSGi3hlT2EW0r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#bHhhZuMgdTFfBgDLFDP4zdGugeByziis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;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; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis.adaptive-delivery-prevent-bg, #bHhhZuMgdTFfBgDLFDP4zdGugeByziis.lazyload, #bHhhZuMgdTFfBgDLFDP4zdGugeByziis.lazyloading { background-image: none; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row .container { background-color: transparent; background-image: none; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row .container > .video-iframe-container { display: none; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row > .video-iframe-container { display: none; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .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); }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row .container { border-width: 0; border-radius: 0; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#UoLorio9xhuLK61PTfspasp5POTLNHpG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fffaa98-3ccd-4ee2-bb63-3a4904045dbf/BackgroundHero.jpg");background-position:top 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(23,13,2,0.35); }#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(23,13,2,0.35); }#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:45rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:30.3125rem;height:1.78746875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:2.75rem;width:27.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.3);background-image:none;top:24.625rem;left:23.75rem;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#95dde8;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:25.5rem;left:23.5rem;height:1.16825625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:25.5625rem;left:43.625rem;height:1.16825625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.0625rem;left:17.75rem;height:2.68084375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be895c, #855933);background-image: -moz-linear-gradient(180deg, #be895c, #855933);background-image: -ms-linear-gradient(180deg, #be895c, #855933);background-image: -o-linear-gradient(180deg, #be895c, #855933);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be895c', endColorstr='#855933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be895c', endColorstr='#855933' );";background-image: linear-gradient(180deg, #be895c, #855933);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.125rem;left:23.75rem;display:block; }
#O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4bT6T0OlM21rCQG4359whbr5K6b9SXA { position:absolute;display:block;z-index:15035;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:8.4375rem;width:18.75rem;top:9.25rem;left:28.3125rem;overflow:hidden;display:block; }
#xU3aA54bsuqXZ7XDgsdPyWtT4FDx7isg { color:rgba(var(--color-tertiary-1),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:25.5625rem;left:37.3125rem;height:1.16825625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc277aab-cd85-44fe-b110-cbdf9b0c2483/ChatGPTImageJul3202612_35_07PM.png");background-position: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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,89,51,0.9); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,89,51,0.9); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #add5dc, #539da9);background-image: -moz-linear-gradient(180deg, #add5dc, #539da9);background-image: -ms-linear-gradient(180deg, #add5dc, #539da9);background-image: -o-linear-gradient(180deg, #add5dc, #539da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add5dc', endColorstr='#539da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add5dc', endColorstr='#539da9' );";background-image: linear-gradient(180deg, #add5dc, #539da9);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:700;color:rgba(var(--color-secondary-0),1);width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8106193542481rem;left:47.966582775116rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8106193542481rem;left:47.966582775116rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.95023125rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#80b2ba;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL { background-color:rgba(104,59,21,0.93);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container { background-color: transparent; background-image: none; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container > .video-iframe-container { display: none; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row > .video-iframe-container { display: none; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .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); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container { border-width: 0; border-radius: 0; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#JNaDOw6ydu07aVSoq8VfnqRzm4ObXMXH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:15.0625rem;left:53.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kJfh8ARsQWAyot8ag2ygtTCknB4umP7p { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:15.25rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#xS8EdEuqFeiz61yGTnosDnQf9pNoC9w3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:15.25rem;left:26.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TwIyGLqMeVsMqNk6WSxphXHvzprR2zJW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:14.9375rem;left:24.625rem; }
#GJHTuegoOytFq4t75BHCRqZKuKz4UwBn { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:15.25rem;left:23.25rem;height:1.29980625rem;display:block; }
#dnBvlQ0zHe3PNgq53f14ETHdirPU3B4G { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15193;line-height:1.3;letter-spacing:0;top:14.98046875rem;left:1.25rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CQ842lVwxwdyMBl0Spa2zI5i6ckpAhxM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:14.8125rem;left:21.25rem; }
#D2QZoNDXCrA1yWuotKvaUzEVkLadzLHm { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:15.25rem;left:19.8125rem;height:1.29980625rem;display:block; }
#ezfuraTn8VdGLW6NvE8DM8FvIpJfRVK9 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:15rem;left:17.75rem; }
#yaAauoEXLTsIdz5dhTMDWT40x25ons35 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:18.25rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToT1tcR0JsheAG0E1fnMi4HSMFsOiDdk { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#80b2ba;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#PSdVZnw7uUHTql18r0nqK0R3O6vGUxkD { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:18.25rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPUXHF9n3WEDHHPPF72LD1ZKT6OkXJs3 { color:rgba(var(--color-secondary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:15.224609375rem;left:45.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#eqzUKo1wAmbskhu0BJ0DvZbvzmNlRlKR { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:15.1875rem;left:60rem;height:1.46195rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SDkIrufPTc8GoLSnashM8JoTURLXnZMs { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bzwtuAZp9enObunEwQo6zIpiy4XKyu2H { color:#855933;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:20rem;left:1.25rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HmEbXCPyhzFzfZLJvE9qMIaw6FQTo42p { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:20rem;left:17.75rem; }
#kVTCvNJr1gburUv5DNaAxiBcEbF0vBNo { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:19.8125rem;left:21.25rem; }
#Z4vV49ef14HaUCTPTGe80TLx6CGdZDdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:20.25rem;left:19.8125rem;height:1.29980625rem;display:block; }
#aObDhz3xLU6HCb75JzJAqBxdu6c09pR5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:19.9375rem;left:24.625rem; }
#Gphy2qvpgZsKT2ga50LcoTIlJiGwQygK { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:20.25rem;left:23.25rem;height:1.29980625rem;display:block; }
#PSSoPIQnA7ZBR9eUvz7okFKRi1nCvqVp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:20.25rem;left:26.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FFufXTrTPnFOh0l3sut0lkry2C2ppwyi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:20.0625rem;left:53.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#awoPX4tKc5wLZiwMTZukJ2BBaHPUbPOt { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:20.1875rem;left:59.5rem;height:1.46195rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#op9VdyEAWy43BNvnJMD1cqZ0aZKcdV6L { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:20.25rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#zULNVWCq52LN4kqw8JguFfxvH4GTQTgk { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:15.125rem;left:13.90625rem; }
#FwTsrODMkuH15bHz3wTIZZ6a4DTrUdk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:15.25rem;left:15.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fi2DvTi7eyJNtAqMIvGzsIkXBW4BZVdl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:20.125rem;left:13.90625rem; }
#Fo8QmE5I1p0cXvpvGrEwX1AQubtRQFRx { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:20.25rem;left:15.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#cRMwHzlayGV7OvPrqVGPprFlXtsPa73h { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cD43Pc2SK0ML9hLBKsNoTswtRVRGRGNr { color:#855933;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15220;line-height:1.3;letter-spacing:0;top:25rem;left:1.25rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zBIPWvHOCFzVmUhcXXvyRLQZD6QX7C7q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:25rem;left:17.75rem; }
#HPltv99UZf50IkE10gTmNlCHyUIsRhNm { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:25.25rem;left:19.8125rem;height:1.29980625rem;display:block; }
#rWfwm0xWLxT2fbAyMbJ0VoWTW8b9LnAf { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:24.9375rem;left:24.625rem; }
#gpUKUNE5Ovff65GaZdz0BdSkGepy6SCN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:25.25rem;left:23.25rem;height:1.29980625rem;display:block; }
#wkk1GnvRNfpnayc37O6uw1WUCTV7QUw7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:25.125rem;left:13.9375rem; }
#LyVa3z8dvq22Etd3FunnUCCqshug9sg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:25.25rem;left:15.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TX6mFW29ifovoufShUJ7Hz677T7aKTbk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:24.8125rem;left:21.25rem; }
#DJweAJCVEgRNKBddLCeiM9zVpNvW2NOi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:25.25rem;left:26.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TTm8BPIThT1T3neRTxreX9g33SUQLFqr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:25.0625rem;left:53.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nSfhHzXWlLAd9LUHksyHK8JeBOPbwoOq { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:25.1875rem;left:59.5rem;height:1.46195rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hGU8bQsAs3htgL7T94WeI3SxbXTWkfIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:25.25rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#QuoldiuXWsJrrgIIJKRuakPDEasc7Lfl { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#il621ehTMhB4R8sGurZz1kXZ6P8K6wCb { color:#855933;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15234;line-height:1.3;letter-spacing:0;top:30rem;left:1.25rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtMQTIGsXkNtrA6UxSuCxqI2XmGPFZGq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:30rem;left:17.75rem; }
#hvGToyO0JxNGipIRwxh023xc6bzvT984 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:30.25rem;left:19.8125rem;height:1.29980625rem;display:block; }
#nTWeWAShDxZucxE0FFHmuofD3FbmrOE1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:29.9375rem;left:24.625rem; }
#d9AoMnslI0PFx5QQVCoqznZp5zFBAgAK { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:30.25rem;left:23.25rem;height:1.29980625rem;display:block; }
#SVVGCTotR4iCtXkRWvQrc0Eh4U9nk3ql { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15237;opacity:1;top:30.125rem;left:13.9375rem; }
#JKXn14M7wVh5bDtULwGMwkwpzKytA4RL { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:30.25rem;left:15.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#h1eeu1TkHwhwtBKFI5zo23RWE0siKCBv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:29.8125rem;left:21.25rem; }
#MfxHSIZDCMWG9Lr8qG7QNz7p6k7Iv6Qf { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:30.25rem;left:26.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#gUw8RVHMML1I8chroNrmNApzSP1sAEl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15165;line-height:1.3;letter-spacing:0;top:30.0625rem;left:53.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pfioHR1kwP8zkzqUZg07siKzESiTStd2 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:30.1875rem;left:59.5rem;height:1.46195rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f2cicuIEdFTqCe27TLV79TI5MDNdeZU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15164;line-height:1.3;letter-spacing:0;top:30.25rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#y51vIpXW7TbF6T2Obx1Gz4k46IZZnDta { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#QponXedeilW9IVR3fwlAG9bRDk8rrImu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:20.0625rem;left:53rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#CRxvTQA6FshtflwBDHTHsMKKA7ydnFfl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:20.125rem;left:27.65625rem;display:none; }
#NIHT57bi0R0N66I7K5BKkzuGrXfKkP3t { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:20rem;left:31.5rem;display:none; }
#XKbTmGBTuRrlJ3ivc5coeKVALx82iH3P { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#behkLlEgv1NXwpREF8BHzxyF4RsKays1 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:20.25rem;left:37rem;height:1.29980625rem;display:none; }
#Q3Vo5HCFDo7lGcc4Podo72AhFrMv76KF { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:20.1875rem;left:59.4375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#OtadrqeB4pvTc98EKIvgT7K3scqepTFT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:19.8125rem;left:35rem;display:none; }
#oPVs1NsoW4gTtLdIUDwCcTtppWqzT7II { color:#855933;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:20rem;left:1.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Qoy3PFIebKGU5wGK70ZEu6FtCBEQCytX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:20.25rem;left:33.5625rem;height:1.29980625rem;display:none; }
#uBERcT7uKLsT8tJ42XvdFXLs7JbW7s6G { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:19.9375rem;left:38.375rem;display:none; }
#oisGPZJbzIkKpTmhRoDn50lu3sbK2QEi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:20.25rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#TWfx8Crsg0ELu63USt5ffv3meI3k5BKW { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:20.25rem;left:40.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#oTdUzHcQaeAM36EgRnxTSbm018KazQXI { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#IC8GaD0Jsbi5ZDJ44k8kU0ZKZIqrL3l8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:20.0625rem;left:53rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#xh4SsnhpdVMEH0qLFGIiI4acQR5zIFze { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:20.125rem;left:27.65625rem;display:none; }
#fwDpbT4vT1Ce3G4E8PHSCZkW9uffRrgT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:20rem;left:31.5rem;display:none; }
#vQ35CBx5nCTyMMGC6vZ8o0uMSNeTNB6u { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#WKMeGCSzs0GP5QQnB92OpDXXrecxw8NK { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:20.25rem;left:37rem;height:1.29980625rem;display:none; }
#c2G4yGV6fDkyiQLHtbDlJxQVvsGKyUiB { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:20.1875rem;left:59.4375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#dSQTamlFAW9V5Bf0b2gvWnx3Q3D1ua1H { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:19.8125rem;left:35rem;display:none; }
#pSwI4IKAloCGPi6tD9lJiEQHHWXMkaZ5 { color:#855933;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:20rem;left:1.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kA9cKAZJayg2Gh1AZM7OJVnf6TmhHeLl { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:20.25rem;left:33.5625rem;height:1.29980625rem;display:none; }
#nfhUZ2IfygEPEeFvv9BUXPVaLCs2vycT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:19.9375rem;left:38.375rem;display:none; }
#bRpuwhoMMQvEMcsU5xyditrMgzcvhHz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:20.25rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#cF78tATt4GPqZMq9gBA167hPsxhee9dq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:20.25rem;left:40.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e21f3d3-394a-4fd7-bb21-4ac6f2739ccb/fh2.jpg");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:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.462890625rem;left:0rem;height:14.6195rem;display:block; }
#PE9CpHD68a2besOTp5cDXqVG4bbPMurS { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b7855a, #6a4321);background-image: -moz-linear-gradient(180deg, #b7855a, #6a4321);background-image: -ms-linear-gradient(180deg, #b7855a, #6a4321);background-image: -o-linear-gradient(180deg, #b7855a, #6a4321);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );";background-image: linear-gradient(180deg, #b7855a, #6a4321);background-size:auto !important;top:22.5rem;left:40.6875rem;border-top:0.3125rem solid #b7855a;border-left:0.3125rem solid #b7855a;border-right:0.3125rem solid #b7855a;border-bottom:0.3125rem solid #b7855a;display:block; }
#gVgFTsi9lMrMnGohD64uV2bmMbzBMeW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:12.125rem;left:41.1875rem;height:2.06163125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayHDwCT3kuu8TyadP9N6xyR12SvpPKbp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:29.4375rem;left:62.5rem;height:3.09245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhwvDmwi9Ab7dwx3W7eIOlGl5suMRILB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:30.462890625rem;left:40.6875rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTHrWZtBvadLW7IpbBD1T9d6q4BA4dIN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:21.650390625rem;left:51.59375rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oolkwm3oLQUa6Evh4v1gmdi8LUrEnyH4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:12.69921875rem;left:62.5rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJgzbg6me5MfhFVKoP0WliFETusmzJ1T { box-sizing:content-box;color:#5d92ff;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:16.9375rem;left:55.90625rem; }
#SXhLBfPqUFNiNog6SnPcm7b1mtN99Xg9 { color:#e7ccaa;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.837890625rem;left:0rem;height:6.32425rem;font-style:normal;display:block; }
#E0SsNQsfDGUx0EnhCioqqhHz06WX5odq { position:absolute;display:block;z-index:15051;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:4.5rem;width:2.6875rem;top:6.9375rem;left:45.59375rem;overflow:hidden;display:block; }
#QZR8xPHXSy7hBJ5fGCMig3EKPpuAV4t6 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:7.8125rem;left:66.5625rem; }
#M21KfKEQpstzwgXcPlDtFxdz6c9L5U9a { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:25.4375rem;left:45.0625rem; }
#mIfG8TVcf48nQLBWP0vp4B1slJfTXErP { box-sizing:content-box;color:#5d92ff;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:24.8125rem;left:66.8125rem; }
#qmZnnBZVHTp6KJ7TbGaoOahXJZRmValZ { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b7855a, #6a4321);background-image: -moz-linear-gradient(180deg, #b7855a, #6a4321);background-image: -ms-linear-gradient(180deg, #b7855a, #6a4321);background-image: -o-linear-gradient(180deg, #b7855a, #6a4321);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );";background-image: linear-gradient(180deg, #b7855a, #6a4321);background-size:auto !important;top:13.75rem;left:51.59375rem;border-top:0.3125rem solid #b7855a;border-left:0.3125rem solid #b7855a;border-right:0.3125rem solid #b7855a;border-bottom:0.3125rem solid #b7855a;display:block; }
#EHiNUCTZp3VEh9cZWLCyxZOZoHahZbT3 { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b7855a, #6a4321);background-image: -moz-linear-gradient(180deg, #b7855a, #6a4321);background-image: -ms-linear-gradient(180deg, #b7855a, #6a4321);background-image: -o-linear-gradient(180deg, #b7855a, #6a4321);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );";background-image: linear-gradient(180deg, #b7855a, #6a4321);background-size:auto !important;top:5rem;left:62.5rem;border-top:0.3125rem solid #b7855a;border-left:0.3125rem solid #b7855a;border-right:0.3125rem solid #b7855a;border-bottom:0.3125rem solid #b7855a;display:block; }
#lIaiVpmq6UzMSsfyw9PskLD92Rc1zClC { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b7855a, #6a4321);background-image: -moz-linear-gradient(180deg, #b7855a, #6a4321);background-image: -ms-linear-gradient(180deg, #b7855a, #6a4321);background-image: -o-linear-gradient(180deg, #b7855a, #6a4321);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );";background-image: linear-gradient(180deg, #b7855a, #6a4321);background-size:auto !important;top:5rem;left:40.6875rem;border-top:0.3125rem solid #b7855a;border-left:0.3125rem solid #b7855a;border-right:0.3125rem solid #b7855a;border-bottom:0.3125rem solid #b7855a;display:block; }
#k9bCMU6BxH36nZeM0okppLipSWp6L0D7 { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b7855a, #6a4321);background-image: -moz-linear-gradient(180deg, #b7855a, #6a4321);background-image: -ms-linear-gradient(180deg, #b7855a, #6a4321);background-image: -o-linear-gradient(180deg, #b7855a, #6a4321);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7855a', endColorstr='#6a4321' );";background-image: linear-gradient(180deg, #b7855a, #6a4321);background-size:auto !important;top:22.5rem;left:62.5rem;border-top:0.3125rem solid #b7855a;border-left:0.3125rem solid #b7855a;border-right:0.3125rem solid #b7855a;border-bottom:0.3125rem solid #b7855a;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5eee5;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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#855933;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { box-sizing:content-box;height:14.5rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:51.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#kGpO3VnJXozEDFri1Hdk9GlVCwRDXf5Z { box-sizing:content-box;height:19.0625rem;width:36.875rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/99106210-3d79-440b-9406-2df7689923ad/fh3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#kGpO3VnJXozEDFri1Hdk9GlVCwRDXf5Z.adaptive-delivery-prevent-bg, #kGpO3VnJXozEDFri1Hdk9GlVCwRDXf5Z.lazyload, #kGpO3VnJXozEDFri1Hdk9GlVCwRDXf5Z.lazyloading { background-image: none; }
#TV0dTS2yKbdQT5FVkZRNEuWBm2x7zxLX { box-sizing:content-box;height:19.0625rem;width:36.875rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1a2c2723-7173-4cd6-8086-a28ce8262579/fh1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#TV0dTS2yKbdQT5FVkZRNEuWBm2x7zxLX.adaptive-delivery-prevent-bg, #TV0dTS2yKbdQT5FVkZRNEuWBm2x7zxLX.lazyload, #TV0dTS2yKbdQT5FVkZRNEuWBm2x7zxLX.lazyloading { background-image: none; }
#TQPN2yEhIJfp4O4plr62gO7FO2CZbpit { box-sizing:content-box;height:19.0625rem;width:36.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9dec103f-a640-4078-b9dc-6dcc7c445b30/fh4coworkingspace.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#TQPN2yEhIJfp4O4plr62gO7FO2CZbpit.adaptive-delivery-prevent-bg, #TQPN2yEhIJfp4O4plr62gO7FO2CZbpit.lazyload, #TQPN2yEhIJfp4O4plr62gO7FO2CZbpit.lazyloading { background-image: none; }
#bJTHXVgS0dRaNPVyGF5sq75M61WLF6qu { box-sizing:content-box;height:19.0625rem;width:36.875rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/be24db69-813f-4217-b3b7-0d2f51f40e7a/fh2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#bJTHXVgS0dRaNPVyGF5sq75M61WLF6qu.adaptive-delivery-prevent-bg, #bJTHXVgS0dRaNPVyGF5sq75M61WLF6qu.lazyload, #bJTHXVgS0dRaNPVyGF5sq75M61WLF6qu.lazyloading { background-image: none; }
#EfCJIiTAPMLFC6Z2ykB7TbmCNEh2aiXy { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#wc6bW4MzkL8wzULxqTnvC2Tyg8rQmBb5 { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15055;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:19.6875rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#MtxyR71SerwUy0TcACWk9eiS1GBwiksT { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:block; }
#eLvmoLTm2QTZHtKOFOSIqn8VfAClPzEH { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:20.1875rem;display:block; }
#zg6iTJRzh1yBJwRQ9uZ2Z2Ch2A6lFhwX { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15061;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.875rem;left:38.625rem;display:block; }
#CIfkcQyqlPokyKMaIN3NnN6Hq8vzDTlV { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15057;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.375rem;left:38.125rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#AsvhfieVZJ5ZHFJJ8KwUP3gAwcuReHaG { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.875rem;left:57.0625rem;display:block; }
#VzTD53lL34OAipJSpnIuOboIVCkUe1tC { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15059;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.375rem;left:56.5625rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#ik0F2Fk9cNUe3RiHckAzHTBQQoQTFouV { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.25rem;left:1.75rem;display:block; }
#bpFDkpNql7teBv2Amp5VLD8HwWGPWxN3 { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15061;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.75rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#zrLTftLRswUgUm8MiGKPQl2tq3XBt4Nh { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.25rem;left:20.25rem;display:block; }
#vP7hwODRxFbeBUTqfwI2yoD4fv7yEzwX { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15063;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.75rem;left:19.75rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#kx7rdSalo3dwodpavHnPotPJxTZF60Wo { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15069;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.25rem;left:38.625rem;display:block; }
#RXyc8mrpX0s4Gyf8PEyQMJrFK0lQfvPe { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15065;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.75rem;left:38.125rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#lf2bWDanUwVNXVpxkttfuZlnwthLECiv { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.25rem;left:57.0625rem;display:block; }
#ZTTef3N0b903fgTrDAOD2FAJ41bFl8Ff { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15067;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.75rem;left:56.5625rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#ethWJsdcgleTb0CpX2KAi5Vgv9OsioWb { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.625rem;left:1.75rem;display:block; }
#TpaUzmcTUOi7DofJEpHhoZU9W5r2Q1mn { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15067;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#VRR0U1Z5lA13eNQODVTQlr4qOGkuRvVc { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15073;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.625rem;left:20.25rem;display:block; }
#B666pEr15lhuKmnvWwRZ2X3Qe8QHKfJK { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15069;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.125rem;left:19.75rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#GRRGi3CVNsqxvt9l1wcNzJdt4STgbhLw { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.625rem;left:38.625rem;display:block; }
#iU96i3yJTyaQzSe3y5f3p21S9LkawTIz { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15071;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.125rem;left:38.125rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#tcr3FbF1MNzskrVF5QwB5qTAKB9prPLC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:2;letter-spacing:0;top:52.9375rem;left:22.9375rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#TGObTyn1vAW8iX3p8oyxQFBgrtEgQbT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:52.9375rem;left:41.375rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#HbbmSwtGT9TaG7uUWlwq3fQGOHpmTste { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:52.9375rem;left:59.8125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#hqCvyPJPqgO3MbTr59Qo5LKzT8Zeu4S7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:57.3125rem;left:22.9375rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#PLX20IW6eWz5hqOlQ07fw5E6MV7HuKug { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15076;line-height:2;letter-spacing:0;top:57.3125rem;left:41.375rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#OznXhw97Cv9gb1eCkP8r47pMTRlTXlRX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:2;letter-spacing:0;top:57.3125rem;left:59.8125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#MoyoeD8EUcrTtzHIxyv1lUlwe1sFyzTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:2;letter-spacing:0;top:57.3125rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#PKh0clsuxf1trRmLTvRdrVlO8lziXPoE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.1;letter-spacing:0;top:61.5625rem;left:4.5rem;height:2.19921875rem;text-align:left;text-align-last:left;display:block; }
#nIrLp6MKqpKq1TV3g0oKVDvyOChssXgg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15080;line-height:2;letter-spacing:0;top:61.6875rem;left:22.9375rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#R4E7ew0bWMDMXtIA5Rfm3zzMiIRv2fm9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:2;letter-spacing:0;top:61.6875rem;left:41.375rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#BczQDZ2NGTeyxqQGrPtmGGCcnRCoGJV3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:53.25rem;left:2.1875rem; }
#W390e9Z1hkTzxKfdBSeTw6UCim6AeeTF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:62rem;left:2.1875rem; }
#BNNTWpXUZNNk7ENKLsvDerhy1n6WiqvL { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:57.75rem;left:20.75rem; }
#fShXmPsEcBTQc8lvTZSLLLseIHhnPUGz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:57.6875rem;left:39.1875rem; }
#z61gRTXIL07wq4ZXTN1Gv50vwsXlo8xA { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:53.3125rem;left:20.6875rem; }
#qOGVLAPXToN9Bo9s2rw0z3QlJDkeMXkn { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:53.375rem;left:39.125rem; }
#TWoQMXr7AzZsS1qzHLtKw0Jip6nMg8TW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:53.25rem;left:57.5625rem; }
#yiJcJEGoNkpMS20uXURxnWTrQaayr3QN { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:57.5625rem;left:2.125rem; }
#iznZmQe0XDNrcQl6dVPyRpnuNmLU9FL3 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:57.5625rem;left:57.5625rem; }
#ehczBUheh5JO7MpOSBSnaCgoXTPOmmFR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:62.0625rem;left:20.6875rem; }
#oN8ASMC3q6QCtNk4xS8peEHXpGpoheyd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:62rem;left:39.0625rem; }
#oaW3JrpP4HzqwGOBT2VTURf1Dk5bIVNV { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#I5soqGCmKcCGa7SVd1Emg1GkA4yBxNhF { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#X0ANNpqvlSR3usxig6r5d4LZgTNEl7nm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#DFIvqVmTq80TpqXOp3C0IfG7o4zhaGFo { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#iRlUPZby9KnPUKB0LmJVwg8LvLoPC1Nd { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#fvM2uZ5pVZvNwT5Oi6xP2Ox77o0u9wDC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#kJOPoBTGohsNXAtBIeFTHodpkv2SXAvc { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#m6T6qgtObia94198MPsRbkXx96wlnbCB { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#Zuae6UmuTakm0hZRPONzyBD52K1Bz4Tu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#cE5XgJngi1o0EARQ3haGh6P314EaKQNO { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#Hm6O44SAsEKTQT9yTXQIcsaI6vKOJM3y { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#B2DiMCMamwIgA29FvG1G0l4TrJi2XQC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#w4HuFUKBz9asVgQ7LOgBOXh4BR8nWcKF { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#cK9M8VRTPh2P4srrwWmCdBrbmC2BVxKB { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#PFdd7CEuHa9Z7J4ciDKxMG6iJGZP7Lfw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#aPEgLFD9ys4KVBtqbdnOqJDeALMiECQw { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#TpTOaVE7W4Pv3Walykhan1PGVsX7ZNC3 { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#e5PQXZ3EVDOSFH2UCxTvcQpcu0eAJqrP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#vMb4dRAI2fN7Tm5ZiuOwO06atHNNHvnC { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#oAEUrcdL1XQPPgL9cPfyUSUSlvnN4zzN { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#K3d6s9KkAhehdsUyoISl7fEquih2ZAbV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#EWUszWvZPnkp4bCdA84St2QNNVpGKo8R { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#wlSWou6eDPEcrXpep2Bdy9Bs6kzFPQMo { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#aenU2oWe5epJiSiy2gRu9uFnDqsq3qtA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#VgcOLE9XBy8IOTq3UpqwBMvJofAVzGQJ { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#si8VTu5UofIAL3x4zVeGH9KkpfBfWdO2 { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#FcbfltkTLa5Iq0P6N1TT6RTeRCekDRXC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#UnBQeP5fXBLxNVFPXDbSLe1DVcJigpSk { box-sizing:content-box;height:3.125rem;width:17.1875rem;position:absolute;display:block;z-index:15054;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.3125rem;left:1.25rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:none; }
#ccc6wBlhT4HA29ahttZCzgSUP554BJkU { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#855933;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.8125rem;left:1.75rem;display:none; }
#mZq1wL5ciZo2bygTdke7mROzgPXfr8hf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:52.9375rem;left:4.5rem;height:2rem;text-align:left;text-align-last:left;display:none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5eee5;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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:77.1875rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#855933;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.155893325806rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { box-sizing:content-box;height:39.6875rem;width:75rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.3515625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15022;background-color:#855933;background-image:none;top:50.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15023;background-color:#855933;background-image:none;top:50.6875rem;left:18.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#mPp97OimiipQTX42A9ILbUmC0D2dVTna { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15025;background-color:#855933;background-image:none;top:50.6875rem;left:56.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15024;background-color:#855933;background-image:none;top:50.6875rem;left:37.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { box-sizing:content-box;height:12.5rem;width:18.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.0625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:55rem;left:0.9375rem;height:7.877625rem;display:block; }
#fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { box-sizing:content-box;height:12.5rem;width:18.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.0625rem;left:18.875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { box-sizing:content-box;height:12.5rem;width:18.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.0625rem;left:37.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { box-sizing:content-box;height:12.5rem;width:18.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.0625rem;left:56.75rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:51.875rem;left:0.9375rem;height:1.23730625rem;font-style:normal;display:block; }
#OdWhExDRJP0adZ54h0504TizvSGi0bHS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:51.875rem;left:19.8125rem;height:1.23730625rem;font-style:normal;display:block; }
#nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:51.875rem;left:38.75rem;height:1.0996125rem;font-style:normal;display:block; }
#STsaQG13PL4T7pR8Al89hac4SagcEn7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:51.875rem;left:57.6875rem;height:1.0996125rem;font-style:normal;display:block; }
#TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:51.4375rem;left:34.4375rem; }
#irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:51.3125rem;left:71.9375rem; }
#TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:51.4375rem;left:15.4375rem; }
#SGeM7n299mw4erTRgvocsNPb4tNVIlnM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:51.4375rem;left:53.375rem; }
#AWBH6pXOiNkJFIz9PUrGB3P7TR7iKMyF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be895c, #855933);background-image: -moz-linear-gradient(180deg, #be895c, #855933);background-image: -ms-linear-gradient(180deg, #be895c, #855933);background-image: -o-linear-gradient(180deg, #be895c, #855933);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be895c', endColorstr='#855933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be895c', endColorstr='#855933' );";background-image: linear-gradient(180deg, #be895c, #855933);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:70.375rem;left:25.875rem;display:block; }
#vGxqSGy6u2kIq6bTPPCxouCgFKGPq4gc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owqJfLRcTTtgrqhKRSwEB0OTz8DOrixD { position:absolute;display:block;z-index:15104;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:38.75rem;width:75rem;top:11rem;left:0rem;overflow:hidden;display:block; }
#vxFKv5boMPSfhbw9U6mEkdfZBvdBC57q { color:#855933;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:55rem;left:5.375rem;height:7.8775875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#C5V0aTyIoJNVRtyW5mOKREv13nBgWBAQ { color:#855933;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:55rem;left:24.25rem;height:6.56465625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LXcc9VehUHpWD8fbpQpo0cBSsygaTD4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:55rem;left:19.8125rem;height:6.56465625rem;display:block; }
#uZVsmA3WahBKpJG0LlCfVFdJLH6iOrFF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:55rem;left:38.75rem;height:7.8776rem;display:block; }
#reF0L51nUklECn3dustkfQOzKO72TRz7 { color:#855933;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:55rem;left:43.1875rem;height:7.8775875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XAdMTdJ9Gs0LOb5UgIV9d8IKlDHuP37k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:55rem;left:57.6875rem;height:9.1905375rem;display:block; }
#TadyDo5fm6HTfdnffPmsGDF9v7QTMU3m { color:#855933;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:55rem;left:62.125rem;height:9.19051875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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:5rem;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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.137875rem;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) { #B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp { display:block; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H31VpQH8GKIQSW54g7ZBSGi3hlT2EW0r { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHhhZuMgdTFfBgDLFDP4zdGugeByziis { display:block; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoLorio9xhuLK61PTfspasp5POTLNHpG { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;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) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:25.25rem;left:16.6875rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:24.625rem;left:10.125rem;width:27.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:25.5rem;left:9.875rem;width:8.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:25.5625rem;left:30rem;width:6.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { top:19.0625rem;left:4.125rem;width:39.5rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:27.5rem;height:3rem;top:29.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #K4bT6T0OlM21rCQG4359whbr5K6b9SXA { top:9.25rem;left:14.6875rem;width:18.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU3aA54bsuqXZ7XDgsdPyWtT4FDx7isg { top:25.5625rem;left:23.6875rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL { display:block; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNaDOw6ydu07aVSoq8VfnqRzm4ObXMXH { top:15.0625rem;left:39.75rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJfh8ARsQWAyot8ag2ygtTCknB4umP7p { top:15.25rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS8EdEuqFeiz61yGTnosDnQf9pNoC9w3 { top:15.25rem;left:13rem;width:6.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwIyGLqMeVsMqNk6WSxphXHvzprR2zJW { top:14.9375rem;left:11rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJHTuegoOytFq4t75BHCRqZKuKz4UwBn { top:15.25rem;left:9.625rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnBvlQ0zHe3PNgq53f14ETHdirPU3B4G { top:14.9375rem;left:0rem;width:10.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ842lVwxwdyMBl0Spa2zI5i6ckpAhxM { top:14.8125rem;left:7.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2QZoNDXCrA1yWuotKvaUzEVkLadzLHm { top:15.25rem;left:6.1875rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezfuraTn8VdGLW6NvE8DM8FvIpJfRVK9 { top:15rem;left:4.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaAauoEXLTsIdz5dhTMDWT40x25ons35 { top:4.0625rem;left:4.625rem;width:38.5rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToT1tcR0JsheAG0E1fnMi4HSMFsOiDdk { top:13.5rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSdVZnw7uUHTql18r0nqK0R3O6vGUxkD { top:8.125rem;left:4.625rem;width:38.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPUXHF9n3WEDHHPPF72LD1ZKT6OkXJs3 { top:15.1875rem;left:31.4375rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzUKo1wAmbskhu0BJ0DvZbvzmNlRlKR { top:15.1875rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDkIrufPTc8GoLSnashM8JoTURLXnZMs { top:18.5rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzwtuAZp9enObunEwQo6zIpiy4XKyu2H { top:20rem;left:0rem;width:10.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmEbXCPyhzFzfZLJvE9qMIaw6FQTo42p { top:20rem;left:4.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTCvNJr1gburUv5DNaAxiBcEbF0vBNo { top:19.8125rem;left:7.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4vV49ef14HaUCTPTGe80TLx6CGdZDdQ { top:20.25rem;left:6.1875rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aObDhz3xLU6HCb75JzJAqBxdu6c09pR5 { top:19.9375rem;left:11rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gphy2qvpgZsKT2ga50LcoTIlJiGwQygK { top:20.25rem;left:9.625rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSSoPIQnA7ZBR9eUvz7okFKRi1nCvqVp { top:20.25rem;left:13rem;width:6.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFufXTrTPnFOh0l3sut0lkry2C2ppwyi { top:20.0625rem;left:39.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoPX4tKc5wLZiwMTZukJ2BBaHPUbPOt { top:20.1875rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9VdyEAWy43BNvnJMD1cqZ0aZKcdV6L { top:20.25rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zULNVWCq52LN4kqw8JguFfxvH4GTQTgk { top:15.125rem;left:0.28125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwTsrODMkuH15bHz3wTIZZ6a4DTrUdk0 { top:15.25rem;left:2.3125rem;width:1.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi2DvTi7eyJNtAqMIvGzsIkXBW4BZVdl { top:20.125rem;left:0.28125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo8QmE5I1p0cXvpvGrEwX1AQubtRQFRx { top:20.25rem;left:2.3125rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRMwHzlayGV7OvPrqVGPprFlXtsPa73h { top:23.5rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD43Pc2SK0ML9hLBKsNoTswtRVRGRGNr { top:25rem;left:0rem;width:10.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBIPWvHOCFzVmUhcXXvyRLQZD6QX7C7q { top:25rem;left:4.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPltv99UZf50IkE10gTmNlCHyUIsRhNm { top:25.25rem;left:6.1875rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWfwm0xWLxT2fbAyMbJ0VoWTW8b9LnAf { top:24.9375rem;left:11rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpUKUNE5Ovff65GaZdz0BdSkGepy6SCN { top:25.25rem;left:9.625rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkk1GnvRNfpnayc37O6uw1WUCTV7QUw7 { top:25.125rem;left:0.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyVa3z8dvq22Etd3FunnUCCqshug9sg5 { top:25.25rem;left:2.3125rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX6mFW29ifovoufShUJ7Hz677T7aKTbk { top:24.8125rem;left:7.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJweAJCVEgRNKBddLCeiM9zVpNvW2NOi { top:25.25rem;left:13rem;width:6.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTm8BPIThT1T3neRTxreX9g33SUQLFqr { top:25.0625rem;left:39.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSfhHzXWlLAd9LUHksyHK8JeBOPbwoOq { top:25.1875rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGU8bQsAs3htgL7T94WeI3SxbXTWkfIZ { top:25.25rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuoldiuXWsJrrgIIJKRuakPDEasc7Lfl { top:28.5rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #il621ehTMhB4R8sGurZz1kXZ6P8K6wCb { top:30rem;left:0rem;width:10.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtMQTIGsXkNtrA6UxSuCxqI2XmGPFZGq { top:30rem;left:4.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGToyO0JxNGipIRwxh023xc6bzvT984 { top:30.25rem;left:6.1875rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWeWAShDxZucxE0FFHmuofD3FbmrOE1 { top:29.9375rem;left:11rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9AoMnslI0PFx5QQVCoqznZp5zFBAgAK { top:30.25rem;left:9.625rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVGCTotR4iCtXkRWvQrc0Eh4U9nk3ql { top:30.125rem;left:0.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKXn14M7wVh5bDtULwGMwkwpzKytA4RL { top:30.25rem;left:2.3125rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1eeu1TkHwhwtBKFI5zo23RWE0siKCBv { top:29.8125rem;left:7.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxHSIZDCMWG9Lr8qG7QNz7p6k7Iv6Qf { top:30.25rem;left:13rem;width:6.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUw8RVHMML1I8chroNrmNApzSP1sAEl9 { top:30.0625rem;left:39.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfioHR1kwP8zkzqUZg07siKzESiTStd2 { top:30.1875rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2cicuIEdFTqCe27TLV79TI5MDNdeZU7 { top:30.25rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y51vIpXW7TbF6T2Obx1Gz4k46IZZnDta { top:18.5rem;left:0rem;width:47.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QponXedeilW9IVR3fwlAG9bRDk8rrImu { top:25.8125rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRxvTQA6FshtflwBDHTHsMKKA7ydnFfl { top:20.125rem;left:14.03125rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIHT57bi0R0N66I7K5BKkzuGrXfKkP3t { top:20rem;left:17.875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKbTmGBTuRrlJ3ivc5coeKVALx82iH3P { top:20.25rem;left:16.0625rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #behkLlEgv1NXwpREF8BHzxyF4RsKays1 { top:23.9375rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3Vo5HCFDo7lGcc4Podo72AhFrMv76KF { top:25.8125rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtadrqeB4pvTc98EKIvgT7K3scqepTFT { top:19.8125rem;left:21.375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPVs1NsoW4gTtLdIUDwCcTtppWqzT7II { top:22rem;left:0rem;width:10.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qoy3PFIebKGU5wGK70ZEu6FtCBEQCytX { top:23.9375rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBERcT7uKLsT8tJ42XvdFXLs7JbW7s6G { top:19.9375rem;left:24.75rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oisGPZJbzIkKpTmhRoDn50lu3sbK2QEi { top:25.8125rem;left:0rem;width:5rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWfx8Crsg0ELu63USt5ffv3meI3k5BKW { top:23.9375rem;left:0.375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTdUzHcQaeAM36EgRnxTSbm018KazQXI { top:18.5rem;left:0rem;width:47.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IC8GaD0Jsbi5ZDJ44k8kU0ZKZIqrL3l8 { top:33rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh4SsnhpdVMEH0qLFGIiI4acQR5zIFze { top:20.125rem;left:14.03125rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwDpbT4vT1Ce3G4E8PHSCZkW9uffRrgT { top:20rem;left:17.875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQ35CBx5nCTyMMGC6vZ8o0uMSNeTNB6u { top:31.125rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKMeGCSzs0GP5QQnB92OpDXXrecxw8NK { top:31.125rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2G4yGV6fDkyiQLHtbDlJxQVvsGKyUiB { top:33rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSQTamlFAW9V5Bf0b2gvWnx3Q3D1ua1H { top:19.8125rem;left:21.375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSwI4IKAloCGPi6tD9lJiEQHHWXMkaZ5 { top:29.1875rem;left:0rem;width:10.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kA9cKAZJayg2Gh1AZM7OJVnf6TmhHeLl { top:31.125rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfhUZ2IfygEPEeFvv9BUXPVaLCs2vycT { top:19.9375rem;left:24.75rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRpuwhoMMQvEMcsU5xyditrMgzcvhHz7 { top:33rem;left:0rem;width:5rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF78tATt4GPqZMq9gBA167hPsxhee9dq { top:31.125rem;left:0.375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:15.4375rem;left:0rem;width:34.3125rem;height:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE9CpHD68a2besOTp5cDXqVG4bbPMurS { top:22.5rem;left:27.0625rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgFTsi9lMrMnGohD64uV2bmMbzBMeW0 { top:12.125rem;left:27.5625rem;width:11.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayHDwCT3kuu8TyadP9N6xyR12SvpPKbp { top:29.4375rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwvDmwi9Ab7dwx3W7eIOlGl5suMRILB { top:30.4375rem;left:27.0625rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHrWZtBvadLW7IpbBD1T9d6q4BA4dIN { top:21.625rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oolkwm3oLQUa6Evh4v1gmdi8LUrEnyH4 { top:12.6875rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJgzbg6me5MfhFVKoP0WliFETusmzJ1T { top:16.9375rem;left:42.28125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXhLBfPqUFNiNog6SnPcm7b1mtN99Xg9 { top:7.8125rem;left:0rem;width:34.3125rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0SsNQsfDGUx0EnhCioqqhHz06WX5odq { top:6.9375rem;left:31.96875rem;width:2.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZR8xPHXSy7hBJ5fGCMig3EKPpuAV4t6 { top:7.8125rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M21KfKEQpstzwgXcPlDtFxdz6c9L5U9a { top:25.4375rem;left:31.4375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIfG8TVcf48nQLBWP0vp4B1slJfTXErP { top:24.8125rem;left:43.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmZnnBZVHTp6KJ7TbGaoOahXJZRmValZ { top:13.75rem;left:35.25rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHiNUCTZp3VEh9cZWLCyxZOZoHahZbT3 { top:5rem;left:35.25rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIaiVpmq6UzMSsfyw9PskLD92Rc1zClC { top:5rem;left:27.0625rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bCMU6BxH36nZeM0okppLipSWp6L0D7 { top:22.5rem;left:35.25rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:3.75rem;left:7.5rem;width:32.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { top:51.0625rem;left:0rem;width:47.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { top:52.9375rem;left:0rem;width:12.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGpO3VnJXozEDFri1Hdk9GlVCwRDXf5Z { top:10.4375rem;left:0rem;width:36.875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0dTS2yKbdQT5FVkZRNEuWBm2x7zxLX { top:10.4375rem;left:10.875rem;width:36.875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPN2yEhIJfp4O4plr62gO7FO2CZbpit { top:30.75rem;left:0rem;width:36.875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTHXVgS0dRaNPVyGF5sq75M61WLF6qu { top:30.75rem;left:10.875rem;width:36.875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfCJIiTAPMLFC6Z2ykB7TbmCNEh2aiXy { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc6bW4MzkL8wzULxqTnvC2Tyg8rQmBb5 { top:52.3125rem;left:6.0625rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtxyR71SerwUy0TcACWk9eiS1GBwiksT { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLvmoLTm2QTZHtKOFOSIqn8VfAClPzEH { top:52.8125rem;left:6.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg6iTJRzh1yBJwRQ9uZ2Z2Ch2A6lFhwX { top:52.875rem;left:25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIfkcQyqlPokyKMaIN3NnN6Hq8vzDTlV { top:52.375rem;left:24.5rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsvhfieVZJ5ZHFJJ8KwUP3gAwcuReHaG { top:52.875rem;left:43.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzTD53lL34OAipJSpnIuOboIVCkUe1tC { top:52.375rem;left:30.5625rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik0F2Fk9cNUe3RiHckAzHTBQQoQTFouV { top:57.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpFDkpNql7teBv2Amp5VLD8HwWGPWxN3 { top:56.75rem;left:0rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrLTftLRswUgUm8MiGKPQl2tq3XBt4Nh { top:57.25rem;left:6.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7hwODRxFbeBUTqfwI2yoD4fv7yEzwX { top:56.75rem;left:6.125rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx7rdSalo3dwodpavHnPotPJxTZF60Wo { top:57.25rem;left:25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXyc8mrpX0s4Gyf8PEyQMJrFK0lQfvPe { top:56.75rem;left:24.5rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2bWDanUwVNXVpxkttfuZlnwthLECiv { top:57.25rem;left:43.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTef3N0b903fgTrDAOD2FAJ41bFl8Ff { top:56.75rem;left:30.5625rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ethWJsdcgleTb0CpX2KAi5Vgv9OsioWb { top:61.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpaUzmcTUOi7DofJEpHhoZU9W5r2Q1mn { top:61.125rem;left:0rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRR0U1Z5lA13eNQODVTQlr4qOGkuRvVc { top:61.625rem;left:6.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B666pEr15lhuKmnvWwRZ2X3Qe8QHKfJK { top:61.125rem;left:6.125rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRRGi3CVNsqxvt9l1wcNzJdt4STgbhLw { top:61.625rem;left:25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU96i3yJTyaQzSe3y5f3p21S9LkawTIz { top:61.125rem;left:24.5rem;width:17.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcr3FbF1MNzskrVF5QwB5qTAKB9prPLC { top:52.9375rem;left:9.3125rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGObTyn1vAW8iX3p8oyxQFBgrtEgQbT4 { top:52.9375rem;left:27.75rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbbmSwtGT9TaG7uUWlwq3fQGOHpmTste { top:52.9375rem;left:35rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqCvyPJPqgO3MbTr59Qo5LKzT8Zeu4S7 { top:57.3125rem;left:9.3125rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLX20IW6eWz5hqOlQ07fw5E6MV7HuKug { top:57.3125rem;left:27.75rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OznXhw97Cv9gb1eCkP8r47pMTRlTXlRX { top:57.3125rem;left:35rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoyoeD8EUcrTtzHIxyv1lUlwe1sFyzTJ { top:57.3125rem;left:0rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKh0clsuxf1trRmLTvRdrVlO8lziXPoE { top:61.5625rem;left:0rem;width:12.75rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrLp6MKqpKq1TV3g0oKVDvyOChssXgg { top:61.6875rem;left:9.3125rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4E7ew0bWMDMXtIA5Rfm3zzMiIRv2fm9 { top:61.6875rem;left:27.75rem;width:12.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BczQDZ2NGTeyxqQGrPtmGGCcnRCoGJV3 { top:53.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W390e9Z1hkTzxKfdBSeTw6UCim6AeeTF { top:62rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNNTWpXUZNNk7ENKLsvDerhy1n6WiqvL { top:57.75rem;left:7.125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fShXmPsEcBTQc8lvTZSLLLseIHhnPUGz { top:57.6875rem;left:25.5625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z61gRTXIL07wq4ZXTN1Gv50vwsXlo8xA { top:53.3125rem;left:7.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOGVLAPXToN9Bo9s2rw0z3QlJDkeMXkn { top:53.375rem;left:25.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoQMXr7AzZsS1qzHLtKw0Jip6nMg8TW { top:53.25rem;left:43.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiJcJEGoNkpMS20uXURxnWTrQaayr3QN { top:57.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iznZmQe0XDNrcQl6dVPyRpnuNmLU9FL3 { top:57.5625rem;left:43.9375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehczBUheh5JO7MpOSBSnaCgoXTPOmmFR { top:62.0625rem;left:7.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN8ASMC3q6QCtNk4xS8peEHXpGpoheyd { top:62rem;left:25.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaW3JrpP4HzqwGOBT2VTURf1Dk5bIVNV { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5soqGCmKcCGa7SVd1Emg1GkA4yBxNhF { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0ANNpqvlSR3usxig6r5d4LZgTNEl7nm { top:21.5625rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFIvqVmTq80TpqXOp3C0IfG7o4zhaGFo { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRlUPZby9KnPUKB0LmJVwg8LvLoPC1Nd { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvM2uZ5pVZvNwT5Oi6xP2Ox77o0u9wDC { top:24.1875rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJOPoBTGohsNXAtBIeFTHodpkv2SXAvc { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6T6qgtObia94198MPsRbkXx96wlnbCB { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zuae6UmuTakm0hZRPONzyBD52K1Bz4Tu { top:29.4375rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cE5XgJngi1o0EARQ3haGh6P314EaKQNO { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hm6O44SAsEKTQT9yTXQIcsaI6vKOJM3y { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2DiMCMamwIgA29FvG1G0l4TrJi2XQC7 { top:26.8125rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4HuFUKBz9asVgQ7LOgBOXh4BR8nWcKF { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cK9M8VRTPh2P4srrwWmCdBrbmC2BVxKB { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFdd7CEuHa9Z7J4ciDKxMG6iJGZP7Lfw { top:39.9375rem;left:0rem;width:12.875rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPEgLFD9ys4KVBtqbdnOqJDeALMiECQw { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpTOaVE7W4Pv3Walykhan1PGVsX7ZNC3 { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5PQXZ3EVDOSFH2UCxTvcQpcu0eAJqrP { top:37.3125rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMb4dRAI2fN7Tm5ZiuOwO06atHNNHvnC { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAEUrcdL1XQPPgL9cPfyUSUSlvnN4zzN { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3d6s9KkAhehdsUyoISl7fEquih2ZAbV { top:34.6875rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWUszWvZPnkp4bCdA84St2QNNVpGKo8R { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlSWou6eDPEcrXpep2Bdy9Bs6kzFPQMo { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aenU2oWe5epJiSiy2gRu9uFnDqsq3qtA { top:32.0625rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgcOLE9XBy8IOTq3UpqwBMvJofAVzGQJ { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #si8VTu5UofIAL3x4zVeGH9KkpfBfWdO2 { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcbfltkTLa5Iq0P6N1TT6RTeRCekDRXC { top:45.1875rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnBQeP5fXBLxNVFPXDbSLe1DVcJigpSk { top:52.3125rem;left:0rem;width:17.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccc6wBlhT4HA29ahttZCzgSUP554BJkU { top:52.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZq1wL5ciZo2bygTdke7mROzgPXfr8hf { top:42.5625rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.75rem;left:7.5302734375rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { top:10.3125rem;left:0rem;width:47.75rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { top:50.6875rem;left:0rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { top:50.6875rem;left:5.25rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPp97OimiipQTX42A9ILbUmC0D2dVTna { top:50.6875rem;left:29.5rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { top:50.6875rem;left:24.1875rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { top:54.0625rem;left:0rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { top:55rem;left:0rem;width:11.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { top:54.0625rem;left:5.25rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { top:54.0625rem;left:24.1875rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { top:54.0625rem;left:29.5rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { top:51.875rem;left:0rem;width:16.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWhExDRJP0adZ54h0504TizvSGi0bHS { top:51.875rem;left:6.1875rem;width:16.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { top:51.875rem;left:25.125rem;width:16.4375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STsaQG13PL4T7pR8Al89hac4SagcEn7Q { top:51.875rem;left:34.3125rem;width:13.4375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { top:51.4375rem;left:20.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { top:51.3125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { top:51.4375rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { top:51.4375rem;left:39.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWBH6pXOiNkJFIz9PUrGB3P7TR7iKMyF { width:23.25rem;height:3rem;top:70.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxqSGy6u2kIq6bTPPCxouCgFKGPq4gc { display:block; }
 }@media only screen and (max-width: 763px) { #owqJfLRcTTtgrqhKRSwEB0OTz8DOrixD { top:11rem;left:0rem;width:47.75rem;height:24.670833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxFKv5boMPSfhbw9U6mEkdfZBvdBC57q { top:55rem;left:0rem;width:11.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5V0aTyIoJNVRtyW5mOKREv13nBgWBAQ { top:55rem;left:10.625rem;width:11.9375rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXcc9VehUHpWD8fbpQpo0cBSsygaTD4Z { top:55rem;left:6.1875rem;width:11.9375rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZVsmA3WahBKpJG0LlCfVFdJLH6iOrFF { top:55rem;left:25.125rem;width:14.1875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reF0L51nUklECn3dustkfQOzKO72TRz7 { top:55rem;left:29.5625rem;width:11.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdMTdJ9Gs0LOb5UgIV9d8IKlDHuP37k { top:55rem;left:35rem;width:12.75rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadyDo5fm6HTfdnffPmsGDF9v7QTMU3m { top:55rem;left:35.8125rem;width:11.9375rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp { display:block; }#B5c5c7p1UdoJEn7U6so7XgDUDzNSMROp > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H31VpQH8GKIQSW54g7ZBSGi3hlT2EW0r { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHhhZuMgdTFfBgDLFDP4zdGugeByziis { display:block; }#bHhhZuMgdTFfBgDLFDP4zdGugeByziis > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoLorio9xhuLK61PTfspasp5POTLNHpG { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d0d142d-6de8-4769-ac08-51cefc96a020/mext1.jpg");background-position:center left !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(0,0,0,0.35); }#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(0,0,0,0.35); }#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:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:11.3125rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:20rem;height:2.5rem;top:10.484375rem;left:0rem;background-color:rgba(17,17,17,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:11.375rem;left:0.875rem;font-size:0.8125rem;color:#95dde8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:11.4375rem;left:13.625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { width:19.875rem;height:1.3496125rem;top:7.7197265625rem;left:0.09375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:20rem;height:2.75rem;top:13.859375rem;left:0rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #K4bT6T0OlM21rCQG4359whbr5K6b9SXA { width:8.1875rem;height:3.625rem;top:3.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU3aA54bsuqXZ7XDgsdPyWtT4FDx7isg { width:5.3125rem;height:0.89355625rem;top:11.412109375rem;left:10.1875rem;font-size:0.8125rem;color:#bbbbbb;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc277aab-cd85-44fe-b110-cbdf9b0c2483/ChatGPTImageJul3202612_35_07PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,89,51,0.8); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(133,89,51,0.8); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.1357421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL { background-color:rgba(104,59,21,0.9);background-image:none;display:block; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container { background-color: transparent; background-image: none; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container > .video-iframe-container { display: none; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row > .video-iframe-container { display: none; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .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); }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNaDOw6ydu07aVSoq8VfnqRzm4ObXMXH { width:6.6875rem;height:1.29980625rem;top:11.1875rem;left:0.875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kJfh8ARsQWAyot8ag2ygtTCknB4umP7p { width:7.0615rem;height:1.13671875rem;top:11.1875rem;left:11.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xS8EdEuqFeiz61yGTnosDnQf9pNoC9w3 { width:5.5rem;height:1.13671875rem;top:9.3125rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwIyGLqMeVsMqNk6WSxphXHvzprR2zJW { display:flex;width:1.5625rem;height:1.5625rem;top:9rem;left:11.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GJHTuegoOytFq4t75BHCRqZKuKz4UwBn { width:1.25rem;height:1.13671875rem;top:9.3125rem;left:10.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnBvlQ0zHe3PNgq53f14ETHdirPU3B4G { width:10.375rem;height:1.4619125rem;top:6.0625rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQ842lVwxwdyMBl0Spa2zI5i6ckpAhxM { display:flex;width:1.5625rem;height:1.5625rem;top:8.875rem;left:8.5rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #D2QZoNDXCrA1yWuotKvaUzEVkLadzLHm { width:1.31214375rem;height:1.13671875rem;top:9.3125rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezfuraTn8VdGLW6NvE8DM8FvIpJfRVK9 { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:5rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #yaAauoEXLTsIdz5dhTMDWT40x25ons35 { width:19.875rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ToT1tcR0JsheAG0E1fnMi4HSMFsOiDdk { width:20rem;height:8.125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSdVZnw7uUHTql18r0nqK0R3O6vGUxkD { width:20rem;height:1.13671875rem;top:2.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sPUXHF9n3WEDHHPPF72LD1ZKT6OkXJs3 { width:8.625rem;height:1.13671875rem;top:7.4375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqzUKo1wAmbskhu0BJ0DvZbvzmNlRlKR { width:7.9375rem;height:1.13671875rem;top:11.1875rem;left:5.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SDkIrufPTc8GoLSnashM8JoTURLXnZMs { width:20rem;height:6.5625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzwtuAZp9enObunEwQo6zIpiy4XKyu2H { width:10.75rem;height:1.4619125rem;top:14.8125rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmEbXCPyhzFzfZLJvE9qMIaw6FQTo42p { display:flex;width:1.625rem;height:1.625rem;top:16.5625rem;left:5rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #kVTCvNJr1gburUv5DNaAxiBcEbF0vBNo { display:flex;width:1.625rem;height:1.625rem;top:16.375rem;left:8.5rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Z4vV49ef14HaUCTPTGe80TLx6CGdZDdQ { width:1.375rem;height:1.13671875rem;top:16.75rem;left:10.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aObDhz3xLU6HCb75JzJAqBxdu6c09pR5 { display:flex;width:1.625rem;height:1.625rem;top:16.5rem;left:11.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Gphy2qvpgZsKT2ga50LcoTIlJiGwQygK { width:1.3125rem;height:1.13671875rem;top:16.75rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSSoPIQnA7ZBR9eUvz7okFKRi1nCvqVp { width:5.4375rem;height:1.13671875rem;top:16.75rem;left:14rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFufXTrTPnFOh0l3sut0lkry2C2ppwyi { width:6.875rem;height:1.29980625rem;top:18.599609375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awoPX4tKc5wLZiwMTZukJ2BBaHPUbPOt { width:5.8125rem;height:1.13671875rem;top:18.6181640625rem;left:6.78125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #op9VdyEAWy43BNvnJMD1cqZ0aZKcdV6L { width:5rem;height:1.13671875rem;top:18.625rem;left:13.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zULNVWCq52LN4kqw8JguFfxvH4GTQTgk { display:flex;width:1.375rem;height:1.375rem;top:9.125rem;left:1.25rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #FwTsrODMkuH15bHz3wTIZZ6a4DTrUdk0 { width:1.375rem;height:1.13671875rem;top:9.3125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fi2DvTi7eyJNtAqMIvGzsIkXBW4BZVdl { display:flex;width:1.375rem;height:1.375rem;top:16.625rem;left:1.25rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Fo8QmE5I1p0cXvpvGrEwX1AQubtRQFRx { width:1.375rem;height:1.13671875rem;top:16.75rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRMwHzlayGV7OvPrqVGPprFlXtsPa73h { width:20rem;height:4.375rem;top:23.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD43Pc2SK0ML9hLBKsNoTswtRVRGRGNr { width:10.75rem;height:auto;top:25rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zBIPWvHOCFzVmUhcXXvyRLQZD6QX7C7q { display:flex;width:1.625rem;height:1.625rem;top:25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPltv99UZf50IkE10gTmNlCHyUIsRhNm { width:1.375rem;height:auto;top:25.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rWfwm0xWLxT2fbAyMbJ0VoWTW8b9LnAf { display:flex;width:1.625rem;height:1.625rem;top:24.9375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpUKUNE5Ovff65GaZdz0BdSkGepy6SCN { width:1.3125rem;height:auto;top:25.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wkk1GnvRNfpnayc37O6uw1WUCTV7QUw7 { display:flex;width:1.5rem;height:1.5rem;top:25.125rem;left:9.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyVa3z8dvq22Etd3FunnUCCqshug9sg5 { width:1.375rem;height:0;top:25.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TX6mFW29ifovoufShUJ7Hz677T7aKTbk { display:flex;width:1.625rem;height:1.625rem;top:24.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJweAJCVEgRNKBddLCeiM9zVpNvW2NOi { width:6.1875rem;height:auto;top:25.25rem;left:6.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TTm8BPIThT1T3neRTxreX9g33SUQLFqr { width:7.9375rem;height:auto;top:25.0625rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nSfhHzXWlLAd9LUHksyHK8JeBOPbwoOq { width:7.9375rem;height:auto;top:25.1875rem;left:6rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hGU8bQsAs3htgL7T94WeI3SxbXTWkfIZ { width:7.125rem;height:auto;top:25.25rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QuoldiuXWsJrrgIIJKRuakPDEasc7Lfl { width:20rem;height:4.375rem;top:28.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #il621ehTMhB4R8sGurZz1kXZ6P8K6wCb { width:10.75rem;height:auto;top:30rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FtMQTIGsXkNtrA6UxSuCxqI2XmGPFZGq { display:flex;width:1.625rem;height:1.625rem;top:30rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvGToyO0JxNGipIRwxh023xc6bzvT984 { width:1.375rem;height:auto;top:30.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nTWeWAShDxZucxE0FFHmuofD3FbmrOE1 { display:flex;width:1.625rem;height:1.625rem;top:29.9375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9AoMnslI0PFx5QQVCoqznZp5zFBAgAK { width:1.3125rem;height:auto;top:30.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SVVGCTotR4iCtXkRWvQrc0Eh4U9nk3ql { display:flex;width:1.5rem;height:1.5rem;top:30.125rem;left:9.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKXn14M7wVh5bDtULwGMwkwpzKytA4RL { width:1.375rem;height:auto;top:30.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h1eeu1TkHwhwtBKFI5zo23RWE0siKCBv { display:flex;width:1.625rem;height:1.625rem;top:29.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfxHSIZDCMWG9Lr8qG7QNz7p6k7Iv6Qf { width:6.1875rem;height:auto;top:30.25rem;left:6.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gUw8RVHMML1I8chroNrmNApzSP1sAEl9 { width:7.9375rem;height:auto;top:30.0625rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pfioHR1kwP8zkzqUZg07siKzESiTStd2 { width:7.9375rem;height:auto;top:30.1875rem;left:6rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #f2cicuIEdFTqCe27TLV79TI5MDNdeZU7 { width:7.125rem;height:auto;top:30.25rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #y51vIpXW7TbF6T2Obx1Gz4k46IZZnDta { width:20rem;height:6.5625rem;top:21.0625rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #QponXedeilW9IVR3fwlAG9bRDk8rrImu { width:6.875rem;height:1.29980625rem;top:25.8125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #CRxvTQA6FshtflwBDHTHsMKKA7ydnFfl { display:flex;width:1.375rem;height:1.375rem;top:23.8125rem;left:1.25rem;font-size:0.9375rem;z-index:15222; }
 }@media only screen and (max-width: 763px) { #NIHT57bi0R0N66I7K5BKkzuGrXfKkP3t { display:flex;width:1.625rem;height:1.625rem;top:23.75rem;left:5rem;font-size:0.9375rem;z-index:15136; }
 }@media only screen and (max-width: 763px) { #XKbTmGBTuRrlJ3ivc5coeKVALx82iH3P { width:1.375rem;height:1.13671875rem;top:23.9375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #behkLlEgv1NXwpREF8BHzxyF4RsKays1 { width:1.3125rem;height:1.13671875rem;top:23.9375rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Vo5HCFDo7lGcc4Podo72AhFrMv76KF { width:5.8125rem;height:1.13671875rem;top:25.8125rem;left:6.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #OtadrqeB4pvTc98EKIvgT7K3scqepTFT { display:flex;width:1.625rem;height:1.625rem;top:23.5625rem;left:8.5rem;font-size:0.9375rem;z-index:15137; }
 }@media only screen and (max-width: 763px) { #oPVs1NsoW4gTtLdIUDwCcTtppWqzT7II { width:10.75rem;height:1.4619125rem;top:22rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15219;display:block; }
 }@media only screen and (max-width: 763px) { #Qoy3PFIebKGU5wGK70ZEu6FtCBEQCytX { width:1.375rem;height:1.13671875rem;top:23.9375rem;left:10.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #uBERcT7uKLsT8tJ42XvdFXLs7JbW7s6G { display:flex;width:1.625rem;height:1.625rem;top:23.6875rem;left:11.9375rem;font-size:0.9375rem;z-index:15138; }
 }@media only screen and (max-width: 763px) { #oisGPZJbzIkKpTmhRoDn50lu3sbK2QEi { width:5rem;height:1.13671875rem;top:25.8125rem;left:13.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #TWfx8Crsg0ELu63USt5ffv3meI3k5BKW { width:5.4375rem;height:1.13671875rem;top:23.9375rem;left:14rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #oTdUzHcQaeAM36EgRnxTSbm018KazQXI { width:20rem;height:6.5625rem;top:28.25rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #IC8GaD0Jsbi5ZDJ44k8kU0ZKZIqrL3l8 { width:6.875rem;height:1.29980625rem;top:33rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #xh4SsnhpdVMEH0qLFGIiI4acQR5zIFze { display:flex;width:1.375rem;height:1.375rem;top:31rem;left:1.25rem;font-size:0.9375rem;z-index:15235; }
 }@media only screen and (max-width: 763px) { #fwDpbT4vT1Ce3G4E8PHSCZkW9uffRrgT { display:flex;width:1.625rem;height:1.625rem;top:30.9375rem;left:5rem;font-size:0.9375rem;z-index:15149; }
 }@media only screen and (max-width: 763px) { #vQ35CBx5nCTyMMGC6vZ8o0uMSNeTNB6u { width:1.375rem;height:1.13671875rem;top:31.125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #WKMeGCSzs0GP5QQnB92OpDXXrecxw8NK { width:1.3125rem;height:1.13671875rem;top:31.125rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #c2G4yGV6fDkyiQLHtbDlJxQVvsGKyUiB { width:5.8125rem;height:1.13671875rem;top:33rem;left:6.75rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #dSQTamlFAW9V5Bf0b2gvWnx3Q3D1ua1H { display:flex;width:1.625rem;height:1.625rem;top:30.75rem;left:8.5rem;font-size:0.9375rem;z-index:15150; }
 }@media only screen and (max-width: 763px) { #pSwI4IKAloCGPi6tD9lJiEQHHWXMkaZ5 { width:10.75rem;height:1.4619125rem;top:29.1875rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15232;display:block; }
 }@media only screen and (max-width: 763px) { #kA9cKAZJayg2Gh1AZM7OJVnf6TmhHeLl { width:1.375rem;height:1.13671875rem;top:31.125rem;left:10.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #nfhUZ2IfygEPEeFvv9BUXPVaLCs2vycT { display:flex;width:1.625rem;height:1.625rem;top:30.875rem;left:11.9375rem;font-size:0.9375rem;z-index:15151; }
 }@media only screen and (max-width: 763px) { #bRpuwhoMMQvEMcsU5xyditrMgzcvhHz7 { width:5rem;height:1.13671875rem;top:33rem;left:12.9375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #cF78tATt4GPqZMq9gBA167hPsxhee9dq { width:5.4375rem;height:1.13671875rem;top:31.125rem;left:14rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e21f3d3-394a-4fd7-bb21-4ac6f2739ccb/fh2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:19.5rem;height:11.692375rem;top:4.18359375rem;left:0.25rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PE9CpHD68a2besOTp5cDXqVG4bbPMurS { width:3.75rem;height:3.75rem;top:17.3515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgFTsi9lMrMnGohD64uV2bmMbzBMeW0 { width:6.25rem;height:2.69824375rem;top:22.375rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ayHDwCT3kuu8TyadP9N6xyR12SvpPKbp { width:7rem;height:3.296875rem;top:30.3125rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwvDmwi9Ab7dwx3W7eIOlGl5suMRILB { width:6.25rem;height:0.8994125rem;top:22.375rem;left:13.75rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eTHrWZtBvadLW7IpbBD1T9d6q4BA4dIN { width:6.25rem;height:0.8994125rem;top:30.3125rem;left:3.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oolkwm3oLQUa6Evh4v1gmdi8LUrEnyH4 { width:6.25rem;height:1.798825rem;top:22.36328125rem;left:6.875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WJgzbg6me5MfhFVKoP0WliFETusmzJ1T { display:flex;width:1.875rem;height:1.875rem;top:26.875rem;left:5.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SXhLBfPqUFNiNog6SnPcm7b1mtN99Xg9 { width:20rem;height:1.3496125rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0SsNQsfDGUx0EnhCioqqhHz06WX5odq { width:1.4375rem;height:2.5rem;top:18.2265625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZR8xPHXSy7hBJ5fGCMig3EKPpuAV4t6 { display:flex;width:2.0625rem;height:2.0625rem;top:18.4453125rem;left:8.96875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #M21KfKEQpstzwgXcPlDtFxdz6c9L5U9a { display:flex;width:1.875rem;height:1.875rem;top:18.4765625rem;left:16.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mIfG8TVcf48nQLBWP0vp4B1slJfTXErP { display:flex;width:2rem;height:2rem;top:26.75rem;left:12.4375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #qmZnnBZVHTp6KJ7TbGaoOahXJZRmValZ { width:3.75rem;height:3.75rem;top:17.3515625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHiNUCTZp3VEh9cZWLCyxZOZoHahZbT3 { width:3.75rem;height:3.75rem;top:25.6123046875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIaiVpmq6UzMSsfyw9PskLD92Rc1zClC { width:3.75rem;height:3.75rem;top:17.3515625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bCMU6BxH36nZeM0okppLipSWp6L0D7 { width:3.75rem;height:3.75rem;top:25.6123046875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:15.3125rem;height:1.5rem;top:1.25rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { width:20rem;height:30rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { width:12.875rem;height:0.9746125rem;top:18.92578125rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGpO3VnJXozEDFri1Hdk9GlVCwRDXf5Z { width:9.6875rem;height:6.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0dTS2yKbdQT5FVkZRNEuWBm2x7zxLX { width:9.6875rem;height:6.25rem;top:3.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPN2yEhIJfp4O4plr62gO7FO2CZbpit { width:9.6875rem;height:6.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTHXVgS0dRaNPVyGF5sq75M61WLF6qu { width:9.6875rem;height:6.25rem;top:10.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfCJIiTAPMLFC6Z2ykB7TbmCNEh2aiXy { width:18.75rem;height:2.5rem;top:18.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc6bW4MzkL8wzULxqTnvC2Tyg8rQmBb5 { width:17.1875rem;height:3.125rem;top:52.3125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtxyR71SerwUy0TcACWk9eiS1GBwiksT { width:1.5rem;height:1.5rem;top:18.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLvmoLTm2QTZHtKOFOSIqn8VfAClPzEH { width:2.125rem;height:2.125rem;top:52.8125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg6iTJRzh1yBJwRQ9uZ2Z2Ch2A6lFhwX { width:2.125rem;height:2.125rem;top:52.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIfkcQyqlPokyKMaIN3NnN6Hq8vzDTlV { width:17.1875rem;height:3.125rem;top:52.375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsvhfieVZJ5ZHFJJ8KwUP3gAwcuReHaG { width:2.125rem;height:2.125rem;top:52.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzTD53lL34OAipJSpnIuOboIVCkUe1tC { width:17.1875rem;height:3.125rem;top:52.375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ik0F2Fk9cNUe3RiHckAzHTBQQoQTFouV { width:2.125rem;height:2.125rem;top:57.25rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpFDkpNql7teBv2Amp5VLD8HwWGPWxN3 { width:17.1875rem;height:3.125rem;top:56.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrLTftLRswUgUm8MiGKPQl2tq3XBt4Nh { width:2.125rem;height:2.125rem;top:57.25rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vP7hwODRxFbeBUTqfwI2yoD4fv7yEzwX { width:17.1875rem;height:3.125rem;top:56.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx7rdSalo3dwodpavHnPotPJxTZF60Wo { width:2.125rem;height:2.125rem;top:57.25rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXyc8mrpX0s4Gyf8PEyQMJrFK0lQfvPe { width:17.1875rem;height:3.125rem;top:56.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lf2bWDanUwVNXVpxkttfuZlnwthLECiv { width:2.125rem;height:2.125rem;top:57.25rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTTef3N0b903fgTrDAOD2FAJ41bFl8Ff { width:17.1875rem;height:3.125rem;top:56.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ethWJsdcgleTb0CpX2KAi5Vgv9OsioWb { width:2.125rem;height:2.125rem;top:61.625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpaUzmcTUOi7DofJEpHhoZU9W5r2Q1mn { width:17.1875rem;height:3.125rem;top:61.125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRR0U1Z5lA13eNQODVTQlr4qOGkuRvVc { width:2.125rem;height:2.125rem;top:61.625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B666pEr15lhuKmnvWwRZ2X3Qe8QHKfJK { width:17.1875rem;height:3.125rem;top:61.125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRRGi3CVNsqxvt9l1wcNzJdt4STgbhLw { width:2.125rem;height:2.125rem;top:61.625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iU96i3yJTyaQzSe3y5f3p21S9LkawTIz { width:17.1875rem;height:3.125rem;top:61.125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcr3FbF1MNzskrVF5QwB5qTAKB9prPLC { width:12.75rem;height:auto;top:52.9375rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TGObTyn1vAW8iX3p8oyxQFBgrtEgQbT4 { width:12.75rem;height:auto;top:52.9375rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HbbmSwtGT9TaG7uUWlwq3fQGOHpmTste { width:12.75rem;height:auto;top:52.9375rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hqCvyPJPqgO3MbTr59Qo5LKzT8Zeu4S7 { width:12.75rem;height:auto;top:57.3125rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PLX20IW6eWz5hqOlQ07fw5E6MV7HuKug { width:12.75rem;height:auto;top:57.3125rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OznXhw97Cv9gb1eCkP8r47pMTRlTXlRX { width:12.75rem;height:auto;top:57.3125rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MoyoeD8EUcrTtzHIxyv1lUlwe1sFyzTJ { width:12.75rem;height:auto;top:57.3125rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PKh0clsuxf1trRmLTvRdrVlO8lziXPoE { width:12.75rem;height:auto;top:61.5625rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nIrLp6MKqpKq1TV3g0oKVDvyOChssXgg { width:12.75rem;height:auto;top:61.6875rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R4E7ew0bWMDMXtIA5Rfm3zzMiIRv2fm9 { width:12.75rem;height:auto;top:61.6875rem;left:3.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BczQDZ2NGTeyxqQGrPtmGGCcnRCoGJV3 { display:flex;width:0.875rem;height:0.875rem;top:18.9375rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #W390e9Z1hkTzxKfdBSeTw6UCim6AeeTF { display:flex;width:0.875rem;height:0.875rem;top:39.875rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #BNNTWpXUZNNk7ENKLsvDerhy1n6WiqvL { display:flex;width:0.875rem;height:0.875rem;top:31.96875rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #fShXmPsEcBTQc8lvTZSLLLseIHhnPUGz { display:flex;width:0.875rem;height:0.875rem;top:34.625rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #z61gRTXIL07wq4ZXTN1Gv50vwsXlo8xA { display:flex;width:0.875rem;height:0.875rem;top:21.5625rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #qOGVLAPXToN9Bo9s2rw0z3QlJDkeMXkn { display:flex;width:0.875rem;height:0.875rem;top:24.1875rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #TWoQMXr7AzZsS1qzHLtKw0Jip6nMg8TW { display:flex;width:0.875rem;height:0.875rem;top:26.8125rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #yiJcJEGoNkpMS20uXURxnWTrQaayr3QN { display:flex;width:1rem;height:1rem;top:29.375rem;left:1.40625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #iznZmQe0XDNrcQl6dVPyRpnuNmLU9FL3 { display:flex;width:0.875rem;height:0.875rem;top:37.1875rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ehczBUheh5JO7MpOSBSnaCgoXTPOmmFR { display:flex;width:0.875rem;height:0.875rem;top:42.5625rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #oN8ASMC3q6QCtNk4xS8peEHXpGpoheyd { display:flex;width:0.875rem;height:0.875rem;top:45.1875rem;left:1.46875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #oaW3JrpP4HzqwGOBT2VTURf1Dk5bIVNV { width:1.5rem;height:1.5rem;top:21.25rem;left:1.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #I5soqGCmKcCGa7SVd1Emg1GkA4yBxNhF { width:18.75rem;height:2.5rem;top:20.75rem;left:0.625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #X0ANNpqvlSR3usxig6r5d4LZgTNEl7nm { width:12.875rem;height:0.9746125rem;top:21.5625rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #DFIvqVmTq80TpqXOp3C0IfG7o4zhaGFo { width:1.5rem;height:1.5rem;top:23.875rem;left:1.125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #iRlUPZby9KnPUKB0LmJVwg8LvLoPC1Nd { width:18.75rem;height:2.5rem;top:23.375rem;left:0.625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #fvM2uZ5pVZvNwT5Oi6xP2Ox77o0u9wDC { width:12.875rem;height:0.9746125rem;top:24.1875rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #kJOPoBTGohsNXAtBIeFTHodpkv2SXAvc { width:18.75rem;height:2.5rem;top:28.625rem;left:0.625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #m6T6qgtObia94198MPsRbkXx96wlnbCB { width:1.5rem;height:1.5rem;top:29.125rem;left:1.125rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #Zuae6UmuTakm0hZRPONzyBD52K1Bz4Tu { width:12.875rem;height:0.9746125rem;top:29.4375rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #cE5XgJngi1o0EARQ3haGh6P314EaKQNO { width:18.75rem;height:2.5rem;top:26rem;left:0.625rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Hm6O44SAsEKTQT9yTXQIcsaI6vKOJM3y { width:1.5rem;height:1.5rem;top:26.5rem;left:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #B2DiMCMamwIgA29FvG1G0l4TrJi2XQC7 { width:12.875rem;height:0.9746125rem;top:26.8125rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #w4HuFUKBz9asVgQ7LOgBOXh4BR8nWcKF { width:18.75rem;height:2.5rem;top:39.125rem;left:0.625rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #cK9M8VRTPh2P4srrwWmCdBrbmC2BVxKB { width:1.5rem;height:1.5rem;top:39.625rem;left:1.125rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #PFdd7CEuHa9Z7J4ciDKxMG6iJGZP7Lfw { width:15.25rem;height:0.9746125rem;top:39.9375rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #aPEgLFD9ys4KVBtqbdnOqJDeALMiECQw { width:18.75rem;height:2.5rem;top:36.5rem;left:0.625rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #TpTOaVE7W4Pv3Walykhan1PGVsX7ZNC3 { width:1.5rem;height:1.5rem;top:37rem;left:1.125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #e5PQXZ3EVDOSFH2UCxTvcQpcu0eAJqrP { width:12.875rem;height:0.9746125rem;top:37.3125rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #vMb4dRAI2fN7Tm5ZiuOwO06atHNNHvnC { width:1.5rem;height:1.5rem;top:34.375rem;left:1.125rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #oAEUrcdL1XQPPgL9cPfyUSUSlvnN4zzN { width:18.75rem;height:2.5rem;top:33.875rem;left:0.625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #K3d6s9KkAhehdsUyoISl7fEquih2ZAbV { width:12.875rem;height:0.9746125rem;top:34.6875rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #EWUszWvZPnkp4bCdA84St2QNNVpGKo8R { width:18.75rem;height:2.5rem;top:31.25rem;left:0.625rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #wlSWou6eDPEcrXpep2Bdy9Bs6kzFPQMo { width:1.5rem;height:1.5rem;top:31.75rem;left:1.125rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #aenU2oWe5epJiSiy2gRu9uFnDqsq3qtA { width:12.875rem;height:0.9746125rem;top:32.0625rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #VgcOLE9XBy8IOTq3UpqwBMvJofAVzGQJ { width:18.75rem;height:2.5rem;top:44.375rem;left:0.625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #si8VTu5UofIAL3x4zVeGH9KkpfBfWdO2 { width:1.5rem;height:1.5rem;top:44.875rem;left:1.125rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #FcbfltkTLa5Iq0P6N1TT6RTeRCekDRXC { width:12.875rem;height:0.9746125rem;top:45.1875rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #UnBQeP5fXBLxNVFPXDbSLe1DVcJigpSk { width:18.75rem;height:2.5rem;top:41.75rem;left:0.625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #ccc6wBlhT4HA29ahttZCzgSUP554BJkU { width:1.5rem;height:1.5rem;top:42.25rem;left:1.125rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #mZq1wL5ciZo2bygTdke7mROzgPXfr8hf { width:12.875rem;height:0.9746125rem;top:42.5625rem;left:3.3125rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { width:20rem;height:11.25rem;top:3.7724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { width:20rem;height:2.5rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { width:20rem;height:2.5rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPp97OimiipQTX42A9ILbUmC0D2dVTna { width:20rem;height:2.5rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { width:20rem;height:2.5rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { width:20rem;height:8.75rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { width:16.5625rem;height:6.8203125rem;top:19.125rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { width:20rem;height:7.8125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { width:20rem;height:8.75rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { width:20rem;height:11.0625rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { width:16.4375rem;height:1.04980625rem;top:16.375rem;left:0.9375rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OdWhExDRJP0adZ54h0504TizvSGi0bHS { width:15.4375rem;height:1.04980625rem;top:28.25rem;left:0.9375rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { width:16.4375rem;height:1.04980625rem;top:39.1875rem;left:0.875rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STsaQG13PL4T7pR8Al89hac4SagcEn7Q { width:13.4375rem;height:1.04980625rem;top:51.0625rem;left:0.875rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { display:flex;width:1.5rem;height:1.5rem;top:27.9375rem;left:17.5625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { display:flex;width:1.875rem;height:1.875rem;top:50.625rem;left:17.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { display:flex;width:1.5rem;height:1.5rem;top:16.1875rem;left:17.5625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { display:flex;width:1.6875rem;height:1.4375rem;top:38.96875rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #AWBH6pXOiNkJFIz9PUrGB3P7TR7iKMyF { width:19rem;height:3rem;top:65.4375rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxqSGy6u2kIq6bTPPCxouCgFKGPq4gc { display:block; }
 }@media only screen and (max-width: 763px) { #owqJfLRcTTtgrqhKRSwEB0OTz8DOrixD { width:20rem;height:10.333rem;top:4.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxFKv5boMPSfhbw9U6mEkdfZBvdBC57q { width:11.9375rem;height:6.8203125rem;top:19.08984375rem;left:7.125rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #C5V0aTyIoJNVRtyW5mOKREv13nBgWBAQ { width:5.75rem;height:5.68359375rem;top:30.90234375rem;left:13.3125rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LXcc9VehUHpWD8fbpQpo0cBSsygaTD4Z { width:11.9375rem;height:5.68359375rem;top:30.90234375rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uZVsmA3WahBKpJG0LlCfVFdJLH6iOrFF { width:14.1875rem;height:6.8203125rem;top:41.875rem;left:0.875rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #reF0L51nUklECn3dustkfQOzKO72TRz7 { width:7.5625rem;height:6.8203125rem;top:41.90234375rem;left:11.5rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XAdMTdJ9Gs0LOb5UgIV9d8IKlDHuP37k { width:12.75rem;height:9.09375rem;top:53.75rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TadyDo5fm6HTfdnffPmsGDF9v7QTMU3m { width:11.9375rem;height:7.95703125rem;top:53.75rem;left:7.125rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }