/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[4]!../../node_modules/import-glob/index.js!./styles/who-we-are.sass ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --header-font-family: Degular, sans-serif;
  --main-font-family: FixelDisplay, sans-serif;
}

body.new-design {
  --header-font-family: FixelDisplay, sans-serif;
}

body.new-design h1,
body.new-design .h1 {
  font-weight: 800;
}

body.new-design h1,
body.new-design h2,
body.new-design h3,
body.new-design h4,
body.new-design h5,
body.new-design h6,
body.new-design .h1,
body.new-design .h2,
body.new-design .h3,
body.new-design .h4,
body.new-design .h5,
body.new-design .h6 {
  letter-spacing: -2%;
}

:root {
  --header-font-family: Degular, sans-serif;
  --main-font-family: FixelDisplay, sans-serif;
}

body.new-design {
  --header-font-family: FixelDisplay, sans-serif;
}

body.new-design h1,
body.new-design .h1 {
  font-weight: 800;
}

body.new-design h1,
body.new-design h2,
body.new-design h3,
body.new-design h4,
body.new-design h5,
body.new-design h6,
body.new-design .h1,
body.new-design .h2,
body.new-design .h3,
body.new-design .h4,
body.new-design .h5,
body.new-design .h6 {
  letter-spacing: -2%;
}

.main-banner {
  overflow: hidden;
}

.main-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 218px 0 138px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .wrapper {
    padding: 180px 0 100px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 100px;
    text-align: center;
  }
}

@media only screen and (max-width: 567px) {
  .main-banner .wrapper {
    padding: 140px 0 60px;
    row-gap: 50px;
  }
}

.old-design .main-banner .wrapper {
  padding: 138px 0;
}

@media only screen and (max-width: 1600px) {
  .old-design .main-banner .wrapper {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 567px) {
  .old-design .main-banner .wrapper {
    padding: 60px 0;
  }
}

.main-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
  font-family: var(--header-font-family);
  max-width: 850px;
}

@media only screen and (max-width: 1600px) {
  .main-banner-title {
    max-width: 750px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 567px) {
  .main-banner-title {
    margin-bottom: 24px;
  }
}

.main-banner-title h1,
.main-banner-title .h1 {
  font-size: 110px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--header-font-family);
}

