* {
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  appearance: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

p a {
  color: inherit;
}


@media screen and (min-width: 768px) {
    .show-mbl{
        display: none !important;
    }
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HelveticaNowDisplay-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display Medium";
  src: url("../fonts/HelveticaNowDisplay-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HelveticaNowDisplay-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf");
  font-weight: 400;
  font-style: normal;
}
.heading-d-xl {
  font-size: 80px;
  font-weight: 700;
  line-height: 65.6px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1030px) {
  .heading-d-xl {
    font-size: 50px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: -0.03em;
  }
}

.heading-d {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.03em;
}

.heading-1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1030px) {
  .heading-1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: -0.03em;
    text-align: left;
  }
}

.heading-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 29.4px;
  letter-spacing: -0.02em;
}

.heading-3 {
  font-family: "Helvetica Now Display Medium";
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.03em;
}

.heading-4 {
  font-family: "Helvetica Now Display Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: -0.03em;
}

.label-medium {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
}

.label-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
}

.body-copy-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  letter-spacing: -0.03em;
}

.body-copy-mid {
  font-family: "Helvetica Now Display Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: -0.03em;
}

.body-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text--green{
    color:#7EBC4A !important;
}

.text--orange {
    color: rgb(255, 146, 49) !important;
}

.text--white{
    color: white !important;
}

.text--blue{
    color: #232D5B !important;
}

.text--black{
    color: #000000 !important;
}

.text--grey{
    color: #666666 !important;
}

.text--lightgrey{
    color: rgb(239, 245, 248) !important;
}

.bg--white{
    background-color: #ffffff !important;
}

.bg--blue{
    background-color: #232D5B !important;
}

.bg--green{
    background-color: #7EBC4A !important;
}

.bg--orange {
  background-color: rgb(255, 146, 49) !important;
}

.bg--grey{
    background-color: #666666 !important;
}

.bg--lightgrey{
    background-color: rgb(239, 245, 248) !important;
}

.btn {
  font-family: "Helvetica Now Display";
  position: relative;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 3px;
  transition: all 0.4s;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.btn.hasicon {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn.hasicon .icon {
  line-height: 0;
}
.btn .btn-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  letter-spacing: -0.03em;
}
.btn.btngreen {
  background: #7EBC4A;
  color: #ffffff;
}
.btn.btngreen:hover {
  background: #232D5B;
  color: #ffffff;
}
.btn.btnblue {
  background: #232D5B;
  color: #ffffff;
}
.btn.btnblue:hover {
  background: #7EBC4A;
}
.btn.btnwhite {
  background: #ffffff;
  color: #232D5B;
}
.btn.btnwhite:hover {
  background: #7EBC4A;
  color: #ffffff;
}
.btn.btnoutline {
  border: 1px solid #232D5B;
  background: transparent;
  color: #232D5B;
}
.btn.btnoutline:hover {
  background: #232D5B;
  color: #ffffff;
}
.btn.btnoutline.hasicon {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn.btnoutline.hasicon .icon {
  line-height: 0;
}
.btn.btnoutline.hasicon:hover .icon svg path {
  stroke: #ffffff;
}

.greylink {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  color: rgb(104, 104, 104);
  text-decoration: none;
  transition: all 0.3s;
}
.greylink::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background: rgba(104, 104, 104, 0.12);
}
.greylink::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #232D5B;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 2;
}
.greylink:hover {
  color: #232D5B;
}
.greylink:hover::after {
  transform: scaleX(1);
}
.greylink.white {
  color: #ffffff;
}
.greylink.white::before {
  background: #ffffff;
}
.greylink.white::after {
  background: rgb(255, 146, 49);
}
.greylink.blue {
  color: #232D5B;
}
.greylink.blue::before {
  background: #232D5B;
}
.greylink.blue::after {
  background: rgb(255, 146, 49);
}

