/* .preloader {
  display: none;
}

.positions {
  display: block !important;
} */

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.page-title {
  background-color: #0b0f14;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Century Gothic";
  padding: 0px 78px;
  position: relative;
  overflow: hidden;
}
.page-title__col {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-title__overlay-r {
  position: absolute;
  z-index: 3;
  right: -10%;
  bottom: -80%;
  width: 73%;
  height: 100%;
  text-align: right;
  background: linear-gradient(
    83deg,
    rgba(58, 170, 53, 0.79) 2.29%,
    rgba(58, 170, 53, 0) 58.72%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.93, 0.36, 0.36, 0.93, 0, 0);
}
.page-title::before {
  content: "";
  width: 96.9%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/wwa/hero-overlay.webp");
}
.page-title__text {
  max-width: 100%;
  padding: 170px 0 138px 0;
  position: relative;
  z-index: 3;
}
.page-title__text h1 {
  font-size: 64px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 0 13px 0;
}
.page-title__text p {
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  color: #fff;
  max-width: 800px;
}
.page-title__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  position: relative;
  z-index: 9;
}
.page-title__nav__item {
  position: relative;
  margin: 0px 6px;
}
.page-title__nav__item::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(55, 63, 72, 0.4);
}
.page-title__nav__item:last-of-type::before {
  content: none;
}
.page-title__nav__item a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding: 10px 31px 10px 10px;
}
.page-title__nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.page-title__nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-title__nav__item a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.page-title__nav__item a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.page-title__nav__item:first-of-type {
  margin-left: 0;
}
.page-title__nav__item:first-of-type a {
  padding-left: 0;
}

