:root {
  --color-dark: #382f3a;
  --color-btn: #231f20;
  --color-beige-bg: #eeeae7;
  --color-badge: rgba(196, 183, 175, 0.3);
  --color-link: #0038a5;
  --color-body-text: #666666;
  --color-white: #ffffff;
  --color-footer-bg: #382f3a;
  --color-charcoal: #1a1a1a;
  --color-card: #ebe7e4;
  --color-card-alt: #f2eeeb;
  --color-text: #222222;
  --color-text-muted: #5c5c5c;
  --color-border: #d8d2cc;
  --color-overlay: rgba(15, 15, 15, 0.55);
  --font-heading: "Jost", "Segoe UI", system-ui, sans-serif;
  --font-link: "Roboto", "Segoe UI", system-ui, sans-serif;
  --font-primary: "Jost", "Segoe UI", system-ui, sans-serif;
  --font-body: "Jost", "Segoe UI", system-ui, sans-serif;
  --container-max: 1440px;
  --section-pad-x: 156px;
  --section-pad-y: 80px;
  --inner-width: 1128px;
  --header-height: 132px;
  --utility-height: 32px;
  --hero-title-size: 52px;
  --text-body: 1.6rem;
  --text-body-lg: 1.6rem;
  --text-lead: 1.8rem;
  --letter-wide: 0.1em;
  --letter-hero: 0em;
  --section-pad-y-clamp: clamp(3.5rem, 6vw, 6rem);
}

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: var(--text-body);
  font-family: var(--font-body);
  background: rgb(255, 255, 255);
  overflow-x: hidden;
  color: var(--color-text);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a,
a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

abbr[title] {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

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: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
}

h1 {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--color-dark);
}

h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 500;
  line-height: 46.24px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--color-dark);
}

h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--color-dark);
}

h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-body-text);
  font-weight: 400;
  letter-spacing: 0.32px;
  margin: 0px;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

.dropdown-toggle::after {
  display: none;
}

.form-control {
  height: 44px;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 1.6rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.form-control:focus {
  border-color: rgb(196, 183, 175);
  box-shadow: rgba(196, 183, 175, 0.2) 0px 0px 0px 3px;
  outline: none;
}

.logo-mobile {
  display: none;
}

.mypageloader {
  background: rgb(255, 255, 255);
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.pageloader img {
  width: 150px;
  height: auto;
}

.btn-primary-brand {
  display: inline-block;
  padding: 14px 32px;
  background: rgb(69, 76, 77);
  color: rgb(255, 255, 255);
  font-family: Lato, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}

.btn-primary-brand:hover {
  background: rgb(90, 100, 101);
  color: rgb(255, 255, 255);
}

.btn-outline-brand {
  display: inline-block;
  padding: 13px 32px;
  background: transparent;
  color: rgb(69, 76, 77);
  font-family: Lato, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  border: 2px solid rgb(69, 76, 77);
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: 0.2s;
}

.btn-outline-brand:hover {
  background: rgb(69, 76, 77);
  color: rgb(255, 255, 255);
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 42));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: rgb(0, 71, 209);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 24px;
  border: 1px solid rgb(0, 56, 167);
  letter-spacing: 0.006em;
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgb(255, 255, 255);
  letter-spacing: 0.006em;
  border: 1px solid rgb(0, 68, 200) !important;
  background-color: rgb(0, 68, 200) !important;
}

.site-header {
  position: relative;
  z-index: 1000;
}

.utility-bar {
  background: rgb(35, 31, 32);
  color: rgb(255, 255, 255);
  min-height: 32px;
}

.utility-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 32px;
  padding: 6px 100px;
  max-width: 1440px;
  margin: 0px auto;
  box-sizing: border-box;
}

.utility-bar__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.utility-bar__contact a {
  color: rgb(255, 255, 255);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.34px;
}

.utility-bar__star {
  display: inline-block;
}

.utility-bar__promo {
  color: rgb(255, 255, 255);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.34px;
  margin: 0px;
}

.utility-bar__promo a {
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.utility-bar__promo strong {
  font-weight: 600;
}

.main-nav-wrap {
  background: transparent;
  position: absolute;
  top: 32px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  transition:
    background 0.3s,
    box-shadow 0.3s;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 100px;
  min-height: 132px;
  max-width: 1440px;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  gap: 128px;
}

.main-nav-wrap {
  transition:
    background-color 0.35s,
    color 0.35s,
    border-color 0.35s;
}

.main-nav-wrap::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: transparent;
  transition: background 0.35s;
  z-index: -1;
}

.main-nav-wrap.main-nav-wrap--hover::before {
  background: rgb(255, 255, 255);
}

.main-nav-wrap.main-nav-wrap--hover {
  color: rgb(17, 17, 17);
}

.main-nav-wrap.main-nav-wrap--hover .brand-logo {
  color: rgb(17, 17, 17);
}

.main-nav-wrap.main-nav-wrap--hover .brand-logo__mark {
  border-color: rgb(17, 17, 17);
}

.main-nav-wrap.main-nav-wrap--hover .btn-nav-login {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  border-color: rgb(26, 26, 26);
}

.main-nav-wrap.main-nav-wrap--hover a {
  color: rgb(17, 17, 17);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  flex: 1 1 0%;
}

.nav-right {
  justify-content: flex-end;
}

.nav-left .nav-item,
.nav-right .nav-item {
  position: relative;
}

.nav-left .nav-link,
.nav-right .nav-link {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  padding: 8px 18px;
  white-space: nowrap;
  transition: color 0.2s;
  letter-spacing: 0px;
  line-height: 23.12px;
}

.nav-left .nav-link:hover,
.nav-right .nav-link:hover {
  color: rgb(196, 183, 175);
}

.nav-cta-btn {
  letter-spacing: 0.02em;
  background: rgb(26, 26, 26) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
  padding: 12px 22px !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  transition: background 0.2s !important;
}

.nav-cta-btn:hover {
  background: rgb(51, 51, 51) !important;
  color: rgb(255, 255, 255) !important;
}