.lacard {
  position: relative;
  padding: 0 0 10px;
  border: 1px solid #eee;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.lacard > a{
    text-decoration: none;
}
.lacard__badge {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #ffffff;
  z-index: 2;
}
.lacard__badge svg path {
  fill: #232D5B;
}
.lacard__adbadge {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #7EBC4A;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
}
.lacard__img {
  position: relative;
  width: 100%;
  aspect-ratio: 40/32;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.lacard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.lacard > *:not(.lacard__img, .lacard__badge, a),
.lacard > a > *:not(.lacard__img, .lacard__badge) {
  padding-left: 12px;
  padding-right: 12px;
}
.lacard__heading {
  margin-bottom: 5px;
  position: absolute;
  transform: translateY(calc(-100% - 10px));
  padding: 10px 12px;
  width: 100%;
  background-color: rgba(0,0,0,.7);
}
.lacard__heading h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: -0.03em;
  text-align: left;
  color: white;
}
@media screen and (max-width: 1030px) {
  .lacard__heading h5 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
div.lacard__info, .lacard > a > .pb-2 {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.lacard__id.mt-2{
    margin-top: 10px;
}

.lacard__info > * {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lacard__id.me-2{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px;
    background-color: rgba(0,0,0,.7);
    color: white;
    border-radius: 4px 0px 4px 0;
}
.lacard__id {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #232D5B;
}
.lacard__price {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #7EBC4A;
}
.lacard__location {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 20px;
}
.lacard__location > span{
    display: flex;
}
.lacard__location h6 {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #232D5B;
  margin-bottom: 0;
}
.lacard:hover .lacard__img img {
  transform: scale(1.05);
}
.lacard.saved .lacard__badge {
  background: rgb(255, 146, 49);
}
.lacard.saved .lacard__badge svg path {
  fill: #ffffff;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.header {
  position: relative;
  padding: 10px 40px 7px;
  z-index: 2000;
}
@media screen and (max-width: 1300px) {
  .header {
    padding: 25px;
  }
}
.header__mobilehumbg {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__mobilehumbg {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: 0;
    padding: 0;
  }
  .header__mobilehumbg span {
    width: 25px;
    border: 1.5px solid #232D5B;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    transform-origin: left;
  }
  .header__mobilehumbg.active span:nth-child(1) {
    transform: translateY(-5px) translateX(3px) rotate(45deg);
  }
  .header__mobilehumbg.active span:nth-child(3) {
    transform: translateY(-1px) translateX(3px) rotate(-45deg);
  }
  .header__mobilehumbg.active span:nth-child(2) {
    opacity: 0;
  }
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1300px) {
  .header__nav {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 86px;
    width: 100%;
    height: calc(100vh - 88px);
    transform: translateX(0);
    padding: 60px 25px 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .header__nav.show {
    opacity: 1;
    visibility: visible;
  }
  .header__nav .heading-d-xl {
    color: #232D5B;
    margin-bottom: 40px;
  }
  .header__nav .heading-d-xl span {
    color: #7EBC4A;
  }
  .header__nav::before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 290px);
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(239, 245, 248);
    border-radius: 4px;
    z-index: -1;
  }
}
@media screen and (max-width: 575px) {
  .header__nav::before {
    height: calc(100% - 330px);
  }
}
.header__nav--mbtitle {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__nav--mbtitle {
    display: block;
  }
}
.header__nav--menu {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .header__nav--menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav--menu--item {
    width: 100%;
  }
}
.header__nav--menu--item a, .header__nav--menu--item button {
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  color: #232D5B;
  text-decoration: none;
  outline: 0;
  border: 0;
  background-color: transparent;
}
.header__nav--menu--item.menu-item-has-children {
    position: relative;
  }
  .header__nav--menu--item.menu-item-has-children::before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    height: 8px;
    width: 100%;
  }
  
  .header__nav--menu--item .sub-menu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(-6px);
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    margin-left: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 150px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: rgb(239, 245, 248);
    z-index: 2;
  }
  .header__nav--menu--item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateY(0);
  }
  
  @media screen and (max-width: 1300px) {
    .header__nav--menu--item .sub-menu {
      position: relative;
      top: 0;
      left: 0;
      margin: 10px 12px 0;
      padding: 0;
      gap: 6px;
      width: 100%;
      box-shadow: none;
      border-radius: 0;
      background: transparent;
      z-index: 0;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  }
  
  .header__nav--menu > .header__nav--menu--item:nth-child(1) {
    margin-right: -10px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .header__nav--menu > .header__nav--menu--item:nth-child(1) a {
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: -0.03em;
    padding: 6px 15px;
    background: rgb(211, 225, 232);
    border-radius: 30px;
    transition: all 0.3s;
  }
  .header__nav--menu > .header__nav--menu--item:nth-child(1) a:hover {
    background: #232D5B;
    color: #ffffff;
  }
  @media screen and (max-width: 1300px) {
    .header__nav--menu > .header__nav--menu--item:nth-child(1) a {
      width: 100%;
      padding: 15px;
      background: #7EBC4A;
      color: #ffffff;
      border-radius: 4px;
      text-align: center;
      justify-content: center;
    }
  }
  
  .header__nav--menu > .header__nav--menu--item:nth-child(2) {
    margin-right: 10px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .header__nav--menu > .header__nav--menu--item:nth-child(2) a {
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: -0.03em;
    padding: 6px 15px;
    background: rgb(211, 225, 232);
    border-radius: 30px;
    transition: all 0.3s;
  }
  .header__nav--menu > .header__nav--menu--item:nth-child(2) a:hover {
    background: #232D5B;
    color: #ffffff;
  }
  @media screen and (max-width: 1300px) {
    .header__nav--menu > .header__nav--menu--item:nth-child(2) a {
      width: 100%;
      padding: 15px;
      background: #232D5B;
      color: #ffffff;
      border-radius: 4px;
      text-align: center;
      justify-content: center;
      margin: -10px 0 30px;
    }
  }
  
  .header__nav--menu--item a {
    position: relative;
  }
  .header__nav--menu--item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: #232D5B;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 2;
  }
  .header__nav--menu--item a:hover::after {
    transform: scaleX(1);
  }
  .header__nav--menu > .header__nav--menu--item:nth-child(1) a::after,
  .header__nav--menu > .header__nav--menu--item:nth-child(2) a::after{
    display: none;
  }
  @media screen and (max-width: 1300px) {
    .header__nav--menu--item {
      padding: 0 0 20px;
      border-bottom: 1px solid rgb(211, 225, 232);
    }
    .header__nav--menu--item a {
      font-family: "Helvetica Now Display Medium";
      font-size: 18px;
      font-weight: 500;
      line-height: 21.6px;
      letter-spacing: -0.03em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
    }
}
.header .showsearch {
  width: 34px;
  height: 34px;
  background: rgb(211, 225, 232);
  border-radius: 50%;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .header .showsearch {
    display: none;
  }
}
.header .showsearch:hover {
  background: #232D5B;
}
.header .showsearch:hover svg path {
  fill: #ffffff;
}
.header .showsearch.mbssearch {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header .showsearch.mbssearch {
    display: flex;
    background: transparent;
    padding: 0;
    width: auto;
  }
}
.header__right {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .header__right {
    gap: 19px;
  }
}
.header__right--menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header__right--menu--item button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #D3E1E8;
  border-radius: 50%;
  border: 0;
  outline: 0;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.header__right--menu--item button .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgb(255, 146, 49);
  border-radius: 50%;
  right: 0;
  top: 0;
}
.header__right--menu--item button:hover {
  border-color: #232D5B;
}
@media screen and (max-width: 1300px) {
  .header__right--menu {
    display: none;
  }
}
.header__maccount {
  position: relative;
}
.header__maccount--btn {
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__maccount--btn .avatar {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: 10px;
  background: #D3E1E8;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .header__maccount--btn .avatar {
    background: transparent;
    border: 0;
    margin-right: 0;
  }
  .header__maccount--btn .avatar svg {
    width: 22px;
    height: 26px;
  }
}
.header__maccount--btn:hover .avatar {
  border-color: #232D5B;
}
.header__maccount--btn .acountname {
  font-family: "Helvetica Now Display Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #232D5B;
  margin-right: 30px;
}
@media screen and (max-width: 1300px) {
  .header__maccount--btn .acountname {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header__maccount--btn .iconright {
    display: none;
  }
}
.header__maccount--btn .arrow {
  margin-top: -2px;
}
@media screen and (max-width: 1300px) {
  .header__maccount--btn .arrow {
    display: none;
  }
}
.header__maccount--btn::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: -20px;
  top: 50%;
  background: rgb(219, 219, 219);
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .header__maccount--btn::before {
    display: none;
  }
}
.header__maccount--menulogin {
  position: absolute;
  width: 290px;
  right: 0;
  padding: 5px 5px 20px;
  margin-top: 12px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}
.header__maccount--menulogin::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 4px;
  top: -10px;
  right: 20px;
  transform: rotate(45deg);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.header__maccount--menulogin::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
  top: -2px;
  right: 15px;
  z-index: 1;
}
.header__maccount--menulogin.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__maccount--user {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
  margin-bottom: 20px;
  z-index: 2;
}
.header__maccount--user--img {
  width: 45px;
  height: 45px;
}
.header__maccount--user--img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.header__maccount--info--name div {
  color: #232D5B;
}
.header__maccount--info--jdate span {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: rgb(104, 104, 104);
}
.header__maccount--list {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header__maccount--list--item a {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: #232D5B;
}
.header__maccount--list--item a .icon {
  width: 30px;
  display: flex;
  justify-content: center;
}
.header__maccount--list--item:last-child {
  padding-top: 15px;
  border-top: 1px solid rgba(35, 45, 91, 0.12);
}
.header__maccount--logout {
  position: absolute;
  width: 370px;
  right: 0;
  right: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}
.header__maccount--logout::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
  top: -10px;
  right: 20px;
  transform: rotate(45deg);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.header__maccount--logout::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
  top: -2px;
  right: 15px;
  z-index: 3;
}
.header__maccount--logout--inner {
  position: relative;
  padding: 40px 15px 15px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: rgb(239, 245, 248);
  z-index: 2;
}
.header__maccount--logout--heading {
  text-align: center;
  margin-bottom: 25px;
}
.header__maccount--logout--heading .heading-2 {
  color: #232D5B;
}
.header__maccount--logout--heading p {
  margin-top: 10px;
  color: rgb(104, 104, 104);
}
.header__maccount--logout--btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.header__maccount--logout--btn a {
  width: 100%;
}
.header__maccount--logout.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__filter {
  position: relative;
  display: flex;
  padding: 0 40px 20px;
  border-bottom: 1px solid rgb(211, 225, 232);
  margin-right: -40px;
  margin-left: -40px;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .header__filter {
    flex-wrap: wrap;
    gap: 8px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.header__filter.mr-0 {
  margin: 0;
  padding: 0;
}
.header__filter--search {
  position: relative;
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header__filter--search {
    max-width: 100%;
  }
}
.header__filter--location {
  position: relative;
  max-width: 25%;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header__filter--location {
    display: none;
  }
}
.header__filter--weight {
  position: relative;
  max-width: 15%;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header__filter--weight {
    display: none;
  }
}
.header__filter--button {
  position: relative;
  max-width: 15%;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header__filter--button {
    display: none;
  }
}
.header__filter--button .btn {
  width: 100%;
}
.header__filter--mbdetails {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__filter--mbdetails {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .header__filter--mbdetails .mblocation {
    font-family: "Helvetica Now Display Medium";
    color: #232D5B;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .header__filter--mbdetails .mbweight {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #232D5B;
  }
}
.header.hasfilter {
  padding-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .header.hasfilter {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .header.hasfilter .header__logo {
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0);
  }
}

.mobilestickynav {
  display: none;
}
@media screen and (max-width: 1300px) {
  .mobilestickynav {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 14px 15px 12px;
    background: #ffffff;
    z-index: 2000;
    border-top: 1px solid rgba(35, 45, 91, 0.12);
  }
  .mobilestickynav__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobilestickynav__menu--item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
  }
  .mobilestickynav__menu--item a .menutext {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgb(104, 104, 104);
  }
}

.footer {
  position: relative;
  padding: 60px 40px 30px;
}
@media screen and (max-width: 1030px) {
  .footer.mbnone {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .footer {
    padding: 20px 25px;
    background: #ffffff;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1030px) {
  .footer__wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.footer__logomb {
  display: none;
}
@media screen and (max-width: 1030px) {
  .footer__logomb {
    display: block;
    margin-bottom: 80px;
  }
}
.footer__left {
  position: relative;
  max-width: 286px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .footer__left {
    width: 100%;
    padding-bottom: 44px;
    border-bottom: 1px solid rgb(211, 225, 232);
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.footer__left h2 {
  color: #232D5B;
  margin-bottom: 20px;
}
.footer__left h2 span {
  color: #7EBC4A;
}
.footer__apps{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    margin-top: 60px;
}
.footer__apps a{
    transition: all 0.3s;
}
.footer__apps a:hover{
    opacity: .8;
}
.footer__apps img{
    height: 40px;
    object-fit: contain;
}
.footer__socials {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.footer__socials a path{
    transition: all 0.3s;
}
.footer__socials a:hover path{
    fill: #7EBC4A;
}
.footer__socials svg{
    height: 14px;
    width: fit-content;
}
.footer__right {
  position: relative;
  max-width: 716px;
  width: 100%;
  display: flex;
  gap: 130px;
}
@media screen and (max-width: 1030px) {
  .footer__right {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1030px) {
  .footer__widget {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(211, 225, 232);
  }
  .footer__widget:last-child {
    border-bottom: 0;
  }
}
.footer__widget h4 {
  font-family: "Helvetica Now Display Medium";
  color: #232D5B;
  margin-bottom: 20px;
}
.footer__widget ul{
    padding-left: 0;
}
.footer__widget ul li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .footer__bottom .footer__widget {
    padding: 0;
    margin: 0;
    border: 0;
    width: 50%;
  }
  .footer__bottom .footer__widget:last-child {
    width: 100%;
    margin-top: 40px;
  }
  .footer__bottom .footer__logo {
    display: none;
  }
}
.footer__logo {
  position: relative;
  max-width: 286px;
  width: 100%;
}
.footer__morelinks {
  position: relative;
  max-width: 716px;
  width: 100%;
  display: flex;
  gap: 110px;
  align-items: flex-end;
}
@media screen and (max-width: 1030px) {
  .footer__morelinks {
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
  }
}
.footer__morelinks .footer__widget p.body-copy-mid {
  margin-bottom: 2px;
}

.dashboard {
  position: relative;
  display: flex;
  min-height: calc(100vh - 89.8px);
  padding-right: 40px;
}
@media screen and (max-width: 1030px) {
  .dashboard {
    padding-right: 0;
    padding-bottom: 70px;
  }
}
.dashboard__sidebar {
  position: relative;
  max-width: 270px;
  width: 100%;
  padding: 20px 20px 0 26px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .dashboard__sidebar {
    display: none;
  }
}
.dashboard__heading {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.dashboard__heading .name {
  color: #232D5B;
  margin-bottom: 4px;
}
.dashboard__heading p {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.02em;
  text-align: left;
}
.dashboard__menu--list--item a {
  position: relative;
  display: flex;
  padding: 12px 15px;
  align-items: center;
  text-decoration: none;
  color: #232D5B;
  gap: 22px;
  transition: all 0.3s;
  border-radius: 4px;
}
.dashboard__menu--list--item a .icon {
  line-height: 0;
  width: 20px;
  display: flex;
  justify-content: center;
}
.dashboard__menu--list--item a:hover, .dashboard__menu--list--item a.active {
  background: #232D5B;
  color: #ffffff;
}
.dashboard__menu--list--item a:hover .icon svg path, .dashboard__menu--list--item a.active .icon svg path {
  fill: #7EBC4A;
}
.dashboard__menu--list--item:not(:last-child) {
  margin-bottom: 5px;
}
.dashboard__menu--list--item:last-child {
  margin-top: 60px;
  padding-top: 15px;
  border-top: 1px solid rgba(35, 45, 91, 0.12);
}
.dashboard__menu--list--item:last-child a:hover, .dashboard__menu--list--item:last-child a.active {
  background: inherit;
  color: inherit;
}
.dashboard__menu--list--item:last-child a:hover svg path, .dashboard__menu--list--item:last-child a.active svg path {
  fill: #232D5B;
}
.dashboard__content {
  position: relative;
  width: calc(100% - 270px);
  padding-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .dashboard__content {
    width: 100%;
    padding-bottom: 0;
  }
}
.dashboard__content .dashsection {
  position: relative;
  padding: 66px 40px 60px 95px;
  background: rgb(239, 245, 248);
  margin-bottom: 2px;
  display: flex;
  gap: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection {
    padding: 30px 25px;
    flex-direction: column;
    gap: 20px;
    border-radius: 0;
  }
  .dashboard__content .dashsection.mbbgwhite {
    background: #ffffff;
  }
}
.dashboard__content .dashsection.pageheading {
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection.pageheading {
    padding: 30px 25px 20px;
    background: #ffffff;
    flex-direction: column;
    gap: 20px;
  }
}
.dashboard__content .dashsection.pageheading .setupreminder {
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection.pageheading .setupreminder {
    position: relative;
    top: unset;
    right: unset;
    transform: translate(0);
  }
  .dashboard__content .dashsection.pageheading .setupreminder .wimg {
    display: none;
  }
}
.dashboard__content .dashsection.pageheading .setupreminder .wtext {
  position: relative;
  padding: 15px;
  max-width: 350px;
  width: 100%;
  background: rgb(34, 136, 72);
  border-radius: 4px;
  color: #ffffff;
}
.dashboard__content .dashsection.pageheading .setupreminder .wtext span {
  font-weight: 700;
}
.dashboard__content .dashsection.clwrapper {
  padding: 66px 95px 100px 95px;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection.clwrapper {
    padding: 40px 25px;
  }
}
.dashboard__content .dashsection__left {
  position: relative;
  max-width: calc(100% - 380px);
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left {
    max-width: 100%;
  }
}
.dashboard__content .dashsection__left .sectionheading {
  position: relative;
  color: #232D5B;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.dashboard__content .dashsection__left .sectionheading span {
  position: absolute;
  top: 50%;
  left: -30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #7EBC4A;
  transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .sectionheading span {
    right: 0;
  }
}
.dashboard__content .dashsection__left .usersettings {
  position: relative;
  padding: 12px 20px;
  background: #232D5B;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .usersettings {
    padding: 0;
    background: transparent;
  }
}
.dashboard__content .dashsection__left .usersettings__info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.dashboard__content .dashsection__left .usersettings__info--img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
}
.dashboard__content .dashsection__left .usersettings__info--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard__content .dashsection__left .usersettings__info--details {
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .usersettings__info--details h4 {
    color: #232D5B;
  }
}
.dashboard__content .dashsection__left .usersettings__info--details p {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgb(211, 225, 232);
  margin-top: 3px;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .usersettings__info--details p {
    color: rgb(104, 104, 104);
  }
}
.dashboard__content .dashsection__left .usersettings__changephoto {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
}
.dashboard__content .dashsection__left .usersettings__changephoto input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.dashboard__content .dashsection__left .usersettings__changephoto .icon {
  line-height: 0;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .usersettings__changephoto {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    border-color: #232D5B;
    color: #232D5B;
    text-align: center;
    transform: translate(0);
    margin-top: 15px;
    justify-content: center;
  }
  .dashboard__content .dashsection__left .usersettings__changephoto svg path {
    stroke: #232D5B;
  }
}
.dashboard__content .dashsection__left .userform {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .userform {
    margin-top: 15px;
  }
  .dashboard__content .dashsection__left .userform .linkmobile {
    width: 100%;
  }
}
.dashboard__content .dashsection__left .userform__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .userform__footer {
    flex-direction: column;
  }
  .dashboard__content .dashsection__left .userform__footer .btn {
    width: 100%;
  }
}
.dashboard__content .dashsection__left .userform__footer--right {
  text-align: right;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__left .userform__footer--right {
    text-align: center;
    margin-top: 20px;
  }
}
.dashboard__content .dashsection__left .userform__footer--right p {
  color: #232D5B;
}
.dashboard__content .dashsection__left .userform__footer.gapmore {
  margin-top: 40px;
}
.dashboard__content .dashsection__left .userform .fcinputwrap .iconleft, .dashboard__content .dashsection__left .userform .fcinputwrap .iconright {
  top: unset;
  bottom: 6px;
}
.dashboard__content .dashsection__right {
  position: relative;
  max-width: 380px;
  width: 100%;
}
.dashboard__content .dashsection__right .dashtips {
  position: relative;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__right .dashtips {
    padding: 15px 0;
    border-top: 1px solid rgba(35, 45, 91, 0.12);
    border-bottom: 1px solid rgba(35, 45, 91, 0.12);
  }
}
.dashboard__content .dashsection__right .dashtips__heading {
  position: relative;
  color: #232D5B;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__right .dashtips__heading {
    margin-bottom: 0;
  }
}
.dashboard__content .dashsection__right .dashtips__heading .mbicon {
  display: none;
  transition: all 0.3s;
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__right .dashtips__heading .mbicon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.dashboard__content .dashsection__right .dashtips__heading.active .mbicon {
  transform-origin: center;
  transform: rotate(45deg);
}
@media screen and (min-width: 1440px) {
  .dashboard__content .dashsection__right .dashtips__content {
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__right .dashtips__content {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1030px) {
  .dashboard__content .dashsection__right .dashtips__block:first-child {
    margin-top: 20px;
  }
}
.dashboard__content .dashsection__right .dashtips__block:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
.dashboard__content .dashsection__right .dashtips__block h5 {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #232D5B;
  margin-bottom: 5px;
}
.dashboard__content .dashsection__right .dashtips__block h5:not(:first-child) {
  margin-top: 30px;
}
.dashboard__content .dashsection__right .dashtips__block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgb(104, 104, 104);
}
.dashboard__content .dashsection__right .dashtips__block p b {
  font-family: "Helvetica Now Display Medium";
  font-weight: 500;
  color: #232D5B;
}
.dashboard__content .dashsection__right .dashtips__block p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .dashboard .fcinputwrap__label {
    color: #232D5B;
    margin-bottom: 12px;
  }
}
.dashboard .siempty {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .dashboard .siempty {
    min-height: calc(100vh - 375px);
  }
}
.dashboard .siempty .heading-3 {
  color: #232D5B;
}
.dashboard .siempty p {
  color: rgb(104, 104, 104);
  margin-top: 20px;
  margin-bottom: 30px;
}

.lrhero {
  position: relative;
  height: calc(100vh - 89px);
}
@media screen and (max-width: 1030px) {
  .lrhero {
    min-height: calc(100vh - 86px);
    height: auto;
    padding-bottom: 50px;
  }
}
.lrhero__bg {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #268EBB 0%, #CDECF9 100%);
}
@media screen and (max-width: 1030px) {
  .lrhero__bg {
    width: 100%;
    background: linear-gradient(180deg, #268EBB 0%, #CDECF9 100%);
  }
}
.lrhero__bgbanner {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.lrhero__bgbanner img {
  width: 100%;
}
.lrhero__content {
  position: relative;
  display: flex;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 145px;
  justify-content: center;
  gap: 150px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .lrhero__content {
    flex-direction: column;
    padding: 75px 25px 0;
    gap: 30px;
    justify-content: flex-start;
  }
}
.lrhero__heading {
  position: relative;
  max-width: 517px;
  width: 100%;
  margin-top: -60px;
}
@media screen and (max-width: 1030px) {
  .lrhero__heading {
    margin-top: 0;
    text-align: center;
  }
}
.lrhero__heading h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .lrhero__heading h1 {
    max-width: 205px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1030px) {
  .lrhero__heading h3 img {
    max-width: 240px;
    width: 100%;
  }
}
.lrhero__heading p {
  max-width: 430px;
  width: 100%;
  color: #ffffff;
  margin-top: 40px;
}
@media screen and (max-width: 1030px) {
  .lrhero__heading p {
    display: none;
  }
}
.lrhero__heading p:last-child {
  margin-top: 20px;
}
.lrhero__heading .backbtn {
  display: none;
}
@media screen and (max-width: 1030px) {
  .lrhero__heading .backbtn {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: #232D5B;
    margin-bottom: 60px;
    margin-left: 25px;
  }
  .lrhero__heading .backbtn .icon {
    line-height: 0;
  }
}
.lrhero__heading--promise {
  position: absolute;
  max-width: 440px;
  width: 100%;
  padding: 30px;
  background: rgb(34, 136, 72);
  border-radius: 4px;
  color: #ffffff;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1030px) {
  .lrhero__heading--promise {
    display: none;
  }
}
.lrhero__heading--promise p {
  margin-top: 0;
  max-width: 88%;
}
.lrhero__heading--promise .hat {
  position: absolute;
  width: 95px;
  height: 95px;
  top: -30px;
  right: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
}
.lrhero__form {
  position: relative;
  max-width: 575px;
  width: 100%;
  padding: 60px;
  background: #ffffff;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .lrhero__form {
    padding: 0;
    background: transparent;
  }
  .lrhero__form .fcinputwrap__input {
    background: #ffffff;
  }
}
.lrhero__form--heading {
  color: #232D5B;
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .lrhero__form--heading {
    display: none;
  }
}
.lrhero__form--heading span {
  color: #7EBC4A;
}
.lrhero__form--btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1030px) {
  .lrhero__form--btn {
    flex-direction: column;
  }
  .lrhero__form--btn .btn {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
  .lrhero__form--btn .greylink {
    color: #ffffff;
  }
  .lrhero__form--btn .greylink::before {
    background: rgba(255, 255, 255, 0.12);
  }
}
.lrhero__form--footer {
  padding-top: 30px;
  border-top: 1px solid rgb(211, 225, 232);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .lrhero__form--footer .body-copy-bold {
    color: #ffffff;
  }
  .lrhero__form--footer .greylink {
    color: #ffffff;
  }
  .lrhero__form--footer .greylink::before {
    background: rgba(255, 255, 255, 0.12);
  }
}
.lrhero__confirmacc {
  position: relative;
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.lrhero__confirmacc--title {
  margin-bottom: 20px;
  color: #ffffff;
}
.lrhero__confirmacc--sctext {
  margin-bottom: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .lrhero__confirmacc--sctext {
    display: none;
  }
}
.lrhero__confirmacc--img {
  max-width: 270px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .lrhero__confirmacc--img {
    display: none;
  }
}
.lrhero__cfmailfooter {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .lrhero__cfmailfooter {
    position: absolute;
    bottom: 0;
    padding: 30px 25px;
    text-align: center;
    max-width: 100%;
    gap: 0;
  }
}
.lrhero__cfmailfooter--mbtitle {
  display: none;
}
@media screen and (max-width: 1030px) {
  .lrhero__cfmailfooter--mbtitle {
    display: block;
    color: rgb(255, 146, 49);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .lrhero__cfmailfooter--sntitle {
    max-width: 300px;
    margin: 0 auto 34px;
  }
}
.lrhero__cfmailfooter--btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .lrhero__cfmailfooter--btn a {
    width: 100%;
    padding: 15px;
  }
}
.lrhero.heightauto {
  height: auto;
}
.lrhero.heightauto .lrhero__content {
  padding: 70px 40px 95px 145px;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .lrhero.heightauto .lrhero__content {
    padding: 30px 0 130px;
    gap: 0;
  }
}
.lrhero.heightauto .lrhero__heading {
  margin-top: 60px;
}
@media screen and (max-width: 1030px) {
  .lrhero.heightauto .lrhero__heading {
    margin-top: 0;
  }
  .lrhero.heightauto .lrhero__heading h1 {
    color: #232D5B;
    text-align: left;
    max-width: 100%;
    padding: 0 25px;
  }
  .lrhero.heightauto .lrhero__heading--copy {
    position: relative;
    padding: 30px 25px;
    background: rgb(239, 245, 248);
    margin-top: 30px;
  }
  .lrhero.heightauto .lrhero__heading p {
    display: block;
    text-align: left;
    margin-top: 0;
  }
  .lrhero.heightauto .lrhero__heading p:last-child {
    margin-top: 20px;
  }
  .lrhero.heightauto .lrhero__heading p.body-copy-bold {
    color: #232D5B;
  }
  .lrhero.heightauto .lrhero__heading p.body-copy {
    color: rgb(104, 104, 104);
  }
}
@media screen and (max-width: 1030px) {
  .lrhero.heightauto .lrhero__bg,
  .lrhero.heightauto .lrhero__bgbanner {
    display: none;
  }
}
.lrhero.heightauto .lrhero__form--footer .btn {
  display: none;
}
@media screen and (max-width: 1030px) {
  .lrhero.heightauto .lrhero__form {
    padding: 0 25px;
    background: rgb(239, 245, 248);
  }
  .lrhero.heightauto .lrhero__form--heading {
    display: block;
    padding-top: 30px;
    border-top: 1px solid rgb(211, 225, 232);
  }
  .lrhero.heightauto .lrhero__form .fcinputwrap__label {
    color: #232D5B;
  }
  .lrhero.heightauto .lrhero__form .lrhero__form--btn {
    align-items: flex-start;
  }
  .lrhero.heightauto .lrhero__form .lrhero__form--btn a {
    color: rgb(104, 104, 104);
  }
  .lrhero.heightauto .lrhero__form .lrhero__form--btn .btn {
    display: none;
  }
  .lrhero.heightauto .lrhero__form--footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 25px 30px;
    background: #232D5B;
    z-index: 20;
  }
  .lrhero.heightauto .lrhero__form--footer .body-copy-bold {
    color: rgb(255, 146, 49);
  }
  .lrhero.heightauto .lrhero__form--footer .btn {
    display: flex;
    width: 100%;
    padding: 15px;
  }
  .lrhero.heightauto .lrhero__form--footer .greylink {
    color: #ffffff;
  }
}
.lrhero.rp02 {
  min-height: calc(100vh - 89px);
  height: auto;
  padding: 100px 0 80px;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp02 {
    min-height: calc(100vh - 86px);
    overflow: hidden;
  }
}
.lrhero.rp02 .lrhero__bgbanner {
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp02 .lrhero__bgbanner {
    bottom: -10px;
  }
}
.lrhero.rp03 {
  min-height: calc(100vh - 89px);
  padding: 106px 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp03 {
    min-height: calc(100vh - 86px);
    padding: 0;
  }
  .lrhero.rp03 .lrhero__bgbanner {
    display: none;
  }
  .lrhero.rp03 .lrhero__bg {
    display: none;
  }
}
.lrhero.rp03 .lrhero__rp03form {
  position: relative;
  max-width: 575px;
  width: 100%;
  padding: 80px 60px;
  background: #ffffff;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp03 .lrhero__rp03form {
    padding: 50px 25px 30px;
  }
  .lrhero.rp03 .lrhero__rp03form .fcinputwrap__label {
    color: #232D5B;
  }
}
.lrhero.rp03 .lrhero__rp03form--mbimg {
  display: none;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp03 .lrhero__rp03form--mbimg {
    display: block;
    max-width: 197px;
    margin: 0 auto;
  }
}
.lrhero.rp03 .lrhero__rp03form--heading {
  position: relative;
  max-width: 330px;
  width: 100%;
  padding-bottom: 40px;
  margin: 0 auto 40px;
  border-bottom: 1px solid rgb(211, 225, 232);
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp03 .lrhero__rp03form--heading {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.lrhero.rp03 .lrhero__rp03form--heading p {
  color: #7EBC4A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp03 .lrhero__rp03form--heading p {
    margin-top: -25px;
  }
}
.lrhero.rp03 .lrhero__rp03form--heading .heading-2 {
  color: #232D5B;
}
.lrhero.rp03 .lrhero__rp03form--btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp03 .lrhero__rp03form--btn {
    flex-direction: column;
    gap: 30px;
    margin-top: 35px;
  }
  .lrhero.rp03 .lrhero__rp03form--btn .btn {
    width: 100%;
    padding: 15px;
  }
}
.lrhero.rp04 {
  min-height: calc(100vh - 89px);
  padding: 106px 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp04 {
    min-height: calc(100vh - 172px);
    padding: 0;
    align-items: flex-start;
    background: rgb(239, 245, 248);
  }
  .lrhero.rp04 .lrhero__bgbanner {
    display: none;
  }
  .lrhero.rp04 .lrhero__bg {
    display: none;
  }
}
.lrhero.rp04 .lrhero__rp04content {
  position: relative;
  max-width: 575px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
}
.lrhero.rp04 .lrhero__rp04content--heading {
  position: relative;
  padding: 80px 60px 40px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .lrhero.rp04 .lrhero__rp04content--heading {
    padding: 60px 20px 40px;
  }
}
.lrhero.rp04 .lrhero__rp04content--heading .heading-1 {
  color: #232D5B;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .lrhero.rp04 .lrhero__rp04content--heading .heading-1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: -0.03em;
    text-align: center;
  }
}
.lrhero.rp04 .lrhero__rp04content--heading .heading-1 span {
  color: #7EBC4A;
}
.lrhero.rp04 .lrhero__rp04content--wmeggase {
  display: flex;
  gap: 13px;
  align-items: center;
}
.lrhero.rp04 .lrhero__rp04content--wmeggase .wtext {
  position: relative;
  padding: 15px;
  text-align: left;
  border-radius: 4px;
  background: rgb(34, 136, 72);
  font-size: 15px;
  font-weight: 400;
  line-height: 20.25px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
}
.lrhero.rp04 .lrhero__rp04content--links {
  position: relative;
  padding: 40px 60px;
  background: rgb(239, 245, 248);
}
@media screen and (max-width: 1030px) {
  .lrhero.rp04 .lrhero__rp04content--links {
    padding: 30px 25px 60px;
  }
}
.lrhero.rp04 .lrhero__rp04content--links--item {
  position: relative;
  padding: 24px 0;
}
.lrhero.rp04 .lrhero__rp04content--links--item a {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.lrhero.rp04 .lrhero__rp04content--links--item a .icon {
  line-height: 0;
}
.lrhero.rp04 .lrhero__rp04content--links--item a .linktext {
  color: #232D5B;
}
.lrhero.rp04 .lrhero__rp04content--links--item a .linktext span {
  color: #7EBC4A;
}
.lrhero.rp04 .lrhero__rp04content--links--item a .arrow {
  position: absolute;
  right: 0;
}
.lrhero.rp04 .lrhero__rp04content--links--item:first-child {
  padding-top: 0;
}
.lrhero.rp04 .lrhero__rp04content--links--item:not(:last-child) {
  border-bottom: 1px solid rgb(211, 225, 232);
}

.notification {
  position: absolute;
  top: 65px;
  position: absolute;
  max-width: 345px;
  width: 100%;
  right: 40px;
  margin-top: 12px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: translateY(60px);
  padding-bottom: 7px;
  opacity: 0;
  visibility: hidden;
}
.notification.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.notification__heading {
  padding: 20px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #232D5B;
}
.notification__menu {
  padding: 0 5px;
}
.notification__menu--item {
  position: relative;
  padding: 20px 25px 25px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
}
.notification__menu--item:not(:last-child) {
  margin-bottom: 5px;
}
.notification__menu--item .time {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgb(104, 104, 104);
  padding-left: 12px;
  margin-bottom: 5px;
}
.notification__menu--item .time::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(255, 146, 49);
  left: 0;
  top: 2.5px;
}
.notification__menu--item .ntext {
  display: block;
  font-family: "Helvetica Now Display Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #232D5B;
}
.notification__menu--item .ntext a {
  color: #232D5B;
}
.notification__menu--item button.cancel {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.notification::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 4px;
  top: -3px;
  left: 80px;
  transform: rotate(45deg);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.notification::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
  top: -2px;
  right: 15px;
  z-index: 3;
}

.fcinputwrap {
  position: relative;
}
.fcinputwrap__label {
  font-family: "Helvetica Now Display Medium";
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #232D5B;
  margin-bottom: 8px;
}
@media screen and (max-width: 1030px) {
  .fcinputwrap__label {
    color: #ffffff;
  }
}
.fcinputwrap__input,
.form__input {
  font-family: "Helvetica Now Display";
  position: relative;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  color: #232D5B;
  background: rgb(211, 225, 232);
  border-radius: 4px;
  border: 0;
  outline: 0;
}
.fcinputwrap__input.hasicon {
  padding-left: 45px;
}
.fcinputwrap__input::placeholder,
.form__input::placeholder {
  color: rgba(35, 45, 91, 0.8);
}
@media screen and (max-width: 575px) {
  .fcinputwrap__input.textellipsis {
    padding-right: 90px;
    text-overflow: ellipsis;
  }
}
.fcinputwrap textarea {
  font-family: "Helvetica Now Display" !important;
}
.fcinputwrap textarea::placeholder {
  color: rgba(35, 45, 91, 0.8);
}
.fcinputwrap textarea.fcinputwrap__input {
  min-height: 160px;
  resize: none;
}
.fcinputwrap .showpass,
.fcinputwrap .iconright {
  position: absolute;
  z-index: 2;
  right: 16px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.fcinputwrap .showpass {
  bottom: 10px;
  top: unset;
}
.fcinputwrap .showpass svg {
  width: 16px;
  height: auto;
}
.fcinputwrap .showpass svg.showicon {
  display: none;
}
.fcinputwrap .showpass svg.showicon.show {
  display: inline-block;
}
.fcinputwrap .showpass svg.hideicon {
  display: inline-block;
}
.fcinputwrap .showpass svg.hideicon.hide {
  display: none;
}
.fcinputwrap .iconleft {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 50%;
  line-height: 0;
  vertical-align: middle;
  transform: translateY(-50%);
}
.fcinputwrap:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .fcinputwrap:not(:last-child) {
    margin-bottom: 15px;
  }
}
.fcinputwrap.gapmore {
  margin-top: 30px;
}
.fcinputwrap .tag {
  position: absolute;
  bottom: 10px;
  right: 12px;
  padding: 4px;
  border-radius: 4px;
  background: #232D5B;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
}
.fcinputwrap .inviteemail {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .fcinputwrap .inviteemail {
    flex-direction: column;
    gap: 5px;
  }
  .fcinputwrap .inviteemail .btn {
    width: 100%;
  }
}

.fccrwrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .fccrwrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.checkcontainer,
.rcontainer {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
  color: #232D5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input,
.rcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark,
.rcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: transparent;
  border: 1px solid #232D5B;
  border-radius: 50%;
}

.rcheckmark {
  background: transparent;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #232D5B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rcheckmark::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  background: #232D5B;
  border-radius: 50%;
}

.rcontainer input:checked ~ .rcheckmark:after {
  transform: translate(-50%, -50%) scale(1);
}

.qs-datepicker-container {
  width: 20em;
  border: 0;
  background: #eff5f8;
  font-family: "Helvetica Now Display Medium";
}

.qs-controls {
  padding: 12px;
  background: #d3e1e8;
  margin-top: 10px;
  font-weight: 500;
  color: #232D5B;
}
.qs-controls .qs-month-year {
  font-weight: 500;
}

.qs-day,
.qs-day,
.qs-square {
  font-weight: 400 !important;
  color: rgb(104, 104, 104) !important;
}

.qs-current {
  font-weight: 500 !important;
  color: #232D5B !important;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  color: rgb(255, 146, 49);
}

.csselect-wrapper {
  position: relative;
  display: block;
  user-select: none;
  width: 100%;
}

.csselect-wrapper select {
  display: none;
}

.csselect {
  position: relative;
  display: block;
  width: 100%;
}
.csselect::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.05em;
  background: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s;
  z-index: 1;
  display: none;
}
.csselect.focus::before {
  transform: scaleX(1);
}

.csselect-trigger {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  color: #232D5B;
  opacity: 1;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border-radius: 4px;
  background: rgb(211, 225, 232);
}
.csselect-trigger.placeholder {
    color: rgba(35, 45, 91, 0.8);
    background-color: rgb(211, 225, 232);
    opacity: 1;

}

.csselect-trigger:hover {
  transition: all 0.3s;
}

.csselect-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: rotate(0) translateY(-50%);
  transition: all 0.3s ease-in-out;
  transform-origin: 50% 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzc1XzM1ODMwKSI+CjxwYXRoIGQ9Ik0wLjExMDE3OCAwLjg2MzIyOEMtMC4wMzY3MjYgMC43MTY0NTcgLTAuMDM2NzI2IDAuNDc4OTA0IDAuMTEwMTc4IDAuMzMyMTM0TDAuMzMyIDAuMTEwMTc4QzAuNDc4OTA0IC0wLjAzNjcyNiAwLjcxNjMyMyAtMC4wMzY3MjYgMC44NjMwOTQgMC4xMTAxNzhMMy45OTk5MyAzLjMwNjQ3TDcuMTM2OTEgMC4xMTMzNzdDNy4yODM2OCAtMC4wMzMzOTMzIDcuNTIxMjMgLTAuMDMzMzkzMyA3LjY2OCAwLjExMzM3N0w3Ljg4OTgyIDAuMzM1MkM4LjAzNjczIDAuNDgyMTA0IDguMDM2NzMgMC43MTk1MjMgNy44ODk4MiAwLjg2NjI5NEw0LjI2NTQ4IDQuNTQ2NzZDNC4xMTg1OCA0LjY5MDQ2IDMuODgxMTYgNC42OTA0NiAzLjczNDM5IDQuNTQzNjlMMC4xMTAxNzggMC44NjMyMjhaIiBmaWxsPSIjMjMyRDVCIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzc1XzM1ODMwIj4KPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iNC42NTQyOSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
}

.csselect.opened .csselect-trigger:after {
  margin-top: 1px;
  transform: rotate(180deg) translateY(-50%);
}

.csselect.opened .csselect-trigger::before {
  transform: rotate(180deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  padding: 10px 0;
  top: 60px;
  left: 0;
  right: 0;
  border-radius: 4px;
  max-width: 400px;
  width: 100%;
  max-height: 180px;
  box-sizing: border-box;
  background: rgb(211, 225, 232);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 999;
  text-align: left;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  /* Handle */
}
.custom-options::-webkit-scrollbar {
  width: 5px;
}
.custom-options::-webkit-scrollbar-thumb {
  background: #F5F6FC;
}

.csselect.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: #ffffff;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  color: #232D5B;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.galleryupload {
  position: relative;
  padding: 85px 0;
  border-radius: 4px;
  border: 1px dashed #232D5B;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.galleryupload .btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.saveditem {
  position: relative;
  padding: 60px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .saveditem {
    padding: 10px;
    height: 100%;
  }
}
.saveditem__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 38px;
}
@media screen and (max-width: 1200px) {
  .saveditem__header {
    padding: 40px 15px 0;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.saveditem__header .heading-3 {
  position: relative;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .saveditem__header .heading-3 {
    width: 100%;
  }
}
.saveditem__header .heading-3 span {
  color: #7EBC4A;
}
@media screen and (max-width: 1200px) {
  .saveditem__header .heading-3 span {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .saveditem__header .btn {
    width: 100%;
    padding: 15px 20px;
  }
}
.saveditem__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1030px) {
  .saveditem__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.saveditem__col a {
  color: inherit;
  text-decoration: none;
}

.pphero {
  position: relative;
  padding: 30px 40px 0;
}
@media screen and (max-width: 1030px) {
  .pphero {
    padding: 0;
    overflow: hidden;
  }
}
.pphero__wrapper {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .pphero__wrapper {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 0;
  }
}
.pphero__left {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 1030px) {
  .pphero__left {
    width: 100%;
  }
}
.pphero__bannerslider {
  position: relative;
  width: 100%;
}
.pphero__bannerslider--item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.607;
}
.pphero__bannerslider--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.pphero__bannerslider .slider-prev,
.pphero__bannerslider .slider-next {
  position: absolute;
  width: 31px;
  height: 31px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pphero__bannerslider .slider-prev {
  left: 10px;
}
.pphero__bannerslider .slider-next {
  left: unset;
  right: 10px;
}
.pphero__bannerslider .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  transition: all 0.3s;
}
.pphero__bannerslider .swiper-pagination-bullet-active {
  background: #232D5B;
  transform: scale(0.9);
}
.pphero__right {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .pphero__right {
    width: 100%;
    padding: 0 25px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1030px) {
  .pphero__right--membersince {
    margin-bottom: 40px;
  }
}
.pphero__right--membersince p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgb(104, 104, 104);
}
@media screen and (max-width: 1030px) {
  .pphero__right--heading {
    margin-bottom: 20px;
  }
}
.pphero__right--heading .heading-1 {
  color: #232D5B;
  margin-bottom: 20px;
}
.pphero__right--heading p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .pphero__right--heading a {
    padding: 15px 20px;
    width: 100%;
  }
}
.pphero__right--info {
  padding-top: 20px;
  border-top: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .pphero__right--info {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
}
.pphero__right--infoheading {
  color: #7EBC4A;
  font-weight: 700;
}
.pphero__right--sellerinfo {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pphero__right--sellerimg {
  width: 45px;
  height: 45px;
}
.pphero__right--sellerimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ppcontent {
  position: relative;
  padding: 0 40px 150px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1030px) {
  .ppcontent {
    flex-direction: column;
    padding: 0 0 80px;
  }
}
.ppcontent__left {
  position: relative;
  max-width: 55%;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .ppcontent__left {
    max-width: 100%;
    order: 2;
  }
}
.ppcontent__left .heading-2 {
  margin-bottom: 20px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .ppcontent__left .heading-2 {
    padding-left: 25px;
    margin-bottom: 30px;
  }
}
.ppcontent__left--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .ppcontent__left--row {
    padding: 0 10px;
  }
}
.ppcontent__left--col a {
  text-decoration: none;
}
.ppcontent__left--col a .lacard__badge {
  background: #ffffff;
}
.ppcontent__left--col a .lacard__badge svg path {
  fill: #232D5B;
}
.ppcontent__right {
  position: relative;
  max-width: 45%;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .ppcontent__right {
    max-width: 100%;
  }
}
.ppcontent__right--about {
  position: relative;
  padding: 60px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .ppcontent__right--about {
    padding: 0;
  }
}
.ppcontent__right--about .heading-3 {
  position: relative;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .ppcontent__right--about .heading-3 {
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: -0.03em;
    text-align: left;
  }
}
.ppcontent__right--aboutcontent p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  color: rgb(104, 104, 104);
}
@media screen and (max-width: 1030px) {
  .ppcontent__right--aboutcontent p:first-child {
    margin-top: 10px;
  }
  .ppcontent__right--aboutcontent p:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .ppcontent__right .mbacordion-content {
    position: relative;
    padding: 0 25px;
    overflow: hidden;
    height: 0;
  }
}
.ppcontent__right .mbacordion .icon {
  display: none;
}
@media screen and (max-width: 1030px) {
  .ppcontent__right .mbacordion .icon {
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
  }
  .ppcontent__right .mbacordion .icon::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #232D5B;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ppcontent__right .mbacordion .icon::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #232D5B;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
.ppcontent__right .mbacordion.active .icon::after {
  display: none;
}
@media screen and (max-width: 1030px) {
  .ppcontent__right .mbacordion {
    margin-bottom: 2px;
    background: rgba(211, 225, 232, 0.4);
  }
}
.ppcontent__right--location h5 {
  color: #7EBC4A;
}
@media screen and (max-width: 1030px) {
  .ppcontent__right--location h5 {
    position: relative;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #232D5B;
  }
}
.ppcontent__right--locationmap img, .ppcontent__right--locationmap iframe {
  width: 100%;
  margin-top: 10px;
}
.ppcontent__right--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 1030px) {
  .ppcontent__right--bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.ppcontent__right--bottom P:first-child {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
}
.ppcontent__right--bottom p:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgb(145, 150, 173);
}

.lafeatures {
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 1030px) {
  .lafeatures {
    padding: 0;
  }
}
.lafeatures__wrapper {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .lafeatures__wrapper {
    flex-direction: column;
    border-radius: 0;
  }
}
.lafeatures__content {
  position: relative;
  max-width: 55%;
  width: 100%;
  padding: 80px 100px 75px;
  background: #232D5B;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .lafeatures__content {
    max-width: 100%;
    padding: 40px 25px;
  }
}
.lafeatures__content .heading-d {
  color: #D3E1E8;
  margin-bottom: 30px;
  max-width: 615px;
  width: 100%;
}
.lafeatures__content p.body-copy-mid {
  max-width: 575px;
  width: 100%;
  margin-bottom: 40px;
}
.lafeatures__content ul {
  position: relative;
  margin-bottom: 60px;
}
.lafeatures__content ul li {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
}
.lafeatures__content ul li:not(:last-child) {
  border-bottom: 1px solid rgba(211, 225, 232, 0.12);
}
.lafeatures__content.bg--white ul li,
.lafeatures__content.bg--green ul li,
.lafeatures__content.bg--orange ul li,
.lafeatures__content.bg--grey ul li,
.lafeatures__content.bg--lightgrey ul li {
    border-color: rgba(211, 225, 232, 1);
}
.lafeatures__content.bg--green ul svg path{
    fill: rgb(255, 146, 49);
}
.lafeatures__content.bg--white .lafeatures__content .heading-d,
.lafeatures__content.bg--orange .lafeatures__content .heading-d,
.lafeatures__content.bg--grey .lafeatures__content .heading-d,
.lafeatures__content.bg--lightgrey .lafeatures__content .heading-d{
    color: #232D5B;
}

@media screen and (max-width: 1030px) {
  .lafeatures__content a.btn {
    padding: 15px 20px;
    width: 100%;
  }
}
.lafeatures__banner {
  position: relative;
  max-width: 45%;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .lafeatures__banner {
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.lafeatures__banner > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.lafeatures__banner__apps{
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.lafeatures__banner__apps{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
}
.lafeatures__banner__apps a{
    transition: all 0.3s;
}
.lafeatures__banner__apps a:hover{
    opacity: .8;
}
.lafeatures__banner__apps img{
    height: 40px;
    object-fit: contain;
}

.clwrapper {
  position: relative;
  gap: 95px !important;
}
@media screen and (max-width: 1030px) {
  .clwrapper {
    gap: 0 !important;
    flex-direction: column;
  }
}
.clwrapper .clleftcontent {
  position: relative;
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .clwrapper .clleftcontent {
    max-width: 100%;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(35, 45, 91, 0.12);
  }
}
.clwrapper .clbreadcrumbs {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}
.clwrapper .clbreadcrumbs li {
  position: relative;
}
.clwrapper .clbreadcrumbs li:not(:last-child)::after {
  position: relative;
  display: inline-block;
  content: "/";
  right: 0;
  top: 0;
  transform: translateX(7px) translateY(1px);
}
.clwrapper .clbreadcrumbs li a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  color: #232D5B;
  text-decoration: none;
}
.clwrapper .clbreadcrumbs li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #232D5B;
  left: 0;
  bottom: -3px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}
.clwrapper .clbreadcrumbs li a.active::before {
  transform: scaleX(1);
}
.clwrapper .clheading .heading-3 {
  color: #232D5B;
  margin-bottom: 20px;
}
.clwrapper .clheading p {
  color: rgb(104, 104, 104);
}
.clwrapper .clproductimg {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.clwrapper .clproductimg img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.clwrapper .clpinfo {
  position: relative;
}
.clwrapper .clpinfo__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.clwrapper .clpinfo__row:not(:last-child) {
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
.clwrapper .clpinfo__row:first-child {
  padding-top: 0;
}
.clwrapper .clpinfo__col .body-copy-mid {
  color: #232D5B;
}
.clwrapper .clpinfo__col .body-copy {
  color: rgb(104, 104, 104);
}
.clwrapper .clrightcontent {
  position: relative;
  width: calc(100% - 270px);
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent {
    width: 100%;
  }
}
.clwrapper .clrightcontent__block {
  position: relative;
}
.clwrapper .clrightcontent__block:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
.clwrapper .clrightcontent__block .heading-3 {
  position: relative;
  color: #232D5B;
  margin-bottom: 20px;
}
.clwrapper .clrightcontent__block .heading-3 span {
  position: absolute;
  left: -30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  top: 50%;
  transform: translateY(-50%);
  color: #7EBC4A;
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent__block .heading-3 span {
    right: 0;
    left: unset;
  }
}
.clwrapper .clrightcontent__block .csselect-trigger,
.clwrapper .clrightcontent__block .custom-options {
  max-width: 100%;
}
.clwrapper .clrightcontent__block--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(35, 45, 91, 0.12);
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent__block--footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .clwrapper .clrightcontent__block--footer .btn {
    width: 100%;
    padding: 15px 20px;
  }
}
.clwrapper .clrightcontent .cladblock {
  position: relative;
}
.clwrapper .clrightcontent .cladblock__badge {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  background: rgb(255, 146, 49);
  color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  width: max-content;
  margin-bottom: 20px;
}
.clwrapper .clrightcontent .cladblock__badge.green {
  background: #7EBC4A;
}
.clwrapper .clrightcontent .cladblock p:not(:last-child) {
  margin-bottom: 20px;
}
.clwrapper .clrightcontent .cladblock .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent .cladblock .btn {
    width: 100%;
    padding: 15px 20px;
  }
}
.clwrapper .clrightcontent .cladblock__textblock h5 {
  color: #232D5B;
}
.clwrapper .clrightcontent .cladblock__textblock p {
  color: rgb(104, 104, 104);
}
.clwrapper .clrightcontent .clldetails {
  position: relative;
  padding: 30px;
  border-radius: 4px;
  background: #ffffff;
  margin-top: 40px;
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent .clldetails {
    border-radius: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -40px;
    padding-bottom: 50px;
  }
}
.clwrapper .clrightcontent .clldetails__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.clwrapper .clrightcontent .clldetails__heading .heading-3 {
  color: #232D5B;
}
.clwrapper .clrightcontent .clldetails__row {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent .clldetails__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.clwrapper .clrightcontent .clldetails__row:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent .clldetails__row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.clwrapper .clrightcontent .clldetails__col:first-child {
  min-width: 83px;
  color: #232D5B;
}
.clwrapper .clrightcontent .clldetails__col:last-child {
  color: rgb(104, 104, 104);
}
.clwrapper .clrightcontent .clldetails__btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 1030px) {
  .clwrapper .clrightcontent .clldetails__btn {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 15px 20px;
    margin-top: 40px;
  }
}

.clpt1wrapper {
  position: relative;
}
.clpt1wrapper .heading-3 {
  color: #232D5B;
  margin-bottom: 20px;
}
.clpt1wrapper p {
  color: rgb(104, 104, 104);
}
.clpt1wrapper__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 10px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1030px) {
  .clpt1wrapper__row {
    gap: 30px 5px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.clpt1wrapper__col a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #232D5B;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .clpt1wrapper__col a img,
  .clpt1wrapper__col a svg {
    width: 100%;
  }
}

.homehero {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1030px) {
  .homehero {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .homehero {
    height: 480px;
    overflow: hidden;
  }
}
.homehero__bgbanner {
  position: relative;
  width: 100%;
  height: 530px;
  border-radius: 4px;
  overflow: hidden;
}
.homehero__bgbanner img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;

}

.homehero__bgbanner__desktop {
  display: block;
}
.homehero__bgbanner__mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .homehero__bgbanner {
    height: 480px;
  }
  .homehero__bgbanner__desktop {
    display: none;
  }
  .homehero__bgbanner__mobile {
    display: block;
  }
}

@media screen and (max-width: 1030px) {
  .homehero__bgbanner {
    border-radius: 0;
  }
}
.homehero__content {
  position: absolute;
  left: 50%;
  top: 38%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  max-width: 910px;
  width: 100%;
}

.homehero__content:has(> .homehero__btn:only-child) {
  top: 20%;
}

.homehero__download {
  position: absolute;
  left: 100px;
  top: 50%;
  display: flex;
  gap: 10px;
  transform: translateY(-50%);
}

.homehero__download__title{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.homehero__download__title .heading-d,
.homehero__download__title .heading-1,
.homehero__download__title .heading-2 {
  color: #232D5B;
  max-width: 320px;
}

.homehero__download__ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: fit-content;
}

.homehero__bgbanner__ctas__qrcode {
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 768px) {
  .homehero__download {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    left: 20px;
  }

  .homehero__download .heading-d {
    font-size: 40px;
    line-height: 40px;
  }

  .homehero__bgbanner__ctas__qrcode {
    display: none;
  }
}

.btn.homehero__btn{
    border-radius: 30px;
    margin-bottom: 50px;
}
.homehero__logo{
    max-width: 410px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media screen and (max-width: 1030px) {
  .homehero__logo {
    display: none;
  }
    
}
.homehero__content h1 {
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.homecatagory {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -160px;
}
@media screen and (max-width: 1030px) {
  .homecatagory {
    margin-top: -90px;
  }
}
@media screen and (max-width: 575px) {
  .homecatagory {
    margin-top: -105px;
  }
}
.homecatagory__heading {
  color: #ffffff;
  min-height: 27px;
}
.homecatagory__heading span {
  color: rgb(255, 255, 255);
}
.homecatagory__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.homecatagory__slider--item:first-child {
  margin-left: 40px;
}
.homecatagory__slider--item:last-child {
    margin-right: 40px !important;
}
.homecatagory__slider--item a {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
    .homecatagory__slider--item:first-child {
      margin-left: 25px;
    }
    .homecatagory__slider--item:last-child {
      margin-right: 25px !important;
    }
}
.homecatagory__slider--item a .homecatagory__slider--title {
    text-align: center;
}
.homecatagory__slider--icon {
  position: relative;
  max-width: 170px;
  width: 100%;
}
.homecatagory__slider--icon svg {
  width: 100%;
  height: auto;
}
.homecatagory__slider--icon svg g{
    clip-path: none !important;
}
.homecatagory__slider--icon svg path{
    fill: #232D5B;
}
.homecatagory__slider .slider-next,
.homecatagory__slider .slider-prev {
  position: absolute;
  width: 31px;
  height: 31px;
  background: rgb(255, 146, 49);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.homecatagory__slider .slider-next.swiper-button-disabled,
.homecatagory__slider .slider-prev.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1030px) {
  .homecatagory__slider .slider-next,
  .homecatagory__slider .slider-prev {
    display: none;
  }
}
.homecatagory__slider .slider-next {
  right: 40px;
}
.homecatagory__slider .slider-prev {
  left: 40px;
}
.homecatagory__slider .slider-prev svg {
  transform: scaleX(-1);
}

.homefilter {
  position: relative;
  padding: 80px 0;
  border-bottom: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .homefilter {
    padding: 60px 0;
  }
}
.homefilter__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.homefilter__heading .heading-2 {
  color: rgb(34, 136, 72);
}
.homefilter__heading p {
  color: rgb(104, 104, 104);
}
.homefilter .header__filter {
  gap: 10px;
  border: 0;
}
@media screen and (max-width: 1030px) {
  .homefilter .header__filter {
    gap: 5px;
  }
}
.homefilter .header__filter .header__filter--search {
  max-width: 30%;
}
@media screen and (max-width: 1030px) {
  .homefilter .header__filter .header__filter--search {
    max-width: 100%;
  }
}
.homefilter .header__filter .header__filter--category {
  position: relative;
  max-width: 20%;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .homefilter .header__filter .header__filter--category {
    max-width: 100%;
  }
}
.homefilter .header__filter .header__filter--category .icon {
  position: absolute;
  left: 25px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.homefilter .header__filter .header__filter--category .csselect-trigger {
  padding-left: 55px;
}
.homefilter .header__filter .header__filter--location {
  max-width: 25%;
}
@media screen and (max-width: 1030px) {
  .homefilter .header__filter .header__filter--location {
    display: block;
    min-width: 63.5%;
  }
}
.homefilter .header__filter .header__filter--weight {
  max-width: 15%;
}
@media screen and (max-width: 1030px) {
  .homefilter .header__filter .header__filter--weight {
    display: block;
    max-width: 35%;
  }
}
.homefilter .header__filter .header__filter--button {
  max-width: 10%;
}
@media screen and (max-width: 1030px) {
  .homefilter .header__filter .header__filter--button {
    display: block;
    max-width: 100%;
  }
  .homefilter .header__filter .header__filter--button .btn {
    padding: 15px;
  }
}

@media screen and (min-width: 600px) {
    .single-post .homefilter .container{
        padding: 0;
    }
    
    .single-post .homefilter .container .header__filter{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .single-post .homefilter .container .header__filter > *{
        max-width: 100% !important;
    }
    
    .single-post .homefilter .container .header__filter > .header__filter--button{
        grid-column: span 2;
    }
}

.recentlisting {
  position: relative;
  padding: 30px 0 130px;
}
@media screen and (max-width: 1030px) {
  .recentlisting {
    padding-bottom: 100px;
  }
}
.recentlisting__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .recentlisting__heading {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.recentlisting__heading--title .heading-2 {
  color: #232D5B;
}
.recentlisting__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .recentlisting__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.recentlisting__col a {
  text-decoration: none;
}
.recentlisting__cta {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  .recentlisting__cta {
    margin-top: 60px;
    flex-direction: column;
  }
  .recentlisting__cta .btn {
    width: 100%;
    padding: 15px;
  }
}
.recentlisting__postadd {
  position: absolute;
  right: 40px;
  top: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .recentlisting__postadd {
    position: relative;
    width: 100%;
    justify-content: space-between;
    right: unset;
    top: unset;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgb(211, 225, 232);
  }
}
.recentlisting__postadd .heading-4 {
  color: #232D5B;
}

.aboutbanner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 220px;
}
@media screen and (max-width: 1300px) {
  .aboutbanner {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1030px) {
  .aboutbanner {
    display: block;
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 1750px) {
  .aboutbanner {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100vh;

  }
}
.aboutbanner__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .aboutbanner__banner {
    display: none;
  }
}
.aboutbanner__banner img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.aboutbanner__contentbox {
  position: absolute;
  max-width: 585px;
  width: 100%;
  top: 10px;
  right: 10px;
  padding: 40px 30px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}
@media screen and (max-width: 1300px) {
  .aboutbanner__contentbox {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1030px) {
  .aboutbanner__contentbox {
    position: relative;
    top: unset;
    right: unset;
    padding: 0 10px 40px;
  }
}
@media screen and (min-width: 1750px) {
  .aboutbanner__contentbox {
    position: relative;
  }
}
.aboutbanner__contentbox--title {
  margin-bottom: 20px;
}
.aboutbanner__contentbox--sbtitle {
  padding-left: 30px;
  color: #232D5B;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .aboutbanner__contentbox--sbtitle {
    padding-left: 15px;
  }
}
.aboutbanner__contentbox--text {
  padding: 0 30px;
}
@media screen and (max-width: 1030px) {
  .aboutbanner__contentbox--text {
    padding: 0 15px;
  }
}
.aboutbanner__contentbox--text p {
  margin-bottom: 20px;
}
.aboutbanner__contentbox--cta {
  padding: 0 30px;
}
@media screen and (max-width: 1030px) {
  .aboutbanner__contentbox--cta {
    padding: 0 15px;
  }
}
.aboutbanner__mobilemockup {
  position: relative;
  max-width: 30vw;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .aboutbanner__mobilemockup {
    padding: 60px 10px;
    background: url("assets/img/about-banner.png");
    background-size: cover;
    background-position: center;
    max-width: 100%;
  }
}
@media screen and (min-width: 1750px) {
  .aboutbanner__mobilemockup {
    align-self: center;
  }
}
.aboutbanner__mobilecta {
  display: none;
}
@media screen and (max-width: 1030px) {
  .aboutbanner__mobilecta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 6px 6px 6px 25px;
    background: #7EBC4A;
    color: #ffffff;
  }
  .aboutbanner__mobilecta--left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .aboutbanner__mobilecta--left .btn-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.03em;
  }
  .aboutbanner__mobilecta--right {
    position: relative;
    padding: 15px 25px;
    text-align: center;
    background: #ffffff;
    color: rgb(34, 136, 72);
    border-radius: 4px;
  }
}

.team{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    position: relative;
    padding: 40px 20px;
    padding-top: 100px;
    position: relative;
    margin-bottom: 10px;
}
@media(max-width: 1030px){
    .team{
        padding-bottom: 10px;
    }
}
.team::before{
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    border-radius: 4px;
    background-color: #EFF5F8;
    z-index: -1;
}
.team__intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    color: #232D5B;
    max-width: 590px;
}
.team__img{
    width: 100%;
    max-width: 1130px;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
}
.team__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.products {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
@media screen and (max-width: 1030px) {
  .products {
    flex-direction: column;
  }
}
.products__sidebar {
  position: relative;
  max-width: 365px;
  width: 100%;
  padding: 30px 40px;
  background: rgba(211, 225, 232, 0.4);
}
@media screen and (max-width: 1030px) {
  .products__sidebar {
    background: #ffffff;
    padding: 0 10px;
    max-width: 100%;
  }
}
.products__sidebar--heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
@media screen and (max-width: 1030px) {
  .products__sidebar--heading {
    display: none;
  }
}
.products__sidebar--heading p {
  color: rgb(104, 104, 104);
  margin-bottom: 20px;
}
.products__sidebar--heading .heading-2 {
  margin-bottom: 20px;
  color: #232D5B;
}
.products__sidebar--category .heading-3 {
  color: #232D5B;
  margin-bottom: 20px;
}
.products__sidebar--category .catmobilehdaing {
  display: none;
}
@media screen and (max-width: 1030px) {
  .products__sidebar--category {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--app-height);
    background: #fff;
    z-index: 3000;
    padding: 100px 25px 100px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .products__sidebar--category.show {
    opacity: 1;
    visibility: visible;
  }
  .products__sidebar--category .catmobilehdaing {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 25px;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    z-index: 20;
  }
  .products__sidebar--category .catmobilehdaing__cancel {
    position: absolute;
    left: 25px;
    top: 50%;
    background: transparent;
    border: 0;
    outline: 0;
    transform: translateY(-50%);
  }
  .products__sidebar--category .catmobilehdaing .heading-3 {
    margin-bottom: 0;
  }
}
.products__sidebar--cheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.products__sidebar--cheading .heading-3 {
  margin-bottom: 0;
}
.products__sidebar--catagoryname {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #232D5B;
}
.products__sidebar--catagoryname .icon {
  width: 56px;
  height: 52px;
  border-radius: 4px;
  background: rgb(126, 188, 74);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.products__sidebar--catagoryname .heading-4 {
  color: #232D5B;
}
.products__sidebar .resetbtn {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  text-align: right;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
  color: #232D5B;
  background: transparent;
  border: 0;
}
.products__sidebar--filterheading {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .products__sidebar--filterheading {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.products__sidebar--filterheading .heading-3 {
  color: #232D5B;
  margin-bottom: 0;
}
.products__sidebar--filteritem {
  position: relative;
}
.products__sidebar--fiheading {
  position: relative;
  padding-top: 15px;
  border-top: 1px solid rgba(35, 45, 91, 0.12);
  cursor: pointer;
}
.products__sidebar--fiheading .heading-4 {
  position: relative;
  color: rgb(34, 136, 72);
}
.products__sidebar--fiheading .heading-4::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(34, 136, 72);
}
.products__sidebar--fiheading .heading-4::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: rgb(34, 136, 72);
}
.products__sidebar--ficontent {
  margin-top: 15px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.products__sidebar--fiitem:not(:last-child) {
  margin-bottom: 10px;
}
.products__sidebar--fiitem:last-child {
  margin-bottom: 15px;
}
.products__sidebar--fiitem .checkmark {
  background: rgb(211, 225, 232);
  border: 0;
}
.products__sidebar--fiitem .checkmark::after {
  left: 9px;
}
.products__sidebar .csselect-trigger {
  background: #ffffff;
}
.products__sidebar .mbfiltertop {
  display: none;
}
@media screen and (max-width: 1030px) {
  .products__sidebar .mbfiltertop {
    display: flex;
    border-top: 1px solid rgba(35, 45, 91, 0.12);
    border-bottom: 1px solid rgba(35, 45, 91, 0.12);
  }
  .products__sidebar .mbfiltertop__left {
    width: calc(100% - 133px);
    padding: 18px 0 18px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(35, 45, 91, 0.12);
  }
  .products__sidebar .mbfiltertop__left h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232D5B;
  }
}
@media screen and (max-width: 1030px) and (max-width: 1030px) {
  .products__sidebar .mbfiltertop .mbfilter {
    display: flex;
    width: max-content;
    align-items: center;
    background: transparent;
    gap: 8px;
    border: 0;
    padding: 20px 25px 20px 15px;
    border-left: 1px solid rgba(35, 45, 91, 0.12);
  }
  .products__sidebar .mbfiltertop .mbfilter__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232D5B;
  }
  .products__sidebar .mbfiltertop .mbfilter .arrow {
    margin-left: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .products__categorylist.mapactive {
    height: calc(100vh - 300px);
    overflow-y: auto;
    /* Track */
    /* Handle */
  }
  .products__categorylist.mapactive::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
  }
  .products__categorylist.mapactive::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .products__categorylist.mapactive::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
}
.products__categorylist--item:not(:last-child) {
  border-bottom: 1px solid rgba(211, 225, 232, 0.5);
}
.products__categorylist--item a {
  position: relative;
  display: flex;
  padding: 5px 0;
  align-items: center;
  gap: 20px;
  color: #232D5B;
  text-decoration: none;
}
.products__categorylist--item a .icon {
  width: 56px;
  height: 52px;
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1030px) {
  .products__categorylist--item a .icon {
    background: #232D5B;
  }
}
.products__categorylist--item a .icon svg path {
  transition: all 0.3s;
}
@media screen and (max-width: 1030px) {
  .products__categorylist--item a .icon svg path {
    fill: #ffffff;
  }
}
.products__categorylist--item a:hover .icon {
  background: rgb(255, 146, 49);
}
.products__categorylist--item a:hover svg path {
  fill: #ffffff;
}
.products__categorylist--mbbtn {
  display: none;
}
@media screen and (max-width: 1030px) {
  .products__categorylist--mbbtn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .products__categorylist--mbbtn .btn {
    width: 100%;
    pad: 15px;
  }
}
.products__list {
  position: relative;
  padding: 20px 40px 140px 20px;
  width: calc(100% - 365px);
}
@media screen and (max-width: 1030px) {
  .products__list {
    width: 100%;
    padding: 10px;
  }
}
.products__list.mapactive {
  padding: 0;
}
.products__list--lview {
  display: block;
}
.products__list--lview.hide {
  display: none;
}
.products__list--mview {
  position: relative;
  width: 100%;
  display: none;
}
.products__list--mview iframe {
  width: 100%;
  min-height: 100vh;
}
.products__list--mview.show {
  display: block;
}
.products__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .products__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.products__card a {
  text-decoration: none;
}
.products__btn {
  margin-top: 90px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.products__bottom {
  position: relative;
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
}
.products__bottom h3 {
  color: #7EBC4A;
  margin-bottom: 30px;
}
.products__bottom--text {
  display: flex;
  gap: 65px;
}
.products__bottom--text p {
  max-width: 360px;
}
.products__bottom--text p.body-copy-mid {
  color: #232D5B;
}
.products__bottom--text p.body-copy {
  color: rgb(104, 104, 104);
}
.products__switchbtn {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 22;
}
@media screen and (min-width: 1200px) {
  .products__switchbtn {
    margin-left: 165px;
  }
}
.products__switchbtn button .icon.iconlist {
  display: none;
}
.products__switchbtn button.mapactive .iconmap {
  display: none;
}
.products__switchbtn button.mapactive .iconlist {
  display: block;
}

.pdhero {
  position: relative;
  padding: 30px 40px 0;
}
@media screen and (max-width: 1030px) {
  .pdhero {
    padding: 0;
  }
}
.pdhero__wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1030px) {
  .pdhero__wrapper {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.pdhero__left {
  position: relative;
  width: 55%;
  display: flex;
  gap: 10px;
  align-items: stretch;
  flex-wrap: wrap;
  height: max-content;
}
@media screen and (max-width: 1030px) {
  .pdhero__left {
    width: 100%;
  }
}
.pdhero__left--bottom {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  height: max-content;
  padding: 30px 0;
  border-bottom: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .pdhero__left--bottom {
    display: none;
  }
}
.pdhero__left--bottom .body-copy-bold {
  color: #232D5B;
}
.pdhero__thumbslider {
  position: relative;
  width: 95px;
  height: 480px;
  overflow: hidden;
  cursor: grab;
}
@media screen and (max-width: 1030px) {
  .pdhero__thumbslider {
    display: none;
  }
}
.pdhero__thumbslider--item {
  width: 95px;
  height: 95px !important;
}
.pdhero__thumbslider--item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}
.pdhero__bannerslider {
  position: relative;
  width: calc(100% - 105px);
  overflow: hidden;
  max-height: 480px;
}
@media screen and (max-width: 1030px) {
  .pdhero__bannerslider {
    width: 100%;
    max-height: unset;
  }
}
.pdhero__bannerslider--item {
  position: relative;
  width: 100%;
  max-height: 480px;
}
.pdhero__bannerslider--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.pdhero__bannerslider .slider-prev,
.pdhero__bannerslider .slider-next {
  position: absolute;
  width: 31px;
  height: 31px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .pdhero__bannerslider .slider-prev,
  .pdhero__bannerslider .slider-next {
    display: none;
  }
}
.pdhero__bannerslider .slider-prev {
  left: 10px;
}
.pdhero__bannerslider .slider-next {
  left: unset;
  right: 10px;
}
.pdhero__bannerslider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1030px) {
  .pdhero__bannerslider .swiper-pagination {
    display: block;
  }
}
.pdhero__bannerslider .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  transition: all 0.3s;
}
.pdhero__bannerslider .swiper-pagination-bullet-active {
  background: #232D5B;
  transform: scale(0.9);
}
.pdhero__right {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1030px) {
  .pdhero__right {
    width: 100%;
    padding: 0 25px;
    justify-content: flex-start;
  }
}
.pdhero__right--id {
  margin-bottom: 60px;
}
@media screen and (max-width: 1030px) {
  .pdhero__right--id {
    margin-bottom: 15px;
  }
}
.pdhero__right--id p {
  color: #232D5B;
}
.pdhero__right--heading {
  margin-bottom: 20px;
  max-width: 555px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .pdhero__right--heading {
    margin-bottom: 15px;
  }
}
.pdhero__right--heading .heading-1 {
  color: #232D5B;
}
.pdhero__right--heading p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .pdhero__right--heading a {
    padding: 15px 20px;
    width: 100%;
  }
}
.pdhero__right--price {
  color: #7EBC4A;
  margin-bottom: 20px;
}
.pdhero__right--text {
  position: relative;
  max-width: 500px;
  width: 100%;
  color: rgb(104, 104, 104);
  margin-bottom: 40px;
}
.pdhero__right--btn {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1030px) {
  .pdhero__right--btn {
    flex-direction: column;
  }
  .pdhero__right--btn .btn {
    width: 100%;
    padding: 15px;
  }
}
.pdhero__right--info {
  padding-top: 20px;
  border-top: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .pdhero__right--info {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
}
.pdhero__right--infoheading {
  color: #7EBC4A;
  font-weight: 700;
}
.pdhero__right--sellerinfo {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pdhero__right--sellerimg {
  width: 45px;
  height: 45px;
}
.pdhero__right--sellerimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.pdhero__right--details {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .pdhero__right--details {
    margin-top: 30px;
    padding-top: 0;
    border-top: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.pdhero__right--details--item {
  margin-bottom: 2px;
  padding: 0 25px;
  background: rgba(211, 225, 232, 0.4);
}
.pdhero__right--details--heading {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
.pdhero__right--details--heading .body-copy-bold {
  color: #232D5B;
}
.pdhero__right--details--heading::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #232D5B;
}
.pdhero__right--details--heading::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: #232D5B;
  transition: all 0.3s;
}
.pdhero__right--details--heading.active::after {
  opacity: 0;
}
.pdhero__right--details--contentwrapper {
  margin-bottom: 20px;
}
.pdhero__right--details--content {
  position: relative;
  overflow: hidden;
  height: 0;
}
.pdhero__right--details--contentwrapper {
  margin-bottom: 20px;
}
.pdhero__right--details .pdmoreinfo {
  position: relative;
}
.pdhero__right--details .pdmoreinfo__vg {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  margin-bottom: 12px;
}
.pdhero__right--details .pdmoreinfo__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.pdhero__right--details .pdmoreinfo__row .body-copy-mid {
  color: #232D5B;
}
.pdhero__right--details .pdmoreinfo__row .body-copy {
  color: rgb(104, 104, 104);
}
.pdhero__right--details .pdmoreinfo__row:not(:last-child) {
  border-bottom: 1px solid rgb(211, 225, 232);
}
.pdhero__right--details .pdmoreinfo__dropdown {
  position: relative;
}
.pdhero__right--details .pdmoreinfo__dropdown--title {
  position: relative;
  padding: 12px 0 0;
  margin-top: 20px;
  border-top: 1px solid rgba(35, 45, 91, 0.12);
  cursor: pointer;
  margin-bottom: -5px;
}
.pdhero__right--details .pdmoreinfo__dropdown--title h5 {
  position: relative;
  color: #232D5B;
}
.pdhero__right--details .pdmoreinfo__dropdown--title h5 .icon {
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
.pdhero__right--details .pdmoreinfo__dropdown--title.active h5 .icon {
  transform: rotate(180deg);
}
.pdhero__right--details .pdmoreinfo__dropdown--content {
  position: relative;
  height: 0;
  overflow: hidden;
}
.pdhero__right--details .pdmoreinfo__dropdown--content .pdmoreinfo__row:first-child {
  margin-top: 15px;
}

.pdcontent {
  position: relative;
  padding: 0 40px 150px;
}
@media screen and (max-width: 1030px) {
  .pdcontent {
    padding: 0 0 80px;
  }
}
.pdcontent__wrapper {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .pdcontent__wrapper {
    flex-direction: column;
  }
}
.pdcontent .relatedproducts {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 1030px) {
  .pdcontent .relatedproducts {
    width: 100%;
    order: 2;
    padding: 0 25px;
  }
}
.pdcontent .relatedproducts__title {
  color: #232D5B;
  margin-bottom: 20px;
}
.pdcontent .relatedproducts__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.pdcontent .relatedproducts__col a {
  text-decoration: none;
}
.pdcontent .productmoreinfo {
  width: 45%;
  padding-left: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 1030px) {
  .pdcontent .productmoreinfo {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.pdcontent .productmoreinfo__location {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .pdcontent .productmoreinfo__location {
    padding: 0 25px;
  }
}
.pdcontent .productmoreinfo__location iframe {
  width: 100%;
  margin-top: 10px;
}
.pdcontent .productmoreinfo__sellerinfo {
  position: relative;
}
@media screen and (max-width: 1030px) {
  .pdcontent .productmoreinfo__sellerinfo {
    padding: 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(211, 225, 232);
    margin-bottom: 30px;
  }
}
.pdcontent .productmoreinfo__sellerinfo .pphero__right--membersince {
  position: absolute;
  top: 0px;
  right: 0;
}
@media screen and (max-width: 575px) {
  .pdcontent .productmoreinfo__sellerinfo .pphero__right--membersince {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 30px;
    width: 100%;
  }
}
.pdcontent .productmoreinfo__sellerinfo .pphero__right--membersince p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(145, 150, 173);
}
.pdcontent .productmoreinfo .productmoreinfo__sellerinfotitle,
.pdcontent .productmoreinfo .productmoreinfo__locationtitle {
  color: #7EBC4A;
}

.abouthero {
  position: relative;
  height: calc(var(--app-height) - 83px);
  min-height: 750px;
  padding: 0 10px;
}
@media screen and (max-width: 1030px) {
  .abouthero {
    padding: 0;
    overflow: hidden;
  }
}
.abouthero__wrapper {
  display: flex;
  gap: 10px;
  height: 100%;
}
.abouthero__wrapper--flip{
    flex-direction: row-reverse;
}
.abouthero__left {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .abouthero__left {
    width: 100%;
  }
}
.abouthero__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .abouthero__slider {
    height: calc(var(--app-height) - 83px);
  }
}
.abouthero__slider--item {
  position: relative;
  width: 100%;
  background: #232D5B;
  height: unset;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--item {
    height: calc(var(--app-height) - 83px);
  }
}
.aboutslidertitle {
    width: 100%;
}
.abouthero__slider--item .aboutslidertitle h1 {
  color: #ffffff;
  margin-bottom: 80px;
}
.abouthero__slider--item .aboutslidertitle h1 span {
  color: #7EBC4A;
}
.abouthero__slider--item.bg--green .aboutslidertitle h1 span {
    color: rgb(255, 146, 49);
}
.abouthero__slider--item .aboutslidertitle p {
  max-width: 485px;
  color: #ffffff;
}

.abouthero__slider--item .aboutslidertitle p:has(iframe) {
  max-width: 100%;
}

.abouthero__slider--item .aboutslidertitle p iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}


@media screen and (max-width: 1030px) {
  .abouthero:has(.aboutslidertitle p iframe),
  .abouthero__slider--item:has(.aboutslidertitle p iframe),
  .abouthero__slider:has(.aboutslidertitle p iframe) {
    height: auto;
    min-height: auto;
  }

  .abouthero__slider--content:has(.aboutslidertitle p iframe) {
    padding: 70px 25px 250px !important;
    margin-top: unset !important;
  }

  .aboutslidertitle:has(p iframe) h1 {
    display: none;
  }
}

.abouthero__slider--item .aboutslidercontent {
  color: #ffffff;
}
.abouthero__slider--item .aboutslidercontent .heading-2 {
  margin-bottom: 40px;
}
.abouthero__slider--item .aboutslidercontent .heading-3 {
  margin-bottom: 30px;
}
.abouthero__slider--item .aboutslidercontent p:not(:last-child) {
  margin-bottom: 20px;
}
.abouthero__slider--item .aboutslidercontent.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abouthero__slider--item .abouthero__slider--content:not(.embed) .aboutslidercontent.center .aboutslidercontent__videobanner {
  max-width: 422px;
  width: 100%;
}
.abouthero__slider--item .abouthero__slider--content.embed .aboutslidercontent.center h2 {
    max-width: calc(100% - 180px);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__videobanner img {
  width: 100%;
  height: 35vh;
  object-fit: contain;
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__videobanner img {
    height: 40vh;
  }
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__videobanner.embed{
    position: relative;
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__videobanner.embed img {
    object-fit: cover;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__videobanner.embed p{
    position: relative;
    z-index: 1;
}
.vplay, .eplay {
  position: absolute;
  display: flex;
  width: 82px;
  height: 82px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 3;
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__videobanner.embed.active img,
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__videobanner.embed.active .eplay{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__cta {
  width: 100%;
  display: flex;
  gap: 20px;
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__cta .btn {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__cta .btn {
    width: 100%;
  }
}
.abouthero__slider--item .aboutslidercontent.center .aboutslidercontent__cta .btn.btngreen:hover {
  background: #ffffff;
  color: #232D5B;
}
.abouthero__slider--item .aboutslidercontent__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: calc(8vh + 55px);
}
.abouthero__slider--item .aboutslidercontent__cta img {
  height: 14vh;
  object-fit: contain;
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--item .aboutslidercontent__cta img {
    height: 16vh;
  }
}
.abouthero__slider--item .aboutslidercontent__cta .btn {
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--item .aboutslidercontent__cta .btn {
    order: 2;
    margin: 0;
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--item .aboutslidercontent__cta {
    flex-direction: column;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: calc(8vh + 22px);
  }
}
.abouthero__slider--item:nth-child(1) .abouthero__slider--mbcontent {
  display: none;
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--item:nth-child(1) .abouthero__slider--mbcontent {
    display: block;
    padding-top: 50px;
    text-align: center;
  }
  .abouthero__slider--item:nth-child(1) .abouthero__slider--mbcontent .slidermbbg {
    width: 100%;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--item:nth-child(1) {
    background: linear-gradient(180deg, #268EBB 0%, #CDECF9 100%);
  }
  .abouthero__slider--item:nth-child(1) .abouthero__slider--content {
    height: 100%;
    background: #232D5B;
    margin-top: -10px;
    padding: 60px 25px 200px;
    text-align: center;
  }
  .abouthero__slider--item:nth-child(1) .abouthero__slider--content .heading-d-xl {
    max-width: 200px;
    margin: 0 auto 40px;
  }
}
.abouthero__slider--content {
  padding: 15vh 100px 0;
}
@media screen and (min-width: 1200px) and (max-height: 690px) {
  .abouthero__slider--content {
    padding: 10vh 100px 0;
  }
}
@media screen and (max-width: 1030px) {
  .abouthero__slider--content {
    padding: 70px 25px 200px;
    text-align: center;
  }
}
.abouthero__slider--content.embed {
    padding: 15vh 10px 0;
}
div.abouthero__nav {
  position: absolute;
  max-width: calc(100% - 200px);
  width: 100%;
  left: 50%;
  bottom: 8vh;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
  background-color: transparent !important;
}
@media screen and (max-width: 1030px) {
  div.abouthero__nav {
    padding-top: 0;
    border: 0;
    justify-content: center;
    bottom: 5vh;
    max-width: calc(100% - 50px);
  }
}
.abouthero__nav--btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
.abouthero__nav .swiper-next,
.abouthero__nav .swiper-prev {
  position: relative;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  transition: all 0.3s;
  cursor: pointer;
  width: max-content;
}
.abouthero__nav .swiper-next::before,
.abouthero__nav .swiper-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -4px;
  background: #ffffff;
}
.abouthero__nav .swiper-next::after,
.abouthero__nav .swiper-prev::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background: #7EBC4A;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 2;
}
.abouthero__nav.bg--green .swiper-next::after,
.abouthero__nav.bg--green .swiper-prev::after {
  background: rgb(255, 146, 49);
}
.abouthero__nav .swiper-next:hover,
.abouthero__nav .swiper-prev:hover {
  color: #7EBC4A;
}
.abouthero__nav.bg--green .swiper-next:hover,
.abouthero__nav.bg--green .swiper-prev:hover {
  color: rgb(255, 146, 49);
}
.abouthero__nav .swiper-next:hover::after,
.abouthero__nav .swiper-prev:hover::after {
  transform: scaleX(1);
}
.abouthero__nav .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.abouthero__nav .swiper-pagination {
  position: relative;
  left: unset;
  bottom: unset;
  text-align: left;
}
@media screen and (max-width: 1030px) {
  .abouthero__nav .swiper-pagination {
    bottom: 0 !important;
  }
}
.abouthero__nav .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.abouthero__nav .swiper-pagination .swiper-pagination-bullet-active {
  background: #7EBC4A;
}
.abouthero__nav.bg--green .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(255, 146, 49);
}
.abouthero__dsbanner {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .abouthero__dsbanner {
    display: none;
  }
}
.abouthero__dsbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

.videomodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1030px) {
  .videomodal {
    width: 100%;
    overflow: hidden;
  }
}
.videomodal__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.videomodal__video {
  position: relative;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
}
.videomodal__video video {
  width: 100%;
  height: 80vh;
  object-fit: contain;
}
.videomodal__video p {
    margin-bottom: 0;
    padding: 25px;
}
.videomodal__video iframe {
    max-width: 100%;
}
.videomodal__close {
  position: absolute;
  right: 50px;
  top: 50px;
  background: transparent;
  border: 0;
  outline: 0;
  z-index: 2;
  cursor: pointer;
}
.videomodal__close svg {
  width: 30px;
  height: 30px;
}
.videomodal__close svg path {
  fill: #ffffff;
}

.paymentsection {
  position: relative;
  display: block !important;
  min-height: 100vh;
}
.paymentsection__header {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .paymentsection__header {
    flex-direction: column;
    gap: 0;
  }
}
.paymentsection__header--left {
  position: relative;
  max-width: 575px;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
@media screen and (max-width: 575px) {
  .paymentsection__header--left {
    margin-bottom: 60px;
  }
}
.paymentsection__header--left h3 {
  color: #232D5B;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.paymentsection__header--left h3 .inactive {
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: rgb(255, 146, 49);
  color: #ffffff;
}
.paymentsection__header--left h3 .active {
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #7EBC4A;
  color: #ffffff;
}
.paymentsection__header--left p.body-copy-mid {
  color: #7EBC4A;
}
.paymentsection__header--left p.body-copy {
  color: rgb(104, 104, 104);
}
.paymentsection__header--left .btn {
  margin-top: 30px;
}
.paymentsection__header--left .csselect-trigger {
  max-width: 100%;
}
.paymentsection__header--left .clldetails {
  position: relative;
  padding: 30px;
  border-radius: 4px;
  background: #ffffff;
  margin-top: 60px;
}
@media screen and (max-width: 1030px) {
  .paymentsection__header--left .clldetails {
    border-radius: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -40px;
    padding-bottom: 50px;
  }
}
.paymentsection__header--left .clldetails__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.paymentsection__header--left .clldetails__heading .heading-3 {
  color: #232D5B;
}
.paymentsection__header--left .clldetails__row {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .paymentsection__header--left .clldetails__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.paymentsection__header--left .clldetails__row:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1030px) {
  .paymentsection__header--left .clldetails__row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.paymentsection__header--left .clldetails__col:first-child {
  min-width: 160px;
}
.paymentsection__header--left .clldetails__col:first-child p {
  color: #232D5B;
}
.paymentsection__header--left .clldetails__col:last-child {
  color: rgb(104, 104, 104);
}
.paymentsection__header--left .clldetails__btn {
  position: absolute;
  right: 20px;
  top: -5px;
}
@media screen and (max-width: 1030px) {
  .paymentsection__header--left .clldetails__btn {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 15px 20px;
    margin-top: 40px;
  }
}
.paymentsection__header--list--item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  background: rgb(211, 225, 232);
  border-radius: 4px;
  gap: 10px;
}
.paymentsection__header--list--item:not(:last-child) {
  margin-bottom: 5px;
}
.paymentsection__header--list--item .icon {
  line-height: 0;
}
.paymentsection__header--list--item .body-copy {
  color: #232D5B;
}
.paymentsection__header--right {
  position: relative;
  max-width: 380px;
  width: 100%;
  margin-top: 3px;
}
@media screen and (max-width: 575px) {
  .paymentsection__header--right {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(35, 45, 91, 0.12);
  }
}
.paymentsection__header--right h5 {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #232D5B;
  margin-bottom: 5px;
}
.paymentsection__header--right p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-decoration-skip-ink: none;
  color: rgb(104, 104, 104);
}
.paymentsection__header--right p:not(:last-child) {
  margin-bottom: 15px;
}
.paymentsection__faq {
  position: relative;
  max-width: 575px;
  width: 100%;
  padding-top: 60px;
}
.paymentsection__faq .heading-4 {
  color: #232D5B;
  margin-bottom: 20px;
}
.paymentsection__faq .paymentfaq {
  position: relative;
}
.paymentsection__faq .paymentfaq__item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 5px;
}
.paymentsection__faq .paymentfaq__item--heading {
  position: relative;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  background: #232D5B;
  color: #ffffff;
  gap: 15px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .paymentsection__faq .paymentfaq__item--heading {
    padding: 12px 15px;
  }
}
.paymentsection__faq .paymentfaq__item--heading .icon {
  line-height: 0;
}
@media screen and (max-width: 575px) {
  .paymentsection__faq .paymentfaq__item--heading .icon {
    display: none;
  }
}
.paymentsection__faq .paymentfaq__item--heading::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255, 146, 49);
  transition: all 0.3s;
}
.paymentsection__faq .paymentfaq__item--heading::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: rgb(255, 146, 49);
  transform-origin: center;
  transition: all 0.3s;
}
.paymentsection__faq .paymentfaq__item--content {
  position: relative;
  padding: 0 53px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .paymentsection__faq .paymentfaq__item--content {
    padding: 0 15px;
  }
}
.paymentsection__faq .paymentfaq__item--content p {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(104, 104, 104);
}
@media screen and (max-width: 575px) {
  .paymentsection__faq .paymentfaq__item--content p {
    margin-bottom: 30px;
  }
}
.paymentsection__faq .paymentfaq__item.active .paymentfaq__item--heading {
  background: #ffffff;
  color: #232D5B;
}
.paymentsection__faq .paymentfaq__item.active .paymentfaq__item--heading .icon svg path {
  fill: #232D5B;
}
.paymentsection__faq .paymentfaq__item.active .paymentfaq__item--heading::before, .paymentsection__faq .paymentfaq__item.active .paymentfaq__item--heading::after {
  background: #232D5B;
}
.paymentsection__faq .paymentfaq__item.active .paymentfaq__item--heading::after {
  transform: translateY(-50%) rotate(0);
  opacity: 0;
}

.bloghero {
  position: relative;
  padding: 160px 0 80px;
  background: rgb(239, 245, 248);
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .bloghero {
    padding: 120px 25px 80px;
  }
}
.bloghero__content {
  position: relative;
  max-width: 670px;
  width: 100%;
}
.bloghero__content .heading-d-xl {
  margin-bottom: 40px;
  color: #232D5B;
}
.bloghero__content .body-copy {
  color: rgb(104, 104, 104);
}

.bloglisting {
  position: relative;
  padding: 30px 40px 160px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .bloglisting {
    flex-direction: column;
    padding: 10px 0 80px;
  }
}
.bloglisting__sidebar {
  position: relative;
  max-width: 385px;
  width: 100%;
  padding-left: 40px;
  padding-right: 60px;
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar {
    max-width: 100%;
    padding: 0;
  }
}
.bloglisting__sidebar--block:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar--block:not(:last-child) {
    padding-bottom: 0;
    margin: 0;
    border: 0;
  }
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar--block {
    padding: 0 10px;
  }
}
.bloglisting__sidebar--block .custom-options {
  background: rgb(237, 243, 246);
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar--block.mbflex {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid rgba(35, 45, 91, 0.12);
    border-bottom: 1px solid rgba(35, 45, 91, 0.12);
    display: flex;
  }
  .bloglisting__sidebar--block.mbflex .csselect-wrapper {
    max-width: calc(100% - 143px);
  }
  .bloglisting__sidebar--block.mbflex .csselect-wrapper .csselect-trigger {
    padding: 18px 15px 18px 10px;
    background: #ffffff;
  }
  .bloglisting__sidebar--block.mbflex .csselect-wrapper .csselect-trigger.placeholder {
    color: #232D5B;
  }
}
.bloglisting__sidebar--block .mbfilter {
  display: none;
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar--block .mbfilter {
    display: flex;
    width: max-content;
    align-items: center;
    background: transparent;
    gap: 8px;
    border: 0;
    padding: 20px 25px 20px 15px;
    border-left: 1px solid rgba(35, 45, 91, 0.12);
  }
  .bloglisting__sidebar--block .mbfilter__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232D5B;
  }
  .bloglisting__sidebar--block .mbfilter .arrow {
    margin-left: 8px;
  }
}
.bloglisting__sidebar--block h5 {
  color: #232D5B;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar--block h5 {
    display: none;
  }
}
.bloglisting__sidebar--block .fcinputwrap__input,
.bloglisting__sidebar--block .csselect-trigger {
  background: rgb(237, 243, 246);
}
.bloglisting__sidebar--block .heading-3 {
  color: #232D5B;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar--block .heading-3 {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .bloglisting__sidebar--block:last-child {
    position: absolute;
    left: 0;
    top: 113px;
    padding: 20px 25px;
    background: #fff;
    z-index: 2;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .bloglisting__sidebar--block:last-child.show {
    opacity: 1;
    visibility: visible;
  }
}
.bloglisting__sidebar--blockitem .checkmark {
  background: rgb(211, 225, 232);
  border: 0;
}
.bloglisting__sidebar--blockitem .checkmark::after {
  left: 9px;
  top: 4px;
}
.bloglisting__sidebar--blockitem:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1030px) {
  .bloglisting__list {
    max-width: 100%;
    padding-top: 25px;
  }
}
.bloglisting__list .blogcard {
  position: relative;
  display: flex;
  gap: 60px;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
@media screen and (max-width: 1030px) {
  .bloglisting__list .blogcard {
    flex-direction: column;
    padding: 0 25px;
    margin-bottom: 40px;
    border-bottom: 0;
    gap: 0;
    align-items: flex-start;
  }
}
.bloglisting__list .blogcard__img {
  max-width: 400px;
}
@media screen and (max-width: 1030px) {
  .bloglisting__list .blogcard__img {
    max-width: 100%;
  }
}
.bloglisting__list .blogcard__img img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 4px;
}
.bloglisting__list .blogcard__content {
  position: relative;
  max-width: 555px;
  width: 100%;
}
.bloglisting__list .blogcard__content--date {
  color: #7EBC4A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .bloglisting__list .blogcard__content--date {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.bloglisting__list .blogcard__content--title {
  color: #232D5B;
  margin-bottom: 20px;
}
.bloglisting__list .blogcard__content--title a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1030px) {
  .bloglisting__list .blogcard__content--text {
    display: none;
  }
}
.bloglisting__list .blogcard .mbcta {
  display: none;
}
@media screen and (max-width: 1030px) {
  .bloglisting__list .blogcard .mbcta {
    display: block;
  }
}
.bloglisting__list--btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  .bloglisting__list--btn {
    margin-top: 80px;
    padding: 0 25px;
  }
  .bloglisting__list--btn .btn {
    width: 100%;
    padding: 15px;
  }
}

.bdhero {
  position: relative;
  padding: 80px 145px;
  background: rgb(239, 245, 248);
}
@media screen and (max-width: 1030px) {
  .bdhero {
    padding: 25px 25px 60px;
  }
}
.bdhero__breadcrumbs {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 0 !important;
}
@media screen and (max-width: 1030px) {
  .bdhero__breadcrumbs {
    margin-bottom: 80px;
  }
}
.bdhero__breadcrumbs li {
  position: relative;
}
.bdhero__breadcrumbs li:not(:last-child)::after {
  position: relative;
  display: inline-block;
  content: "/";
  right: 0;
  top: 0;
  transform: translateX(7px) translateY(1px);
}
.bdhero__breadcrumbs li a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  color: #232D5B;
  text-decoration: none;
}
.bdhero__breadcrumbs li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #232D5B;
  left: 0;
  bottom: -3px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}