@media only screen and (min-width: 1601px) {
  .main-banner-title h1.smaller-lg,
  .main-banner-title .h1.smaller-lg {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .main-banner-title h1,
  .main-banner-title .h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-title h1,
  .main-banner-title .h1 {
    font-size: 50px;
    word-break: break-word;
  }
}

.new-design .main-banner-title h1,
.new-design .main-banner-title .h1 {
  font-size: 86px;
  font-weight: 800;
}

@media only screen and (min-width: 1601px) {
  .new-design .main-banner-title h1.smaller-lg,
  .new-design .main-banner-title .h1.smaller-lg {
    font-size: 76px;
  }
}

@media only screen and (max-width: 1600px) {
  .new-design .main-banner-title h1,
  .new-design .main-banner-title .h1 {
    font-size: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .new-design .main-banner-title h1,
  .new-design .main-banner-title .h1 {
    font-size: 48px;
  }
}

.main-banner-title h1 picture,
.main-banner-title .h1 picture {
  margin-left: 10px;
}

.main-banner-title h1 picture img,
.main-banner-title .h1 picture img {
  display: block;
}

@media only screen and (max-width: 568px) {
  .main-banner-title h1 picture,
  .main-banner-title .h1 picture {
    width: 186px;
  }
}

.main-banner-title h1 picture img,
.main-banner-title .h1 picture img {
  width: 100%;
}

.main-banner .banner-subtitle {
  max-width: 720px;
}

@media only screen and (max-width: 1600px) {
  .main-banner .banner-subtitle {
    max-width: 600px;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .banner-subtitle {
    margin: 0 auto;
  }
}

.main-banner picture img {
  height: auto;
}

@media only screen and (max-width: 568px) {
  .main-banner picture img {
    width: 100%;
  }
}

.main-banner .banner-photo img {
  display: block;
}

.main-banner.yellow {
  background-color: #DBE10C;
}

.main-banner.yellow .category {
  background-color: #353638;
  color: #F6F8F9;
}

.main-banner.yellow .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.yellow .date .time:before {
  background-color: #353638;
}

.main-banner.dark-green {
  background-color: #1E3D47;
  color: white;
}

.main-banner.dark-green .category {
  background-color: #DBE10C;
  color: #353638;
}

.main-banner.dark-green .category:hover {
  background-color: #F683FF;
}

.main-banner.dark-green .date .time:before {
  background-color: #A1DDC0;
}

.main-banner.dark-green .author {
  color: #A1DDC0;
}

.main-banner.mint {
  background-color: #A1DDC0;
  color: #106368;
}

.main-banner.mint .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.mint .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.mint .date .time:before {
  background-color: #353638;
}

.main-banner.lavender {
  background-color: #D4D2FF;
}

.main-banner.lavender .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.lavender .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.lavender .date .time:before {
  background-color: #353638;
}

.main-banner.pink {
  background-color: #D3B7F7;
}

.main-banner.pink .category {
  background-color: #106368;
  color: #F6F8F9;
}

.main-banner.pink .category:hover {
  background-color: #F683FF;
  color: #353638;
}

.main-banner.pink .date .time:before {
  background-color: #353638;
}

.main-banner.dark {
  background-color: #353638;
  color: #F6F8F9;
}

.main-banner.dark .category {
  background-color: #DBE10C;
  color: #353638;
}

.main-banner.dark .category:hover {
  background-color: #F683FF;
}

.main-banner.dark .date .time:before {
  background-color: #F6F8F9;
}

.main-banner.bright-pink {
  background-color: #F683FF;
}

.main-banner.beige {
  background-color: #E9E3E3;
}

.main-banner.beige .b-pill {
  background-color: #A5C3FF;
}

.main-banner.blue {
  background-color: #A5C3FF;
}

.main-banner.deep-purple {
  background-color: #291F4F;
  color: #F6F8F9;
}

.main-banner.deep-purple .b-pill {
  background-color: #9BA3E9;
}

.main-banner.policy .wrapper {
  padding: 231px 0;
}

@media only screen and (max-width: 1200px) {
  .main-banner.policy .wrapper {
    padding: 160px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .main-banner.policy .wrapper {
    padding: 144px 32px 64px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner.policy .wrapper {
    padding: 144px 16px 64px;
  }
}

@media only screen and (max-width: 768px) {
  .old-design .main-banner.policy .wrapper {
    padding: 64px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .old-design .main-banner.policy .wrapper {
    padding: 64px 16px;
  }
}

.main-banner.policy .wrapper h1,
.main-banner.policy .wrapper .h1 {
  font-family: var(--header-font-family);
  font-size: 110px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1600px) {
  .main-banner.policy .wrapper h1,
  .main-banner.policy .wrapper .h1 {
    font-size: 80px;
    line-height: 110%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner.policy .wrapper h1,
  .main-banner.policy .wrapper .h1 {
    font-size: 50px;
    line-height: 115%;
    margin-bottom: 24px;
  }
}

.new-design .main-banner.policy .wrapper h1,
.new-design .main-banner.policy .wrapper .h1 {
  font-size: 86px;
  font-weight: 800;
}

@media only screen and (max-width: 1600px) {
  .new-design .main-banner.policy .wrapper h1,
  .new-design .main-banner.policy .wrapper .h1 {
    font-size: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .new-design .main-banner.policy .wrapper h1,
  .new-design .main-banner.policy .wrapper .h1 {
    font-size: 48px;
  }
}

.main-banner.policy .wrapper .updated-date {
  color: rgba(41, 31, 79, 0.4);
  font-size: 24px;
  line-height: 160%;
}

@media only screen and (max-width: 1600px) {
  .main-banner.policy .wrapper .updated-date {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner.policy .wrapper .updated-date {
    font-size: 16px;
    line-height: 115%;
  }
}

.main-banner.policy .wrapper .updated-date span {
  color: rgb(41, 31, 79);
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  opacity: 0.8;
}

.humans {
  margin: 200px 0;
}

@media only screen and (max-width: 1600px) {
  .humans {
    margin: 180px 0;
  }
}

@media only screen and (max-width: 567px) {
  .humans {
    margin: 100px 0;
  }
}

.humans .container .wrapper .section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media only screen and (min-width: 993px) {
  .humans .container .wrapper .section-text .h2 {
    margin: -10px 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .humans .container .wrapper .section-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media only screen and (max-width: 567px) {
  .humans .container .wrapper .section-text {
    gap: 32px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.humans .container .wrapper img {
  width: 100%;
  height: auto;
}

.b-awards {
  overflow: hidden;
  margin-bottom: 300px;
}

@media only screen and (max-width: 567px) {
  .b-awards {
    margin-bottom: 200px;
  }
}

.b-awards .container {
  padding: 100px 40px 120px;
}

@media only screen and (max-width: 567px) {
  .b-awards .container {
    padding: 48px 16px 120px;
  }
}

.b-awards .text {
  margin-bottom: 64px;
}

@media only screen and (max-width: 567px) {
  .b-awards .text {
    margin-bottom: 25px;
  }
}

.b-awards .text .title {
  margin-bottom: 16px;
  font-family: var(--header-font-family);
  font-size: 64px;
  font-weight: 600;
  line-height: 115%;
}

@media only screen and (max-width: 1600px) {
  .b-awards .text .title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 568px) {
  .b-awards .text .title {
    font-size: 32px;
    text-align: center;
  }
}

.new-design .b-awards .text .title {
  font-size: 58px;
}

@media only screen and (max-width: 1600px) {
  .new-design .b-awards .text .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 568px) {
  .new-design .b-awards .text .title {
    font-size: 28px;
  }
}

.b-awards .slide-wrapper img {
  width: 100%;
  max-width: 100%;
}

.b-awards .swiper .swiper-button-prev,
.b-awards .swiper .swiper-button-next {
  width: 80px;
  height: 80px;
  bottom: -120px;
}

.b-awards .swiper .swiper-button-prev.swiper-button-disabled,
.b-awards .swiper .swiper-button-next.swiper-button-disabled {
  display: block;
  opacity: 0.2;
}

.b-awards .swiper .swiper-button-prev {
  left: 0;
}

@media only screen and (min-width: 993px) {
  .b-awards .swiper .swiper-button-prev {
    left: initial;
    right: 90px;
  }
}

.press {
  background-color: #291F4F;
}

.press .wrapper {
  padding: 200px 0;
}

.press h2 {
  color: #fff;
}

@media only screen and (max-width: 567px) {
  .press h2 {
    text-align: center;
  }
}

.press-img {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 567px) {
  .press-img {
    margin-top: 60px;
  }
}

.press-img img {
  max-width: 100%;
  height: auto;
}

.press-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 80px;
}

@media only screen and (max-width: 567px) {
  .press-links-wrapper {
    margin-top: 60px;
  }
}

.press-links-wrapper a:hover {
  opacity: 0.8;
}

.press .media-kit {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 567px) {
  .press .media-kit {
    margin-top: 60px;
  }
}

.press .media-kit a {
  display: inline-block;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #A5C3FF;
  border-radius: 24px;
  border: 1.5px solid #A5C3FF;
}

.press .media-kit a:hover {
  color: #84ABFB;
  border-color: #84ABFB;
}

.press .media-kit a:hover svg {
  margin-left: 10px;
  margin-right: -2px;
}

.press .media-kit a:hover svg path {
  fill: #84ABFB;
}

.press .media-kit a svg {
  vertical-align: top;
  margin-left: 8px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.press-kit {
  margin: 300px 0;
}

@media only screen and (max-width: 567px) {
  .press-kit {
    margin: 200px 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .press-kit {
    overflow: hidden;
  }
}

.press-kit .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1334px;
  margin: 0 auto;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1600px) {
  .press-kit .wrapper .h2 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 1201px) {
  .press-kit .wrapper .section-wrapper {
    max-width: 50%;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .press-kit .wrapper .h2 {
    max-width: 505px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .press-kit .wrapper .section-wrapper {
    min-width: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .press-kit .wrapper .h2 {
    font-size: 40px;
  }

  .new-design .press-kit .wrapper .h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 992px) {
  .press-kit .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .press-kit .wrapper .section-text {
    text-align: center;
  }

  .press-kit .wrapper .mediakit-img img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 567px) {
  .press-kit .buttons {
    text-align: center;
  }
}

.press-kit .download {
  display: inline-block;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #291F4F;
  border-radius: 24px;
  background-color: #CEDEFF;
  border: 1px solid transparent;
}

.press-kit .download:hover {
  background-color: #A5C3FF;
}

.press-kit .download:hover svg {
  margin-left: 10px;
  margin-right: -2px;
}

.press-kit .download svg {
  vertical-align: top;
  margin-left: 8px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.years {
  padding: 200px 0 320px;
  background: #fff;
  overflow: hidden;
}

.years .line {
  width: 100%;
  height: 2px;
  background-color: #CEDEFF;
}

.years .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .years .text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

@media only screen and (min-width: 993px) {
  .years .text-wrapper .h2 {
    margin: -10px 0 0;
  }
}

.years .wrapper {
  margin-top: -8px;
}

.years .wrapper .swiper .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 183px;
}

.years .wrapper .swiper .slide-wrapper .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CEDEFF;
  margin-bottom: 24px;
  border: 4px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.years .wrapper .swiper .slide-wrapper .year {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .years .wrapper .swiper .slide-wrapper .year {
    font-size: 18px;
    line-height: 24px;
  }
}

.years .wrapper .swiper .slide-wrapper picture {
  margin-bottom: 16px;
}

.years .wrapper .swiper .slide-wrapper picture img {
  display: block;
}

.years .wrapper .swiper .slide-wrapper .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 568px) {
  .years .wrapper .swiper .slide-wrapper .name {
    font-size: 18px;
    line-height: 24px;
  }
}

.years .wrapper .swiper .slide-wrapper .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 568px) {
  .years .wrapper .swiper .slide-wrapper .description {
    font-size: 12px;
    line-height: 16px;
  }
}

.years .wrapper .swiper .swiper-button-prev,
.years .wrapper .swiper .swiper-button-next {
  width: 80px;
  height: 80px;
  bottom: -120px;
}

.years .wrapper .swiper .swiper-button-prev.swiper-button-disabled,
.years .wrapper .swiper .swiper-button-next.swiper-button-disabled {
  display: block;
  opacity: 0.2;
}

.years .wrapper .swiper .swiper-button-prev {
  left: 0;
}

@media only screen and (min-width: 993px) {
  .years .wrapper .swiper .swiper-button-prev {
    left: initial;
    right: 90px;
  }
}

.company {
  margin: 300px 0 200px;
}

@media only screen and (max-width: 567px) {
  .company {
    margin: 200px 0 100px;
  }
}

.company .wrapper {
  max-width: 1334px;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .company .wrapper {
    max-width: 1158px;
  }
}

.company .wrapper p a:hover {
  text-decoration: underline;
}

.company .wrapper .link {
  display: inline-block;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #291F4F;
  border-radius: 24px;
  background-color: #CEDEFF;
  border: 1px solid transparent;
}

.company .wrapper .link:hover {
  background-color: #A5C3FF;
}

.company .wrapper .link:hover svg {
  margin-left: 10px;
  margin-right: -2px;
}

.company .wrapper .link svg {
  vertical-align: top;
  margin-left: 8px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media only screen and (min-width: 568px) and (max-width: 1600px) {
  .company .wrapper .text-xl {
    font-size: 40px;
  }

  .new-design .company .wrapper .text-xl {
    font-size: 38px;
  }
}

.contact-us {
  padding-top: 100px;
  padding-bottom: 80px;
}

.contact-us-cover {
  margin-top: -100px;
}

@media only screen and (min-width: 993px) {
  .contact-us-cover {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    margin-top: 0;
  }

  .contact-us-cover img {
    max-height: 580px;
  }
}

.contact-us-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.contact-us .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #D9D7FF;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .contact-us .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-us .wrapper .section-text h2 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 567px) {
  .contact-us .wrapper .section-text h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .contact-us .wrapper .section-text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-us .wrapper .address {
  margin-top: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 40px;
}

@media only screen and (max-width: 992px) {
  .contact-us .wrapper .address {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 567px) {
  .contact-us .wrapper .address {
    row-gap: 24px;
  }
}

.contact-us .wrapper .address a {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #291F4F;
  border-radius: 24px;
  background-color: transparent;
  border: 1px solid #B2B613;
}

.contact-us .wrapper .address a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DBE10C;
  z-index: -1;
  border-radius: 24px;
}

.contact-us .wrapper .address a:hover:after {
  background: #BEC21E;
}

.contact-us .wrapper .address a:hover svg {
  margin-left: 10px;
  margin-right: -2px;
}

.contact-us .wrapper .address a svg {
  vertical-align: top;
  margin-left: 8px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact-us-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding: 78px;
  padding-right: 0;
}

@media only screen and (max-width: 1200px) {
  .contact-us-wrapper {
    padding: 60px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 993px) {
  .contact-us-wrapper {
    min-height: 580px;
  }
}

@media only screen and (max-width: 992px) {
  .contact-us-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 80px;
  }
}

@media only screen and (max-width: 568px) {
  .contact-us-wrapper {
    padding: 60px 24px;
  }
}

.main-banner .wrapper .text {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body {
  margin: 0;
  font-family: var(--main-font-family);
  color: #291F4F;
  background-color: #F7F4EF;
}

.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 568px) {
  .container {
    padding: 0 16px;
  }
}

.header-fixed .container {
  max-width: 1400px;
}

.b-pills {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .b-pills {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 567px) {
  .b-pills {
    margin-bottom: 24px;
  }
}

.b-pill {
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #291F4F;
  border-radius: 25px;
  background: #C5BFFF;
}

.text-lg {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  max-width: 720px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .text-lg {
    font-size: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .text-lg {
    font-size: 16px;
  }
}

.text-lg a {
  color: #F683FF;
}

.text-lg a:hover {
  text-decoration: underline;
}

.text-xl {
  font-family: var(--header-font-family);
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
}

@media only screen and (max-width: 567px) {
  .text-xl {
    font-size: 28px;
  }
}

.text-xl a {
  color: #F683FF;
}

.text-xl a:hover {
  text-decoration: underline;
}

.h2 {
  font-family: var(--header-font-family);
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 568px) {
  .h2 {
    font-size: 32px;
  }
}

.new-design .h2 {
  font-size: 58px;
}

@media only screen and (max-width: 1600px) {
  .new-design .h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 568px) {
  .new-design .h2 {
    font-size: 28px;
  }
}

.section-text {
  margin-bottom: 80px;
}

@media only screen and (max-width: 567px) {
  .section-text {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-text .h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 567px) {
  .section-text {
    text-align: center;
  }
}

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

@media only screen and (max-width: 567px) {
  .section-wrapper {
    gap: 60px;
  }
}

footer {
  background-color: #F7F4EF;
}

footer .wrapper {
  border-top-color: rgba(41, 31, 79, 0.2);
}

@media only screen and (max-width: 767px) {
  .hidden-mobile-xl {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .visible-mobile-xl {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hidden-screen-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .visible-screen-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hidden-screen-xl {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .visible-screen-xl {
    display: none !important;
  }
}



/*# sourceMappingURL=who-we-are.css.map*/