h2,
h3,
h4 {
  margin: 0 !important;
}
body {
  background: #fff !important;
}
a {
  text-decoration: none !important;
  transition: all, .25s;
  cursor: pointer;
}
p {
  margin: 0 !important;
  letter-spacing: normal !important;
}
.section-banner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 680px;
}
@media only screen and (min-width: 700px) {
  .section-banner {
    min-height: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    min-height: 680px;
  }
}
.section-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .section-banner__image_mobile {
    display: none;
  }
}
.section-banner__image_tablet {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-banner__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_tablet {
    display: none;
  }
}
.section-banner__image_desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_desktop {
    display: block;
  }
}
.section-banner-info {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-top: -10px;
}
@media only screen and (min-width: 700px) {
  .section-banner-info {
    margin-top: -35px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info {
    margin-top: -12px;
  }
}
.section-banner-title {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 45px !important;
  text-align: center !important;
  color: #FFFFFF !important;
}
@media only screen and (min-width: 700px) {
  .section-banner-title {
    font-size: 45px !important;
    line-height: 65px !important;
  }
}
.section-info {
  width: 100%;
  margin: 90px 0 84px;
}
@media only screen and (min-width: 700px) {
  .section-info {
    margin: 109px 0 93px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-info {
    margin: 122px 0 142px;
  }
}
.info-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .info-container {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .info-container {
    padding: 0;
  }
}
.info__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #282828;
  margin-bottom: 35px !important;
}
@media only screen and (min-width: 700px) {
  .info__ttl {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 53px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .info__ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 93px !important;
  }
}
.info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .info__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.info__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
@media only screen and (min-width: 700px) {
  .info__logo {
    margin: 0 79px 0 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .info__logo {
    margin: 0 33px 0 0;
    align-items: flex-end;
  }
}
.info__short-desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #282828 !important;
  margin-bottom: 20px !important;
}
.info__short-desc br {
  display: none;
}
@media only screen and (min-width: 700px) {
  .info__short-desc {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    text-align: left !important;
  }
}
@media only screen and (min-width: 760px) {
  .info__short-desc br {
    display: block;
  }
}
@media only screen and (min-width: 761px) {
  .info__short-desc br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .info__short-desc {
    margin-top: 7px !important;
  }
}
.info__desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #978C8C !important;
}
.info__desc br {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .info__desc {
    margin-top: 7px !important;
    width: 565px;
    text-align: left !important;
    transform: translateX(4px);
  }
  .info__desc br {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .info__overlay {
    display: flex;
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1200px) {
  .info__overlay {
    margin: 0 100px 0 0;
    flex: 1;
  }
}
.section-dignity {
  width: 100%;
  margin-bottom: 83px;
}
@media only screen and (min-width: 700px) {
  .section-dignity {
    margin-bottom: 94px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-dignity {
    margin-bottom: 127px;
  }
}
.dignity-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .dignity-container {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .dignity-container {
    padding: 0 0 0 14px;
    max-width: 790px;
  }
}
.dignity__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .dignity__item {
    width: 175px;
  }
  .dignity__item:last-child {
    width: 135px;
  }
}
.dignity__logo {
  margin-bottom: 16px;
}
.dignity__logo_margin {
  margin-bottom: 28px;
}
.dignity__desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  text-align: center !important;
  color: #807373 !important;
  max-width: 175px;
}
.dignity__item_margin {
  margin: 56px 0;
}
@media only screen and (min-width: 700px) {
  .dignity__item_margin {
    margin: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .dignity__item_margin {
    margin: 0 139px;
  }
}
.section-learn {
  position: relative;
  height: 600px;
  margin-bottom: 93px;
  box-shadow: 0 40px 90px rgba(179,179,179,0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .section-learn {
    border-radius: 10px;
    margin: 0 30px 78px;
    height: 820px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-learn {
    margin: 0 40px 98px;
    height: 500px;
  }
}
@media only screen and (min-width: 1720px) {
  .section-learn {
    height: 600px;
  }
}
.learn-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.learn-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.learn-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 700px) {
  .learn-bg-img-mob {
    display: none;
  }
}
.learn-bg-img-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .learn-bg-img-tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .learn-bg-img-tab {
    display: none;
  }
}
.learn-bg-img-desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .learn-bg-img-desk {
    display: block;
  }
}
.learn-btn {
  background: #FC654C;
  border-radius: 4px;
  width: 100%;
  max-width: 340px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 4px;
  transition: all 0.2s;
}
.learn-btn:focus,
.learn-btn:hover {
  color: #fff !important;
  background: #fb3a1a;
}
@media only screen and (min-width: 700px) {
  .learn-btn {
    max-width: 214px;
  }
}
.learn__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 700px) {
  .learn__ttl {
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .learn__ttl {
    font-size: 64px;
    line-height: 84px;
  }
  .learn__ttl br {
    display: none;
  }
}
.learn__desc {
  margin: 3px 0 30px !important;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .learn__desc {
    margin: 0 0 20px !important;
  }
}
.section-our-teams {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 700px) {
  .section-our-teams {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-teams {
    margin-bottom: 76px;
  }
}
.our-teams-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .our-teams-container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-teams-container {
    padding: 0;
  }
}
.our-teams__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #282828;
  margin-bottom: 34px !important;
}
@media only screen and (min-width: 700px) {
  .our-teams__ttl {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .our-teams__ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px !important;
  }
}
.our-teams__items-overlay {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .our-teams__items-overlay {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 800px) {
  .our-teams__items-overlay {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .our-teams__items-overlay {
    justify-content: space-between;
  }
}
.our-teams__item {
  margin-bottom: 20px;
}
.our-teams__item:nth-child(4) {
  padding-right: 10px;
}
@media only screen and (min-width: 700px) {
  .our-teams__item {
    margin-bottom: 66px;
    max-width: 300px;
  }
  .our-teams__item:nth-child(4) {
    padding-right: 0;
  }
}
.our-teams__item-name {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400 !important;
  font-size: 25px;
  line-height: 30px;
  color: #282828;
}
.our-teams__item-desc {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #978C8C !important;
  margin: 10px 0 !important;
}
.section-our-mission {
  width: 100%;
  margin-bottom: 75px;
}
@media only screen and (min-width: 700px) {
  .section-our-mission {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-our-mission {
    margin-bottom: 115px;
  }
}
.our-mission-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .our-mission-container {
    flex-direction: row;
    padding: 0 30px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission-container {
    max-width: 1160px;
    padding: 0;
  }
}
.our-mission-img {
  width: 100%;
  height: 217px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 32px;
}
.our-mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 700px) {
  .our-mission-img-mob {
    display: none;
  }
}
.our-mission-img-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .our-mission-img-tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission-img-tab {
    display: none;
  }
}
.our-mission-img-desk {
  display: none;
}
@media only screen and (min-width: 700px) {
  .our-mission-img-desk {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission-img-desk {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .our-mission-img {
    width: 340px;
    height: 298px;
    margin: 2px 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission-img {
    width: 500px;
    height: 320px;
    margin: 0 60px 0 0;
  }
}
.our-mission-overlay {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.our-mission-overlay svg {
  width: 41px;
  height: 30px;
  margin-right: 10px;
}
@media only screen and (min-width: 700px) {
  .our-mission-overlay {
    margin-bottom: 24px;
  }
  .our-mission-overlay svg {
    width: 55px;
    height: 40px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission-overlay {
    margin-bottom: 18px;
  }
  .our-mission-overlay svg {
    width: 74px;
    height: 55px;
    margin-right: 24px;
  }
}
.our-mission__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 30px;
  align-items: center;
  color: #282828;
}
@media only screen and (min-width: 700px) {
  .our-mission__ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission__ttl {
    font-size: 40px;
    line-height: 60px;
  }
}
.our-mission__desc p {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: -0.01em !important;
  color: #282828 !important;
}
.our-mission__desc p:last-child {
  margin-top: 24px !important;
}
@media only screen and (min-width: 700px) {
  .our-mission__desc p {
    padding-right: 6px;
  }
  .our-mission__desc p:last-child {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission__desc p:last-child {
    padding-right: 9px;
  }
}
.our-mission-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.our-mission__comment {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #282828 !important;
}
.our-mission__comment span {
  font-weight: 600 !important;
}
.our-mission__btn {
  margin-top: 27px;
  align-self: center;
  background: #FC654C;
  border-radius: 4px;
  width: 100%;
  max-width: 340px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 0 0 8px;
  transition: all 0.2s;
}
.our-mission__btn:focus,
.our-mission__btn:hover {
  color: #fff;
  background: #fb3a1a;
}
@media only screen and (min-width: 700px) {
  .our-mission__btn {
    align-self: flex-start;
    max-width: 320px;
    padding: 4px 0 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission__btn {
    max-width: 191px;
    margin-top: 24px;
  }
}