.bdhero__breadcrumbs li a.active::before {
  transform: scaleX(1);
}
.bdhero__content .heading-1 {
  color: #232D5B;
  margin-bottom: 40px;
}
.bdhero__content .heading-4 {
  max-width: 900px;
  width: 100%;
  color: rgb(104, 104, 104);
}

.bdcontent {
  position: relative;
  padding: 60px 0 120px;
  display: flex;
  gap: 115px;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .bdcontent {
    flex-direction: column-reverse;
    padding: 0;
    gap: 60px;
  }
}
.bdcontent__sidebar {
  position: relative;
  max-width: 230px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bdcontent__sidebar {
    position: sticky;
    top: 80px;
    left: 0;
    top: 80px;
    align-self: flex-start;
  }
}
@media screen and (max-width: 1030px) {
  .bdcontent__sidebar {
    max-width: 100%;
    padding: 25px 25px 0;
  }
}
.bdcontent__sidebar--title {
  margin-bottom: 40px;
}
.bdcontent__sidebar--title h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7EBC4A;
  margin-bottom: 10px;
}
.bdcontent__sidebar--title h4 {
  color: #232D5B;
}
.bdcontent__sidebar--info--block {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bdcontent__sidebar--info--block:not(:last-child) {
  border-bottom: 1px solid rgb(211, 225, 232);
}
.bdcontent__sidebar--info--block h5 {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #232D5B;
}
.bdcontent__sidebar--info--row {
  display: flex;
  justify-content: space-between;
}
.bdcontent__sidebar--info--row:not(:last-child) {
  margin-bottom: 7px;
}
.bdcontent__sidebar--info--col p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.bdcontent__sidebar--info--col:last-child {
  text-align: right;
}
.bdcontent__sidebar--info .blogshare {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding-left: 0!important;
}

.bdcontent__sidebar--info .blogshare li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: rgb(239, 245, 248);
  border-radius: 3px;
  transition: all 0.3s;
}
.bdcontent__sidebar--info .blogshare li a:hover {
  background: #7EBC4A;
}
.bdcontent__sidebar--info .blogshare li a:hover svg path {
  fill: #ffffff;
}
.bdcontent__content {
  position: relative;
  max-width: 785px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content {
    margin-top: 40px;
  }
}
.bdcontent__content .bdtitle {
  color: #232D5B;
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdtitle {
    padding: 0 25px;
  }
}
.bdcontent__content .bdimage {
  position: relative;
  margin-bottom: 80px;
}
.bdcontent__content .bdimage img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
  border-radius: 3px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdimage img {
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .bdcontent__content .bdimage img {
    max-height: 260px;
  }
}
.bdcontent__content .bdtextcontent {
  margin-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdtextcontent {
    padding: 0 25px;
  }
}
.bdcontent__content .bdtextcontent .heading-2 {
  color: #232D5B;
  margin-bottom: 30px;
}
.bdcontent__content .bdtextcontent .body-copy-mid {
  color: #232D5B;
  margin-bottom: 20px;
}
.bdcontent__content .bdtextcontent .body-copy {
  color: rgb(104, 104, 104);
}
.bdcontent__content .bdtextcontent .body-copy:not(:last-child) {
  margin-bottom: 30px;
}
.bdcontent__content .bdtextcontent ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(104, 104, 104);
}
.bdcontent__content .bdtextcontent ul li:not(:last-child) {
  margin-bottom: 10px;
}
.bdcontent__content .bdtextcontent ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 7px;
  border-radius: 50%;
  background: #7EBC4A;
  left: 0;
}
.bdcontent__content .bdquote {
  position: relative;
  padding: 60px 60px 70px;
  background: #232D5B;
  border-radius: 3px;
  margin-bottom: 80px;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdquote {
    padding: 20px;
    max-width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }
}
.bdcontent__content .bdquote .heading-1 {
  margin-bottom: 120px;
}
.bdcontent__content .bdquote .heading-1 span {
  display: block;
}
.bdcontent__content .bdquote .heading-1 span,
.bdcontent__content .bdquote__author h5 {
  color: rgb(255, 146, 49);
}

