html, body, p {
  margin: 0;
  padding: 0;
}
html, body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
/* margins */
.__mt8 {
  margin-top: 8px;
}

.__mt12 {
  margin-top: 12px;
}

.__mt16 {
  margin-top: 16px;
}

.__ml-auto {
  margin-left: auto;
}

.__ml16 {
  margin-left: 16px;
}
/* fonts */
.text__title-1 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.text__title-2 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.text__title-3 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.text__text-1 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.text__text-2 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.text__text-3 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
}

.text__text-4 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.text__text-5 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.text__white {
  color: #ffffff;
}

.text__black {
  color: #000000;
}

.text__gray {
  color: #333f48;
}

.text__gray-light {
  color: #878b90;
}

.text__gray-white {
  color: #aaafb7;
}

/* main fonts */

.inclusive-enviroment {
  display: block;
  position: relative;
  width: 100%;
}

.inclusive-enviroment__banner {
  width: 100%;
  background: radial-gradient(20.76% 72.72% at 63.93% 50%, rgba(0, 135, 205, 0.3) 0%, rgba(122, 192, 255, 0) 100%), 
    radial-gradient(10.81% 43.27% at 11.66% 100%, rgba(187, 224, 254, 0.6) 0%, rgba(187, 224, 254, 0) 100%), 
    radial-gradient(21.4% 68.8% at 41.85% 100%, rgba(148, 241, 218, 0.4) 0%, rgba(148, 241, 218, 0) 100%), 
    radial-gradient(25.21% 95.84% at 17.89% 12.35%, rgba(0, 135, 205, 0.48) 0%, rgba(122, 192, 255, 0) 100%), 
    linear-gradient(96.32deg, rgba(90, 176, 255, 0.8) 0.25%, rgba(49, 194, 167, 0.8) 64.8%), #FFFFFF;
}

.inclusive-enviroment .banner__content {
  display: grid;
  align-items: center;
  width: 100%;
  height: auto;
  grid-template-columns: 5fr 7fr;
  column-gap: 24px;
}

.inclusive-enviroment .banner__img_block {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: contain;
  object-position: center;
}

.inclusive-enviroment .banner__text_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.inclusive-enviroment__about {
  width: 100%;
  margin: 64px 0px;
  height: auto;
}

.inclusive-enviroment .about__content {
  width: 100%;
  height: auto;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 4fr 8fr;
  column-gap: 24px;
}

.inclusive-enviroment .about__text_block {
  font-family: 'SB Sans Text', sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.inclusive-enviroment__programs {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 0px;
  background: #f6f6f6;
}

.inclusive-enviroment .programs__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.inclusive-enviroment .programs__block_columns_large {
  margin-top: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(248px, auto);
  column-gap: 24px;
  row-gap: 24px;
}

.inclusive-enviroment .programs__column_large {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: span 3;
}

.inclusive-enviroment .programs__column_small {
  width: 100%;
  height: 456px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: span 2;
}

.inclusive-enviroment .programs__column_large:hover,
.inclusive-enviroment .programs__column_small:hover {
  background-color: #ffffff;
  opacity: 0.85;
}

.inclusive-enviroment .column-1 {
  background-image: url('../img/inclusive-enviroment/program1.png');
  grid-row: span 2;
}

.inclusive-enviroment .column-2 {
  background-image: url('../img/inclusive-enviroment/program2.png');
}

.inclusive-enviroment .column-3 {
  background-image: url('../img/inclusive-enviroment/program3.png');
}

.inclusive-enviroment .column-4 {
  background-image: url('../img/inclusive-enviroment/program4.png');
}

.inclusive-enviroment .column-5 {
  background-image: url('../img/inclusive-enviroment/program5.png');
}

.inclusive-enviroment .column-6 {
  background-image: url('../img/inclusive-enviroment/program6.png');
}

.inclusive-enviroment .programs__button {
  box-sizing: border-box;
  padding: 4px 12px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.1);
}

.inclusive-enviroment .inclusive-enviroment__video {
  width: 100%;
  box-sizing: border-box;
  padding-top: 64px;
}

.inclusive-enviroment .video__iframe {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  display: block;
}

@media screen and (max-width: 1440px) {

  .inclusive-enviroment .banner__img_block {
    height: 500px;
  }

  .inclusive-enviroment .programs__text_large {
    font-size: 24px;
    line-height: 32px;
  }

  .inclusive-enviroment .programs__text_small {
    font-size: 20px;
    line-height: 26px;
  }

  .inclusive-enviroment .programs__block_columns_large {
    grid-auto-rows: minmax(206px, auto);
  }
  
  .inclusive-enviroment .programs__column_small {
    height: 382px;
  }

  .inclusive-enviroment .video__iframe {
    height: 406px;
  }
}