.page-title__overlay-m {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .page-title::before {
    left: -10%;
    background-position: right top;
  }
}
@media only screen and (max-width: 1536px) {
  .page-title::before {
    left: -20%;
  }
  .page-title {
    padding: 0 58px;
  }
  .page-title__text h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  .page-title__text p {
    font-size: 18px;
    line-height: 1.557;
  }
  .page-title__col {
    min-height: 521px;
  }
  .page-title__overlay-r {
    right: -25%;
  }
}
@media only screen and (max-width: 1280px) {
  .page-title {
    padding: 0 38px;
  }
  .page-title__text h1 {
    font-size: 52px;
    line-height: 1.55;
  }
  .page-title__nav__item a {
    font-size: 14px;
  }
  .page-title__nav__item::before {
    height: 20px;
  }
  .page-title__text {
    padding: 140px 0px 50px 0px;
    min-height: 373px;
  }
  .page-title__col {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title__overlay-m {
    display: block;
    right: -15%;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__col {
    min-height: 427px;
  }
  .page-title {
    padding: 0 12px;
  }
  .page-title__text h1 {
    font-size: 38px;
  }
  .page-title__text p {
    font-size: 16px;
  }
  .page-title__text {
    padding: 110px 0px 50px 0px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__text h1 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .page-title__nav {
    display: none;
  }
  .page-title--carrer .page-title__text,
  .page-title--carrer .page-title__col {
    min-height: 280px;
  }
  .page-title--carrer .page-title__nav {
    display: flex;
  }
  .page-title--carrer .page-title__nav__item {
    margin: 0;
  }
  .page-title--carrer .page-title__nav__item::before {
    right: 8px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 35px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 18px;
  }
  .page-title__text {
    padding: 56px 0px 50px 0px;
  }
  .page-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      179.14deg,
      rgba(0, 0, 0, 0.66) 8.59%,
      rgba(0, 0, 0, 0.42) 110.85%
    );
  }
  .page-title::before,
  .page-title__overlay-m {
    z-index: 3;
  }
  .page-title__col {
    min-height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__text {
    padding: 103px 0px 71px 0px;
    min-height: 294px;
  }
  .page-title--carrer .page-title__text {
    padding-bottom: 40px;
  }
  .page-title__text h1 {
    font-size: 28px;
  }
  .page-title__text p {
    font-size: 14px;
  }
  .page-title__overlay-m {
    background: linear-gradient(
      206.43deg,
      rgba(58, 170, 53, 0.24) -1.72%,
      rgba(58, 170, 53, 0.24) 39.12%
    );
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
  .page-title__overlay-r {
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
}
@media only screen and (max-width: 414px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 13px;
  }
  .page-title--carrer .page-title__nav__item::before {
    content: none;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a {
    padding-right: 5px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 27px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 10px;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a::before,
  .page-title--carrer .page-title__nav__item:last-of-type a::after {
    right: -12px;
  }
}
@media only screen and (max-width: 358px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 12px;
  }
}
.positions {
  padding: 80px 0px 60px 0px;
  font-family: "Century Gothic", sans-serif;
  background-color: #f5f7fb;
}

.positions__empty {
  margin: 0 10px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 39px 33px rgba(49, 66, 99, 0.01);
  border-radius: 4px;
  padding: 30px 45px;
  transition: all 0.4s ease;
}
.positions__title {
  text-align: center;
  margin-bottom: 43px;
}
.positions__title h2 {
  margin: 0 0 20px 0;
  line-height: 1.4;
  color: #202020;
  letter-spacing: 0;
}
.positions__title p {
  margin: 0;
  line-height: 1.7761;
  color: rgba(0, 0, 0, 0.6);
}
.positions__box {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 31px 43px;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
.positions__box:hover {
  box-shadow: 23.0357px 16.7532px 81.6721px rgba(107, 107, 107, 0.15);
}
.positions__box__top {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.positions__box__top__info {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.positions__box__top__info__company {
  background: #f8f9fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  min-height: 77px;
  padding: 18px;
}
.positions__box__top__info__company img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.positions__box__top__info__text {
  padding-left: 20px;
  flex: 1;
}
.positions__box__top__info__text h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: #2c2c2c;
  margin: 0 0 1px 0;
}
.positions__box__top__info__text p {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #3c3c3c;
}
.positions__box__top__btn {
  width: calc(30% - 30px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
}
.positions__box__top__btn a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  text-decoration: none;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  padding: 11px 41px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.positions__box__top__btn a:hover::after {
  transform: translateY(0);
}
.positions__box__top__btn a span {
  position: relative;
  z-index: 2;
}
.positions__box__top__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.positions__box__bottom {
  border-top: 1px dashed #e7e7e7;
  display: flex;
  flex-wrap: wrap;
}
.positions__box__bottom__desc {
  width: 40%;
  font-size: 16px;
  line-height: 1.77;
  color: #6c6c6c;
  padding-top: 18px;
}
.positions__box__bottom__desc p {
  font-size: 16px;
  line-height: 1.77;
  margin: 0;
}
.positions__box__bottom__info {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 18px;
}
.positions__box__bottom__info__list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.positions__box__bottom__info__list__item {
  margin-left: 12px;
  color: #8a90a2;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.positions__box__bottom__info__list__item span {
  margin-left: 8px;
}

@media only screen and (max-width: 1536px) {
  .positions {
    padding: 65px 0px 55px 0px;
  }
  .positions__title h2 {
    line-height: 1.22;
    margin-bottom: 16px;
  }
  .positions__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1399px) {
  .positions__box__top__info__text h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1280px) {
  .positions {
    padding: 50px 0px 40px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .positions__box {
    padding: 15px 25px;
  }
  .positions__box__top__info__text h3 {
    font-size: 26px;
  }
  .positions__box__bottom__desc {
    width: 60%;
    padding-top: 15px;
  }
  .positions__box__bottom__info {
    width: 40%;
    padding-top: 15px;
    padding-left: 20px;
  }
  .positions__box__top {
    margin-bottom: 15px;
  }
  .positions__box__top__btn a {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .positions {
    padding: 40px 0px 30px 0px;
  }
  .positions__empty {
    max-width: 100%;
    padding: 30px 24px;
  }
  .positions__box__top__info__company {
    width: 115px;
    min-height: 100%;
    padding: 12px;
  }
  .positions__box__top__info__text h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .positions__box__top__info {
    width: auto;
    flex: 1;
  }
  .positions__box__top__btn {
    width: fit-content;
  }
  .positions__box__bottom__desc p {
    font-size: 14px;
    line-height: 1.5;
  }
  .positions__box__bottom__info__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .positions__box__bottom__info__list__item {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .positions__box {
    padding: 11px 17px 20px 17px;
    margin-bottom: 15px;
  }
  .positions__box__top__info__company {
    width: 100px;
    padding: 12px 7px;
  }
  .positions__box__top__info__text {
    padding-left: 15px;
  }
  .positions__box__top__info__text h3 {
    font-size: 20px;
    line-height: 1;
  }
  .positions__box__top__info__text p {
    font-size: 12px;
    line-height: 14px;
  }
  .positions__box__top__btn a {
    font-size: 12px;
    line-height: 17px;
    padding: 8px 20px;
  }
  .positions__box__bottom__info__list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .positions {
    padding-left: 12px;
    padding-right: 12px;
  }
  .positions__title {
    margin-bottom: 25px;
  }
  .positions__box__bottom__desc p {
    font-size: 12px;
  }
  .positions__box__bottom__desc {
    padding-top: 7px;
    width: auto;
    flex: 1;
  }
  .positions__box__bottom__info {
    width: fit-content;
    padding-top: 7px;
    padding-left: 35px;
    align-items: flex-start;
  }
  .positions__box__bottom__info__list__item {
    font-size: 12px;
  }
  .positions__box__top__info__text h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .positions__box__top__info__text p {
    font-size: 10px;
  }
  .positions__box__top__info__company {
    width: 80px;
  }
  .positions__box__top {
    flex-direction: column;
  }
  .positions__box__top__btn {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .positions__box__top__btn a {
    width: 100%;
    text-align: center;
    border-radius: 2px;
  }
  .positions__box__top__info {
    align-items: stretch;
  }
}
.contact {
  font-family: "Century Gothic", sans-serif;
  position: relative;
  background: linear-gradient(89.81deg, #00612b 0.16%, #3aaa35 99.85%);
}
.contact__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.contact__overlay::before {
  content: "";
  position: absolute;
  left: -23%;
  top: 0;
  width: 100%;
  height: 810px;
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.8;
  transform: rotate(32.83deg);
}
.contact__overlay__bottom {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 400px;
}
.contact__overlay__bottom::after {
  content: "";
  position: absolute;
  right: -28%;
  bottom: -160px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    206.43deg,
    rgba(58, 170, 53, 0.79) -1.72%,
    rgba(58, 170, 53, 0) 39.12%
  );
  opacity: 0.8;
  transform: matrix(-0.97, 0.26, 0.26, 0.97, 0, 0);
}
.contact .row {
  padding: 0px 2px;
  position: relative;
  z-index: 3;
  align-items: flex-end;
}
.contact h2 {
  letter-spacing: 0;
  line-height: 1.4;
  color: #f1f1f1;
  font-weight: 600;
  margin: 0 0 42px 0;
}
.contact p {
  line-height: 1.7761;
  color: #eaeaea;
  margin: 0 0 32px 0;
}
.contact p:last-of-type {
  margin-bottom: 0;
}
.contact__text {
  margin-bottom: 93px;
  padding: 100px 67px 0px 0px;
}
.contact__team {
  margin-bottom: 32px;
  padding-right: 55px;
}
.contact__team__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7411;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  color: #ddd;
  margin: 0 0 40px 0;
}
.contact__team__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 71px;
}
.contact__team__list__item {
  padding: 10px 0px;
  text-align: center;
  max-width: 160px;
  flex: 1 1 120px;
}
.contact__team__list__item__img {
  width: 127px;
  height: 127px;
  margin: 0 auto 12px auto;
}
.contact__team__list__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0 0 0px 5px white;
  box-shadow: 0 0 0px 5px white;
}
.contact__team__list__item__info h5 {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  color: #fff;
}
.contact__team__list__item__info p {
  margin: 0;
  font-size: 13px;
  line-height: 25px;
  color: #e2e2e2;
}
.contact__form {
  background: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 64px 64px 58px 64px;
  margin-left: 6px;
  position: relative;
  margin-bottom: -85px;
  z-index: 4;
}
.contact__form .form-control {
  margin-bottom: 24px;
}
.contact__form .form-control--btn {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  background-color: #1d7f35;
  overflow: hidden;
}
.contact__form .form-control--btn input {
  position: relative;
  z-index: 2;
}
.contact__form .form-control--btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.contact__form .form-control--btn:hover::after {
  transform: translateY(0);
}
.contact__form .form-control--btn .wpcf7-spinner {
  position: absolute;
  right: 3px;
  bottom: 3px;
  margin: 0;
  transform: scale(0.6);
  z-index: 3;
}
.contact__form .form-control__label p,
.contact__form .form-control__label label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #5a7184;
  margin-bottom: 14px;
}
.contact__form .form-control__input p {
  line-height: 0;
}
.contact__form .form-control__input input,
.contact__form .form-control__input textarea {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #183b56;
  width: 100%;
  outline: none;
  border: 1px solid #c3cad9;
  border-radius: 4px;
  padding: 17px 20px;
  transition: all 0.4s ease;
}
.contact__form .form-control__input input::placeholder,
.contact__form .form-control__input textarea::placeholder {
  color: #959ead;
}
.contact__form .form-control__input input:focus,
.contact__form .form-control__input textarea:focus {
  border-color: #1d7f35;
}
.contact__form .form-control__input textarea {
  max-height: 137px;
}
.contact__form .form-control input[type="submit"] {
  outline: none;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  font-size: 17px;
  line-height: 34px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 8px 40px;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.contact__form .form-file {
  position: relative;
}
.contact__form .form-file .wpcf7-not-valid-tip {
  position: relative;
  text-align: center;
  bottom: 27px;
  line-height: 1.7761;
}
.contact__form .form-file input[type="file"] {
  height: 100px;
  width: 100%;
  display: block;
  opacity: 0;
}
.contact__form .form-file__text {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  min-height: 100px;
  cursor: pointer;
  color: #183b56;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__form .form-file__text span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.contact__form .form-file__text span::before {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../img/students/upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  flex: 0 0 auto;
}
.contact__form .form-text {
  margin-bottom: 30px;
}
.contact__form .form-text p {
  font-size: 14px;
  line-height: 1.71;
  color: #5a7184;
  margin: 0;
}
.contact__form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 15px;
}
.contact__form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.7761;
}

@media (min-width: 992px) {
  .col-lg-6.contact-rc {
    flex: 0 0 auto;
    width: 51%;
  }
  .col-lg-6.contact-lc {
    flex: 0 0 auto;
    width: 49%;
  }
}
@media only screen and (max-width: 1790px) {
  .contact__overlay__bottom::after {
    bottom: -190px;
    right: -22%;
  }
}
@media only screen and (max-width: 1536px) {
  .contact h2 {
    line-height: 1.22;
    margin-bottom: 32px;
  }
  .contact__form {
    padding: 50px;
  }
  .contact__text {
    padding-top: 80px;
  }
  .contact__team__list {
    column-gap: 80px;
  }
  .contact__overlay__bottom::after {
    bottom: -230px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact__form {
    padding: 35px;
    margin-left: 0;
    margin-bottom: -70px;
  }
  .contact__text {
    padding-top: 60px;
  }
  .contact__form .form-control input[type="submit"] {
    font-size: 16px;
    padding: 8px 32px;
  }
  .contact__overlay__bottom::after {
    bottom: -280px;
    right: -18%;
  }
}
@media only screen and (max-width: 991px) {
  .contact__overlay__bottom {
    display: none;
  }
  .contact__form {
    bottom: auto;
    margin-bottom: -55px;
  }
  .contact__team__list {
    margin-bottom: 20px;
  }
  .contact {
    padding: 50px 12px 0px 12px;
  }
  .contact__text {
    padding: 0;
  }
  .contact__form {
    margin-left: 0;
    padding: 25px 15px;
  }
  .contact h2 {
    margin-bottom: 25px;
  }
  .contact__team__title {
    font-size: 14px;
  }
  .contact__team {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact__overlay {
    display: none;
  }
  .contact__team__list__item__img {
    max-width: 110px;
    width: auto;
    height: auto;
  }
  .contact__team__list__item__info h5 {
    font-size: 15px;
  }
  .contact__text {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .contact {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact__text {
    padding: 0;
  }
  .contact__form {
    margin-left: 0;
    padding: 35px 25px;
  }
  .contact h2 {
    margin-bottom: 25px;
  }
  .contact__team__list__item {
    width: calc(50% - 30px);
    max-width: 100%;
  }
  .contact__team__list {
    column-gap: 60px;
  }
  .contact__team__title {
    font-size: 12px;
  }
  .contact__form .form-control__label p,
  .contact__form .form-control__label label,
  .contact__form .form-control__input input,
  .contact__form .form-control__input textarea {
    font-size: 14px;
    line-height: 1.2;
  }
  .contact__form .form-text p {
    font-size: 12px;
  }
  .contact__form .form-control__input input,
  .contact__form .form-control__input textarea {
    padding: 11px 12px;
  }
  .contact__form .form-file__text {
    font-size: 14px;
  }
  .contact__form .form-control input[type="submit"] {
    font-size: 15px;
    line-height: 28px;
  }
  .contact p {
    margin-bottom: 29px;
  }
  .contact p:last-of-type {
    margin-bottom: 0;
  }
}
/* Multiple file form */
.codedropz-upload-handler {
  margin-bottom: 9px;
  border: 1px dashed #c3cad9;
  border-radius: 4px;
  min-height: 100px;
  background-color: rgba(229, 243, 229, 0.57);
  position: relative;
}
.codedropz-upload-handler .codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.codedropz-upload-handler .codedropz-upload-inner h3,
.codedropz-upload-handler .codedropz-upload-inner span {
  display: none;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
  background-image: url("../img/home/close-popup.png");
}

.cd-upload-btn {
  display: block;
  min-height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
}

.dnd-upload-status {
  padding: 6px 0px 6px 0px;
}
.dnd-upload-status .name {
  font-size: 14px;
  color: #5a7184 !important;
  padding: 0 !important;
  line-height: 1;
}
.dnd-upload-status .name span {
  height: 15px;
}
.dnd-upload-status .name em {
  display: none !important;
  color: #3aaa35 !important;
}
.dnd-upload-status .dnd-progress-bar {
  display: none !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.dnd-upload-status .dnd-progress-bar span {
  background: #1d7f35 !important;
}
.dnd-upload-status .dnd-upload-image {
  width: 32px;
  height: 32px;
  border: none;
}

.dnd-upload-status .dnd-upload-details span.has-error {
  font-size: 14px;
}

.dnd-upload-status .dnd-upload-image span.file {
  background-image: url("../img/file-lines-regular.svg");
  background-size: contain;
  background-position: center;
  height: 18px;
}

.dnd-upload-status .dnd-upload-details {
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .cd-upload-btn,
  .codedropz-upload-handler {
    min-height: 80px;
  }
  .contact__form .form-file__text {
    min-height: 80px;
  }
  .contact__form .form-text {
    margin-top: 9px;
  }
}
.faq {
  padding: 105px 0px 125px 0;
  font-family: "Century Gothic", sans-serif;
  background-color: #f5f7fb;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.faq__overlay {
  position: absolute;
  z-index: 1;
  bottom: 1%;
  right: -20%;
  width: 120%;
  height: 850px;
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.1;
  transform: matrix(-0.96, 0.28, 0.28, 0.96, 0, 0);
}
.faq__title {
  text-align: left;
  margin-bottom: 69px;
  max-width: 550px;
}
.faq__title h2 {
  margin: 0 0 22px 0;
  letter-spacing: 0;
  line-height: 1.4;
  color: #202020;
}
.faq__title p {
  margin: 0;
  line-height: 1.7761;
  color: rgba(0, 0, 0, 0.6);
}

.faq__list {
  position: relative;
  z-index: 2;
}
.faq__list__item {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 39px 33px rgba(49, 66, 99, 0.01);
  border-radius: 4px;
  padding: 0px 45px;
  transition: all 0.4s ease;
}
.faq__list__item:first-of-type .faq__list__item__desc {
  display: block;
}
.faq__list__item--active {
  background-color: #f8f9fa;
}
.faq__list__item--active .faq__list__item__title {
  padding: 47px 0px 30px 0px;
}
.faq__list__item--active .faq__list__item__title h6 {
  text-shadow: 0px 0px 1px #292930;
}
.faq__list__item--active .faq__list__item__title h6::after {
  transform: rotate(90deg);
  filter: invert(63%) sepia(6%) saturate(4914%) hue-rotate(70deg)
    brightness(86%) contrast(86%);
}
.faq__list__item__title {
  padding: 37px 0px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.faq__list__item__title h6 {
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  color: #292930;
  margin: 0;
  transition: all 0.4s ease;
  position: relative;
  padding-right: 40px;
}
.faq__list__item__title h6::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  background-image: url("../img/arrow-faq.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}
.faq__list__item__desc {
  border-top: 1px solid #ecedf3;
  padding: 27px 0 47px 0;
  display: none;
}
.faq__list__item__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.776;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 16px 0;
}
.faq__list__item__desc p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  .faq__title {
    margin-bottom: 50px;
  }
  .faq__list__item {
    padding: 0px 25px;
  }
  .faq__list__item--active .faq__list__item__title,
  .faq__list__item__title {
    padding: 30px 0px;
  }
  .faq {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .faq__list__item__desc {
    padding: 22px 0px 35px;
  }
  .faq__list__item--active .faq__list__item__title,
  .faq__list__item__title {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__overlay {
    display: none;
  }
  .faq {
    padding-bottom: 80px;
  }
  .faq__list__item__desc p {
    font-size: 15px;
  }
  .faq__list__item--active .faq__list__item__title,
  .faq__list__item__title {
    padding: 20px 0px;
  }
  .faq__list__item__desc {
    padding: 18px 0px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .faq__title {
    margin-bottom: 35px;
  }
  .faq {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 60px;
  }
  .faq__list__item {
    padding: 0px 15px;
  }
  .faq__list__item__desc p {
    font-size: 14px;
  }
  .faq__list__item {
    padding: 0px 15px;
  }
  .faq__list__item__title h6::after {
    width: 18px;
    height: 18px;
  }
}
/*Video Section*/
.video-jobs {
  font-family: "Century Gothic", sans-serif;
  background-color: #f5f7fb;
  padding-bottom: 100px;
  margin-top: -60px;
}
.video-jobs__wrap {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-jobs__wrap iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1536px) {
  .video-jobs {
    margin-top: -40px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .video-jobs {
    padding-bottom: 55px;
  }
  .video-jobs__wrap {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .video-jobs {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -30px;
  }
  .video-jobs__wrap {
    margin-bottom: 25px;
  }
}
.cta {
  font-family: "Century Gothic";
  background-color: #eef8ee;
  padding: 30px 0px;
}
.cta__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 10px 0px;
}
.cta__button a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  text-decoration: none;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  padding: 9px 37px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.cta__button a span {
  position: relative;
  z-index: 2;
}
.cta__button a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.cta__button a:hover::after {
  transform: translateY(0);
}
.cta .cta__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cta .cta__content__team {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 10px 0px;
}
.cta .cta__content__team__item {
  position: relative;
  left: -28px;
}
.cta .cta__content__team__item:first-of-type {
  left: 0;
}
.cta .cta__content__team__item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  -webkit-box-shadow: 0 0 0px 2px white;
  box-shadow: 0 0 0px 2px white;
  border-radius: 50%;
  display: block;
}
.cta .cta__content__text {
  flex: 1;
  max-width: 580px;
  padding: 10px 0px;
}
.cta .cta__content__text h5 {
  color: #1d7f35;
  margin: 0 0 9px 0;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 28px;
}
.cta .cta__content__text p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.cta__content__team__item:nth-child(1) {
  left: 0px;
}

.cta__content__team__item:nth-child(2) {
  left: -28px;
}

.cta__content__team__item:nth-child(3) {
  left: -56px;
}

.cta__content__team__item:nth-child(4) {
  left: -84px;
}

.cta__content__team__item:nth-child(5) {
  left: -112px;
}

@media only screen and (max-width: 1280px) {
  .cta__button a {
    font-size: 16px;
    padding: 8px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .cta .cta__content__text h5 {
    font-size: 20px;
    line-height: 1.22;
  }
  .cta {
    padding: 25px 0px;
  }
  .cta__button {
    margin-top: 12px;
  }
  .cta__button a {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta .cta__content__text h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .cta {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cta .cta__content__text h5 {
    font-size: 16px;
  }
  .cta__button a {
    font-size: 15px;
    line-height: 28px;
  }
  .cta .cta__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=job.css.map */

.video-wrap {
  position: relative;
  font-family: "Century Gothic", sans-serif;
  overflow: hidden;
}
.video-wrap__image__item {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px;
  object-fit: cover;
}

.play-video {
  position: absolute;
  left: 50%;
  top: calc(50% + 6px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  z-index: 4;
}
.play-video__img {
  width: 139px;
  height: 139px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px auto;
  position: relative;
}
.play-video__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(1);
  animation: scaleBorder 4s ease infinite;
}
.play-video__img img {
  max-width: 100%;
  width: 23px;
  height: 28px;
  object-fit: contain;
}
.play-video p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7411;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@keyframes scaleBorder {
  20%,
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}

.video-wrap__container {
  position: relative;
}

.video-wrap__text {
  position: absolute;
  left: 0;
  bottom: 73px;
  z-index: 2;
}

.video-wrap__text--green {
  color: #3aaa35;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.776;
  padding: 0 10px;
  background-color: #fff;
  margin-bottom: 2px;
  width: fit-content;
}

.video-wrap__text--white {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.776;
  padding: 0 10px;
  background-color: #3aaa35;
  margin-bottom: 0;
  width: fit-content;
}

.video-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20%;
  transform: rotate(20deg);
  background-image: url("https://inspiragrupa.com/wp-content/uploads/2023/12/video-bottom.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 53%;
  height: 70%;
  z-index: 2;
}

.video-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30%;
  transform: rotate(0deg);
  background-image: url("https://inspiragrupa.com/wp-content/uploads/2023/12/video-left.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19%;
  height: 97%;
  z-index: 1;
}

.popup-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.popup-video__wrap {
  width: 100%;
  max-width: 70%;
  position: relative;
  top: -20%;
  transition: 0.4s ease;
}
.popup-video__wrap__iframe {
  overflow: hidden;
  border: 2px solid #3aaa35;
  border-radius: 4px;
}
.popup-video__wrap__close {
  position: absolute;
  top: -44px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}
.popup-video__wrap__close:hover {
  transform: rotate(180deg);
}
.popup-video__wrap__close img {
  filter: brightness(0) invert(1);
  display: block;
  position: relative;
  left: -0.5px;
}
.popup-video iframe {
  width: 100% !important;
  height: 600px;
  display: block;
}

.popup-video.active-video {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
  top: 50%;
}

.popup-video.active-video .popup-video__wrap {
  top: 0;
  transition: 0.4s ease;
}

@media only screen and (max-width: 1536px) {
  .play-video__img {
    width: 120px;
    height: 120px;
  }
  .play-video p {
    font-size: 18px;
  }

  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1399px) {
  .popup-video iframe {
    height: 550px;
  }
}

@media only screen and (max-width: 1280px) {
  .play-video__img {
    width: 100px;
    height: 100px;
  }

  .popup-video iframe {
    height: 480px;
  }
  .play-video p {
    font-size: 16px;
  }
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 20px;
  }
  .video-wrap__text {
    bottom: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .popup-video iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 18px;
  }
  .video-wrap__text {
    bottom: 40px;
  }

  .video-wrap::after,
  .video-wrap::before {
    margin-bottom: -10%;
  }

  .popup-video__wrap {
    max-width: 85%;
  }
  .popup-video iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .video-wrap__image__item {
    min-height: 420px;
    object-position: 60% center;
  }
  .popup-video__wrap {
    max-width: calc(100% - 48px);
  }
  .popup-video iframe {
    height: 380px;
  }
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .video-wrap__text {
    left: 12px;
  }

  .video-wrap::after,
  .video-wrap::before {
    margin-bottom: -19%;
  }
  .video-wrap::before {
    width: 80%;
  }
  .popup-video__wrap {
    max-width: calc(100% - 12px);
  }
  .popup-video iframe {
    height: 350px;
  }
  .video-wrap__text--green,
  .video-wrap__text--white {
    font-size: 14px;
  }
}