.bdquote.bg--orange .heading-1 span,
.bdquote.bg--orange .bdquote__author h5 {
  color: #ffffff;
}
.bdcontent__content .bdslider {
  position: relative;
  margin-bottom: 80px;
}
.bdcontent__content .bdslider__item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 3px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdslider__item img {
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .bdcontent__content .bdslider__item img {
    max-height: 260px;
  }
}
.bdcontent__content .bdslider .slider-prev,
.bdcontent__content .bdslider .slider-next {
  position: absolute;
  width: 31px;
  height: 31px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bdcontent__content .bdslider .slider-prev {
  left: 10px;
}
.bdcontent__content .bdslider .slider-next {
  left: unset;
  right: 10px;
}
.bdcontent__content .bdslider .swiper-pagination {
  bottom: 15px;
}
.bdcontent__content .bdslider .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  transition: all 0.3s;
}
.bdcontent__content .bdslider .swiper-pagination-bullet-active {
  background: #7EBC4A;
  transform: scale(0.9);
}
.bdcontent__content .bdvideo {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdvideo {
    padding: 0 25px;
  }
}
.bdcontent__content .bdvideo__thumb {
  position: relative;
}
.bdcontent__content .bdvideo__thumb img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 3px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdvideo__thumb img {
    height: 210px;
  }
}
.bdcontent__content .bdvideo .bvplay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  outline: 0;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdvideo .bvplay {
    width: 60px;
    height: 60px;
  }
}
.bdcontent__content .bdtable {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdtable {
    padding: 0 25px;
    overflow: hidden;
  }
}
.bdcontent__content .bdtable .heading-2 {
  color: #232D5B;
  margin-bottom: 30px;
}
.bdcontent__content .bdtable__tablewrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdtable__tablewrapper {
    overflow: scroll;
  }
}
.bdcontent__content .bdtable__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bdtable__table {
    width: max-content;
  }
}
.bdcontent__content .bdtable__table th {
  padding: 15px 20px;
  background: #232D5B;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  text-align: left;
}
.bdcontent__content .bdtable__table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #232D5B;
  padding: 15px 20px;
  border-bottom: 1px solid rgb(211, 225, 232);
}
.bdcontent__content .bddisclaimer {
  position: relative;
  padding: 60px;
  border-radius: 4px;
  background: rgb(239, 245, 248);
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .bdcontent__content .bddisclaimer {
    padding: 40px 25px;
  }
}