.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 6px 0px;
}

.nav-logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.main-nav-wrap.main-nav-wrap--hover .nav-logo img {
  filter: brightness(0) invert(0);
}

.dropdown-menu .show {
  position: absolute;
  transform: translate3d(0px, -80px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}

.nav-left .dropdown-menu,
.nav-right .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 210px;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 24px;
  padding: 8px 0px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 9999;
  margin-top: 0px !important;
}

.nav-left .nav-item,
.nav-right .nav-item {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.nav-left .dropdown-item,
.nav-right .dropdown-item {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgb(26, 26, 26);
  padding: 9px 20px;
  transition:
    color 0.15s,
    background 0.15s;
  white-space: nowrap;
}

.nav-left .dropdown-item:hover,
.nav-right .dropdown-item:hover {
  background: rgb(250, 248, 247);
  color: rgb(196, 183, 175);
}

@media (min-width: 1101px) {
  .main-nav .nav-left > .nav-item.dropdown:hover > .dropdown-menu,
  .main-nav .nav-left > .nav-item.dropdown > .dropdown-menu.show {
    display: block;
  }

  .main-nav .nav-left > .nav-item.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    height: 10px;
  }
}

.nav-hamburger {
  display: none;
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  font-size: 2.2rem;
  color: rgb(26, 26, 26);
  cursor: pointer;
  padding: 8px;
}

.mobile-menu {
  background: rgb(255, 255, 255);
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
  z-index: 9998;
  padding: 16px 0px;
}

.mobile-menu .nav-link {
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: rgb(26, 26, 26);
  padding: 12px 24px;
}

.mobile-menu .dropdown-item {
  padding: 10px 40px;
  font-family: Jost, sans-serif;
  font-size: 15px;
  color: rgb(85, 85, 85);
}

.backhround-screen {
  display: none;
}

.backhround-screen.active {
  display: block;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100vh;
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
}

.site-header--inner .main-nav-wrap {
  position: relative;
  top: 0px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 0px;
}

.site-header--inner .main-nav-wrap::before {
  background: rgb(255, 255, 255);
}

.site-header--inner .nav-left .nav-link,
.site-header--inner .nav-right .nav-link {
  color: rgb(26, 26, 26);
}

.site-header--inner .nav-logo img {
  filter: none;
}

.site-header--inner .nav-hamburger {
  color: rgb(26, 26, 26);
}

.site-header--inner .main-nav-wrap.main-nav-wrap--hover .nav-left .nav-link,
.site-header--inner .main-nav-wrap.main-nav-wrap--hover .nav-right .nav-link,
.site-header--inner .main-nav-wrap.main-nav-wrap--hover a {
  color: rgb(26, 26, 26);
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
  height: 100%;
}

.hero-section .carousel {
  width: 100%;
}

.carousel-item {
  aspect-ratio: 1920 / 900;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.42);
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  width: 800px;
  max-width: calc(100% - 48px);
  padding: 0px;
}

.hero-title {
  font-family: Jost, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 57.2px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0px 0px 12px;
}

.hero-subtitle {
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(255, 255, 255);
  margin: 0px 0px 32px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  letter-spacing: 0.32px;
  padding: 12px 24px;
  height: 47px;
  border: 2px solid transparent;
  transition: 0.2s;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

.hero-btn--solid {
  width: 215px;
  background: rgb(255, 255, 255);
  color: rgb(35, 31, 32);
  border-color: rgb(255, 255, 255);
}

.hero-btn--solid:hover {
  background: rgba(255, 255, 255, 0.9);
  color: rgb(35, 31, 32);
}

.hero-btn--outline {
  width: 230px;
  background: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.hero-btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  color: rgb(56, 47, 58);
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
}

.hero-arrow:hover {
  opacity: 0.85;
  color: rgb(56, 47, 58);
}

.hero-arrow--prev {
  left: 40px;
}

.hero-arrow--next {
  right: 40px;
}

.hero-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0px;
  padding: 8px 30px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.2);
  width: fit-content;
  border-radius: 16px;
}

.hero-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  margin: 0px;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}

.hero-dots li.active {
  background: rgb(255, 255, 255);
}

.hero__dots {
  display: none;
}

.hero__dot {
  display: none;
}

.ticker-bar {
  background: rgb(238, 234, 231);
  overflow: hidden;
  height: 83px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  animation: 40s linear 0s infinite normal none running ticker-scroll;
  white-space: nowrap;
  padding: 0px;
}

.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-item {
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
  padding: 0px 20px;
  white-space: nowrap;
}

.ticker-sep {
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(56, 47, 58);
  padding: 0px 8px;
}

.ticker-logo-item {
  display: none;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-50%);
  }
}

.section-eyebrow {
  display: inline-block;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17.34px;
  letter-spacing: 0px;
  color: rgb(56, 47, 58);
  padding: 4px 10px;
  background: rgba(196, 183, 175, 0.3);
  margin: 0px;
  text-transform: none;
}

.section-eyebrow--white {
  background: rgb(255, 255, 255);
}

.section-eyebrow--outline {
  background: transparent;
  border: 1px solid rgb(56, 47, 58);
}

.section-title {
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 46.24px;
  letter-spacing: 0px;
  color: rgb(56, 47, 58);
  margin: 0px 0px 16px;
  text-transform: none;
}

.section-title--center {
  text-align: center;
}

.learn-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.102px;
  color: rgb(0, 56, 165);
  text-decoration: none;
  transition: opacity 0.2s;
}

.learn-more-link:hover {
  opacity: 0.75;
  color: rgb(0, 56, 165);
}

.btn--dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  letter-spacing: 0.32px;
  padding: 12px 24px;
  height: 47px;
  background: rgb(35, 31, 32);
  color: rgb(255, 255, 255);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  white-space: nowrap;
}

.btn--dark:hover {
  background: rgb(58, 53, 54);
  color: rgb(255, 255, 255);
}