@media screen and (max-width: 1199px) {
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 999px;
  }
  
  ::-webkit-scrollbar-thumb {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  ::-moz-scrollbar-button:decrement,
  ::-moz-scrollbar-button:increment,
  ::-moz-scrollbar-button:vertical:start:decrement,
  ::-moz-scrollbar-button:vertical:end:increment,
  ::-moz-scrollbar-button:horizontal:start:decrement,
  ::-moz-scrollbar-button:horizontal:end:increment,
  ::-webkit-scrollbar-button:vertical:start:decrement,
  ::-webkit-scrollbar-button:vertical:end:increment,
  ::-webkit-scrollbar-button:horizontal:start:decrement,
  ::-webkit-scrollbar-button:horizontal:end:increment {
    width: 0px !important;
    height: 0px !important;
  }

  .inclusive-enviroment .banner__content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .inclusive-enviroment .banner__text_block {
    box-sizing: border-box;
    padding: 0px 0px 64px 0px;
  }

  .inclusive-enviroment .banner__text {
    font-size: 20px;
    line-height: 28px;
  }

  .inclusive-enviroment .banner__img_block {
    height: 446px;
  }

  .inclusive-enviroment .inclusive-enviroment__breadcrumbs {
    padding: 24px 39px;
  }

  .inclusive-enviroment .about__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
  }

  .inclusive-enviroment .about__text_block_title {
    margin-top: 24px;
  }

  
  .inclusive-enviroment .programs__content {
    box-sizing: border-box;
    padding: 0;
  }

  .inclusive-enviroment .programs__text_large {
    font-size: 24px;
    line-height: 32px;
  }

  .inclusive-enviroment .programs__text_small {
    font-size: 24px;
    line-height: 32px;
  }

  .inclusive-enviroment .programs__block_columns_large {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 520px;
    box-sizing: border-box;
    /* padding-bottom: 48px; */
    overflow-x: auto;
  }
  
  .inclusive-enviroment .programs__column_small,
  .inclusive-enviroment .programs__column_large {
    height: 100%;
    width: 300px;
    grid-column: 1 span;
  }

  .inclusive-enviroment .column-1 {
    background-image: url('../img/inclusive-enviroment/program1_tab.png');
    grid-row: span 1;
  }
  
  .inclusive-enviroment .column-2 {
    background-image: url('../img/inclusive-enviroment/program2_tab.png');
  }
  
  .inclusive-enviroment .column-3 {
    background-image: url('../img/inclusive-enviroment/program3_tab.png');
  }
  
  .inclusive-enviroment .column-4 {
    background-image: url('../img/inclusive-enviroment/program4_tab.png');
  }
  
  .inclusive-enviroment .column-5 {
    background-image: url('../img/inclusive-enviroment/program5_tab.png');
  }
  
  .inclusive-enviroment .column-6 {
    background-image: url('../img/inclusive-enviroment/program6_tab.png');
  }

  .inclusive-enviroment .inclusive-enviroment__video {
    padding: 0;
    padding-top: 64px;
  }

  .inclusive-enviroment .video__iframe {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .inclusive-enviroment .banner__content {
    box-sizing: border-box;
    padding: 24px 0px;
    padding-bottom: 40px;
  }

  .inclusive-enviroment .banner__text_block {
    padding: 0;
    padding-top: 24px;
  }

  .inclusive-enviroment .banner__img_block {
    height: 240px;
  }

  .inclusive-enviroment .banner__title {
    font-size: 24px;
    line-height: 30px;
  }

  .inclusive-enviroment .banner__text {
    font-size: 14px;
    line-height: 20px;
  }

  .inclusive-enviroment .inclusive-enviroment__breadcrumbs {
    padding: 24px;
  }

  .inclusive-enviroment__about {
    margin: 40px 0px;
  }

  .inclusive-enviroment .about__content {
    padding: 0;
  }

  .inclusive-enviroment__programs {
    margin: 0px;
    padding: 40px 0;
  }

  .inclusive-enviroment .programs__content {
    padding: 0;
  }

  .inclusive-enviroment .programs__block_columns_large {
    margin-top: 32px;
  }

  .inclusive-enviroment .programs__block_columns_large {
    grid-auto-rows: 375px;
    padding-bottom: 32px;
    column-gap: 16px;
  }
  
  .inclusive-enviroment .programs__column_small,
  .inclusive-enviroment .programs__column_large {
    height: 100%;
    width: 240px;
    padding: 24px 16px;
  }

  .inclusive-enviroment .programs__text_large {
    font-size: 20px;
    line-height: 24px;
  }

  .inclusive-enviroment .programs__text_small {
    font-size: 20px;
    line-height: 24px;
  }

  .inclusive-enviroment .inclusive-enviroment__video {
    padding: 0;
    padding-top: 40px;
  }

  .inclusive-enviroment .video__iframe {
    height: 260px;
  }
}