section#main-header {
  min-height: 600px;
  padding: 250px 0 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  color: white;
  font-family: "Myriad Pro";
  background-size: cover;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  section#main-header {
    padding: 150px 0 200px;
  }
}
@media screen and (max-width: 991.98px) {
  section#main-header {
    max-height: none;
  }
}
section#main-header .background-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#main-header .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(99deg, rgba(0, 0, 0, 0.5) 30.87%, var(--dark, rgba(36, 35, 33, 0.5)) 99.29%), linear-gradient(0deg, rgba(20, 20, 19, 0.6) 0%, rgba(20, 20, 19, 0.6) 100%);
}
section#main-header .container {
  max-width: 800px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section#main-header .container .profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
section#main-header .container .profile img {
  width: 80px;
  height: 80px;
  border-radius: 999px;
}
@media screen and (max-width: 767.98px) {
  section#main-header .container .profile img {
    width: 45px;
    height: 45px;
  }
}
section#main-header .container h1 {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  section#main-header .container h1 {
    font-size: 2rem;
  }
}
section#main-header .container p {
  color: #e7c52f;
  font-size: 18px;
  margin-top: 25px;
}
section#main-header .container .benefits {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}
section#main-header .container .benefits .benefit {
  color: #fcfaf8;
  opacity: 0.9;
  font-weight: 300;
}
@media only screen and (max-width: 991.98px) {
  section#main-header .container {
    width: 90%;
  }
  section#main-header img.rectangle {
    width: 180px;
  }
}

.services ul.services-list {
  padding: 0;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  grid-template-areas: "feature  feature  highlight" "finance  coaching recruitment"; /* row 2: three equalli:nth-of-type(1) */
}
@media (max-width: 1040px) {
  .services ul.services-list {
    grid-template-columns: 1fr;
    grid-template-areas: "feature" "highlight" "finance" "coaching" "recruitment";
  }
}
.services ul.services-list li.service {
  min-height: 300px;
  background-color: #29292B;
  color: #fcfaf8;
  padding: 2rem 2.25rem 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
.services ul.services-list li.service h2 {
  font-size: 1.8rem;
  color: #e7c52f;
}
.services ul.services-list li.service p {
  margin-bottom: 20px;
  max-width: 500px;
}
.services ul.services-list li.service span.number {
  position: absolute;
  top: 20px;
  right: 20px;
}
.services ul.services-list > li:nth-of-type(1) {
  grid-area: feature;
  background-color: #29292B;
}
.services ul.services-list > li:nth-of-type(2) {
  grid-area: highlight;
  background-color: rgb(37.25, 37.25, 38.75);
}
.services ul.services-list > li:nth-of-type(3) {
  grid-area: finance;
  background-color: rgb(33.5, 33.5, 34.5);
}
.services ul.services-list > li:nth-of-type(4) {
  grid-area: coaching;
  background-color: rgb(37.25, 37.25, 38.75);
}
.services ul.services-list > li:nth-of-type(5) {
  grid-area: recruitment;
  background-color: #29292B;
}

.partners-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.partners-slider .swiper-wrapper .partner img {
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}
.partners-slider .gray {
  padding: 0.7rem 3.2rem;
}

.reviews-slider h3 {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .reviews-slider .navigation {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.reviews-slider .navigation .swiper-button-next,
.reviews-slider .navigation .swiper-button-prev {
  background-color: #fcfaf8;
  position: initial;
  border-radius: 0;
  padding: 0;
  width: 50px;
}
.reviews-slider .navigation .swiper-button-next svg,
.reviews-slider .navigation .swiper-button-prev svg {
  width: 20px;
  height: 20px;
}
.reviews-slider .navigation .swiper-button-next svg *,
.reviews-slider .navigation .swiper-button-prev svg * {
  fill: #1A1A1A;
}
.reviews-slider .navigation .swiper-button-next::after,
.reviews-slider .navigation .swiper-button-prev::after {
  display: none;
}
.reviews-slider .navigation .swiper-button-next:hover,
.reviews-slider .navigation .swiper-button-prev:hover {
  background-color: #e7c52f;
}
.reviews-slider .navigation .swiper-button-prev {
  margin-right: 1rem;
}
.reviews-slider .reviews {
  height: 100%;
  overflow-x: visible;
  overflow-y: clip;
}
.reviews-slider .reviews .wrapper {
  min-height: 240px;
  padding: 2rem;
  background-color: #29292B;
  color: #fcfaf8;
}
.reviews-slider .reviews .wrapper .content a {
  color: #e7c52f;
  text-decoration: underline;
  font-weight: 500;
  -webkit-appearance: none;
}
.reviews-slider .reviews .wrapper .author img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
  border-radius: 999px;
}
.reviews-slider .reviews .wrapper .author h4 {
  font-weight: 500;
  font-size: 1.125rem;
}
.reviews-slider .modal * {
  color: #fcfaf8;
}
.modal-content .modal-header{
	background-color: #29292B;
}

.modal-content .modal-body{
	background-color: #29292B;
}

.text-and-image h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991.98px) {
  .text-and-image h2 {
    font-size: 2rem;
  }
}
.text-and-image ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.text-and-image ul li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 10px;
}
.text-and-image ul li::before {
  content: "";
  display: block;
  min-width: 18px;
  height: 1px;
  background-color: #fcfaf8;
  transform: translateY(12px);
}
.text-and-image a.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.text-and-image a.btn svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.text-and-image a.btn svg * {
  fill: #fcfaf8;
}
.text-and-image img {
  width: 100%;
  height: auto;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}