.bdreated {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1030px) {
  .bdreated {
    padding: 0;
  }
}
.bdreated__wrapper {
  position: relative;
  padding: 120px 30px;
  border-radius: 4px;
  background: #232D5B;
}
@media screen and (max-width: 1030px) {
  .bdreated__wrapper {
    padding: 80px 25px;
    border-radius: 0;
  }
}
.bdreated__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.bdreated__heading h5 {
  color: rgb(255, 146, 49);
}
.bdreated__heading h2 {
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .bdreated__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .bdreated__card:not(:last-child) {
    margin-bottom: 40px;
  }
}
.bdreated__card--img {
  width: 100%;
  aspect-ratio: 1/0.63;
  margin-bottom: 20px;
}
.bdreated__card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.bdreated__card--content h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 10px;
  color: rgb(126, 188, 74);
}
.bdreated__card--content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.policyhero {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1030px) {
  .policyhero {
    padding: 0;
  }
}
.policyhero__wrapper {
  padding: 120px 0 80px;
  background: #232D5B;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .policyhero__wrapper {
    border-radius: 0;
  }
}
.policyhero__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #ffffff;
}
.policyhero__content p span {
  color: #7EBC4A;
}

.policycontent {
  padding-bottom: 150px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
.policycontent .bdcontent__content {
  margin: 80px auto 0;
}
@media screen and (max-width: 1030px) {
  .policycontent .bdcontent__content {
    margin-top: 60px;
  }
}
.policycontent .bdcontent__content .bddisclaimer {
  margin-bottom: 60px;
}
.policycontent .bdcontent__content .bddisclaimer p:not(:last-child) {
  margin-bottom: 20px;
}
.policycontent .bdtextcontent p {
  max-width: 745px;
}
.policycontent .bdtextcontent:not(:last-child) {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
.policycontent .bdtextcontent:last-child {
  margin-bottom: 0;
}

.messages {
  position: relative;
  width: 100%;
  height: calc(var(--app-height) - 95px);
  display: flex;
  border-top: 1px solid rgb(211, 225, 232);
}
@media screen and (max-width: 1030px) {
  .messages {
    flex-direction: column;
  }
}
.messages__sidebar {
  position: relative;
  max-width: 480px;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: rgba(211, 225, 232, 0.4);
}
@media screen and (max-width: 1030px) {
  .messages__sidebar {
    max-width: 100%;
    height: 100%;
    padding: 0;
  }
}
.messages__sidebar--heading {
  margin-bottom: 20px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .messages__sidebar--heading {
    padding: 20px 25px;
    background: #ffffff;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1030px) {
  .messages__sidebar--inbox {
    padding: 0 25px;
  }
}
.messages__sidebar .singlemessage {
  position: relative;
  padding: 20px 0;
  display: flex;
  gap: 14px;
  border-bottom: 1px solid rgb(211, 225, 232);
  cursor: pointer;
}
.messages__sidebar .singlemessage__userimg {
  width: 45px;
  height: 45px;
}
.messages__sidebar .singlemessage__userimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.messages__sidebar .singlemessage .username {
  color: #232D5B;
}
.messages__sidebar .singlemessage .subject {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(34, 136, 72);
  margin-bottom: 10px;
}
.messages__sidebar .singlemessage .messageintro {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(104, 104, 104);
}
.messages__sidebar .singlemessage .time {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(104, 104, 104);
}
.messages__sidebar .singlemessage.unread {
  border-color: #232D5B;
}
.messages__sidebar .singlemessage.unread::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: 0;
  top: 25px;
  background: rgb(255, 146, 49);
  border-radius: 50%;
}
.messages__body {
  position: relative;
  padding: 10px;
  width: 100%;
  height: calc(100% - 56px);
  overflow-y: auto;
  /* Track */
  /* Handle */
}
@media screen and (max-width: 1030px) {
  .messages__body {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: var(--app-height);
    overflow-y: auto;
    z-index: 3000;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .messages__body.show {
    opacity: 1;
    visibility: visible;
  }
}
.messages__body::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
.messages__body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.messages__body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.messages__body--heading {
  position: relative;
  background: #232D5B;
  border-radius: 4px;
  display: flex;
  padding: 10px;
  margin-bottom: 30px;
  width: max-content;
}
@media screen and (max-width: 1030px) {
  .messages__body--heading {
    width: 100%;
  }
}
.messages__body--heading--text {
  padding: 12px 15px 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.messages__body--heading--top h5 {
  font-family: "Helvetica Now Display Medium";
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 2px;
}
.messages__body--heading--top p {
  font-family: "Helvetica Now Display Medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7EBC4A;
}
.messages__body--heading .location {
  font-family: "Helvetica Now Display Medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(211, 225, 232, 0.12);
}
.messages__body--box {
  position: relative;
  width: 100%;
}
.messages__body .mtime {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #232D5B;
  margin-bottom: 20px;
}
.messages__body .messageto {
  position: relative;
  margin-bottom: 5px;
  padding: 15px;
  background: rgb(216, 244, 192);
  border-radius: 4px;
  width: max-content;
  margin-left: auto;
  color: #232D5B;
}
.messages__body .messageto:first-child {
  margin-top: 20px;
}
@media screen and (max-width: 1030px) {
  .messages__body .messageto {
    max-width: 280px;
  }
}
.messages__body .messagefrom {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 20px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .messages__body .messagefrom {
    max-width: 280px;
  }
}
.messages__body .messagefrom__img {
  width: 25px;
  height: 25px;
}
.messages__body .messagefrom__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.messages__body .messagefrom__text {
  padding: 15px;
  background: rgb(211, 225, 232);
  border-radius: 4px;
  width: max-content;
}
.messages__body .messagefrom.noimg {
  padding-left: 35px;
  margin-bottom: -15px;
  margin-top: 0;
}
.messages__body .kevchat {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
.messages__body .kevchat h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(34, 136, 72);
}
.messages__body .kevchat__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.messages__body .kevchat__text {
  position: relative;
  padding: 15px;
  background: rgb(34, 136, 72);
  border-radius: 4px;
  color: #ffffff;
}
.messages__body--mbheading {
  display: none;
}
@media screen and (max-width: 1030px) {
  .messages__body--mbheading {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgb(211, 225, 232);
    margin-bottom: 10px;
  }
  .messages__body--mbheading button {
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
  }
  .messages__body--mbheading--user {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .messages__body--mbheading--user .userimg {
    width: 34px;
    height: 34px;
  }
  .messages__body--mbheading--user .userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .messages__body--mbheading--user h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232D5B;
  }
  .messages__body--mbheading--user p {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232D5B;
  }
}
.messages__inputbox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 480px);
  padding: 8px 25px;
  background: rgb(211, 225, 232);
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .messages__inputbox {
    width: 100%;
    z-index: 3000;
    padding: 5px 10px;
  }
}
.messages__inputbox button {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.messages__inputbox textarea {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 40px;
  border: 0;
  resize: none;
  flex-grow: 1;
  outline: none;
  cursor: pointer;
}

.sfhero {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1030px) {
  .sfhero {
    padding: 0;
    border-bottom: 1px solid rgb(211, 225, 232);
  }
}
.sfhero__wrapper {
  position: relative;
  padding: 190px 0;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .sfhero__wrapper {
    padding: 0;
  }
}
.sfhero__share {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  right: 20px;
  top: 20px;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .sfhero__share {
    display: none;
  }
}
.sfhero__share--list {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sfhero__share--list--item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: rgb(126, 188, 74);
  border-radius: 100%;
  transition: all 0.3s;
}
.sfhero__share--list--item a:hover {
  background: rgb(255, 146, 49);
}
.sfhero__nav {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #232D5B;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .sfhero__nav {
    position: relative;
    padding: 15px 0 0;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 0;
  }
}
.sfhero__nav--list {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .sfhero__nav--list {
    margin-bottom: 15px;
    padding: 0 22px;
  }
}
.sfhero__nav--list a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s;
}
.sfhero__nav--list a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: rgb(255, 146, 49);
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 2;
}
.sfhero__nav--list a:hover, .sfhero__nav--list a.active {
  color: rgb(255, 146, 49);
}
.sfhero__nav--list a:hover::after, .sfhero__nav--list a.active::after {
  transform: scaleX(1);
}
.sfhero__nav--adminbadge {
  position: relative;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgb(126, 188, 74);
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .sfhero__nav--adminbadge {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
}
.sfhero__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .sfhero__banner {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.sfhero__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sfhero__banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.sfhero__ctalisting {
  position: static;
}
@media screen and (max-width: 1030px) {
  .sfhero__ctalisting {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -75px;
    padding-left: 25px;
    padding-right: 30px;
  }
}
.sfhero__cta {
  position: absolute;
  left: 30px;
  bottom: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 30;
}
@media screen and (max-width: 1030px) {
  .sfhero__cta {
    position: relative;
    left: unset;
    bottom: unset;
  }
}
.sfhero__cta .btn {
  margin-top: -20px;
  padding: 6px 12px;
}
.sfhero__listing {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 30;
}
@media screen and (max-width: 1030px) {
  .sfhero__listing {
    position: relative;
    right: unset;
    bottom: unset;
  }
}
.sfhero__listing li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.sfhero__listing li .number {
  position: relative;
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgb(35, 45, 91);
  border-radius: 50%;
}
@media screen and (max-width: 1030px) {
  .sfhero__listing li .number {
    background: rgb(211, 225, 232);
    border-color: rgb(255, 255, 255);
    color: #232D5B;
  }
}
.sfhero__listing li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .sfhero__listing li p {
    color: #232D5B;
  }
}
.sfhero__heading {
  position: relative;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  z-index: 22;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .sfhero__heading {
    color: #232D5B;
    text-align: left;
    padding: 40px 25px 30px;
  }
}
.sfhero__heading p {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1030px) {
  .sfhero__heading p {
    justify-content: flex-start;
  }
}

.sftextblock {
  position: relative;
  padding: 106px 0 80px;
}
@media screen and (max-width: 1030px) {
  .sftextblock {
    padding: 60px 25px 80px;
  }
}
.sftextblock__content {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .sftextblock__content {
    text-align: left;
  }
}
.sftextblock__content h2 {
  max-width: 555px;
  width: 100%;
  margin: 0 auto 30px;
  color: #232D5B;
}
.sftextblock__content p {
  margin-bottom: 40px;
  color: rgb(104, 104, 104);
}
.sftextblock__content--cta {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1030px) {
  .sftextblock__content--cta {
    justify-content: flex-start;
  }
}
.sftextblock__content--links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .sftextblock__content--links {
    justify-content: flex-start;
  }
}
.sftextblock__content--links .greylink {
  color: #232D5B;
}