.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.btn--solid-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  letter-spacing: 0.32px;
  padding: 12px 24px;
  height: 47px;
  background: rgb(35, 31, 32);
  color: rgb(255, 255, 255);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  white-space: nowrap;
}

.btn--solid-dark:hover {
  background: rgb(58, 53, 54);
  color: rgb(255, 255, 255);
}

.collection-fluid {
  padding: 50px 0px;
  background: rgb(255, 255, 255);
}

.collection-fluid .heading-part {
  text-align: center;
  margin-bottom: 0px;
}

.collection-fluid .heading-part h2,
.collection-fluid .heading-part h3 {
  font-family: Lato, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
  margin: 0px;
}

.collection-fluid .heading-sub {
  text-align: center;
  color: rgb(107, 100, 112);
  font-size: 1.7rem;
  margin: 8px 0px 0px;
  line-height: 2.8rem;
}

.collection-fluid .collection-part {
  margin-top: 50px;
}

.collection-fluid .collection-part .card-part {
  border: 1px solid rgb(237, 237, 237);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  transition:
    transform 1s,
    box-shadow 1s,
    border-color 1s;
  transform: perspective(1px) translateZ(0px);
}

.collection-fluid .collection-part .card-part:hover {
  border-color: rgb(196, 183, 175);
  box-shadow: rgba(55, 54, 64, 0.4) 2px 16px 32px -8px;
  transform: translateY(-8px);
}

.collection-fluid .collection-part .card-part img {
  width: 100%;
  display: block;
}

.collection-fluid .collection-part .card-part h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  padding: 10px 16px;
  margin: 0px;
}

.collection-fluid .collection-part .card-part a {
  display: block;
}

.collection-fluid .col-lg-3 {
  padding: 0px 15px;
  margin-bottom: 30px;
}

.logo-fluid {
  background: rgba(196, 183, 175, 0.3);
  padding: 8px 0px;
}

.logo-fluid .main-section {
  text-align: center;
}

.logo-fluid .main-section img {
  width: 140px;
  height: auto;
}

.logo-fluid .main-section h3 {
  font-family: Lato, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
  margin: 0px;
}

.whychoose-fluid {
  padding: 30px 0px;
}

.whychoose-fluid .main-section .heading-part {
  text-align: center;
  margin-bottom: 0px;
}

.whychoose-fluid .main-section .heading-part h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: rgb(56, 47, 58);
}

.whychoose-fluid .main-section .heading-part h3 span {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3.6rem;
  color: rgb(56, 47, 58);
  display: inline;
}

.whychoose-fluid .main-section .choose-list {
  margin-top: 50px;
}

.whychoose-fluid .main-section .choose-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.whychoose-fluid .main-section .choose-list ul li {
  text-align: center;
  width: 32%;
  height: 120px;
  border-bottom: 2px solid rgb(196, 183, 175);
  margin-bottom: 30px;
}

.whychoose-fluid .main-section .choose-list ul li img {
  width: 48px;
  height: 48px;
}

.whychoose-fluid .main-section .choose-list ul li p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: rgb(56, 47, 58);
  margin-top: 10px;
}

.knowmore-fluid {
  padding: 60px 0px;
  background: rgb(56, 47, 58);
}

.knowmore-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.knowmore-fluid .content-part {
  flex: 1 1 0%;
}

.knowmore-fluid .content-part .label {
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(196, 183, 175);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.knowmore-fluid .content-part h2 {
  font-family: Lato, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: rgb(255, 255, 255);
  margin: 0px 0px 16px;
}

.knowmore-fluid .content-part p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 28px;
}

.knowmore-fluid .content-part a {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(196, 183, 175);
  color: rgb(56, 47, 58);
  font-family: Lato, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 4px;
  transition: background 0.2s;
}

.knowmore-fluid .content-part a:hover {
  background: rgb(179, 165, 156);
}

.knowmore-fluid .image-part {
  flex: 0 0 420px;
}

.knowmore-fluid .image-part img {
  width: 100%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 40px;
}

.retailer-cta-fluid {
  padding: 60px 0px;
  background: rgb(247, 244, 242);
}

.retailer-cta-fluid .main-section {
  text-align: center;
}

.retailer-cta-fluid .main-section .label {
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(196, 183, 175);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.retailer-cta-fluid .main-section h2 {
  font-family: Lato, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: rgb(56, 47, 58);
  margin: 0px 0px 16px;
}

.retailer-cta-fluid .main-section p {
  font-size: 1.7rem;
  color: rgb(107, 100, 112);
  line-height: 2.8rem;
  max-width: 580px;
  margin: 0px auto 28px;
}

.retailer-cta-fluid .main-section a {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(69, 76, 77);
  color: rgb(255, 255, 255);
  font-family: Lato, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 4px;
  transition: background 0.2s;
  margin: 0px 6px;
}

.retailer-cta-fluid .main-section a:hover {
  background: rgb(100, 110, 111);
}

.retailer-cta-fluid .main-section a.btn-outline {
  background: transparent;
  color: rgb(69, 76, 77);
  border: 2px solid rgb(69, 76, 77);
}

.retailer-cta-fluid .main-section a.btn-outline:hover {
  background: rgb(69, 76, 77);
  color: rgb(255, 255, 255);
}

.footer-fluid {
  padding: 40px 0px;
  background: rgb(56, 47, 58);
  position: relative;
}

.footer-fluid .footer-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-fluid .card-part {
  min-width: 160px;
  margin-bottom: 30px;
}

.footer-fluid .card-part .heading {
  margin-bottom: 10px;
  margin-top: 0px;
}

.footer-fluid .card-part .heading h3 {
  font-family: Lato, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: rgb(196, 183, 175);
  margin: 0px;
  line-height: 2.4rem;
  letter-spacing: 0.006em;
}

.footer-fluid .list-part ul li {
  margin-bottom: 8px;
}

.footer-fluid .list-part ul li:last-child {
  margin-bottom: 0px;
}

.footer-fluid .list-part ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.7rem;
  line-height: 2.8rem;
  transition: color 0.2s;
}

