[dir] .c-brand-page__gray-section {
  background-color: #F5F5F5;
}

.c-brand-page__content-section .cs-section-2 {
  grid-template-columns: 1fr;
  align-items: center;
}

[dir] .c-brand-page__content-section .cs-section-2 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-brand-page__content-section .cs-section-2 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.c-brand-page__content-section .cs-section-item-span-1.cs-section-image {
  grid-row: 2;
}
@media (min-width: 768px) {
  .c-brand-page__content-section .cs-section-item-span-1.cs-section-image {
    grid-row: auto;
  }
}
.c-brand-page__content-section .cs-keep-original {
  height: 1.4rem;
  vertical-align: middle;
}
[dir=ltr] .c-brand-page__content-section .cs-keep-original {
  margin-right: 0.5rem;
}
[dir=rtl] .c-brand-page__content-section .cs-keep-original {
  margin-left: 0.5rem;
}
[dir] .c-brand-page__content-section .cs-section-item-span-1 p {
  margin: 0;
}
[dir] .c-brand-page__content-section .cs-section-item-span-1:has(h2) p + p {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  [dir] .c-brand-page__content-section .cs-section-item-span-1:has(h2) p + p {
    margin-bottom: 0.5rem;
  }
}
[dir] .c-brand-page__content-section .cs-section-image .ci-image {
  border-radius: 0.5rem;
}
.c-brand-page__content-section .cs-btn-empty {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #183884;
  fill: #183884;
  stroke: #183884;
}
[dir] .c-brand-page__content-section .cs-btn-empty {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #183884;
  background-color: transparent;
}
.c-brand-page__content-section .cs-btn-empty:focus {
  outline: none;
}
[dir] .c-brand-page__content-section .cs-btn-empty:focus {
  box-shadow: 0 0 0 0.3rem rgba(24, 56, 132, 0.4);
}
.c-brand-page__content-section .cs-btn-empty:active {
  color: #FFF;
}
[dir] .c-brand-page__content-section .cs-btn-empty:active {
  background-color: #183884;
}
.c-brand-page__content-section .cs-btn-empty:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .c-brand-page__content-section .cs-btn-empty:hover {
    color: #FFF;
  }
  [dir] .c-brand-page__content-section .cs-btn-empty:hover {
    background-color: #183884;
  }
  .c-brand-page__content-section .cs-btn-empty:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.c-brand-page__content-section .cs-btn-empty:disabled {
  color: #6F7E8B;
}
[dir] .c-brand-page__content-section .cs-btn-empty:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.c-brand-page__content-section .cs-btn-empty {
  min-width: 20rem;
}
[dir] .c-brand-page__content-section .cs-btn-empty {
  padding: 0.8rem;
}

.c-brand-page__content-section--additional {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  align-items: center;
  max-width: 40rem;
  color: #2E353B;
}

[dir] .c-brand-page__content-section--additional {
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}
[dir] .c-brand-page__content-section--additional p, [dir] .c-brand-page__content-section--additional .cs-section-2 {
  margin: 0;
}
[dir] .c-brand-page__content-section--additional > :first-child {
  text-align: center;
}
.c-brand-page__content-section--additional .cs-section-2 {
  grid-template-columns: 1fr 1fr;
}
.c-brand-page__content-section--additional .cs-section-2:has(.ci-image-preview) {
  grid-template-columns: 9.5rem -webkit-max-content;
  grid-template-columns: 9.5rem max-content;
}
@media (max-width: 767.98px) {
  .c-brand-page__content-section--additional .cs-section-2:has(.ci-image-preview) {
    margin-left: auto;
    margin-right: auto;
  }
}
[dir] .c-brand-page__content-section--additional .cs-section-2:has(.cs-keep-original) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .c-brand-page__content-section--additional {
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    column-gap: 5rem;
    max-width: 70rem;
  }
}
@media (min-width: 1280px) {
  .c-brand-page__content-section--additional {
    grid-template-columns: 19rem 1fr 1fr;
    max-width: 128rem;
  }
  .c-brand-page__content-section--additional > :first-child {
    grid-column: 2;
    justify-self: end;
    max-width: 33rem;
  }
}

.c-brand-page__content-section h2,
.c-brand-page__content-section--additional [id] {
  scroll-margin-top: 8rem;
}