.sfcurrentlisting {
  position: relative;
  padding: 0 40px 90px;
}
@media screen and (max-width: 1030px) {
  .sfcurrentlisting {
    padding: 0 0 60px;
  }
}
.sfcurrentlisting__wrapper {
  padding: 30px 0 0;
  border-top: 1px solid rgb(211, 225, 232);
}
.sfcurrentlisting__heading {
  color: #232D5B;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .sfcurrentlisting__heading {
    padding: 0 25px;
    text-align: center;
  }
}
.sfcurrentlisting__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1030px) {
  .sfcurrentlisting__row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 0 10px;
  }
}
.sfcurrentlisting__col a {
  text-decoration: none;
}
.sfcurrentlisting__cta {
  position: absolute;
  right: 40px;
  top: 25px;
}
@media screen and (max-width: 1030px) {
  .sfcurrentlisting__cta {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    right: unset;
    padding: 0 25px;
  }
  .sfcurrentlisting__cta .btn {
    width: 100%;
  }
}

.sfduelcta {
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 1030px) {
  .sfduelcta {
    padding: 0;
  }
}
.sfduelcta__wrapper {
  position: relative;
  padding: 30px;
  border-radius: 4px;
  background: #232D5B;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .sfduelcta__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding: 0;
  }
}
.sfduelcta__card {
  position: relative;
}
.sfduelcta__card a {
  text-decoration: none;
  width: 100%;
}
.sfduelcta__card--bg {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .sfduelcta__card--bg {
    border-radius: 0;
    height: 360px;
  }
}
.sfduelcta__card--bg img {
  width: 100%;
  aspect-ratio: 1/0.7;
  object-fit: cover;
  transition: all 0.3s;
}
@media screen and (max-width: 1030px) {
  .sfduelcta__card--bg img {
    height: 360px;
  }
}
.sfduelcta__card--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.sfduelcta__card--heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 1030px) {
  .sfduelcta__card--heading {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}
.sfduelcta__card:hover .sfduelcta__card--heading {
  color: rgb(255, 146, 49);
}

.sfaboutcontent {
  position: relative;
  padding: 80px 0;
  background: rgb(239, 245, 248);
  display: flex;
  justify-content: center;
}
.sfaboutcontent .bdtitle {
  text-align: center;
}

.sfteam {
  position: relative;
  padding: 95px 40px 80px;
}
@media screen and (max-width: 1030px) {
  .sfteam {
    padding: 60px 0 0;
  }
}
.sfteam__heading {
  text-align: center;
  margin-bottom: 40px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .sfteam__heading {
    padding: 0 25px;
  }
}
.sfteam__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1030px) {
  .sfteam__row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }
}
.sfteam__card {
  position: relative;
  padding: 40px 60px 60px;
  background: rgb(239, 245, 248);
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .sfteam__card {
    padding: 40px 25px 60px;
  }
}
.sfteam__card--social {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 5px;
}
.sfteam__card--social li a {
  display: flex;
  width: 27px;
  height: 27px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 100%;
}
.sfteam__card--people {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.sfteam__card--peopleimg {
  width: 80px;
  height: 80px;
}
.sfteam__card--peopleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.sfteam__card--peopleinfo h3 {
  color: #232D5B;
}
.sfteam__card--peopleinfo p {
  font-family: "Helvetica Now Display Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(34, 136, 72);
}
.sfteam__card--text {
  color: rgb(104, 104, 104);
}

.sfgallery {
  position: relative;
  padding: 95px 40px 80px;
}
@media screen and (max-width: 1030px) {
  .sfgallery {
    padding: 60px 0 80px;
  }
}
.sfgallery__heading {
  text-align: center;
  margin-bottom: 40px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .sfgallery__heading {
    padding: 0 25px;
  }
}
.sfgallery__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1030px) {
  .sfgallery__row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 0 10px;
  }
}
.sfgallery__col {
  position: relative;
}
.sfgallery__col a {
  position: relative;
  display: block;
  width: 100%;
  width: 100%;
  aspect-ratio: 1/0.7;
  border-radius: 4px;
  overflow: hidden;
}
.sfgallery__col a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.sfgallery__col a:hover img {
  transform: scale(1.05);
}