section.content-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  section.content-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  section.content-contact {
    padding-top: 0;
  }
}
section.content-contact h2 {
  font-size: 3rem;
}
@media screen and (max-width: 991.98px) {
  section.content-contact h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  section.content-contact .container-1420 {
    padding-left: 0;
    padding-right: 0;
  }
}
section.content-contact .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
section.content-contact .boxes .info-box {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 991.98px) {
  section.content-contact .boxes .info-box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  section.content-contact .boxes .info-box {
    width: 100%;
  }
}
section.content-contact .boxes .info-box:nth-child(1) {
  width: 100%;
}
section.content-contact .boxes .info-box h3 {
  font-size: 1.5rem;
}
section.content-contact .boxes .info-box ul.social-media {
  padding-left: 0;
}
section.content-contact .boxes .info-box ul.social-media svg {
  height: 1.5rem;
  width: auto;
}
section.content-contact .boxes .info-box ul.social-media svg path {
  fill: #fcfaf8;
}
section.content-contact .boxes .info-box ul.social-media svg path:first-of-type {
  fill: #1A1A1A;
  transition: 0.2s;
}
section.content-contact .boxes .info-box ul.social-media svg:hover path:first-of-type {
  fill: #e7c52f;
}
section.content-contact .boxes .info-box ul.social-media svg:hover path:not(:first-of-type) {
  fill: #fcfaf8 !important;
}
section.content-contact .boxes .info-box a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #e7c52f;
  word-break: break-word;
}
section.content-contact .boxes .info-box a svg {
  height: 1rem;
  width: auto;
}
section.content-contact .boxes .info-box a svg path {
  fill: #d4a92d;
  transition: 0.3s;
}
section.content-contact .boxes .info-box a:hover {
  color: #e7c52f;
}
section.content-contact .boxes .info-box a:hover svg path {
  fill: #e7c52f;
}
section.content-contact .contact-form-wrap {
  background-color: #29292B;
  padding: 4rem;
}
@media screen and (max-width: 575.98px) {
  section.content-contact .contact-form-wrap {
    padding: 2rem;
  }
}
section.content-contact .contact-form-wrap h3 {
  font-weight: 600;
}
section.content-contact .contact-form-wrap .wpcf7 {
  max-width: 100%;
}
section.content-contact .contact-form-wrap .wpcf7 form {
  width: 100%;
  max-width: 100%;
}
section.content-contact .contact-form-wrap .wpcf7 form p {
  width: 100%;
}
section.content-contact .contact-form-wrap .wpcf7 form p label {
  width: 100%;
  font-size: 0px;
}
section.content-contact .contact-form-wrap .wpcf7 form p label input, section.content-contact .contact-form-wrap .wpcf7 form p label textarea {
  background: #1A1A1A;
  color: #fcfaf8;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: auto;
  padding: 12px 25px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgb(from #29292B r g b/0.5);
}
section.content-contact .contact-form-wrap .wpcf7 form p label textarea {
  max-height: 200px;
}
section.content-contact .contact-form-wrap .wpcf7 form p input[type=submit] {
  margin-top: 20px;
  background-color: #d4a92d;
  color: #fcfaf8;
  height: auto;
  padding: 0.7rem 4rem;
  margin-bottom: 20px;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 991.98px) {
  section.content-contact .contact-form-wrap .wpcf7 form p input[type=submit] {
    width: 100%;
  }
}
section.content-contact .contact-form-wrap .wpcf7 form p input[type=submit]:hover {
  background-color: #e7c52f;
  color: #fcfaf8;
}
section.content-contact .contact-form-wrap .wpcf7 form .wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 20px;
}
section.content-contact .contact-form-wrap .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 20px;
  color: #000;
  padding: 8px 15px;
}
section.content-contact .contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #f4da94;
}
section.content-contact .contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
  background-color: #b2e7b6;
}