.footer-fluid .list-part ul li a:hover {
  color: rgb(255, 255, 255);
}

.footer-fluid .address-part p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.footer-fluid .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
}

.footer-fluid .social-media ul li {
  margin-right: 30px;
}

.footer-fluid .social-media ul li:last-child {
  margin-right: 0px;
}

.footer-fluid .social-media ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  line-height: 2.4rem;
  transition: color 0.2s;
}

.footer-fluid .social-media ul li a:hover {
  color: rgb(196, 183, 175);
}

.footer-fluid .footer-logo img {
  max-width: 110px;
  height: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.copyright-fluid {
  background: rgb(45, 37, 47);
  padding: 8px 0px;
  border-top: 1px solid rgba(196, 183, 175, 0.15);
}

.copyright-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-fluid .main-section p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
}

.copyright-fluid .main-section p a {
  color: rgba(196, 183, 175, 0.8);
  transition: color 0.2s;
}

.copyright-fluid .main-section p a:hover {
  color: rgb(196, 183, 175);
}

.page-hero-fluid {
  background: linear-gradient(135deg, rgb(56, 47, 58) 0%, rgb(90, 74, 94) 100%);
  padding: 70px 0px 60px;
  text-align: center;
}

.page-hero-fluid h1 {
  font-family: Lato, sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 5.6rem;
  color: rgb(255, 255, 255);
  margin: 0px 0px 14px;
}

.page-hero-fluid p {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 3.2rem;
  max-width: 640px;
  margin: 0px auto;
}

.page-hero-fluid .breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.page-hero-fluid .breadcrumb-nav a,
.page-hero-fluid .breadcrumb-nav span {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.page-hero-fluid .breadcrumb-nav a:hover {
  color: rgb(196, 183, 175);
}

.page-hero-fluid .breadcrumb-nav .sep {
  color: rgba(255, 255, 255, 0.3);
}

.page-hero-fluid .breadcrumb-nav .current {
  color: rgb(196, 183, 175);
}

.about-fluid {
  padding: 70px 0px 50px;
}

.about-fluid .main-section {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}

.about-fluid .main-section .image-part {
  flex: 0 0 45%;
}

.about-fluid .main-section .image-part img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(56, 47, 58, 0.14) 0px 10px 40px;
}

.about-fluid .main-section .content-part {
  flex: 1 1 0%;
}

.about-fluid .main-section .content-part h2 {
  font-family: Lato, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
  margin: 0px 0px 6px;
}

.about-fluid .main-section .content-part .label {
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(196, 183, 175);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.about-fluid .main-section .content-part p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3rem;
  color: rgb(56, 47, 58);
  margin-bottom: 20px;
}

.about-fluid .main-section .content-part p a {
  color: rgb(196, 183, 175);
}

.about2-fluid {
  padding: 0px 0px 70px;
}

.about2-section {
  margin-bottom: 48px;
}

.about2-section h2 {
  font-family: Lato, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 3.4rem;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
  margin: 0px 0px 16px;
}

.about2-section p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3rem;
  color: rgb(74, 74, 74);
  margin-bottom: 16px;
}

.about2-section ul {
  list-style: none;
  padding: 0px;
}

.about2-section ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: rgb(74, 74, 74);
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.about2-section ul li::before {
  content: "—";
  position: absolute;
  left: 0px;
  color: rgb(196, 183, 175);
}

.about-divider {
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: rgba(196, 183, 175, 0.3) currentcolor currentcolor;
  border-image: initial;
  margin: 16px 0px;
}

.howitwork-fluid {
  padding: 70px 0px;
}

.howitwork-fluid .heading-part {
  text-align: center;
  margin-bottom: 10px;
}

.howitwork-fluid .heading-part h2 {
  font-family: Lato, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
  color: rgb(56, 47, 58);
  margin: 0px;
}

.howitwork-fluid .heading-part p {
  font-size: 1.8rem;
  color: rgb(107, 100, 112);
  line-height: 3rem;
  max-width: 640px;
  margin: 12px auto 0px;
}

.howitwork-fluid .work-part {
  margin-top: 60px;
}

.howitwork-fluid .work-step {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-bottom: 80px;
}

.howitwork-fluid .work-step:last-child {
  margin-bottom: 0px;
}

.howitwork-fluid .work-step.reversed {
  flex-direction: row-reverse;
}

.howitwork-fluid .work-step .image-part {
  flex: 0 0 48%;
}

.howitwork-fluid .work-step .image-part img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(56, 47, 58, 0.12) 0px 8px 32px;
}

.howitwork-fluid .work-step .content-part {
  flex: 1 1 0%;
}

.howitwork-fluid .work-step .content-part .step-num {
  font-family: Lato, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  color: rgba(196, 183, 175, 0.25);
  line-height: 1;
  margin-bottom: -20px;
  display: block;
}

.howitwork-fluid .work-step .content-part h2 {
  font-family: Lato, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 3.4rem;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
  margin: 0px 0px 14px;
}

.howitwork-fluid .work-step .content-part p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3rem;
  color: rgb(74, 74, 74);
  margin-bottom: 10px;
}

.contact-email-fluid {
  background: rgb(247, 244, 242);
  padding: 50px 0px;
}

.contact-email-fluid .main-section {
  text-align: center;
}

.contact-email-fluid .main-section h3 {
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.8rem;
  color: rgb(56, 47, 58);
  margin: 0px 0px 16px;
}

.retailer-hero-fluid {
  background: linear-gradient(
    135deg,
    rgb(56, 47, 58) 0%,
    rgb(90, 74, 94) 60%,
    rgb(56, 47, 58) 100%
  );
  padding: 80px 0px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.retailer-hero-fluid::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: url("../img/slider/slider1.png") center center / cover no-repeat;
  opacity: 0.08;
}

.retailer-hero-fluid .container {
  position: relative;
  z-index: 1;
}

.retailer-hero-fluid h1 {
  font-family: Lato, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 6rem;
  color: rgb(255, 255, 255);
  margin: 0px 0px 16px;
}