.sflistings {
  position: relative;
  padding: 95px 0 0;
}
@media screen and (max-width: 1030px) {
  .sflistings {
    padding: 60px 0 0;
  }
}
.sflistings__heading {
  text-align: center;
  margin-bottom: 40px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .sflistings__heading {
    padding: 0 25px;
  }
}
.sflistings__tabs--nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .sflistings__tabs--nav {
    justify-content: flex-start;
    padding: 0 10px;
  }
}
.sflistings__tabs--nav li a {
  position: relative;
  display: flex;
  padding: 12px 25px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.3s;
  color: #232D5B;
  text-decoration: none;
}
.sflistings__tabs--nav li a.active {
  background: rgb(239, 245, 248);
}
.sflistings__tabscontent {
  position: relative;
  min-height: 100vh;
  padding: 45px 40px 80px;
  background: rgb(239, 245, 248);
}
@media screen and (max-width: 1030px) {
  .sflistings__tabscontent {
    padding: 10px 10px 80px;
  }
}
.sflistings__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1030px) {
  .sflistings__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sflistings__col a {
  text-decoration: none;
}
.sflistings__tabcsingle {
  position: relative;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.sflistings__tabcsingle.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.lb-close {
  position: fixed;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 1030px) {
  .lb-close {
    right: 25px;
    top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .lb-image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
  .lb-outerContainer {
    max-width: 800px !important;
    width: 100% !important;
    margin: 0 auto;
    height: auto !important;
  }
}
.srhero {
  position: relative;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #232D5B;
}
@media screen and (max-width: 1030px) {
  .srhero {
    padding: 80px 25px 25px;
  }
}
.srhero__content {
  position: relative;
  max-width: 670px;
  width: 100%;
}
.srhero__heading {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .srhero__heading {
    margin-bottom: 60px;
  }
}
.srhero__form {
  position: relative;
}
.srhero__form .fcinputwrap__input {
  background: #ffffff;
}
.srhero__form .fcinputwrap__input::placeholder {
  color: #232D5B;
}
.srhero__form--button {
  position: absolute;
  width: 38px;
  height: 38px;
  background: rgb(126, 188, 74);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  right: 4px;
  top: 3px;
  cursor: pointer;
}
.srhero__form--button .icon {
  line-height: 0;
}

.srcontent {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1030px) {
  .srcontent {
    flex-direction: column;
  }
}
.srcontent__sidebar {
  position: relative;
  max-width: 365px;
  width: 100%;
  padding: 30px 40px 0;
  background: rgba(211, 225, 232, 0.4);
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar {
    max-width: 100%;
    padding: 0 10px 0;
    background: #ffffff;
  }
}
.srcontent__sidebar--heading {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(35, 45, 91, 0.12);
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar--heading {
    display: none;
  }
}
.srcontent__sidebar--heading p {
  color: rgb(104, 104, 104);
  margin-bottom: 20px;
}
.srcontent__sidebar--heading h2 {
  color: #232D5B;
}
.srcontent__sidebar .mbfiltertop {
  display: none;
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar .mbfiltertop {
    display: flex;
    border-top: 1px solid rgba(35, 45, 91, 0.12);
    border-bottom: 1px solid rgba(35, 45, 91, 0.12);
  }
  .srcontent__sidebar .mbfiltertop__left {
    width: calc(100% - 133px);
    padding: 18px 0 18px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(35, 45, 91, 0.12);
  }
  .srcontent__sidebar .mbfiltertop__left h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232D5B;
  }
}
@media screen and (max-width: 1030px) and (max-width: 1030px) {
  .srcontent__sidebar .mbfiltertop .mbfilter {
    display: flex;
    width: max-content;
    align-items: center;
    background: transparent;
    gap: 8px;
    border: 0;
    padding: 20px 25px 20px 15px;
    border-left: 1px solid rgba(35, 45, 91, 0.12);
  }
  .srcontent__sidebar .mbfiltertop .mbfilter__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232D5B;
    text-decoration: underline;
  }
  .srcontent__sidebar .mbfiltertop .mbfilter .arrow {
    margin-left: 8px;
  }
}
.srcontent__sidebar--menu {
  position: relative;
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar--menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--app-height);
    background: #ffffff;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .srcontent__sidebar--menu.show {
    opacity: 1;
    visibility: visible;
  }
}
.srcontent__sidebar--menu .srcontent__sidebar--mbheader {
  display: none;
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar--menu .srcontent__sidebar--mbheader {
    display: flex;
    padding: 25px;
    justify-content: center;
  }
  .srcontent__sidebar--menu .srcontent__sidebar--mbheader .mbfilterclose {
    position: absolute;
    left: 25px;
    background: transparent;
    border: 0;
    outline: 0;
  }
}
.srcontent__sidebar--menu h3 {
  margin-bottom: 15px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar--menu h3 {
    padding: 0 25px;
  }
}
.srcontent__sidebar--list {
  position: relative;
}
.srcontent__sidebar--list--item {
  position: relative;
  padding: 5px 0;
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar--list--item {
    padding: 5px 25px;
  }
}
.srcontent__sidebar--list--item:not(:last-child) {
  border-bottom: 1px solid rgba(211, 225, 232, 0.5);
}
.srcontent__sidebar--list--item a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #232D5B;
  text-decoration: none;
}
.srcontent__sidebar--mbbtn {
  display: none;
}
@media screen and (max-width: 1030px) {
  .srcontent__sidebar--mbbtn {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 100%;
    left: 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .srcontent__sidebar--mbbtn .btn {
    width: 100%;
    padding: 15px;
  }
}
.srcontent__result {
  position: relative;
  width: calc(100% - 365px);
  display: flex;
  justify-content: center;
  padding: 30px 0 120px;
}
@media screen and (max-width: 1030px) {
  .srcontent__result {
    width: 100%;
    padding: 0 25px 120px;
  }
}
.srcontent__result--wrapper {
  position: relative;
  max-width: 785px;
  width: 100%;
}
.srcontent__result--item a {
  position: relative;
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid rgb(211, 225, 232);
  text-decoration: none;
  overflow: auto;
}
.srcontent__result--item--img {
  width: 95px;
  height: 95px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
.srcontent__result--item--img::before {
  content: "";
  clear: both;
}
.srcontent__result--item--img::after {
  content: "";
  clear: both;
}
.srcontent__result--item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srcontent__result--item--icon {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1030px) {
  .srcontent__result--item--icon {
    right: unset;
    left: 0;
  }
}
.srcontent__result--item--heading {
  color: #232D5B;
}
.srcontent__result--item--info {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.srcontent__result--item--info .srid {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(104, 104, 104);
}
.srcontent__result--item--info .srprice {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(34, 136, 72);
}
.srcontent__result--item--text {
  position: relative;
  max-width: 720px;
  margin-top: 10px;
}
@media screen and (max-width: 1030px) {
  .srcontent__result--item--text {
    float: left;
  }
}
.srcontent__result--item--text p {
  color: rgb(104, 104, 104);
}
.srcontent__result--btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.searchmodal {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4000;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1030px) {
  .searchmodal {
    align-items: flex-start;
  }
}
.searchmodal.show {
  opacity: 1;
  visibility: visible;
}
.searchmodal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.searchmodal__content {
  position: relative;
  max-width: 500px;
  width: 100%;
  padding: 80px 30px 30px;
  background: #ffffff;
  z-index: 2;
  border-radius: 4px;
}
@media screen and (max-width: 1030px) {
  .searchmodal__content {
    border-radius: 0;
    padding: 100px 25px 25px;
  }
}
.searchmodal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .searchmodal__close {
    right: 20px;
  }
}
.searchmodal__heading {
  text-align: center;
  margin-bottom: 60px;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .searchmodal__heading {
    margin-bottom: 40px;
  }
  .searchmodal__heading .heading-1 {
    text-align: center;
  }
}
.searchmodal__heading span {
  color: rgb(34, 136, 72);
}
.searchmodal__heading p {
  margin-top: 10px;
}
.searchmodal__form--category {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .searchmodal__form--category {
    margin-bottom: 15px;
  }
}
.searchmodal__form--category .icon {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  line-height: 0;
}
.searchmodal__form--category .csselect-trigger {
  max-width: 100%;
  padding-left: 50px;
  color: #232D5B;
}
.searchmodal__form .btn {
  width: 100%;
  padding: 15px;
}

.faqhero {
  position: relative;
  padding: 100px 0 80px;
  display: flex;
  justify-content: center;
  background: rgb(239, 245, 248);
}
@media screen and (max-width: 1030px) {
  .faqhero {
    padding: 80px 25px 60px;
  }
}
.faqhero__heading {
  max-width: 485px;
  width: 100%;
  text-align: center;
  color: #232D5B;
}
.faqhero__heading .heading-d {
  position: relative;
  max-width: 438px;
  width: 100%;
  margin: 0 auto 40px;
}
.faq,
.faq_search {
  position: relative;
  padding: 80px 0 120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.faq_search{
    padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .faq,
  .faq_search {
    padding: 40px 25px 100px;
  }
  .faq_search{
    padding-bottom: 0;
  }
}
.faq__wrapper,
.faq_search {
  position: relative;
  max-width: 1130px;
  width: 100%;
}
.faq_search .filter-close, .faq_search .loader{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.faq__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .faq__block {
    flex-direction: column;
    gap: 20px;
  }
}
.faq__block:not(:last-child) {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgb(211, 225, 232);
}
.faq__heading {
  max-width: 190px;
  width: 100%;
  color: #232D5B;
}
@media screen and (max-width: 1030px) {
  .faq__heading {
    max-width: 100%;
  }
}
.faq__accordion {
  position: relative;
  max-width: 785px;
  width: 100%;
}
.faq__item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: rgb(239, 245, 248);
  margin-bottom: 5px;
}
.faq__item--heading {
  position: relative;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  background: #232D5B;
  color: #ffffff;
  gap: 15px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .faq__item--heading {
    padding: 12px 15px;
  }
}
.faq__item--heading .icon {
  line-height: 0;
}
@media screen and (max-width: 575px) {
  .faq__item--heading .icon {
    display: none;
  }
}
.faq__item--heading::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255, 146, 49);
  transition: all 0.3s;
}
.faq__item--heading::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: rgb(255, 146, 49);
  transform-origin: center;
  transition: all 0.3s;
}
.faq__item--content {
  position: relative;
  padding: 0 53px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .faq__item--content {
    padding: 0 15px;
  }
}
.faq__item--content p {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(104, 104, 104);
}
@media screen and (max-width: 575px) {
  .faq__item--content p {
    margin-bottom: 30px;
  }
}
.faq__item.active .faq__item--heading {
  background: rgb(239, 245, 248);
  color: #232D5B;
}
.faq__item.active .faq__item--heading .icon svg path {
  fill: #232D5B;
}
.faq__item.active .faq__item--heading::before, .faq__item.active .faq__item--heading::after {
  background: #232D5B;
}
.faq__item.active .faq__item--heading::after {
  transform: translateY(-50%) rotate(0);
  opacity: 0;
}

