/* ========================
    Styling with Variables
  ======================== */
:root {
  --primary-blue: #009efa;
  --dark-blue: #0f233c;
  --white: #ffffff;
  --font-regular: 400;
  --font-family: "Roboto", sans-serif;
  --subfont-family: "Roboto Flex", sans-serif;
}

body {
  font-family: var(--font-family);
  font-family: var(--subfont-family);
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 0px !important;
}

.hero-identity-section {
  height: auto;
}
.hero-identity-section .hero-identity-section__content .hero-identity-section__title {
  text-align: center;
  font-size: 56px;
  font-family: var(--font-family);
  color: #000;
  font-weight: 600;
  max-width: 800px;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 51px auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hero-identity-section .hero-identity-section__content .hero-identity-section__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hero-identity-section .hero-identity-section__content .hero-identity-section__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .hero-identity-section .hero-identity-section__content .hero-identity-section__title {
    font-size: 50px;
  }
}
.hero-identity-section .hero-identity-section__content .hero-identity-section__description {
  text-align: center;
  font-size: 20px;
  font-family: var(--subfont-family);
  line-height: 31px;
  max-width: 950px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
.hero-identity-section .hero-identity-section__content .hero-identity-section__description .hero-identity-section__link {
  color: #000;
}
.hero-identity-section .hero-identity-section__image {
  margin-top: 32px;
  height: 572px;
  background-image: url("../../assets/img/identify.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  border-radius: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .hero-identity-section .hero-identity-section__image {
    background-position: center;
  }
}

.leadership-section {
  background-color: #f4f4f4;
  margin-top: 67px;
  height: auto;
  padding: 64px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .leadership-section {
    margin-top: 40px;
  }
}
.leadership-section .leadership-section__wrapper .leadership-section__content {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__title {
  font-size: 48px;
  max-width: 500px;
  width: 100%;
  font-weight: 600;
  font-family: var(--font-family);
}
.leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__description {
  font-size: 20px;
  line-height: 31px;
  margin-top: 24px;
  max-width: 545px;
  width: 100%;
  font-family: var(--subfont-family);
}
.leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__link {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
.leadership-section .leadership-section__wrapper .leadership-section__image {
  height: 600px;
  text-align: center;
  background-image: url("../../assets/img/settingbar.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .leadership-section .leadership-section__wrapper .leadership-section__image {
    background-position: left;
  }
}
.leadership-section .leadership-section__wrapper .leadership-section__sections-content {
  padding: 75px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .leadership-section .leadership-section__wrapper .leadership-section__sections-content {
    padding: 50px;
  }
}
.leadership-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__title {
  font-size: 48px;
  font-weight: 600;
  font-family: var(--font-family);
  max-width: 500px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .leadership-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__title {
    font-size: 37px;
  }
}
.leadership-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__description {
  font-size: 20px;
  line-height: 31px;
  margin-top: 24px;
  max-width: 545px;
  width: 100%;
  font-family: var(--subfont-family);
}
.leadership-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__link {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.leadership-commented-section {
  background-color: #f4f4f4;
  margin-top: 67px;
  height: auto;
  padding: 64px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .leadership-commented-section {
    margin-top: 40px;
  }
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__content {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__content .leadership-section__title {
  font-size: 48px;
  max-width: 500px;
  width: 100%;
  font-weight: 600;
  font-family: var(--font-family);
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__content .leadership-section__description {
  font-size: 20px;
  line-height: 31px;
  margin-top: 24px;
  max-width: 545px;
  width: 100%;
  font-family: var(--subfont-family);
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__content .leadership-section__link {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
.leadership-commented-section .leadership-section__wrapper .leadership-section-image {
  height: 600px;
  text-align: center;
  background-image: url("../../assets/img/commented.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 10px;
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content {
  padding: 75px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content {
    padding: 50px;
  }
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__title {
  font-size: 48px;
  font-weight: 600;
  font-family: var(--font-family);
  max-width: 500px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__title {
    font-size: 37px;
  }
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__description {
  font-size: 20px;
  line-height: 31px;
  margin-top: 24px;
  max-width: 545px;
  width: 100%;
  font-family: var(--subfont-family);
}
.leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__link {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.hero-divider {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .hero-divider {
    margin-top: 10px;
  }
}
.hero-divider .hero-divider__line {
  border: 1px solid #d9d9d9;
  height: 1px;
}

.brands-showcase {
  height: auto;
}
.brands-showcase .brands-showcase__content .brands-showcase__heading {
  text-align: center;
  margin-top: 128px;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  font-family: var(--font-family);
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .brands-showcase .brands-showcase__content .brands-showcase__heading {
    margin-top: 50px;
  }
}
.brands-showcase .brands-showcase__content .brands-showcase__description {
  font-size: 20px;
  font-family: var(--subfont-family);
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
.brands-showcase .brands-showcase__content .brands-showcase__logos {
  margin-top: 49px;
}
.brands-showcase .brands-showcase__content .brands-showcase__cta {
  margin-top: 61px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .brands-showcase .brands-showcase__content .brands-showcase__cta {
    margin-top: 30px;
  }
}
.brands-showcase .brands-showcase__content .brands-showcase__cta .brands-showcase__link {
  font-size: 20px;
  text-decoration: none;
  font-family: var(--subfont-family);
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.brand-info {
  margin-top: 128px;
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .brand-info {
    margin-top: 50px;
  }
}
.brand-info .brand-info__intro .brand-info__heading {
  text-align: center;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  font-family: var(--font-family);
}
.brand-info .brand-info__intro .brand-info__description {
  text-align: center;
  font-family: var(--subfont-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  max-width: 800px;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
.brand-info .brand-info__content {
  margin-top: 32px;
}
.brand-info .brand-info__content .brand-info__image {
  height: 600px;
  text-align: center;
  background-image: url("../../assets/img/topbrands.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.brand-info .brand-info__accordion-wrapper {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 75px 0px;
}
.brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item {
  padding: 28px 0px;
  border-left: none !important;
  border-right: none !important;
}
.brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .accordion-button {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #fff;
  border-left: none;
  padding: 0;
}
.brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .brand-info__accordion-wrapper-title {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  font-family: var(--font-family);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .brand-info__accordion-wrapper-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .brand-info__accordion-wrapper-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .brand-info__accordion-wrapper-title {
    font-size: 24px;
  }
}
.brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .accordion-collapse .brand-info__accordion-body {
  padding: 0;
}
.brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .accordion-collapse .brand-info__accordion-body .brand-info__accordion-wrapper-description {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--subfont-family);
  margin-top: 24px;
  line-height: 31px;
}
.brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .accordion-collapse .brand-info__accordion-body .brand-info__accordion-wrapper-links {
  font-size: 16px;
  margin-top: 30px;
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  font-family: var(--font-family);
  line-height: 24px;
  display: block;
}

.identity-section {
  height: auto;
  margin-top: 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .identity-section {
    margin-top: 80px;
  }
}
.identity-section .identity-section__content .identity-section__title {
  text-align: center;
  font-size: 56px;
  font-family: var(--font-family);
  color: #000;
  font-weight: 600;
  max-width: 800px;
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .identity-section .identity-section__content .identity-section__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .identity-section .identity-section__content .identity-section__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .identity-section .identity-section__content .identity-section__title {
    font-size: 50px;
  }
}
.identity-section .identity-section__content .identity-section__description {
  text-align: center;
  font-size: 20px;
  font-family: var(--subfont-family);
  line-height: 31px;
  max-width: 950px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
.identity-section .identity-section__content .identity-section__description .identity-section__link {
  color: #000;
}
.identity-section .identity-section__image {
  margin-top: 32px;
  height: 572px;
  background-image: url("../../assets/img/identity-section.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  border-radius: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .identity-section .identity-section__image {
    background-position: center;
  }
}

.content-divider {
  margin-top: 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .content-divider {
    margin-top: 50px;
  }
}
.content-divider .content-divider__line {
  border: 1px solid #d9d9d9;
}

.careers-cta {
  margin-top: 74px;
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .careers-cta {
    margin-top: 50px;
  }
}
.careers-cta .careers-cta__content .careers-cta__title {
  font-size: 64px;
  font-family: var(--font-family);
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .careers-cta .careers-cta__content .careers-cta__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .careers-cta .careers-cta__content .careers-cta__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .careers-cta .careers-cta__content .careers-cta__title {
    font-size: 50px;
  }
}
.careers-cta .careers-cta__content .careers-cta__subtitle {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  font-family: var(--font-family);
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .careers-cta .careers-cta__content .careers-cta__subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .careers-cta .careers-cta__content .careers-cta__subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .careers-cta .careers-cta__content .careers-cta__subtitle {
    font-size: 24px;
  }
}
.careers-cta .careers-cta__content .careers-cta__button {
  max-width: 128.78px;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #009efa;
  border-radius: 7px;
  border: none;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 48px auto 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*================ Hero Section ================*/
  .hero-identity-section .hero-identity-section__content .hero-identity-section__title {
    font-size: 40px;
  }
  /*================ Leadership Section ================*/
  .leadership-commented-section {
    padding: 0;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__content {
    height: 500px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__content .leadership-section__title {
    font-size: 40px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__image {
    background-position: top;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content {
    height: 400px;
    padding: 0;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__title {
    font-size: 40px;
  }
  /*================ Hero Divider ================*/
  .hero-divider {
    margin-top: 20px;
  }
  /*================ Brands Showcase Section ================*/
  .brands-showcase .brands-showcase__content .brands-showcase__heading {
    margin-top: 50px;
    font-size: 40px;
  }
  /*================ Brand Info Section ================*/
  .brand-info {
    margin-top: 50px;
  }
  .brand-info .brand-info__accordion-wrapper {
    padding: 20px 0px;
    height: auto;
  }
  .brand-info .brand-info__intro .brand-info__heading {
    font-size: 40px;
  }
  /*================ Identity Section ================*/
  .identity-section {
    margin-top: 20px;
  }
  .identity-section .identity-section__content .identity-section__title {
    font-size: 40px;
  }
  /*================ Content Divider ================*/
  .content-divider {
    margin-top: 50px;
  }
  /*================ Careers CTA Section ================*/
  .careers-cta .careers-cta__content .careers-cta__title {
    font-size: 40px;
  }
  .careers-cta .careers-cta__content .careers-cta__subtitle {
    font-size: 20px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__logos .brands-showcase__logo {
    max-width: 152px;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 14px auto;
  }
}
@media (max-width: 767px) {
  /*================ Hero Section ================*/
  .hero-identity-section .hero-identity-section__content .hero-identity-section__title {
    font-size: 20px;
    margin: 21px auto;
  }
  .hero-identity-section .hero-identity-section__content .hero-identity-section__description {
    font-size: 16px;
    margin: 15px auto;
  }
  .hero-identity-section .hero-identity-section__image {
    height: 150px;
  }
  .hero-divider {
    margin-top: 10px;
  }
  /*================ Leadership Section ================*/
  .leadership-section {
    margin-top: 48px;
    padding: 38px 0px 0px 0px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__content {
    height: auto;
    padding: 0px 0px 24px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__title {
    font-size: 20px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__description {
    font-size: 16px;
    margin-top: 15px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__link {
    margin-top: 15px;
    font-size: 15px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__image {
    height: 150px;
    margin: 0px 10px 0px 10px;
    border-radius: 10px;
  }
  /*================ Leadership Commented Section ================*/
  .leadership-commented-section {
    margin-top: 48px;
    padding: 0;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content {
    padding: 0px 0px 24px;
    height: auto;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__title {
    font-size: 20px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__description {
    font-size: 16px;
    line-height: 31px;
    margin-top: 15px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__link {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section-image {
    height: 150px;
    margin: 0px 10px 10px 10px;
    text-align: center;
    background-image: url(../../assets/img/commented.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  /*================ Brands Showcase Section ================*/
  .brands-showcase .brands-showcase__content {
    margin: 48px 0px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__heading {
    font-size: 20px;
    margin-top: 0px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__cta {
    margin-top: 34px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__cta .brands-showcase__link {
    font-size: 15px;
  }
  /*================ Brand Info Section ================*/
  .brand-info {
    margin-top: 30px;
  }
  .brand-info .brand-info__intro .brand-info__heading {
    font-size: 20px;
  }
  .brand-info .brand-info__intro .brand-info__description {
    font-size: 16px;
    margin: 15px auto;
  }
  .brand-info .brand-info__accordion-wrapper {
    padding: 0;
    height: auto;
  }
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item {
    padding: 20px 0px 20px 0px;
  }
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .brand-info__accordion-wrapper-title {
    font-size: 20px;
  }
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .accordion-collapse .brand-info__accordion-body .brand-info__accordion-wrapper-links {
    font-size: 15px;
    margin-top: 15px;
  }
  .brand-info .brand-info__content .brand-info__image {
    margin-top: 35px;
    height: 150px;
    text-align: center;
    background-image: url(../../assets/img/topbrands.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  /*================ Identity Section ================*/
  .identity-section {
    margin-top: 48px;
  }
  .identity-section .identity-section__content .identity-section__title {
    font-size: 20px;
  }
  .identity-section .identity-section__content .identity-section__description {
    font-size: 16px;
    margin: 15px auto;
  }
  .identity-section .identity-section__image {
    height: 150px;
    background-image: url(../../assets/img/identity-section.webp);
    border-radius: 10px;
  }
  /*================ Content Divider ================*/
  .content-divider {
    margin-top: 30px;
  }
  /*================ Careers CTA Section ================*/
  .careers-cta {
    margin-top: 48px;
  }
  .careers-cta .careers-cta__content {
    text-align: center;
  }
  .careers-cta .careers-cta__content .careers-cta__title {
    font-size: 20px;
    max-width: 208px;
    margin: 0 auto;
    display: block;
  }
  .careers-cta .careers-cta__content .careers-cta__subtitle {
    font-size: 16px;
    margin-top: 15px;
  }
  .careers-cta .careers-cta__button {
    max-width: 226px !important;
    width: 100%;
    height: 34px !important;
    font-size: 15px !important;
    margin: 24px auto 0 !important;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__logos {
    margin-top: 24px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__logos .brands-showcase__logo {
    max-width: 100px;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 14px auto;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__description {
    font-size: 16px;
    margin: 15px auto;
  }
}
@media (max-width: 374px) {
  /*================ Hero Section ================*/
  .hero-identity-section .hero-identity-section__content .hero-identity-section__title {
    font-size: 20px;
    margin: 21px auto;
  }
  .hero-identity-section .hero-identity-section__content .hero-identity-section__description {
    font-size: 16px;
    margin: 15px auto;
  }
  .hero-identity-section .hero-identity-section__image {
    height: 165px;
    border-radius: 10px;
    margin-top: 15px;
  }
  /*================ Leadership Section ================*/
  .leadership-section .leadership-section__wrapper .leadership-section__content {
    height: 320px;
    margin: 38px 0px 24px 0px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__title {
    font-size: 20px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__description {
    font-size: 16px;
    margin-top: 15px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__content .leadership-section__link {
    margin-top: 15px;
    font-size: 15px;
  }
  .leadership-section .leadership-section__wrapper .leadership-section__image {
    height: 210px;
    margin: 0px 10px 0px 10px;
    border-radius: 10px;
  }
  /*================ Leadership Commented Section ================*/
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content {
    padding: 0;
    height: 330px;
    margin: 0px 0px 24px 0px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__title {
    font-size: 20px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__description {
    font-size: 16px;
    margin-top: 15px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section__sections-content .leadership-section__link {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
  }
  .leadership-commented-section .leadership-section__wrapper .leadership-section-image {
    height: 210px;
    margin: 0px 10px 0px 10px;
    border-radius: 10px;
  }
  /*================ Hero Divider ================*/
  .hero-divider {
    margin-top: 30px;
  }
  /*================ Brands Showcase Section ================*/
  .brands-showcase .brands-showcase__content .brands-showcase__heading {
    margin-top: 48px;
    font-size: 20px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__description {
    font-size: 16px;
    margin: 15px auto;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__logos {
    margin-top: 24px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__logos .brands-showcase__logo {
    max-width: 62px;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 14px auto;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__cta {
    margin-top: 24px;
  }
  .brands-showcase .brands-showcase__content .brands-showcase__cta .brands-showcase__link {
    font-size: 15px;
  }
  /*================ Brand Info Section ================*/
  .brand-info {
    margin-top: 30px;
  }
  .brand-info .brand-info__intro .brand-info__heading {
    font-size: 20px;
  }
  .brand-info .brand-info__intro .brand-info__description {
    font-size: 16px;
    margin: 15px auto;
  }
  .brand-info .brand-info__content .brand-info__image {
    height: 174px;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .brand-info .brand-info__accordion-wrapper {
    height: auto;
    margin: 0 0 30px 0;
  }
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item {
    padding: 15px 0;
  }
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .brand-info__accordion-header .brand-info__accordion-wrapper-title {
    font-size: 20px;
  }
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .accordion-collapse .brand-info__accordion-body .brand-info__accordion-wrapper-description {
    font-size: 16px;
    margin-top: 15px;
  }
  .brand-info .brand-info__accordion-wrapper .brand-info__accordion .brand-info__accordion-item .accordion-collapse .brand-info__accordion-body .brand-info__accordion-wrapper-links {
    font-size: 15px;
    margin-top: 15px;
  }
  /*================ Identity Section ================*/
  .identity-section {
    margin-top: 48px;
  }
  .identity-section .identity-section__content .identity-section__title {
    font-size: 20px;
  }
  .identity-section .identity-section__content .identity-section__description {
    font-size: 16px;
    margin: 15px auto;
  }
  .identity-section .identity-section__image {
    height: 150px;
    background-image: url(../../assets/img/identity-section.webp);
    border-radius: 10px;
  }
  /*================ Careers CTA Section ================*/
  .careers-cta .careers-cta__content {
    margin-top: 30px;
    text-align: center;
  }
  .careers-cta .careers-cta__content .careers-cta__title {
    font-size: 20px;
    max-width: 208px;
    margin: 0 auto;
    display: block;
  }
  .careers-cta .careers-cta__content .careers-cta__subtitle {
    font-size: 16px;
    margin-top: 15px;
  }
  .careers-cta .careers-cta__button {
    max-width: 100% !important;
    width: 100%;
    height: 34px !important;
    font-size: 15px !important;
    margin: 24px auto 0 !important;
  }
  .leadership-section {
    padding: 0 0 38px;
  }
  .leadership-commented-section {
    margin-top: 48px;
    padding: 0;
  }
}/*# sourceMappingURL=about.css.map */