.retailer-hero-fluid p {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 3.2rem;
  max-width: 660px;
  margin: 0px auto 36px;
}

.retailer-hero-fluid .hero-cta a {
  display: inline-block;
  padding: 16px 40px;
  background: rgb(196, 183, 175);
  color: rgb(56, 47, 58);
  font-family: Lato, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  border-radius: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s;
}

.retailer-hero-fluid .hero-cta a:hover {
  background: rgb(179, 165, 156);
}

.retailer-benefits-fluid {
  padding: 70px 0px;
  background: rgb(255, 255, 255);
}

.retailer-benefits-fluid .heading-part {
  text-align: center;
  margin-bottom: 50px;
}

.retailer-benefits-fluid .heading-part h2 {
  font-family: Lato, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
  color: rgb(56, 47, 58);
  text-transform: uppercase;
  margin: 0px 0px 10px;
}

.retailer-benefits-fluid .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.benefit-card {
  padding: 32px 24px;
  border-radius: 10px;
  background: rgb(247, 244, 242);
  border: 1px solid rgba(196, 183, 175, 0.3);
  text-align: center;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}

.benefit-card:hover {
  box-shadow: rgba(56, 47, 58, 0.12) 0px 10px 30px;
  transform: translateY(-4px);
}

.benefit-card .icon {
  font-size: 3.2rem;
  color: rgb(196, 183, 175);
  margin-bottom: 16px;
}

.benefit-card h3 {
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: rgb(56, 47, 58);
  margin: 0px 0px 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.benefit-card p {
  font-size: 1.5rem;
  color: rgb(107, 100, 112);
  line-height: 2.4rem;
  margin: 0px;
}

.retailer-form-fluid {
  padding: 70px 0px;
  background: rgb(247, 244, 242);
}

.retailer-form-fluid .form-wrapper {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: rgba(56, 47, 58, 0.1) 0px 8px 40px;
  padding: 56px 64px;
  max-width: 860px;
  margin: 0px auto;
}

.retailer-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.retailer-form .form-group {
  margin-bottom: 20px;
}

.retailer-form label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(56, 47, 58);
  margin-bottom: 6px;
}

.retailer-form input[type="text"],
.retailer-form input[type="email"],
.retailer-form input[type="tel"],
.retailer-form select,
.retailer-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 1.6rem;
  border: 1.5px solid rgba(56, 47, 58, 0.2);
  border-radius: 6px;
  background: rgb(250, 249, 248);
  color: rgb(56, 47, 58);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
}

.retailer-form .submit-btn {
  width: 100%;
  padding: 18px;
  background: rgb(69, 76, 77);
  color: rgb(255, 255, 255);
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s;
  margin-top: 10px;
}

.retailer-form .submit-btn:hover {
  background: rgb(90, 100, 101);
}

.faqs-fluid {
  padding: 50px 0px;
}

.faqs-fluid .heading-part h2 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: rgb(0, 0, 0);
}

.faq .faq-list ul {
  padding: 0px;
  list-style: none;
}

.faq .faq-list li {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  position: relative;
  padding: 24px 16px;
  border-bottom: 1px solid rgb(242, 242, 242);
}

