:root {
  --white: white;
  --black: black;
}

.navbar-no-shadow {
  background-color: #f8f8f8;
  font-family: Rubik, sans-serif;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.container-regular {
  width: 100%;
  max-width: 1300px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 15px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: SF pro, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff621f;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-dark {
  color: #9ba8b0;
  background-color: #042639;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 20px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  display: block;
}

.container.main {
  max-width: 800px;
  margin-top: 160px;
  margin-bottom: 200px;
}

.container.footer {
  max-width: 1300px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.container.award {
  background-image: url('../images/6410a5774354bbb3c9d84a57_logos_bg-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.container.application {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.container.terms {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container.contact {
  display: block;
}

.container.text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-brand {
  flex: 0 auto;
  display: block;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #9ba8b0;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-link.w--current {
  font-family: Rubik, sans-serif;
  text-decoration: none;
}

.footer-social-block {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  opacity: .13;
  color: #313131;
  background-color: #9ba8b0;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 0;
}

.footer-divider.footer {
  margin-bottom: 20px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #fd7927;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: static;
}

.heading {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
}

.image {
  width: 200px;
  max-width: none;
  display: block;
}

.section-2 {
  background-color: #042639;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2 {
  color: #042639;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 80px;
}

.section-3 {
  background-color: #fff;
  background-image: url('../images/back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-content {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph {
  color: #365161;
  text-align: center;
  margin-bottom: 60px;
}

.paragraph.herotext {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.hero-button {
  grid-column-gap: 20px;
  justify-content: center;
  height: 40px;
  display: flex;
}

.image-2 {
  height: 40px;
}

.section-mobile {
  display: flex;
}

.section-screen {
  margin-top: -100px;
  margin-bottom: 0;
  display: flex;
}

.hero-screen {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.image-3 {
  max-width: 30%;
}

.image-3.screen1 {
  object-fit: contain;
  max-width: 30%;
}

.image-3.screen2 {
  object-fit: contain;
  max-width: 40%;
}

.image-3.screen3 {
  object-fit: contain;
}

.feature {
  margin-bottom: 140px;
  display: block;
}

.heading-3 {
  color: #9ba8b0;
  margin-bottom: 40px;
}

.heading-3.feel {
  color: #cdd4d7;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.column {
  padding-right: 20px;
}

.paragraph-2 {
  color: #9ba8b0;
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2.download {
  margin-bottom: 60px;
}

.text-block {
  color: #cdd4d7;
  text-align: center;
  background-color: #9ba8b02b;
  border-radius: 7px;
  margin-top: 0;
  padding: 4px 10px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-block.download {
  color: #042639;
  background-color: #cdd4d7;
  border-radius: 7px;
  font-family: Rubik, sans-serif;
  display: inline-block;
}

.text-block.joinus {
  font-family: Rubik, sans-serif;
}

.text-block.terms {
  display: inline-block;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.div-block-3 {
  background-color: #9ba8b01f;
  border-radius: 12px;
  padding: 20px;
}

.text-block-2 {
  color: #cdd4d7;
}

.text-block-3 {
  color: #cdd4d7;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.text-block-4 {
  color: #cdd4d7;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: SF pro, sans-serif;
}

.div-block-4 {
  align-items: center;
  margin-top: 0;
  display: block;
}

.div-block-4.joinus {
  display: inline-block;
}

.hero-header {
  color: #042639;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 62px;
}

.section-award {
  padding-top: 0;
  padding-bottom: 0;
}

.award {
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  opacity: .77;
  color: #042639;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.heading-4 {
  color: #042639;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
}

.column-2, .column-3, .column-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.feedback {
  justify-content: center;
  display: flex;
}

.slider {
  background-color: #ddd0;
  height: 460px;
  display: flex;
}

.slide {
  padding: 140px 100px 200px;
}

.block-quote {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  color: #9ba8b0;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.slide-2 {
  padding: 120px 100px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  width: 50px;
  max-width: none;
}

.slide-nav {
  display: block;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.feedback-header {
  margin-top: 0;
  padding-top: 0;
}

.heading-5 {
  color: #cdd4d7;
  text-align: center;
  font-family: Rubik, sans-serif;
}

.image-5 {
  width: 50px;
  max-width: none;
}

.slide-3, .slide-4 {
  padding: 120px 100px;
}

.feature-details {
  margin-bottom: 100px;
}

.feature-header {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.image-6, .image-7 {
  width: 100%;
  padding: 0 7px 10px;
}

.image-8 {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Rubik, sans-serif;
}

.section-4 {
  background-color: #042639;
  padding-top: 100px;
  padding-bottom: 0;
}

.download {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}

.footer-download {
  margin-bottom: 60px;
}

.terms-header {
  max-width: 800px;
  display: block;
}

.heading-6 {
  color: #042639;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.paragraph-7 {
  color: #042639;
  text-align: center;
  font-family: Rubik, sans-serif;
}

.terms-div {
  text-align: center;
  display: block;
}

.section-5 {
  background-color: #f8f8f8;
}

.terms-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.terms-content-detail {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: inline-block;
}

.paragraph-8 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.paragraph-8.text {
  text-align: left;
  font-family: Rubik, sans-serif;
  display: block;
}

.contact-header {
  background-color: #f8f8f8;
}

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

.heading-7 {
  color: #042639;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.paragraph-9 {
  color: #042639;
  text-align: center;
  font-family: Rubik, sans-serif;
}

.contact-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-body.img {
  padding-top: 0;
}

.columns {
  flex: 0 auto;
}

.contact-section {
  background-color: #f1f1f100;
  border: 1px solid #cdd4d7;
  border-radius: 10px;
  padding: 20px 30px;
}

.heading-8 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-8.contact {
  color: #042639;
  text-align: left;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-10 {
  color: #042639;
  font-family: Rubik, sans-serif;
}

.wellbeing-hero {
  background-color: #f8f8f8;
}

.wellbeing-header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-9 {
  color: #042639;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.paragraph-11 {
  color: #042639;
  text-align: center;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
}

.paragraph-11.welcome-text {
  margin-bottom: 40px;
}

.wellbeing-body {
  margin-top: 60px;
  margin-bottom: 40px;
}

.care-header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.care-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.care-hero, .commercial-hero {
  background-color: #f8f8f8;
}

.commercial-header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.commercial-body {
  padding-top: 40px;
  padding-bottom: 0;
}

.sdg-hero {
  background-color: #f8f8f8;
}

.sdg-header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sdg-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider-2 {
  background-color: #ddd0;
  height: 586px;
}

.image-9 {
  border-radius: 0;
}

.image-10, .image-11, .image-12 {
  width: 16px;
  max-width: none;
}

.career-hero {
  background-color: #f8f8f8;
  border: 1px #042639;
  padding-top: 100px;
  padding-bottom: 100px;
}

.career-header {
  border: 1px #000;
}

.heading-10 {
  color: #042639;
  text-align: center;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.paragraph-12 {
  color: #042639;
  text-align: center;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.career-header-content-head {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  opacity: 1;
  color: #585858;
  background-color: #ececec;
  border: 1px #365161;
  border-radius: 7px;
  padding: 5px 10px;
  font-family: Rubik, sans-serif;
}

.career-header-content-button {
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.button {
  background-color: #ff621f;
  border-radius: 9px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Rubik, sans-serif;
}

.button-2 {
  color: #222;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Rubik, sans-serif;
}

.career-body {
  background-color: #f8f8f8;
  padding-top: 0;
  padding-bottom: 20px;
}

.image-13 {
  width: 100%;
}

.faq {
  text-align: center;
}

.heading-11 {
  color: #042639;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
}

.contact-faq {
  padding-top: 40px;
  padding-bottom: 80px;
}

.paragraph-13 {
  font-family: Rubik, sans-serif;
}

.faq-textbox {
  display: inline-block;
}

.faq-answers {
  margin-top: 40px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
}

.paragraph-14 {
  font-family: Rubik, sans-serif;
}

.faq-divider {
  color: #687d88;
  border: .5px solid #687d88;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wellbeing-column.training {
  margin-bottom: 20px;
}

.wellbeing-column-1 {
  background-color: #ffe0d2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
}

.wellbeing-column-1.training {
  background-color: #ceefdd;
}

.wellbeing-column-1.training._2 {
  background-color: #ffe5d2;
}

.wellbeing-column-1.training._2._3 {
  background-color: #cee2fe;
}

.heading-13, .heading-14, .paragraph-15 {
  font-family: Rubik, sans-serif;
}

.div-block-7 {
  border-bottom: .5px solid #000;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wellbeing-colum-2 {
  background-color: #e0eaee;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
}

.wellbeing-colum-2.training {
  background-color: #e0d7ef;
}

.wellbeing-colum-2.training._2 {
  background-color: #feeccc;
}

.wellbeing-column-3 {
  background-color: #feeccc;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
}

.wellbeing-body-2 {
  margin: 0 20px 60px;
  padding-top: 40px;
}

.wellbeing-details {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-8 {
  border: 0 solid #9ba8b0;
}

.wellbeing-details-2-list {
  border: 1px solid #9ba8b0;
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.wellbeing-icon {
  margin-right: 20px;
  display: inline-block;
}

.image-14 {
  width: 60px;
}

.heading-15 {
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.paragraph-16 {
  font-family: Rubik, sans-serif;
}

.columns-2, .columns-3 {
  margin-bottom: 20px;
}

.welcome {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

.welcome-button {
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.home-feature-1 {
  border: 2px solid #9ba8b0;
  border-radius: 20px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 20px;
}

.heading-16, .paragraph-17 {
  color: #042639;
  text-align: center;
  font-family: Rubik, sans-serif;
}

.home-feature-2 {
  border: 2px solid #9ba8b0;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 20px;
}

.column-6, .column-7 {
  padding-left: 0;
  padding-right: 0;
}

.home-feature-3 {
  border: 2px solid #9ba8b0;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 20px;
}

.column-8 {
  padding-top: 30px;
}

.heading-17, .paragraph-18 {
  font-family: Rubik, sans-serif;
}

.paragraph-18.care {
  margin-top: 20px;
  font-family: Rubik, sans-serif;
}

.image-15 {
  width: 100%;
}

.sdg-details {
  padding-top: 10px;
  padding-bottom: 60px;
}

.heading-18 {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.sdg-table {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.paragraph-19 {
  font-family: SF pro, sans-serif;
}

.image-16 {
  width: 20px;
}

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

.column-10 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.div-block-9 {
  border-bottom: 1px solid silver;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-20 {
  text-align: center;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
}

.column-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.care-body-3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

.about-section {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 0;
}

.heading-19 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.about-header-content {
  margin-bottom: 40px;
}

.about-header-content-head {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-header-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-17 {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
}

.about-header-vision {
  margin-top: 40px;
}

.about-column-div {
  opacity: 1;
  border: 1px solid #687d88;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.heading-20 {
  color: #042639;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.paragraph-21 {
  text-align: center;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.column-13, .column-14 {
  padding: 0;
}

.paragraph-22 {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.div-block-10 {
  opacity: .42;
  color: #687d88;
  border: .5px solid #687d88;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-10.first {
  margin-bottom: 40px;
}

.image-18 {
  opacity: .9;
  mix-blend-mode: normal;
  width: 100%;
  margin-top: 80px;
}

.section-6 {
  margin-bottom: 60px;
}

.about-section-sdg {
  background-color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 10px;
}

.heading-21 {
  color: #042639;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.div-block-11 {
  border-bottom: 1px solid #687d88;
}

.div-block-11.sdg {
  opacity: .21;
  margin-top: 60px;
}

.heading-22 {
  color: #ff621f;
  text-align: center;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.paragraph-23 {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.div-block-12 {
  opacity: .18;
  border-bottom: 1px solid #000;
}

.div-block-12.commercial {
  margin-top: 60px;
}

.commercial-details, .commercial-body-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.corporate-details {
  text-align: center;
  margin-bottom: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-19 {
  text-align: center;
  max-width: 50%;
}

.about-partner {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.home-section-partners {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.heading-partners {
  color: #042639;
  text-align: center;
  font-family: Rubik, sans-serif;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-logo {
  overflow: hidden;
}

.page-padding {
  padding: 60px 5%;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertival.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 1300px;
  display: flex;
}

.image-20 {
  width: 160px;
}

.logo-slider-img {
  width: 160px;
  min-width: 160px;
}

.slide-5 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-3 {
  border-radius: 20px;
  width: 100%;
  height: 600px;
}

.training-slider {
  margin-top: 40px;
}

.slide-6 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-7 {
  background-color: #fff;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slider-4 {
  background-color: #fff0;
  height: 600px;
}

.slide-8 {
  background-color: #fff;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.brandbook-div {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 40px 20px;
}

.brand-div {
  background-color: #f0f0f000;
  border-radius: 10px;
  padding: 30px;
}

.brand-div.dark {
  background-color: #042639;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
}

.brand-div.light {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
}

.heading-23 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.button-3 {
  letter-spacing: 1px;
  background-color: #ff621f;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
}

.image-21 {
  width: 60%;
  max-width: 100%;
}

.image-21.vertical {
  width: 80%;
}

.image-21.symbol {
  width: 40%;
}

.image-22 {
  width: 60%;
  max-width: 100%;
}

.image-22.vertical {
  width: 80%;
}

.image-22.symbol {
  width: 40%;
}

.column-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-24 {
  font-family: SF pro, sans-serif;
}

.paragraph-24.font {
  font-size: 20px;
  line-height: 30px;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  display: flex;
}

.div-block-13._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.color {
  background-color: #042639;
  border-radius: 10px;
}

.color.ff621f {
  background-color: #ff621f;
}

.div-block-14 {
  text-align: center;
  margin-top: 10px;
}

.image-23, .image-24 {
  width: 80px;
  max-width: 80px;
}

.column-17 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  font-family: Rubik, sans-serif;
  text-decoration: none;
}

.bold-text-2, .bold-text-3 {
  font-family: SF pro, sans-serif;
}

.superscript, .superscript-2, .superscript-3, .superscript-4, .superscript-5, .superscript-6, .superscript-7, .superscript-8, .superscript-9, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: Rubik, sans-serif;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image {
    width: 160px;
    margin-right: 20px;
  }

  .section-screen {
    margin-bottom: 60px;
  }

  .hero-screen {
    grid-column-gap: 0px;
  }

  .slider {
    max-width: 100%;
  }

  .slide {
    padding-top: 120px;
  }

  .slider-4 {
    height: 460px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.screen {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-screen {
    grid-column-gap: 0px;
  }

  .column {
    margin-bottom: 40px;
    padding-right: 10px;
  }

  .slider {
    height: 540px;
  }

  .slide {
    padding-bottom: 200px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .training-slider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-4 {
    height: 340px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .container.main {
    margin-top: 60px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.screen, .container.feel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.award {
    padding: 40px 20px 60px;
  }

  .container.application {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.terms {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.contact-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.text {
    padding-left: 0;
    padding-right: 0;
  }

  .container.sdg-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content {
    justify-items: stretch;
  }

  .footer-block {
    align-items: center;
  }

  .footer-divider.footer {
    margin-bottom: 20px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .paragraph.herotext {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-button {
    grid-column-gap: 10px;
  }

  .section-screen {
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .hero-screen {
    grid-column-gap: 0px;
  }

  .feature {
    margin-bottom: 100px;
  }

  .heading-3.feel {
    font-size: 28px;
    line-height: 32px;
  }

  .column {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-2.download {
    text-align: center;
  }

  .div-block-2 {
    margin-top: 40px;
  }

  .hero-header {
    margin-top: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .section-award {
    padding-left: 0;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .column-2, .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .feedback {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    flex: 0 auto;
    max-width: 100%;
    height: 600px;
    display: block;
  }

  .slide {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .slide-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .slide-3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon, .icon-2 {
    opacity: .1;
  }

  .feature-details, .paragraph-6 {
    margin-bottom: 40px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .download {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-download {
    margin-bottom: 20px;
  }

  .terms-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 36px;
  }

  .terms-content, .terms-content.text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .terms-content-detail {
    max-width: 90%;
  }

  .contact-info {
    padding: 40px 10px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-section {
    color: #333;
    margin-bottom: 10px;
  }

  .paragraph-10 {
    color: #042639;
    text-decoration: none;
  }

  .wellbeing-header {
    padding: 40px 20px;
  }

  .heading-9 {
    font-size: 28px;
    line-height: 36px;
  }

  .wellbeing-body {
    margin-top: 20px;
  }

  .care-header {
    padding: 40px 20px;
  }

  .care-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .commercial-header {
    padding: 40px 20px;
  }

  .commercial-body {
    padding-top: 20px;
  }

  .sdg-header {
    padding: 40px 20px;
  }

  .sdg-body {
    padding: 10px 10px 20px;
  }

  .mask {
    max-width: 100%;
  }

  .slider-2 {
    height: 190px;
  }

  .career-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 36px;
  }

  .career-header-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-body {
    padding-bottom: 20px;
  }

  .heading-11 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .contact-faq {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wellbeing-column.training {
    margin-bottom: 0;
  }

  .wellbeing-column-1 {
    margin-bottom: 20px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-15 {
    margin-bottom: 10px;
  }

  .div-block-7 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .wellbeing-colum-2 {
    margin-bottom: 20px;
  }

  .wellbeing-body-2 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .wellbeing-details-2-list {
    margin-bottom: 20px;
  }

  .welcome {
    padding: 40px 20px 60px;
  }

  .home-feature-1 {
    margin-bottom: 10px;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-18 {
    margin-bottom: 40px;
  }

  .sdg-details {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    font-size: 28px;
    line-height: 36px;
  }

  .column-11 {
    padding-left: 10px;
  }

  .care-body-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-section {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-header-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-header-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-18 {
    margin-top: 60px;
  }

  .about-section-sdg {
    padding: 40px 20px 10px;
  }

  .heading-21 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-11.sdg, .div-block-12.commercial {
    margin-top: 40px;
  }

  .commercial-details {
    padding: 20px 10px;
  }

  .commercial-body-3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .image-19 {
    max-width: 100%;
  }

  .heading-partners {
    color: #042639;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .training-slider {
    margin-top: 20px;
  }

  .slider-4 {
    height: 200px;
  }

  .brandbook-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-15 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 36px;
  }

  .column-17, .column-18 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_7f7dc2b6-27aa-e5f3-05d4-d0b7fec7f02f-e294d6db, #w-node-_11e34d6e-d401-00a6-a1e5-d01ee713e4b6-e294d6db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_487b90ce-04d2-f26d-8cdc-442f23ce578f-23ce5789, #w-node-_487b90ce-04d2-f26d-8cdc-442f23ce5798-23ce5789, #w-node-_487b90ce-04d2-f26d-8cdc-442f23ce57a6-23ce5789 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYLIGHTITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format('opentype'), url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF pro';
  src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}