body {
  font-family: "Helvetica Now Display";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.03em;
  color: rgb(104, 104, 104);
}
body.fixed {
  position: fixed;
  width: 100%;
}

.pagelist {
  padding: 80px 40px;
}
.pagelist h2 {
  color: #232D5B;
}
.pagelist h2.heading {
  margin-bottom: 30px;
}
.pagelist a {
  position: relative;
  display: flex;
  width: max-content;
  text-decoration: none;
  color: #232D5B;
}
.pagelist a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  background: #232D5B;
}
.pagelist ul li {
  margin-bottom: 20px;
}


.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(34, 136, 72, 1);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.scroll-to-top svg {
  width: 30px !important;
  height: 30px !important;
  box-sizing: border-box;
  flex-shrink: 0;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  filter: brightness(0.85);
}

.wpcf7-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;

  input,
  select,
  textarea,
  p {
      color: #232D5B;
      font-family: inherit;
      line-height: inherit;
      font-size: 16px; /* Replace rem(16) and vw(16) with static values or use media queries for responsiveness */
  }

  label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #232D5B;
  }

  input:not([type="radio"]):not([type="submit"]),
  select,
  textarea {
      resize: none;
      margin-bottom: 15px;
      width: 100%;
      padding: 12px 20px;
      font-size: 16px;
      font-weight: 400;
      line-height: 20.8px;
      letter-spacing: -0.03em;
      color: #232D5B;
      background: rgb(211, 225, 232);
      border-radius: 4px;
      border: 0;
      outline: 0;
  }

  input[type="submit"] {
    position: relative;
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    border-radius: 3px;
    transition: all 0.4s;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: #7EBC4A;
    color: #ffffff;
    font-weight: 700;
  }

  input[type="submit"]:hover {
    filter: brightness(0.85);
  }

  p {
    width: 100%;
    margin: 0;
  }

}

.code-embed{
    width: 100%;
    position: relative;
    height: auto;
    max-width: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.code-embed iframe{
    max-width: 100%;
}

@media screen and (max-width: 1030px) {
    .code-embed {
        padding: 0 25px;
    }
}

div.grecaptcha-badge {
    display: none !important;
}

/*# sourceMappingURL=app.css.map */