.faq .faq-list a {
  display: block;
  position: relative;
  padding: 0px;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(196, 183, 175);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.faq .faq-list p {
  margin-bottom: 0px;
  padding: 10px 0px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: rgb(0, 0, 0);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.contactus-fluid {
  padding: 50px 0px;
  background: rgb(196, 183, 175);
}

.contactus-fluid .card-part {
  padding: 16px 0px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  text-align: center;
  height: 500px;
}

.contactus-fluid .card-part h2 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.contactus-fluid .card-part h3 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.contactus-fluid .card-part.flexproperty {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contactus-fluid .card-part .fa {
  width: 58px;
  height: 58px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  font-size: 20px;
  color: rgb(0, 0, 0);
  line-height: 58px;
  margin-bottom: 8px;
}

.contactus-fluid .card-part p.first {
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.second {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.second a,
.contactus-fluid .card-part p.third a {
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.third {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.contactus-fluid .card-part p.fourth {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(69, 76, 77);
}

.contactus-fluid .card-part span.fifth,
.contactus-fluid .card-part p.fifth {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(69, 76, 77);
}

.contactus-fluid .card-part a img {
  width: 24px;
  margin: 0px 0px;
}

.aboutus-fluid {
  padding: 60px 0px 80px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px -1px 0px inset;
}

.aboutus-fluid .content-part.without-image {
  width: 70%;
  margin: 0px auto;
}

.aboutus-fluid .content-part h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
}

.aboutus-fluid .content-part h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgb(97, 100, 104);
  font-weight: 500;
}

.aboutus-fluid .content-part p {
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.aboutus-fluid .content-part p a {
  color: rgb(0, 56, 165);
}

.form-fluid {
  padding: 50px 0px;
}

.form-fluid .main-section {
  padding: 32px 0px;
  width: 100%;
  margin: 0px auto;
}

.form-fluid .heading-part h2,
.form-fluid .main-section h2 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form-fluid .form-part {
  margin-top: 20px;
}

.form-fluid .form-part ul {
  display: flex;
  flex-direction: column;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.form-fluid .form-part ul li {
  border: 1px solid rgb(228, 228, 228);
  padding: 10px 20px;
  margin-bottom: 20px;
}

.form-fluid .form-part ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.form-fluid .form-part ul li img,
.form-fluid .form-part .icon-pdf {
  max-width: 50px;
  height: auto;
}

.breadcum-fluid {
  padding: 20px 0px 0px;
}

.breadcum-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcum-fluid .main-section .left-part ul {
  display: flex;
  align-items: center;
}

.breadcum-fluid .main-section .left-part ul li {
  margin-right: 10px;
  font-size: 16px;
  color: rgb(46, 76, 77);
}

.site-footer__home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.site-footer__home-link .fa {
  font-size: 1.6rem;
}

.container-endless {
  max-width: 1200px;
  padding: 0px 30px;
  margin: 0px auto;
}

.toparrow {
  position: absolute;
  right: 40px;
  top: 20px;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 5px 13px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgb(240, 240, 240);
  width: fit-content;
  color: var(--color-text-muted);
}

.section-eyebrow--outline {
  background: transparent;
  border: 1px solid var(--color-text);
  color: var(--color-text);
  padding: 6px 16px;
}

.section-title {
  margin: 0px 0px 1rem;
  font-family: var(--font-primary);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text);
}

.section-title--center {
  text-align: center;
}

.about {
  background: rgb(255, 255, 255);
  overflow: hidden;
}

.about__container {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 80px 156px;
  max-width: 1440px;
  margin: 0px auto;
  box-sizing: border-box;
}

.about__visual {
  flex: 0 0 550px;
  height: 540px;
  position: relative;
  overflow: visible;
}

.about__img {
  position: absolute;
  object-fit: cover;
}

.about__img--primary {
  top: 0px;
  right: 0px;
  width: 314px;
  height: 367px;
  z-index: 1;
}

.about__img--secondary {
  bottom: 0px;
  left: 0px;
  width: 318px;
  height: 371px;
  z-index: 2;
}

.about__copy {
  flex: 0 0 498px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__copy-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about__copy-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about__copy .section-title {
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.24px;
  color: rgb(56, 47, 58);
  margin: 0px;
}

.about__copy p {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: rgb(102, 102, 102);
  margin: 0px;
}

.about__copy .btn--dark {
  align-self: flex-start;
  width: 128px;
  height: 47px;
}

.btn {
  display: inline-block;
  min-height: 24px;
  padding: 12px 28px;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  transition:
    background 0.2s,
    opacity 0.2s;
}

.btn--solid-light {
  background: var(--color-white);
  color: var(--color-charcoal);
}

.btn--solid-dark {
  background: var(--color-charcoal);
  color: var(--color-white);
}

.btn--solid-dark:hover {
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.collections-slider {
  background: rgb(238, 234, 231);
  overflow: hidden;
}

.collections-slider .section-inner {
  padding: 80px 100px;
  max-width: 1440px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.collections-slider__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.collections-slider__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0px;
  width: 100%;
}

.collections-slider__viewport {
  flex: 1 1 0%;
  overflow: hidden;
  position: relative;
}

.collections-slider__viewport::before,
.collections-slider__viewport::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 80px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.collections-slider__viewport::before {
  left: 0px;
  background: linear-gradient(90deg, rgb(238, 234, 231), transparent);
}

.collections-slider__viewport::after {
  right: 0px;
  background: linear-gradient(90deg, transparent, rgb(238, 234, 231));
}

.collections-slider__track {
  display: flex;
  gap: 30px;
  transition: transform 0.45s;
  will-change: transform;
}

.collections-slider__slide {
  flex: 0 0 260px;
  min-width: 0px;
}

.collections-slider__card {
  display: block;
  text-align: center;
  color: inherit;
}

.collections-slider__image {
  width: 260px;
  height: 300px;
  overflow: hidden;
  background: rgb(255, 255, 255);
}

.collections-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.collections-slider__card:hover .collections-slider__image img {
  transform: scale(1.03);
}

.collections-slider__label {
  margin: 10px 0px 0px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(56, 47, 58);
  text-align: center;
  transition: color 0.2s;
}

.collections-slider__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: rgb(56, 47, 58);
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collections-slider__arrow:hover:not(:disabled) {
  opacity: 0.7;
}

.collections-slider__arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

.product-highlights {
  background: rgb(255, 255, 255);
}

.product-highlights .section-inner {
  padding: 80px 156px;
  max-width: 1440px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.product-highlights__grid {
  display: flex;
  gap: 30px;
  width: 100%;
}

.product-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex: 1 1 0%;
  background: rgb(255, 255, 255);
}

.product-highlight__image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: rgb(245, 245, 245);
}

.product-highlight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-highlight__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
}

.product-highlight__title {
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: rgb(56, 47, 58);
  margin: 0px;
  letter-spacing: 0px;
  text-transform: none;
}

.product-highlight__desc {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(102, 102, 102);
  margin: 0px;
}

.retailer-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 705px;
  background: rgb(238, 234, 231);
}

.retailer-cta__media {
  overflow: hidden;
}

.retailer-cta__media img {
  width: 100%;
  height: 100%;
  min-height: 705px;
  object-fit: cover;
  display: block;
}

.retailer-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0px 100px;
  text-align: center;
  background: rgb(238, 234, 231);
  box-sizing: border-box;
}

.retailer-cta__text-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.retailer-cta__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.retailer-cta__content .section-title {
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.24px;
  color: rgb(56, 47, 58);
  text-align: center;
  margin: 0px;
}

.retailer-cta__content p {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: rgb(102, 102, 102);
  margin: 0px;
  text-align: center;
}

.retailer-cta__content .btn--dark {
  width: 230px;
  height: 47px;
}

.wedding-banner {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.wedding-banner__bg {
  position: absolute;
  inset: 0px;
  background: url("../img/wedding-banner.webp") center center / cover no-repeat;
  z-index: 0;
}

.wedding-banner__content {
  position: relative;
  z-index: 1;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: calc(100% - 160px);
}

.wedding-banner__title {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  letter-spacing: 0px;
  text-transform: uppercase;
  color: rgb(56, 47, 58);
  margin: 0px;
}

.benefits {
  background: rgb(255, 255, 255);
}

.benefits .section-inner {
  padding: 80px 156px;
  max-width: 1440px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.benefits__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 100%;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 259px);
  gap: 30px;
  width: 100%;
  justify-content: center;
}

.benefits .benefit-card {
  width: 259px;
  height: 200px;
  padding: 20px;
  background: rgba(196, 183, 175, 0.3);
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 0px;
  text-align: left;
  transition: none;
  justify-content: flex-start;
}

.benefits .benefit-card:hover {
  box-shadow: none;
  transform: none;
}

.benefit-card__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.benefit-card__text {
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(56, 47, 58);
  margin: 0px;
}

.site-footer {
  position: relative;
  background: rgb(56, 47, 58);
  color: rgb(255, 255, 255);
  overflow: hidden;
  min-height: 580px;
}

.site-footer__watermark {
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.site-footer__watermark img {
  width: 500px;
  height: auto;
  opacity: 0.1;
  filter: brightness(0) invert(1);
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  padding: 60px 100px 40px;
  max-width: 1440px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer__logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.site-footer__tagline {
  max-width: 311px;
  margin: 0px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

.site-footer__divider {
  border-width: 1px medium medium;
  border-style: solid none none;
  border-color: rgba(255, 255, 255, 0.15) currentcolor currentcolor;
  border-image: initial;
  margin: 0px;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.site-footer__heading {
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.9px;
  color: rgb(255, 255, 255);
  margin: 0px 0px 16px;
  letter-spacing: 0px;
}

.site-footer__links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 20px;
}

.site-footer__links-grid ul,
.site-footer__contact-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.site-footer__links-grid li {
  margin-bottom: 16px;
}

.site-footer__links-grid a,
.site-footer__contact-list a {
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.site-footer__links-grid a:hover,
.site-footer__contact-list a:hover {
  color: rgb(255, 255, 255);
}

.site-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__contact-list i {
  margin-top: 2px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.site-footer__bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  min-height: 36px;
}

.site-footer__copyright {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.site-footer__social {
  display: flex;
  align-items: center;
}

.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgb(56, 47, 58);
  font-size: 16px;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.site-footer__social a:hover {
  opacity: 0.8;
  color: rgb(56, 47, 58);
}

.about-hero,
.hiw-hero,
.partner-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(520px, 58vh, 680px);
  overflow: hidden;
}

.about-hero__bg,
.hiw-hero__bg,
.partner-hero__bg {
  position: absolute;
  inset: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero__bg {
  background-image: url("https://d2dtfeai6qg5ne.cloudfront.net/endless/testing/img/slider/about-us.webp");
}

.hiw-hero__bg {
  background-image: url("https://d2dtfeai6qg5ne.cloudfront.net/endless/testing/img/slider/hiw.webp");
}

.partner-hero__bg {
  background-image: url("https://d2dtfeai6qg5ne.cloudfront.net/endless/testing/img/slider/become-a-partner.webp");
}

.about-hero::before,
.hiw-hero::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}

.partner-hero::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}

.about-hero__content,
.hiw-hero__content,
.partner-hero__content {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  width: 800px;
  max-width: calc(100% - 48px);
  padding: 0px;
}

.about-hero__title,
.hiw-hero__title,
.partner-hero__title {
  font-family: Jost, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 57.2px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0px 0px 12px;
}

.site-header--hero .main-nav-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  background: transparent;
}

.about-intro {
  padding: clamp(4rem, 8vw, 7rem) 15px;
  text-align: center;
  background: rgb(255, 255, 255);
}

.about-intro__logo {
  display: block;
  width: 72px;
  height: auto;
  margin: 0px auto 2rem;
}

.about-intro__heading {
  margin: 0px 0px 1.5rem;
  font-family: var(--font-primary);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: var(--letter-wide);
  text-transform: uppercase;
  color: rgb(26, 26, 26);
}

.about-intro__text {
  max-width: 720px;
  margin: 0px auto;
  font-family: var(--font-primary);
  font-size: var(--text-body-lg);
  line-height: 1.75;
  color: rgb(107, 107, 107);
}

.about-story {
  padding-block: var(--section-pad-y);
  background: var(--color-card-alt);
}

.about-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.about-story .section-eyebrow {
  background: var(--color-card);
  color: rgb(90, 83, 77);
}

.about-story__copy .section-title {
  margin-bottom: 1.5rem;
}

.about-story__copy p {
  margin: 0px 0px 1.25rem;
  font-family: var(--font-primary);
  font-size: var(--text-body);
  line-height: 1.8;
  color: rgb(74, 74, 74);
}

.about-story__copy p:last-child {
  margin-bottom: 0px;
}

.about-story__visual {
  position: relative;
  min-height: 620px;
}

.about-story__img--primary {
  display: block;
  width: 100%;
  max-width: 420px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px;
}

.about-story__img--secondary {
  position: absolute;
  top: 380px;
  left: 330px;
  width: 42%;
  max-width: 220px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 28px;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.about-split__media {
  min-height: 320px;
}

.about-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.about-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem);
  text-align: center;
  background: rgb(255, 255, 255);
}

.about-split__title {
  margin: 0px 0px 1.5rem;
  font-family: Lato, sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(26, 26, 26);
}

.about-split__content p {
  max-width: 520px;
  margin: 0px 0px 1rem;
  font-family: var(--font-primary);
  font-size: var(--text-body);
  line-height: 1.8;
  color: rgb(107, 107, 107);
}

.about-split__content p:last-child {
  margin-bottom: 0px;
}

.about-split--reverse .about-split__media {
  order: 2;
}

.about-split--reverse .about-split__content {
  order: 1;
}

.about-commitment {
  background: url("../img/about-commitment.png") center center / cover no-repeat;
  min-height: 517px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
}

.about-commitment__content {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  align-items: center;
  padding: 0px 90px;
}

.about-commitment__left {
  grid-column: 1;
}

.about-commitment__right {
  grid-column: 3;
  padding-left: 24px;
}

.about-commitment h2 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-commitment p,
.about-commitment li {
  font-size: 16px;
  line-height: 1.8;
  color: rgb(255, 255, 255);
}

.about-commitment__list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0px;
}

.about-commitment__list li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.about-values {
  padding: clamp(4rem, 8vw, 6rem) 0px;
  background: rgb(255, 255, 255);
}

.about-values__heading {
  margin: 0px 0px clamp(3rem, 5vw, 4.5rem);
  font-family: Lato, sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: rgb(26, 26, 26);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.about-values__card {
  padding: 0px 1rem;
  text-align: center;
  & img {
    margin-bottom: 34px;
  }
}

.about-values__icon {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0px auto 1.5rem;
  color: rgb(58, 58, 58);
}

.about-values__title {
  margin: 0px 0px 1rem;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(26, 26, 26);
}

.about-values__card p {
  margin: 0px;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgb(107, 107, 107);
}

.hiw-timeline {
  background: rgb(255, 255, 255);
}

.hiw-timeline__intro {
  max-width: 820px;
  margin: 0px auto;
  padding: clamp(3.5rem, 7vw, 5.5rem) 15px clamp(2rem, 4vw, 3rem);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: var(--letter-wide);
  text-align: center;
  text-transform: uppercase;
  color: rgb(45, 41, 48);
}

.hiw-timeline__track {
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 15px clamp(2rem, 4vw, 3rem);
}

.hiw-timeline__track::before {
  content: "";
  position: absolute;
  top: 170px;
  bottom: 0px;
  left: 50%;
  width: 1px;
  background: rgb(213, 210, 207);
  transform: translateX(-50%);
  z-index: 0;
  height: 1920px;
}

.hiw-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 48px minmax(0px, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4rem) 0px;
}

.hiw-step__media {
  grid-area: 1 / 1;
}

.hiw-step__marker {
  grid-area: 1 / 2;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.hiw-step__marker span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(45, 41, 48);
  font-family: Lato, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.hiw-step__content {
  grid-area: 1 / 3;
}

.hiw-step--reverse .hiw-step__media {
  grid-column: 3;
}

.hiw-step--reverse .hiw-step__content {
  grid-column: 1;
}

.hiw-step__media-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 244px;
  height: 244px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--color-card-alt);
}

.hiw-step__media img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
}

.hiw-step__title {
  margin: 0px 0px 1rem;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(45, 41, 48);
}

.hiw-step__content p {
  margin: 0px 0px 0.85rem;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgb(102, 102, 102);
}

.hiw-step__content p:last-child {
  margin-bottom: 0px;
}

.hiw-step__list {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: rgb(102, 102, 102);
  list-style: disc;
  padding-left: 4rem;
  margin: 0px;
}

.hiw-step__list li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.hiw-finale {
  padding: 0px 15px clamp(4rem, 8vw, 7rem);
  text-align: center;
}

.hiw-finale__eyebrow {
  margin: 0px 0px 1rem;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(45, 41, 48);
}

.hiw-finale__title {
  max-width: 820px;
  margin: 0px auto 1.5rem;
  font-family: Lato, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(45, 41, 48);
}

.hiw-finale__text {
  max-width: 680px;
  margin: 0px auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgb(102, 102, 102);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border: 0px;
}

.partner-application {
  padding: clamp(3rem, 6vw, 5rem) 0px clamp(4rem, 8vw, 7rem);
  background: rgb(255, 255, 255);
}

.partner-application__intro {
  max-width: 920px;
  margin: 0px auto clamp(2.5rem, 5vw, 4rem);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
  color: rgb(26, 26, 26);
}

.partner-application__grid {
  display: grid;
  grid-template-columns: minmax(0px, 1.7fr) minmax(280px, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: start;
}

.partner-form-panel {
  background: rgb(228, 225, 225);
  padding: 70px 55px 90px;
}

.partner-form-panel__title {
  margin: 0px 0px 50px;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgb(53, 45, 58);
}

.partner-form__row {
  margin-bottom: 26px;
}

.partner-form__row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}

.partner-form__field input,
.partner-form__field textarea {
  width: 100%;
  border: 0px;
  background: rgb(255, 255, 255);
  padding: 0px 14px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(143, 138, 138);
  box-sizing: border-box;
}

.partner-form__field input {
  height: 47px;
}

.partner-form__field textarea {
  height: 120px;
  padding-top: 28px;
  resize: none;
}

.partner-form__field input::placeholder,
.partner-form__field textarea::placeholder {
  color: rgb(143, 138, 138);
}

.partner-form__group {
  margin-bottom: 25px;
  border: 0px;
  padding: 0px;
}

.partner-form__legend {
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgb(53, 45, 58);
}

.partner-form__checks--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.partner-form__checks--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.partner-form__checks {
  gap: 35px 60px;
}

.partner-form__check {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: rgb(143, 138, 138);
}

.partner-form__check input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(154, 148, 148);
  background: rgb(255, 255, 255);
  position: relative;
  cursor: pointer;
}

.partner-form__check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: rgb(53, 45, 58);
  border-image: initial;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
}

