.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.1875rem;left:32.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:2.75rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.3);background-image:none;top:24.5625rem;left:25.8125rem;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:9.0625rem;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.4375rem;left:26.0625rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;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.5rem;left:40rem;height:1.16796875rem;text-align:center;text-align-last:center;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.6806625rem;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:23.25rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.125rem;left:26rem;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; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { 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;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:none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::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; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;overflow:visible;position:relative;display:none; }#aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { 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:29.875rem;left:6.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { 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:30.125rem;left:13.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { color:#80b2ba;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.125rem;left:2.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { 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:27.3125rem;left:14.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { 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:27rem;left:12.0625rem; }
#bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { 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:27.3125rem;left:10.75rem;height:1.29980625rem;display:block; }
#aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { color:#855933;display:block;width:14.3125rem;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:11.16796875rem;left:5.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { 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:26.875rem;left:8.75rem; }
#cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { 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:27.3125rem;left:7.25rem;height:1.29980625rem;display:block; }
#rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { 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:27.0625rem;left:5.1875rem; }
#Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;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:3.75rem;left:27.5625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRggs3kUARQ3Un4uGQFxWnCxwH5qTUNl { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15190;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:10.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HciR8UQqy0qZd7E5iFnypd6NZ1HosTA3 { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#f5eee5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uvoBDoxD5lJWmeQzp8cIQwTdHRpyuBHI { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;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:29.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#fO6xVCQK4URXrLCQ5uHk3UkZTCT2QpyT { position:absolute;display:block;z-index:15194;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:13.75rem;width:13.75rem;top:13.375rem;left:5.3125rem;overflow:hidden;display:block; }
#ArtSsaG2CXV3Z0bLW5xynSnyPXmAB1dM { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:25.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pQblBDmkRegKCP19J1sogPDZi76m0S9T { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15017;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:29.125rem;left:25.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#rLWRFnZnPgx6S5rgTTTNUD0xUBKbo1FH { 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:15137;line-height:1.3;letter-spacing:0;top:30.125rem;left:38.875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Hs9fva6bSkqzBlE32TrUEkHe1GsrSNFA { 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:15114;line-height:1.3;letter-spacing:0;top:27.3125rem;left:39.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Crnk5HaS8oKWMQ0U7SgJEsVE1zCmb8y4 { position:absolute;display:block;z-index:15208;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:13.6875rem;width:13.75rem;top:13.375rem;left:30.625rem;overflow:hidden;display:block; }
#mbLf6pqwEao3aZXte6fPAmMEH2JDJvg7 { 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:15138;line-height:1.3;letter-spacing:0;top:29.875rem;left:32rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PePQUBbF4qpfepI4s5imfRZNpl2UvSMP { 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:15126;opacity:1;top:27rem;left:37.375rem; }
#LwBamkaVuxOg7M3IJ2oIUIcreuTGX4AE { 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:15113;line-height:1.3;letter-spacing:0;top:27.3125rem;left:36.0625rem;height:1.29980625rem;display:block; }
#uT7zgQ5pqDqbzTuR297DFbTblJJLsokq { 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:26.875rem;left:34.0625rem; }
#aQrKcocUVgFOxzaACeCJPiUAARF3pGax { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15204;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:10.375rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qKz8xkc3ZKVq8TxV2qz1hosBoL6mSARb { color:#855933;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15207;line-height:1.3;letter-spacing:0;top:11.1875rem;left:30.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uyC4TEsf2QBqtqcXKPRGvkzd59NDL4Zc { color:#80b2ba;display:block;width:5.811525rem;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:30.125rem;left:27.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#TkLh9rfbqkZpGlxqXnq9DJO2HihabqrS { 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:15112;line-height:1.3;letter-spacing:0;top:27.3125rem;left:32.5625rem;height:1.29980625rem;display:block; }
#zhgufkPm9F4ZdwvBnz3kk8GBILoMT6ra { 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:27.0625rem;left:30.5rem; }
#FT0ru6BIWogmGTV6JgO9CctwXkqHXq9c { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15030;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:50.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xDeGB51bZSTs4mxTlNSEEcmCzcT0LxM9 { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15031;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:29.125rem;left:50.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#nne1lbT7sQdDJ4uLvFeK6gOWhcEAqiQO { 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:15151;line-height:1.3;letter-spacing:0;top:30.125rem;left:64.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#WiQC6XIJAfKrp3HwAxrOJL36VXN6TdGz { 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:15128;line-height:1.3;letter-spacing:0;top:27.3125rem;left:64.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VcrQocQGMBeauNX15DLmL1vEtFKxduBT { position:absolute;display:block;z-index:15222;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:13.6875rem;width:13.75rem;top:13.4375rem;left:55.9375rem;overflow:hidden;display:block; }
#JkuPD6oRV4yUZ2coWw022MN4eZdNqTor { 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:15152;line-height:1.3;letter-spacing:0;top:29.875rem;left:57.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JSomuvBxuDrUi0BPUMOGMVKpCWcMTGq5 { 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:15140;opacity:1;top:27rem;left:62.6875rem; }
#s7LqTyzFgkTtO24Fb3aDmZJErLWG3POS { 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:15127;line-height:1.3;letter-spacing:0;top:27.3125rem;left:61.375rem;height:1.29980625rem;display:block; }
#Thp6Dyk6TQ0i7K2yrSDPI687RKoJscoU { 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:26.875rem;left:59.375rem; }
#UJTubAb6XJ0adIefVm62QSr4QzGSpTfC { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15218;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:10.375rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cBFATsMS6HAEl2aXGi1NzK0RM8FS4Tg4 { color:#855933;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15221;line-height:1.3;letter-spacing:0;top:11.1875rem;left:55.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNcRh4sm1zgKvqQexRaGSxK8UTTZkCmc { color:#80b2ba;display:block;width:5.811525rem;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:30.125rem;left:53.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#fLsoruSvczyQsyO27VQigxzd0MlxXg0X { 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:15126;line-height:1.3;letter-spacing:0;top:27.3125rem;left:57.875rem;height:1.29980625rem;display:block; }
#OrFAHIlik2oki39tPVH3CScxlKTZ5oxd { 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:27.0625rem;left:55.8125rem; }
#Nou0JdoL2523qRp7f55IK15r3Nfid6em { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;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:29.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#APvrVT627FUTAMuVDv6EKcA7sOSlhdvA { color:#80b2ba;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.125rem;left:2.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#k7ikuE8aayd9QbTTdbkGPbCkBi7pziXn { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#f5eee5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#QcfBZ1fNL3oCiLTLNnrRoi98N1fxRwT6 { 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:29.875rem;left:6.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#nuLpH6ZvKgGHSymTtuaZ0LSFXMEJFi6F { 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:27.3125rem;left:7.25rem;height:1.29980625rem;display:none; }
#uXmSGC94xqWPZvPCwNQa5Q5CATn65yZi { 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:27.0625rem;left:5.1875rem;display:none; }
#OKvyZXp94ZlMOs5q0LAfBZZ8DIhQMa39 { position:absolute;display:block;z-index:15194;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:13.6875rem;width:13.75rem;top:13.375rem;left:5.3125rem;overflow:hidden;display:none; }
#lJppSXMkHFwRpypuJKwv9hT09ZcHb7dO { 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:27.3125rem;left:10.75rem;height:1.29980625rem;display:none; }
#Zwf2gfCO2RSFZOQDVsqMPK8AmoAdNalB { 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:26.875rem;left:8.75rem;display:none; }
#TG3W36ekZJqrPsUlDbMiM0HLvSJob01l { 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:30.125rem;left:13.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#DIrgZkQXqlhHtZ9DoscKg6BaUTru2rX8 { 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:27rem;left:12.0625rem;display:none; }
#EUHVdQpls79g2mGE83VFkczzZsoyiH17 { 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:27.3125rem;left:14.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#cvd5IO1IGwetUBnxxFKZ3FqQQaGVqSLO { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15190;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:10.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#O3LdgwFwrRNHqKm7eS15HlxnKT9PuiNV { color:#855933;display:block;width:14.3125rem;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:11.16796875rem;left:5.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JTFUwPngWgxoRVl0DFye1hqKRNzvqFnt { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;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:29.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#tRqRkWxmBVUTcKUiGZA2npRtOt1PthXJ { color:#80b2ba;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.125rem;left:2.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#PTVu2Sx4n1AW5fSmmwmg74TIJNQeQLtW { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#f5eee5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#WdrRcKGS9KzLLDlfdPnHD4FTlwAQUzHu { 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:29.875rem;left:6.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#UwaaMgFuQDWwknKiTOHWo7LDw1pnVNb4 { 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:27.3125rem;left:7.25rem;height:1.29980625rem;display:none; }
#eEpaF6IaG2dussmhl6aR60ieAemWSeTH { 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:27.0625rem;left:5.1875rem;display:none; }
#owsXMDKpXpN98THiIVD94HBFxroZToIn { position:absolute;display:block;z-index:15194;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:13.6875rem;width:13.75rem;top:13.375rem;left:5.3125rem;overflow:hidden;display:none; }
#dHIclvCBA6G73a5Q2EQSoWdvfLtHqpdt { 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:27.3125rem;left:10.75rem;height:1.29980625rem;display:none; }
#Jnn9tnSMyin30lt9BODIHMdyZHgm0cXa { 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:26.875rem;left:8.75rem;display:none; }
#T0VzHEVRv2O63Fgv7hMwvJlJeXOZ82X7 { 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:30.125rem;left:13.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#sHZ4kAXX42mLPKBg2RRPmsJ37nTEycIZ { 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:27rem;left:12.0625rem;display:none; }
#rfGMUwbv5pQsAetPx86v7ecATU1NRJeL { 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:27.3125rem;left:14.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#OF9nHh7cR9aJtZvhKCFSQNpttTe1yzFw { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15190;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:10.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#OcHByxrMwbLnEEs5NdMtT4iekwiOgVyg { color:#855933;display:block;width:14.3125rem;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:11.16796875rem;left:5.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL { 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;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.adaptive-delivery-prevent-bg, #Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL.lazyload, #Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL.lazyloading { background-image: none; }#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(133,89,51,0.9); }#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(133,89,51,0.9); }#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::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; }#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:66rem;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:33rem;left:22.25rem;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:33.25rem;left:28.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#SS7JEeUrhTQZThv0LaXRQdMTztBFMOA7 { color:#80b2ba;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:33.25rem;left:19.125rem;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:33.25rem;left:9.8125rem;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:32.9375rem;left:7.8125rem; }
#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:33.25rem;left:6.4375rem;height:1.29980625rem;display:block; }
#dnBvlQ0zHe3PNgq53f14ETHdirPU3B4G { color:#855933;display:block;width:14.3125rem;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:11.16796875rem;left:11.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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:32.8125rem;left:4.4375rem; }
#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:33.25rem;left:3rem;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:33rem;left:0.9375rem; }
#yaAauoEXLTsIdz5dhTMDWT40x25ons35 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;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:3.75rem;left:27.5625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SV3ZZyskFM6I3W64qnifTGAyn2XciVnN { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15190;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:10.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qAx6HxGL8322v7NtuxE8KGJ2sWdb1R11 { box-sizing:content-box;height:18.75rem;width:36.875rem;position:absolute;display:block;z-index:15002;background-color:#f5eee5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ToT1tcR0JsheAG0E1fnMi4HSMFsOiDdk { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15003;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:32.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QsoLpdniy0h7iaLfPN8PWF4zZGpyeEsD { position:absolute;display:block;z-index:15182;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:18.75rem;width:18.75rem;top:13.517578125rem;left:9.0625rem;overflow:hidden;display:block; }
#EtvVEurdCHSgCWpbTgc16iUc4qbF1bd0 { box-sizing:content-box;height:18.75rem;width:36.875rem;position:absolute;display:block;z-index:15016;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:38.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fIO57TLQeOoFOeGx3Q9BHiZLzo4OtcsL { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15017;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:32.25rem;left:38.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bczhJpwlemeBNNX3HBi5ERTHtllZ5usm { 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:15137;line-height:1.3;letter-spacing:0;top:33.25rem;left:66.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#TpF79JVuU5qD09nIWDhJlN8uuT3cu6hI { 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:15114;line-height:1.3;letter-spacing:0;top:33.25rem;left:47.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#e0XhI0ldH4V11qnQNgvsaLaVAa4tZOkV { position:absolute;display:block;z-index:15208;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:18.75rem;width:18.8125rem;top:13.5rem;left:47.4375rem;overflow:hidden;display:block; }
#XN9B9wsgytpxAtZVOyKMeVlCh2HvWeX0 { 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:15138;line-height:1.3;letter-spacing:0;top:33rem;left:60.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Vr8SZI1J8IhhJgP33T5TvRih8pBb4BJ4 { 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:15126;opacity:1;top:32.9375rem;left:45.9375rem; }
#A6NLU1sU6vMA3JkmhH4LxuyPB62iCqXb { 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:15113;line-height:1.3;letter-spacing:0;top:33.25rem;left:44.5625rem;height:1.29980625rem;display:block; }
#w3hAttDG6Roo8C3C74DpBdcynaCPqTJb { 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:32.8125rem;left:42.5625rem; }
#GA4O85MyLsTXA5a7dgdlg4IFBJLJns5p { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15204;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:10.375rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#s044nIa0LTTW1R5ePdtWWVEkdCwkcZnd { color:#855933;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15207;line-height:1.3;letter-spacing:0;top:11.16796875rem;left:49.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqqgvR3KeLVCT5yMeaQJiXBCv2dRt1z8 { color:#80b2ba;display:block;width:4.625rem;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:33.25rem;left:55.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#xhozZz8XapgubUy8DolECwOoWNmeqTht { 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:15112;line-height:1.3;letter-spacing:0;top:33.25rem;left:41.125rem;height:1.29980625rem;display:block; }
#CfOL2TkCAXy0aOu8orJg6GQ0JWpfz2JT { 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:33rem;left:39.0625rem; }
#LTpAQeBR0My10z05RNUUshH5ehe3Mglg { box-sizing:content-box;height:18.75rem;width:36.875rem;position:absolute;display:block;z-index:15030;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ph56L4G4kMmkuINi183LULvClzMriz8l { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15031;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:58.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#DzU3wMnwT4KDGl7zOoTc07hwWv28ocSS { 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:15151;line-height:1.3;letter-spacing:0;top:59.5rem;left:28.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#eJch04OM47yKu4aP7cbSITKivCEqp7i2 { 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:15128;line-height:1.3;letter-spacing:0;top:59.5rem;left:9.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#CUpaMRVQmDUXeT5QSFZXiFFixDOCsfae { position:absolute;display:block;z-index:15222;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:18.75rem;width:18.8125rem;top:39.75rem;left:9rem;overflow:hidden;display:block; }
#qvHICKC2sfNXm6oFLB2mPA7nLvHlcraA { 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:15152;line-height:1.3;letter-spacing:0;top:59.25rem;left:21.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Bx6swyQxyMWMIZcu5SO5LqGOhvC9lmbT { 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:15140;opacity:1;top:59.1875rem;left:7.8125rem; }
#MV2ikc2TmezS0MWvXi1LkhSufvORUEiC { 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:15127;line-height:1.3;letter-spacing:0;top:59.5rem;left:6.5rem;height:1.29980625rem;display:block; }
#fO1PXhrJIs99kmCoCZ0pQZ5a6AcCF7LX { 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:59.0625rem;left:4.5rem; }
#XfbH5qwsONr250FsNZCo5hfqdxOI37yC { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15218;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:36.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#enRHWGUmzMonnvITCKNhsOSMm3EyGEh9 { color:#855933;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15221;line-height:1.3;letter-spacing:0;top:37.4375rem;left:11.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9v3Dh0olb9ts7EaAXLSF29A3QIJDAdm { color:#80b2ba;display:block;width:5.811525rem;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:59.5rem;left:16.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#fddpzkn1IlT9pJPPSeweuvnQUMtGFPck { 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:15126;line-height:1.3;letter-spacing:0;top:59.5rem;left:3rem;height:1.29980625rem;display:block; }
#qoOGVl8H2gCCHzNMHQXVd62yL17tRyc0 { 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:59.25rem;left:0.9375rem; }
#MLbfl12UMw92mbpSTMsxO94kT49B1tvQ { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;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:29.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#rP1Zvp2d0EL6EgWz2tBqVosQKQNoZyUm { color:#80b2ba;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.125rem;left:2.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#SDcFxmFF3SZQBx3hCvgr8FFByhrxkD5Q { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#f5eee5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#G5geSeATOwXoqR7lQ845IXWT15UT85AO { 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:29.875rem;left:6.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#z2BU5vIIITJUsV4UX3IeB5PEneFNnfe3 { 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:27.3125rem;left:7.25rem;height:1.29980625rem;display:none; }
#TUTlrqHFqwZ568DrNaywoWs1PBM2eyAB { 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:27.0625rem;left:5.1875rem;display:none; }
#qrw9tTDlHbvBIgsNd5eLgGLbo7F95Iv7 { position:absolute;display:block;z-index:15194;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:13.6875rem;width:13.75rem;top:13.375rem;left:5.3125rem;overflow:hidden;display:none; }
#CEJLH1LKnIRlBhnuV6OE9RyEgPTAkARV { 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:27.3125rem;left:10.75rem;height:1.29980625rem;display:none; }
#zqc4rmwMhDJHGzW6W3gdBzTFVRrDISdf { 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:26.875rem;left:8.75rem;display:none; }
#vcEt7dJEQ2dfw6ikAy25AM46IUNJE1cJ { 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:30.125rem;left:13.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#x2s9dgCisPWackl0d0qRHTAB7NDXhtOG { 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:27rem;left:12.0625rem;display:none; }
#bHLD8w2p5WBvcGTTrsfc57ln3IZ0wqtx { 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:27.3125rem;left:14.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#P6F9qCW0mEBduJCFypG3D65871AoL8am { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15190;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:10.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#Tcim7h5MWCFJJDTPC7oHdaxKOXVcvgxb { color:#855933;display:block;width:14.3125rem;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:11.16796875rem;left:5.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WUf6GhoysaBkqXWc1fAoRoG82XJJSQuP { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;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:29.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Eq6yWMX7Uv1rTUtLqS57ZJOhNJBAOF4h { color:#80b2ba;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.125rem;left:2.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#Tmos8e14OHZgggLI9wESDQlrvSdKl4Va { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#f5eee5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#tO8z3yMmKvIh2pVzd5nT2PEmIHJ6g0Fb { 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:29.875rem;left:6.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#D9rUytrKP3s08qoumeOUO032bX1sv6KU { 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:27.3125rem;left:7.25rem;height:1.29980625rem;display:none; }
#mZlifVFxRsN8cKBozb8M8lPJ0SigUuSS { 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:27.0625rem;left:5.1875rem;display:none; }
#yxsUlsM0qis2pe7r3IEOO9KbGoG20tN4 { position:absolute;display:block;z-index:15194;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:13.6875rem;width:13.75rem;top:13.375rem;left:5.3125rem;overflow:hidden;display:none; }
#D1NVkuLky1fKQuNPBsMWzANcL7K8uAQi { 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:27.3125rem;left:10.75rem;height:1.29980625rem;display:none; }
#Knl7tNz6UqeTQCfb8vO5f3nHVPV4cAxL { 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:26.875rem;left:8.75rem;display:none; }
#Zl96P5umH6LOHDQNaTWPFpTdS47uRhmg { 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:30.125rem;left:13.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#Ly9Vqpn65lqoEnXTppaAkLZC2n0VRQUo { 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:27rem;left:12.0625rem;display:none; }
#PQ4nJDPeWiITQlbgNlVlfS4aXdZFTg2s { 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:27.3125rem;left:14.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#oT36fKObtQSpu7bk5JlL4RpRxRNqDrrp { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15190;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:10.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#Lt5HzpeiiltpKHfhAdarnsWTvW9qGe8h { color:#855933;display:block;width:14.3125rem;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:11.16796875rem;left:5.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kIo0NebokGhuD8BBlo17uvXLR3LA3h5C { box-sizing:content-box;height:18.75rem;width:36.875rem;position:absolute;display:block;z-index:15044;background-color:#f5eee5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.75rem;left:38.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BAAoCe7Vque0vNMGrJMuDhMfON2f4F8W { position:absolute;display:block;z-index:15236;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:18.75rem;width:18.8125rem;top:39.75rem;left:47.15625rem;overflow:hidden;display:block; }
#ckwxEEixcJP5lkdH9x78ASQo2XoGEoNK { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15232;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:36.625rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xkoamI2BpScBeTHy1BemTS36eIevULZ3 { color:#855933;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15235;line-height:1.3;letter-spacing:0;top:37.2939453125rem;left:49.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KI13d5FFC0Vowex2twmOmT7EnFebTeoa { 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:15142;line-height:1.3;letter-spacing:0;top:59.5rem;left:47.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Z3SWhCx34FEZ4HyOivmAkTNxKLxJ8sFG { 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:15154;opacity:1;top:59.1875rem;left:45.9375rem; }
#iWDp8Oe3y74EBKeeouLQQyrrQdhRXBVo { 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:15141;line-height:1.3;letter-spacing:0;top:59.5rem;left:44.625rem;height:1.29980625rem;display:block; }
#s8KGznA1H5uaCMo1pN1nw89sXddl74pu { 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:59.0625rem;left:42.625rem; }
#bnN444TnIWbXCFSVezPoXErzT2yrwRUQ { 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:15140;line-height:1.3;letter-spacing:0;top:59.5rem;left:41.125rem;height:1.29980625rem;display:block; }
#TbJxwNI2MEtbdD20Pppcwe7pq83TAJ4k { 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:59.25rem;left:39.0625rem; }
#zVR6MTTJO4Js0kAuBXwkP8pd8FG8F0oA { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15045;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:58.5rem;left:38.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#aEzM3amzZKTfa8oVxWmZhzPcHE5LTxtJ { 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:15166;line-height:1.3;letter-spacing:0;top:59.25rem;left:59.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iQ3UdeIVtBGxnuDyw2FOmmO7OAFhtP9N { 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:15165;line-height:1.3;letter-spacing:0;top:59.5rem;left:66.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#EnJpBa4kQnsbB5a7BbKXMJPk7sli8aEw { color:#80b2ba;display:block;width:5.811525rem;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:59.5rem;left:55.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#NR6h0DoRHB9TDG3Qk0QXNd43bzNKR4BT { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;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:29.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#fxiX706s5U666wPo7U6zXlXvGtUkiNRz { color:#80b2ba;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:30.125rem;left:2.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#xt8H2byAuyHgDzKE993EAe3uTtbeRkZd { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#f5eee5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#HVqr30r0Gk3hdpLUUDz6iwcnoZFRL9ae { 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:29.875rem;left:6.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#CxDiMS2qTtfROEyliIMRqR1dGa3NuG48 { 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:27.3125rem;left:7.25rem;height:1.29980625rem;display:none; }
#LTcD6FA3Rv9PdT2WCiDU1Khm2IvrOIZd { 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:27.0625rem;left:5.1875rem;display:none; }
#St0Tf6cESTcDUB2JoXcvmI08HsEfONib { position:absolute;display:block;z-index:15194;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:13.6875rem;width:13.75rem;top:13.375rem;left:5.3125rem;overflow:hidden;display:none; }
#HDooQntQixmhGkLMvsEVZtKyIDT4MeNo { 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:27.3125rem;left:10.75rem;height:1.29980625rem;display:none; }
#QMu1m7701HWiKZXhP3h7mV5bVC26Lbih { 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:26.875rem;left:8.75rem;display:none; }
#TdM9Ub4UnySzWQissRN3fHnxc70seRFp { 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:30.125rem;left:13.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#xeFk5IIi28J4hxhWppnFszpinxEW93L1 { 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:27rem;left:12.0625rem;display:none; }
#Em0nWulgAqVchsBfuhc4QTBlFuQ5ksyB { 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:27.3125rem;left:14.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#Tsvteg4TCROpc7CI0xGLcxGG5Z1y3sZa { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15190;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:10.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#TgdBerzUBnp8bng9iMTTr2K6TsNVqrr9 { color:#855933;display:block;width:14.3125rem;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:11.16796875rem;left:5.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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:17.543rem;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.0625rem;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.09375rem;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; }
#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.8107604980469rem;left:47.967016220093rem; }
#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.8107604980469rem;left:47.967016220093rem; }
#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.94965rem;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; }
#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.875rem;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.875rem;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.5625rem;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.5625rem;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.875rem;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.875rem;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:10.5rem;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.1875rem;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.13671875rem;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.1875rem;left:19.25rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:24.5625rem;left:12.1875rem;width:23.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:25.4375rem;left:12.4375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:25.5rem;left:26.375rem;width:9.0625rem;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:23.25rem;height:3rem;top:29.125rem;left:12.375rem;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) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { top:29.875rem;left:0rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { top:30.125rem;left:0rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { top:30.125rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { top:27.3125rem;left:0.4375rem;width:6.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { top:27rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { top:27.3125rem;left:0rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { top:11.125rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { top:26.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { top:27.3125rem;left:0rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { top:27.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { top:3.75rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRggs3kUARQ3Un4uGQFxWnCxwH5qTUNl { top:10.375rem;left:0rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HciR8UQqy0qZd7E5iFnypd6NZ1HosTA3 { top:13.5rem;left:0rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoBDoxD5lJWmeQzp8cIQwTdHRpyuBHI { top:29.125rem;left:0rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO6xVCQK4URXrLCQ5uHk3UkZTCT2QpyT { top:13.375rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArtSsaG2CXV3Z0bLW5xynSnyPXmAB1dM { top:13.5rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQblBDmkRegKCP19J1sogPDZi76m0S9T { top:29.125rem;left:11.6875rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLWRFnZnPgx6S5rgTTTNUD0xUBKbo1FH { top:30.125rem;left:25.25rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs9fva6bSkqzBlE32TrUEkHe1GsrSNFA { top:27.3125rem;left:25.75rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crnk5HaS8oKWMQ0U7SgJEsVE1zCmb8y4 { top:13.375rem;left:17rem;width:13.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbLf6pqwEao3aZXte6fPAmMEH2JDJvg7 { top:29.875rem;left:18.375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PePQUBbF4qpfepI4s5imfRZNpl2UvSMP { top:27rem;left:23.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwBamkaVuxOg7M3IJ2oIUIcreuTGX4AE { top:27.3125rem;left:22.4375rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7zgQ5pqDqbzTuR297DFbTblJJLsokq { top:26.875rem;left:20.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQrKcocUVgFOxzaACeCJPiUAARF3pGax { top:10.375rem;left:11.6875rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKz8xkc3ZKVq8TxV2qz1hosBoL6mSARb { top:11.1875rem;left:16.75rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyC4TEsf2QBqtqcXKPRGvkzd59NDL4Zc { top:30.125rem;left:14rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkLh9rfbqkZpGlxqXnq9DJO2HihabqrS { top:27.3125rem;left:18.9375rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhgufkPm9F4ZdwvBnz3kk8GBILoMT6ra { top:27.0625rem;left:16.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0ru6BIWogmGTV6JgO9CctwXkqHXq9c { top:13.5rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDeGB51bZSTs4mxTlNSEEcmCzcT0LxM9 { top:29.125rem;left:23.375rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nne1lbT7sQdDJ4uLvFeK6gOWhcEAqiQO { top:30.125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiQC6XIJAfKrp3HwAxrOJL36VXN6TdGz { top:27.3125rem;left:41.5625rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcrQocQGMBeauNX15DLmL1vEtFKxduBT { top:13.4375rem;left:34rem;width:13.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkuPD6oRV4yUZ2coWw022MN4eZdNqTor { top:29.875rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSomuvBxuDrUi0BPUMOGMVKpCWcMTGq5 { top:27rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7LqTyzFgkTtO24Fb3aDmZJErLWG3POS { top:27.3125rem;left:46.4375rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thp6Dyk6TQ0i7K2yrSDPI687RKoJscoU { top:26.875rem;left:45.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJTubAb6XJ0adIefVm62QSr4QzGSpTfC { top:10.375rem;left:23.375rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBFATsMS6HAEl2aXGi1NzK0RM8FS4Tg4 { top:11.1875rem;left:33.4375rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcRh4sm1zgKvqQexRaGSxK8UTTZkCmc { top:30.125rem;left:39.4375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsoruSvczyQsyO27VQigxzd0MlxXg0X { top:27.3125rem;left:44.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFAHIlik2oki39tPVH3CScxlKTZ5oxd { top:27.0625rem;left:42.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nou0JdoL2523qRp7f55IK15r3Nfid6em { top:29.125rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #APvrVT627FUTAMuVDv6EKcA7sOSlhdvA { top:30.125rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7ikuE8aayd9QbTTdbkGPbCkBi7pziXn { top:13.5rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcfBZ1fNL3oCiLTLNnrRoi98N1fxRwT6 { top:36.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuLpH6ZvKgGHSymTtuaZ0LSFXMEJFi6F { top:27.3125rem;left:0rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXmSGC94xqWPZvPCwNQa5Q5CATn65yZi { top:27.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKvyZXp94ZlMOs5q0LAfBZZ8DIhQMa39 { top:13.375rem;left:0rem;width:13.75rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJppSXMkHFwRpypuJKwv9hT09ZcHb7dO { top:27.3125rem;left:0rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zwf2gfCO2RSFZOQDVsqMPK8AmoAdNalB { top:26.875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG3W36ekZJqrPsUlDbMiM0HLvSJob01l { top:37rem;left:0rem;width:7rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIrgZkQXqlhHtZ9DoscKg6BaUTru2rX8 { top:27rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUHVdQpls79g2mGE83VFkczzZsoyiH17 { top:34.4375rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvd5IO1IGwetUBnxxFKZ3FqQQaGVqSLO { top:10.375rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3LdgwFwrRNHqKm7eS15HlxnKT9PuiNV { top:22.1875rem;left:0rem;width:10.375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTFUwPngWgxoRVl0DFye1hqKRNzvqFnt { top:29.125rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRqRkWxmBVUTcKUiGZA2npRtOt1PthXJ { top:30.125rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTVu2Sx4n1AW5fSmmwmg74TIJNQeQLtW { top:13.5rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdrRcKGS9KzLLDlfdPnHD4FTlwAQUzHu { top:54.75rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwaaMgFuQDWwknKiTOHWo7LDw1pnVNb4 { top:52.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEpaF6IaG2dussmhl6aR60ieAemWSeTH { top:27.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #owsXMDKpXpN98THiIVD94HBFxroZToIn { top:13.375rem;left:0rem;width:13.75rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHIclvCBA6G73a5Q2EQSoWdvfLtHqpdt { top:52.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jnn9tnSMyin30lt9BODIHMdyZHgm0cXa { top:26.875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0VzHEVRv2O63Fgv7hMwvJlJeXOZ82X7 { top:54.8125rem;left:0rem;width:7rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHZ4kAXX42mLPKBg2RRPmsJ37nTEycIZ { top:27rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfGMUwbv5pQsAetPx86v7ecATU1NRJeL { top:52.25rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OF9nHh7cR9aJtZvhKCFSQNpttTe1yzFw { top:10.375rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcHByxrMwbLnEEs5NdMtT4iekwiOgVyg { top:40rem;left:0rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@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:33rem;left:8.625rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJfh8ARsQWAyot8ag2ygtTCknB4umP7p { top:33.25rem;left:15.1875rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS7JEeUrhTQZThv0LaXRQdMTztBFMOA7 { top:33.25rem;left:5.5rem;width:4.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS8EdEuqFeiz61yGTnosDnQf9pNoC9w3 { top:33.25rem;left:0rem;width:6.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwIyGLqMeVsMqNk6WSxphXHvzprR2zJW { top:32.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJHTuegoOytFq4t75BHCRqZKuKz4UwBn { top:33.25rem;left:0rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnBvlQ0zHe3PNgq53f14ETHdirPU3B4G { top:11.125rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ842lVwxwdyMBl0Spa2zI5i6ckpAhxM { top:32.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2QZoNDXCrA1yWuotKvaUzEVkLadzLHm { top:33.25rem;left:0rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezfuraTn8VdGLW6NvE8DM8FvIpJfRVK9 { top:33rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaAauoEXLTsIdz5dhTMDWT40x25ons35 { top:3.75rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV3ZZyskFM6I3W64qnifTGAyn2XciVnN { top:10.375rem;left:0rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAx6HxGL8322v7NtuxE8KGJ2sWdb1R11 { top:13.5rem;left:0rem;width:36.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToT1tcR0JsheAG0E1fnMi4HSMFsOiDdk { top:32.25rem;left:0rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsoLpdniy0h7iaLfPN8PWF4zZGpyeEsD { top:13.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtvVEurdCHSgCWpbTgc16iUc4qbF1bd0 { top:13.5rem;left:10.875rem;width:36.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIO57TLQeOoFOeGx3Q9BHiZLzo4OtcsL { top:32.25rem;left:10.875rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bczhJpwlemeBNNX3HBi5ERTHtllZ5usm { top:33.25rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpF79JVuU5qD09nIWDhJlN8uuT3cu6hI { top:33.25rem;left:34.3125rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0XhI0ldH4V11qnQNgvsaLaVAa4tZOkV { top:13.5rem;left:28.9375rem;width:18.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN9B9wsgytpxAtZVOyKMeVlCh2HvWeX0 { top:33rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr8SZI1J8IhhJgP33T5TvRih8pBb4BJ4 { top:32.9375rem;left:32.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6NLU1sU6vMA3JkmhH4LxuyPB62iCqXb { top:33.25rem;left:30.9375rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3hAttDG6Roo8C3C74DpBdcynaCPqTJb { top:32.8125rem;left:28.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA4O85MyLsTXA5a7dgdlg4IFBJLJns5p { top:10.375rem;left:10.875rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s044nIa0LTTW1R5ePdtWWVEkdCwkcZnd { top:11.125rem;left:33.4375rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqqgvR3KeLVCT5yMeaQJiXBCv2dRt1z8 { top:33.25rem;left:42.3125rem;width:4.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhozZz8XapgubUy8DolECwOoWNmeqTht { top:33.25rem;left:27.5rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfOL2TkCAXy0aOu8orJg6GQ0JWpfz2JT { top:33rem;left:25.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpAQeBR0My10z05RNUUshH5ehe3Mglg { top:39.75rem;left:0rem;width:36.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph56L4G4kMmkuINi183LULvClzMriz8l { top:58.5rem;left:0rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzU3wMnwT4KDGl7zOoTc07hwWv28ocSS { top:59.5rem;left:15.1875rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJch04OM47yKu4aP7cbSITKivCEqp7i2 { top:59.5rem;left:0rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUpaMRVQmDUXeT5QSFZXiFFixDOCsfae { top:39.75rem;left:0rem;width:18.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHICKC2sfNXm6oFLB2mPA7nLvHlcraA { top:59.25rem;left:8.1875rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx6swyQxyMWMIZcu5SO5LqGOhvC9lmbT { top:59.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2ikc2TmezS0MWvXi1LkhSufvORUEiC { top:59.5rem;left:0rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1PXhrJIs99kmCoCZ0pQZ5a6AcCF7LX { top:59.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfbH5qwsONr250FsNZCo5hfqdxOI37yC { top:36.625rem;left:0rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enRHWGUmzMonnvITCKNhsOSMm3EyGEh9 { top:37.4375rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9v3Dh0olb9ts7EaAXLSF29A3QIJDAdm { top:59.5rem;left:3.1875rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fddpzkn1IlT9pJPPSeweuvnQUMtGFPck { top:59.5rem;left:0rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoOGVl8H2gCCHzNMHQXVd62yL17tRyc0 { top:59.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLbfl12UMw92mbpSTMsxO94kT49B1tvQ { top:29.125rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP1Zvp2d0EL6EgWz2tBqVosQKQNoZyUm { top:30.125rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDcFxmFF3SZQBx3hCvgr8FFByhrxkD5Q { top:13.5rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5geSeATOwXoqR7lQ845IXWT15UT85AO { top:36.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2BU5vIIITJUsV4UX3IeB5PEneFNnfe3 { top:27.3125rem;left:0rem;width:1.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUTlrqHFqwZ568DrNaywoWs1PBM2eyAB { top:27.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrw9tTDlHbvBIgsNd5eLgGLbo7F95Iv7 { top:13.375rem;left:0rem;width:13.75rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEJLH1LKnIRlBhnuV6OE9RyEgPTAkARV { top:27.3125rem;left:0rem;width:1.3125rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqc4rmwMhDJHGzW6W3gdBzTFVRrDISdf { top:26.875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcEt7dJEQ2dfw6ikAy25AM46IUNJE1cJ { top:37rem;left:0rem;width:7rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2s9dgCisPWackl0d0qRHTAB7NDXhtOG { top:27rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHLD8w2p5WBvcGTTrsfc57ln3IZ0wqtx { top:34.4375rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6F9qCW0mEBduJCFypG3D65871AoL8am { top:10.375rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcim7h5MWCFJJDTPC7oHdaxKOXVcvgxb { top:22.1875rem;left:0rem;width:10.375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUf6GhoysaBkqXWc1fAoRoG82XJJSQuP { top:29.125rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq6yWMX7Uv1rTUtLqS57ZJOhNJBAOF4h { top:30.125rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tmos8e14OHZgggLI9wESDQlrvSdKl4Va { top:13.5rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tO8z3yMmKvIh2pVzd5nT2PEmIHJ6g0Fb { top:54.75rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9rUytrKP3s08qoumeOUO032bX1sv6KU { top:52.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZlifVFxRsN8cKBozb8M8lPJ0SigUuSS { top:27.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxsUlsM0qis2pe7r3IEOO9KbGoG20tN4 { top:13.375rem;left:0rem;width:13.75rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1NVkuLky1fKQuNPBsMWzANcL7K8uAQi { top:52.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Knl7tNz6UqeTQCfb8vO5f3nHVPV4cAxL { top:26.875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl96P5umH6LOHDQNaTWPFpTdS47uRhmg { top:54.8125rem;left:0rem;width:7rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ly9Vqpn65lqoEnXTppaAkLZC2n0VRQUo { top:27rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQ4nJDPeWiITQlbgNlVlfS4aXdZFTg2s { top:52.25rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT36fKObtQSpu7bk5JlL4RpRxRNqDrrp { top:10.375rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lt5HzpeiiltpKHfhAdarnsWTvW9qGe8h { top:40rem;left:0rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIo0NebokGhuD8BBlo17uvXLR3LA3h5C { top:39.75rem;left:10.875rem;width:36.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAAoCe7Vque0vNMGrJMuDhMfON2f4F8W { top:39.75rem;left:28.9375rem;width:18.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwxEEixcJP5lkdH9x78ASQo2XoGEoNK { top:36.625rem;left:10.875rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkoamI2BpScBeTHy1BemTS36eIevULZ3 { top:37.25rem;left:33.4375rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI13d5FFC0Vowex2twmOmT7EnFebTeoa { top:59.5rem;left:34.3125rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3SWhCx34FEZ4HyOivmAkTNxKLxJ8sFG { top:59.1875rem;left:32.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWDp8Oe3y74EBKeeouLQQyrrQdhRXBVo { top:59.5rem;left:31rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8KGznA1H5uaCMo1pN1nw89sXddl74pu { top:59.0625rem;left:29rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnN444TnIWbXCFSVezPoXErzT2yrwRUQ { top:59.5rem;left:27.5rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJxwNI2MEtbdD20Pppcwe7pq83TAJ4k { top:59.25rem;left:25.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVR6MTTJO4Js0kAuBXwkP8pd8FG8F0oA { top:58.5rem;left:10.875rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzM3amzZKTfa8oVxWmZhzPcHE5LTxtJ { top:59.25rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ3UdeIVtBGxnuDyw2FOmmO7OAFhtP9N { top:59.5rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnJpBa4kQnsbB5a7BbKXMJPk7sli8aEw { top:59.5rem;left:41.875rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR6h0DoRHB9TDG3Qk0QXNd43bzNKR4BT { top:29.125rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxiX706s5U666wPo7U6zXlXvGtUkiNRz { top:30.125rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xt8H2byAuyHgDzKE993EAe3uTtbeRkZd { top:13.5rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVqr30r0Gk3hdpLUUDz6iwcnoZFRL9ae { top:72.5625rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxDiMS2qTtfROEyliIMRqR1dGa3NuG48 { top:52.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTcD6FA3Rv9PdT2WCiDU1Khm2IvrOIZd { top:27.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #St0Tf6cESTcDUB2JoXcvmI08HsEfONib { top:13.375rem;left:0rem;width:13.75rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDooQntQixmhGkLMvsEVZtKyIDT4MeNo { top:52.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMu1m7701HWiKZXhP3h7mV5bVC26Lbih { top:26.875rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdM9Ub4UnySzWQissRN3fHnxc70seRFp { top:72.625rem;left:0rem;width:7rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeFk5IIi28J4hxhWppnFszpinxEW93L1 { top:27rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Em0nWulgAqVchsBfuhc4QTBlFuQ5ksyB { top:70.0625rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tsvteg4TCROpc7CI0xGLcxGG5Z1y3sZa { top:10.375rem;left:0rem;width:24.375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgdBerzUBnp8bng9iMTTr2K6TsNVqrr9 { top:40rem;left:0rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;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) { #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) { #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:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:11.25rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.5rem;top:10.5rem;left:1.25rem;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:2.25rem;font-size:0.8125rem;color:#95dde8;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:11.4375rem;left:12.5rem;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:17.5rem;height:2.75rem;top:14.0810546875rem;left:1.25rem;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) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc277aab-cd85-44fe-b110-cbdf9b0c2483/ChatGPTImageJul3202612_35_07PM.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { width:7.9365rem;height:1.29980625rem;top:19.125rem;left:4.0625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { width:7.0615rem;height:1.13671875rem;top:19.1875rem;left:10.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { width:5.749025rem;height:1.13671875rem;top:19.125rem;left:0.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { width:5.5rem;height:1.13671875rem;top:16.625rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { display:flex;width:1.5625rem;height:1.5625rem;top:16.3125rem;left:9.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { width:1.25rem;height:1.13671875rem;top:16.625rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { width:10.375rem;height:1.4619125rem;top:4.375rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { display:flex;width:1.5625rem;height:1.5625rem;top:16.1875rem;left:6.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { width:1.31214375rem;height:1.13671875rem;top:16.625rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { display:flex;width:1.5625rem;height:1.5625rem;top:16.375rem;left:3.0625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { 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;display:block; }
 }@media only screen and (max-width: 763px) { #nRggs3kUARQ3Un4uGQFxWnCxwH5qTUNl { width:20rem;height:2.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HciR8UQqy0qZd7E5iFnypd6NZ1HosTA3 { width:20rem;height:12.1875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoBDoxD5lJWmeQzp8cIQwTdHRpyuBHI { width:20rem;height:2.5rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO6xVCQK4URXrLCQ5uHk3UkZTCT2QpyT { width:10rem;height:10rem;top:6.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArtSsaG2CXV3Z0bLW5xynSnyPXmAB1dM { width:20rem;height:15.625rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQblBDmkRegKCP19J1sogPDZi76m0S9T { width:20rem;height:3.125rem;top:29.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLWRFnZnPgx6S5rgTTTNUD0xUBKbo1FH { width:7.125rem;height:auto;top:30.125rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Hs9fva6bSkqzBlE32TrUEkHe1GsrSNFA { width:6.1875rem;height:auto;top:27.3125rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Crnk5HaS8oKWMQ0U7SgJEsVE1zCmb8y4 { width:13.75rem;height:13.6875rem;top:13.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbLf6pqwEao3aZXte6fPAmMEH2JDJvg7 { width:7.9375rem;height:auto;top:29.875rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #PePQUBbF4qpfepI4s5imfRZNpl2UvSMP { display:flex;width:1.625rem;height:1.625rem;top:27rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwBamkaVuxOg7M3IJ2oIUIcreuTGX4AE { width:1.3125rem;height:auto;top:27.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uT7zgQ5pqDqbzTuR297DFbTblJJLsokq { display:flex;width:1.625rem;height:1.625rem;top:26.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQrKcocUVgFOxzaACeCJPiUAARF3pGax { width:20rem;height:3.125rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKz8xkc3ZKVq8TxV2qz1hosBoL6mSARb { width:14.3125rem;height:auto;top:11.1875rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uyC4TEsf2QBqtqcXKPRGvkzd59NDL4Zc { width:5.75rem;height:auto;top:30.125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TkLh9rfbqkZpGlxqXnq9DJO2HihabqrS { width:1.375rem;height:auto;top:27.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zhgufkPm9F4ZdwvBnz3kk8GBILoMT6ra { display:flex;width:1.625rem;height:1.625rem;top:27.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT0ru6BIWogmGTV6JgO9CctwXkqHXq9c { width:20rem;height:15.625rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDeGB51bZSTs4mxTlNSEEcmCzcT0LxM9 { width:20rem;height:3.125rem;top:29.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nne1lbT7sQdDJ4uLvFeK6gOWhcEAqiQO { width:7.125rem;height:auto;top:30.125rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #WiQC6XIJAfKrp3HwAxrOJL36VXN6TdGz { width:6.1875rem;height:auto;top:27.3125rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VcrQocQGMBeauNX15DLmL1vEtFKxduBT { width:13.75rem;height:13.6875rem;top:13.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkuPD6oRV4yUZ2coWw022MN4eZdNqTor { width:7.9375rem;height:auto;top:29.875rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #JSomuvBxuDrUi0BPUMOGMVKpCWcMTGq5 { display:flex;width:1.625rem;height:1.625rem;top:27rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7LqTyzFgkTtO24Fb3aDmZJErLWG3POS { width:1.3125rem;height:auto;top:27.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Thp6Dyk6TQ0i7K2yrSDPI687RKoJscoU { display:flex;width:1.625rem;height:1.625rem;top:26.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJTubAb6XJ0adIefVm62QSr4QzGSpTfC { width:20rem;height:3.125rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBFATsMS6HAEl2aXGi1NzK0RM8FS4Tg4 { width:14.3125rem;height:auto;top:11.1875rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fNcRh4sm1zgKvqQexRaGSxK8UTTZkCmc { width:5.75rem;height:auto;top:30.125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #fLsoruSvczyQsyO27VQigxzd0MlxXg0X { width:1.375rem;height:auto;top:27.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OrFAHIlik2oki39tPVH3CScxlKTZ5oxd { display:flex;width:1.625rem;height:1.625rem;top:27.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nou0JdoL2523qRp7f55IK15r3Nfid6em { width:20rem;height:2.5rem;top:36.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #APvrVT627FUTAMuVDv6EKcA7sOSlhdvA { width:5.749025rem;height:1.13671875rem;top:36.9375rem;left:0.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #k7ikuE8aayd9QbTTdbkGPbCkBi7pziXn { width:20rem;height:12.1875rem;top:24.0625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #QcfBZ1fNL3oCiLTLNnrRoi98N1fxRwT6 { width:7.9365rem;height:1.29980625rem;top:36.9375rem;left:4.0625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #nuLpH6ZvKgGHSymTtuaZ0LSFXMEJFi6F { width:1.31214375rem;height:1.13671875rem;top:34.4375rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #uXmSGC94xqWPZvPCwNQa5Q5CATn65yZi { display:flex;width:1.5625rem;height:1.5625rem;top:34.1875rem;left:3.0625rem;font-size:0.9375rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #OKvyZXp94ZlMOs5q0LAfBZZ8DIhQMa39 { width:10rem;height:10rem;top:24.0625rem;left:5rem;z-index:15208;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lJppSXMkHFwRpypuJKwv9hT09ZcHb7dO { width:1.25rem;height:1.13671875rem;top:34.4375rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #Zwf2gfCO2RSFZOQDVsqMPK8AmoAdNalB { display:flex;width:1.5625rem;height:1.5625rem;top:34rem;left:6.5625rem;font-size:0.9375rem;z-index:15125; }
 }@media only screen and (max-width: 763px) { #TG3W36ekZJqrPsUlDbMiM0HLvSJob01l { width:7.0615rem;height:1.13671875rem;top:37rem;left:10.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #DIrgZkQXqlhHtZ9DoscKg6BaUTru2rX8 { display:flex;width:1.5625rem;height:1.5625rem;top:34.125rem;left:9.9375rem;font-size:0.9375rem;z-index:15126; }
 }@media only screen and (max-width: 763px) { #EUHVdQpls79g2mGE83VFkczzZsoyiH17 { width:5.5rem;height:1.13671875rem;top:34.4375rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #cvd5IO1IGwetUBnxxFKZ3FqQQaGVqSLO { width:20rem;height:2.5rem;top:21.5625rem;left:0rem;z-index:15204;display:block; }
 }@media only screen and (max-width: 763px) { #O3LdgwFwrRNHqKm7eS15HlxnKT9PuiNV { width:12.4375rem;height:1.4619125rem;top:22.1875rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15207;display:block; }
 }@media only screen and (max-width: 763px) { #JTFUwPngWgxoRVl0DFye1hqKRNzvqFnt { width:20rem;height:2.5rem;top:54.0625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #tRqRkWxmBVUTcKUiGZA2npRtOt1PthXJ { width:5.749025rem;height:1.13671875rem;top:54.75rem;left:0.75rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #PTVu2Sx4n1AW5fSmmwmg74TIJNQeQLtW { width:20rem;height:12.1875rem;top:41.875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WdrRcKGS9KzLLDlfdPnHD4FTlwAQUzHu { width:7.9365rem;height:1.29980625rem;top:54.75rem;left:3.9375rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #UwaaMgFuQDWwknKiTOHWo7LDw1pnVNb4 { width:1.31214375rem;height:1.13671875rem;top:52.25rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #eEpaF6IaG2dussmhl6aR60ieAemWSeTH { display:flex;width:1.5625rem;height:1.5625rem;top:52rem;left:3.0625rem;font-size:0.9375rem;z-index:15138; }
 }@media only screen and (max-width: 763px) { #owsXMDKpXpN98THiIVD94HBFxroZToIn { width:10rem;height:10rem;top:41.875rem;left:5rem;z-index:15222;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dHIclvCBA6G73a5Q2EQSoWdvfLtHqpdt { width:1.25rem;height:1.13671875rem;top:52.25rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #Jnn9tnSMyin30lt9BODIHMdyZHgm0cXa { display:flex;width:1.5625rem;height:1.5625rem;top:51.8125rem;left:6.5625rem;font-size:0.9375rem;z-index:15139; }
 }@media only screen and (max-width: 763px) { #T0VzHEVRv2O63Fgv7hMwvJlJeXOZ82X7 { width:7.0615rem;height:1.13671875rem;top:54.8125rem;left:10.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #sHZ4kAXX42mLPKBg2RRPmsJ37nTEycIZ { display:flex;width:1.5625rem;height:1.5625rem;top:51.9375rem;left:9.9375rem;font-size:0.9375rem;z-index:15140; }
 }@media only screen and (max-width: 763px) { #rfGMUwbv5pQsAetPx86v7ecATU1NRJeL { width:5.5rem;height:1.13671875rem;top:52.25rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #OF9nHh7cR9aJtZvhKCFSQNpttTe1yzFw { width:20rem;height:2.5rem;top:39.375rem;left:0rem;z-index:15218;display:block; }
 }@media only screen and (max-width: 763px) { #OcHByxrMwbLnEEs5NdMtT4iekwiOgVyg { width:10.375rem;height:1.4619125rem;top:40rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15221;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc277aab-cd85-44fe-b110-cbdf9b0c2483/ChatGPTImageJul3202612_35_07PM.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL.adaptive-delivery-prevent-bg, #Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL.lazyload, #Dm8U8WJEz2onVKKI9wFWhKXCrZ1lXMHL.lazyloading { background-image: none; }#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(133,89,51,0.9); }#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(133,89,51,0.9); }#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:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNaDOw6ydu07aVSoq8VfnqRzm4ObXMXH { width:7.9365rem;height:1.29980625rem;top:19.125rem;left:4rem;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:19.1875rem;left:10.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SS7JEeUrhTQZThv0LaXRQdMTztBFMOA7 { width:5.749025rem;height:1.13671875rem;top:19.125rem;left:0.8125rem;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:16.625rem;left:11.625rem;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:16.3125rem;left:9.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GJHTuegoOytFq4t75BHCRqZKuKz4UwBn { width:1.25rem;height:1.13671875rem;top:16.625rem;left:8.1875rem;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:4.375rem;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:16.1875rem;left:6.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #D2QZoNDXCrA1yWuotKvaUzEVkLadzLHm { width:1.31214375rem;height:1.13671875rem;top:16.625rem;left:4.6875rem;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:16.375rem;left:3.0625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #SV3ZZyskFM6I3W64qnifTGAyn2XciVnN { width:20rem;height:2.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAx6HxGL8322v7NtuxE8KGJ2sWdb1R11 { width:20rem;height:12.1875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToT1tcR0JsheAG0E1fnMi4HSMFsOiDdk { width:20rem;height:2.5rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsoLpdniy0h7iaLfPN8PWF4zZGpyeEsD { width:10rem;height:10rem;top:6.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtvVEurdCHSgCWpbTgc16iUc4qbF1bd0 { width:20rem;height:18.75rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIO57TLQeOoFOeGx3Q9BHiZLzo4OtcsL { width:20rem;height:3.125rem;top:32.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bczhJpwlemeBNNX3HBi5ERTHtllZ5usm { width:7.125rem;height:auto;top:33.25rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TpF79JVuU5qD09nIWDhJlN8uuT3cu6hI { width:6.1875rem;height:auto;top:33.25rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e0XhI0ldH4V11qnQNgvsaLaVAa4tZOkV { width:18.8125rem;height:18.75rem;top:13.5rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XN9B9wsgytpxAtZVOyKMeVlCh2HvWeX0 { width:7.9375rem;height:auto;top:33rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Vr8SZI1J8IhhJgP33T5TvRih8pBb4BJ4 { display:flex;width:1.625rem;height:1.625rem;top:32.9375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6NLU1sU6vMA3JkmhH4LxuyPB62iCqXb { width:1.3125rem;height:auto;top:33.25rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w3hAttDG6Roo8C3C74DpBdcynaCPqTJb { display:flex;width:1.625rem;height:1.625rem;top:32.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA4O85MyLsTXA5a7dgdlg4IFBJLJns5p { width:20rem;height:3.125rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s044nIa0LTTW1R5ePdtWWVEkdCwkcZnd { width:14.3125rem;height:auto;top:11.125rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kqqgvR3KeLVCT5yMeaQJiXBCv2dRt1z8 { width:4.625rem;height:auto;top:33.25rem;left:7.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #xhozZz8XapgubUy8DolECwOoWNmeqTht { width:1.375rem;height:auto;top:33.25rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CfOL2TkCAXy0aOu8orJg6GQ0JWpfz2JT { display:flex;width:1.625rem;height:1.625rem;top:33rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTpAQeBR0My10z05RNUUshH5ehe3Mglg { width:20rem;height:18.75rem;top:39.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ph56L4G4kMmkuINi183LULvClzMriz8l { width:20rem;height:3.125rem;top:58.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzU3wMnwT4KDGl7zOoTc07hwWv28ocSS { width:7.125rem;height:auto;top:59.5rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #eJch04OM47yKu4aP7cbSITKivCEqp7i2 { width:6.1875rem;height:auto;top:59.5rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CUpaMRVQmDUXeT5QSFZXiFFixDOCsfae { width:18.8125rem;height:18.75rem;top:39.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvHICKC2sfNXm6oFLB2mPA7nLvHlcraA { width:7.9375rem;height:auto;top:59.25rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Bx6swyQxyMWMIZcu5SO5LqGOhvC9lmbT { display:flex;width:1.625rem;height:1.625rem;top:59.1875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MV2ikc2TmezS0MWvXi1LkhSufvORUEiC { width:1.3125rem;height:auto;top:59.5rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fO1PXhrJIs99kmCoCZ0pQZ5a6AcCF7LX { display:flex;width:1.625rem;height:1.625rem;top:59.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfbH5qwsONr250FsNZCo5hfqdxOI37yC { width:20rem;height:3.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #enRHWGUmzMonnvITCKNhsOSMm3EyGEh9 { width:14.3125rem;height:auto;top:37.4375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X9v3Dh0olb9ts7EaAXLSF29A3QIJDAdm { width:5.75rem;height:auto;top:59.5rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #fddpzkn1IlT9pJPPSeweuvnQUMtGFPck { width:1.375rem;height:auto;top:59.5rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qoOGVl8H2gCCHzNMHQXVd62yL17tRyc0 { display:flex;width:1.625rem;height:1.625rem;top:59.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLbfl12UMw92mbpSTMsxO94kT49B1tvQ { width:20rem;height:2.5rem;top:36.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #rP1Zvp2d0EL6EgWz2tBqVosQKQNoZyUm { width:5.749025rem;height:1.13671875rem;top:36.9375rem;left:0.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #SDcFxmFF3SZQBx3hCvgr8FFByhrxkD5Q { width:20rem;height:12.1875rem;top:24.0625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #G5geSeATOwXoqR7lQ845IXWT15UT85AO { width:7.9365rem;height:1.29980625rem;top:36.9375rem;left:4.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #z2BU5vIIITJUsV4UX3IeB5PEneFNnfe3 { width:1.31214375rem;height:1.13671875rem;top:34.4375rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #TUTlrqHFqwZ568DrNaywoWs1PBM2eyAB { display:flex;width:1.5625rem;height:1.5625rem;top:34.1875rem;left:3.0625rem;font-size:0.9375rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #qrw9tTDlHbvBIgsNd5eLgGLbo7F95Iv7 { width:10rem;height:10rem;top:24.0625rem;left:5rem;z-index:15208;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CEJLH1LKnIRlBhnuV6OE9RyEgPTAkARV { width:1.25rem;height:1.13671875rem;top:34.4375rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #zqc4rmwMhDJHGzW6W3gdBzTFVRrDISdf { display:flex;width:1.5625rem;height:1.5625rem;top:34rem;left:6.5625rem;font-size:0.9375rem;z-index:15125; }
 }@media only screen and (max-width: 763px) { #vcEt7dJEQ2dfw6ikAy25AM46IUNJE1cJ { width:7.0615rem;height:1.13671875rem;top:37rem;left:10.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #x2s9dgCisPWackl0d0qRHTAB7NDXhtOG { display:flex;width:1.5625rem;height:1.5625rem;top:34.125rem;left:9.9375rem;font-size:0.9375rem;z-index:15126; }
 }@media only screen and (max-width: 763px) { #bHLD8w2p5WBvcGTTrsfc57ln3IZ0wqtx { width:5.5rem;height:1.13671875rem;top:34.4375rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #P6F9qCW0mEBduJCFypG3D65871AoL8am { width:20rem;height:2.5rem;top:21.5625rem;left:0rem;z-index:15204;display:block; }
 }@media only screen and (max-width: 763px) { #Tcim7h5MWCFJJDTPC7oHdaxKOXVcvgxb { width:12.4375rem;height:1.4619125rem;top:22.1875rem;left:3.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15207;display:block; }
 }@media only screen and (max-width: 763px) { #WUf6GhoysaBkqXWc1fAoRoG82XJJSQuP { width:20rem;height:2.5rem;top:54.0625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6yWMX7Uv1rTUtLqS57ZJOhNJBAOF4h { width:5.749025rem;height:1.13671875rem;top:54.75rem;left:0.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #Tmos8e14OHZgggLI9wESDQlrvSdKl4Va { width:20rem;height:12.1875rem;top:41.875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #tO8z3yMmKvIh2pVzd5nT2PEmIHJ6g0Fb { width:7.9365rem;height:1.29980625rem;top:54.75rem;left:4rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #D9rUytrKP3s08qoumeOUO032bX1sv6KU { width:1.31214375rem;height:1.13671875rem;top:52.25rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #mZlifVFxRsN8cKBozb8M8lPJ0SigUuSS { display:flex;width:1.5625rem;height:1.5625rem;top:52rem;left:3.0625rem;font-size:0.9375rem;z-index:15138; }
 }@media only screen and (max-width: 763px) { #yxsUlsM0qis2pe7r3IEOO9KbGoG20tN4 { width:10rem;height:10rem;top:41.875rem;left:5rem;z-index:15222;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D1NVkuLky1fKQuNPBsMWzANcL7K8uAQi { width:1.25rem;height:1.13671875rem;top:52.25rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #Knl7tNz6UqeTQCfb8vO5f3nHVPV4cAxL { display:flex;width:1.5625rem;height:1.5625rem;top:51.8125rem;left:6.5625rem;font-size:0.9375rem;z-index:15139; }
 }@media only screen and (max-width: 763px) { #Zl96P5umH6LOHDQNaTWPFpTdS47uRhmg { width:7.0615rem;height:1.13671875rem;top:54.8125rem;left:10.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #Ly9Vqpn65lqoEnXTppaAkLZC2n0VRQUo { display:flex;width:1.5625rem;height:1.5625rem;top:51.9375rem;left:9.9375rem;font-size:0.9375rem;z-index:15140; }
 }@media only screen and (max-width: 763px) { #PQ4nJDPeWiITQlbgNlVlfS4aXdZFTg2s { width:5.5rem;height:1.13671875rem;top:52.25rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #oT36fKObtQSpu7bk5JlL4RpRxRNqDrrp { width:20rem;height:2.5rem;top:39.375rem;left:0rem;z-index:15218;display:block; }
 }@media only screen and (max-width: 763px) { #Lt5HzpeiiltpKHfhAdarnsWTvW9qGe8h { width:10.375rem;height:1.4619125rem;top:40rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15221;display:block; }
 }@media only screen and (max-width: 763px) { #kIo0NebokGhuD8BBlo17uvXLR3LA3h5C { width:20rem;height:18.75rem;top:39.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAAoCe7Vque0vNMGrJMuDhMfON2f4F8W { width:18.8125rem;height:18.75rem;top:39.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckwxEEixcJP5lkdH9x78ASQo2XoGEoNK { width:20rem;height:3.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkoamI2BpScBeTHy1BemTS36eIevULZ3 { width:14.3125rem;height:auto;top:37.25rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KI13d5FFC0Vowex2twmOmT7EnFebTeoa { width:6.1875rem;height:auto;top:59.5rem;left:6.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z3SWhCx34FEZ4HyOivmAkTNxKLxJ8sFG { display:flex;width:1.625rem;height:1.625rem;top:59.1875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWDp8Oe3y74EBKeeouLQQyrrQdhRXBVo { width:1.3125rem;height:auto;top:59.5rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s8KGznA1H5uaCMo1pN1nw89sXddl74pu { display:flex;width:1.625rem;height:1.625rem;top:59.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnN444TnIWbXCFSVezPoXErzT2yrwRUQ { width:1.375rem;height:auto;top:59.5rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TbJxwNI2MEtbdD20Pppcwe7pq83TAJ4k { display:flex;width:1.625rem;height:1.625rem;top:59.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVR6MTTJO4Js0kAuBXwkP8pd8FG8F0oA { width:20rem;height:3.125rem;top:58.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEzM3amzZKTfa8oVxWmZhzPcHE5LTxtJ { width:7.9375rem;height:auto;top:59.25rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iQ3UdeIVtBGxnuDyw2FOmmO7OAFhtP9N { width:7.125rem;height:auto;top:59.5rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #EnJpBa4kQnsbB5a7BbKXMJPk7sli8aEw { width:5.75rem;height:auto;top:59.5rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #NR6h0DoRHB9TDG3Qk0QXNd43bzNKR4BT { width:20rem;height:2.5rem;top:71.875rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #fxiX706s5U666wPo7U6zXlXvGtUkiNRz { width:5.749025rem;height:1.13671875rem;top:72.5625rem;left:0.75rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #xt8H2byAuyHgDzKE993EAe3uTtbeRkZd { width:20rem;height:12.1875rem;top:59.6875rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #HVqr30r0Gk3hdpLUUDz6iwcnoZFRL9ae { width:7.9365rem;height:1.29980625rem;top:72.5625rem;left:3.875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #CxDiMS2qTtfROEyliIMRqR1dGa3NuG48 { width:1.31214375rem;height:1.13671875rem;top:70.0625rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #LTcD6FA3Rv9PdT2WCiDU1Khm2IvrOIZd { display:flex;width:1.5625rem;height:1.5625rem;top:69.8125rem;left:3.0625rem;font-size:0.9375rem;z-index:15152; }
 }@media only screen and (max-width: 763px) { #St0Tf6cESTcDUB2JoXcvmI08HsEfONib { width:10rem;height:10rem;top:59.6875rem;left:5rem;z-index:15236;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HDooQntQixmhGkLMvsEVZtKyIDT4MeNo { width:1.25rem;height:1.13671875rem;top:70.0625rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #QMu1m7701HWiKZXhP3h7mV5bVC26Lbih { display:flex;width:1.5625rem;height:1.5625rem;top:69.625rem;left:6.5625rem;font-size:0.9375rem;z-index:15153; }
 }@media only screen and (max-width: 763px) { #TdM9Ub4UnySzWQissRN3fHnxc70seRFp { width:7.0615rem;height:1.13671875rem;top:72.625rem;left:10.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #xeFk5IIi28J4hxhWppnFszpinxEW93L1 { display:flex;width:1.5625rem;height:1.5625rem;top:69.75rem;left:9.9375rem;font-size:0.9375rem;z-index:15154; }
 }@media only screen and (max-width: 763px) { #Em0nWulgAqVchsBfuhc4QTBlFuQ5ksyB { width:5.5rem;height:1.13671875rem;top:70.0625rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #Tsvteg4TCROpc7CI0xGLcxGG5Z1y3sZa { width:20rem;height:2.5rem;top:57.1875rem;left:0rem;z-index:15232;display:block; }
 }@media only screen and (max-width: 763px) { #TgdBerzUBnp8bng9iMTTr2K6TsNVqrr9 { width:10.375rem;height:1.4619125rem;top:57.8125rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15235;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) { #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) { #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; }
 }