.partner-form__actions {
  text-align: center;
}

.partner-form__submit {
  width: 97px;
  height: 47px;
  border: 0px;
  background: rgb(35, 29, 34);
  color: rgb(255, 255, 255);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.partner-cta-panel {
  padding: clamp(2rem, 3.5vw, 2.75rem) clamp(1.75rem, 3vw, 2.25rem);
  background: rgb(59, 49, 58);
  color: rgb(255, 255, 255);
  top: 40px;
  left: 20px;
  margin-top: 40px;
  margin-left: 10px;
  position: sticky;
}

.partner-cta-panel__title {
  margin: 0px 0px 1.25rem;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.partner-form__field input,
.partner-form__field textarea {
  padding-bottom: 5px;
}

.partner-form__field input::placeholder,
.partner-form__field textarea::placeholder {
  color: rgb(0, 0, 0);
}

.partner-cta-panel__text {
  margin: 0px 0px 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgb(255, 255, 255);
}

.partner-cta-panel__btn {
  display: inline-block;
  padding: 13px 22px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 8px;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgb(26, 26, 26);
  transition:
    background 0.2s,
    box-shadow 0.2s;
}

.partner-cta-panel__btn:hover {
  background: rgb(245, 245, 245);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 4px 12px;
  color: rgb(26, 26, 26);
}

.carousel {
  aspect-ratio: 1920 / 900;
}

.nav-logo {
  width: 120px;
  height: 120px;
}

.hero-content {
  min-height: 150px;
}
