body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 80.8px;
  font-weight: 600;
  text-transform: capitalize;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 57.7px;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.orange-text {
  color: #e86d00;
}

.orange-background {
  background-color: #e86d00;
}

.grey-text {
  color: #7a7b7d;
}

.light-blue-text {
  color: #1a3294;
}

.light-blue-background {
  background-color: #1a3294;
}

.dark-blue-background {
  background-color: #001156;
}

.white-text {
  color: #fff;
}

.dark-blue-text {
  color: #001156;
}

.white-background {
  background-color: #fff;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer {
  padding: 75px 6.5vw 42px 8.5vw;
}

.hero-image {
  position: relative;
  width: 36vw;
  padding-top: 3vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/pexels-burst-374023-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.beckley-logo {
  width: 4.75vw;
  height: 4.3vw;
  background-image: url('../images/Group-136.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-inner {
  padding: 3.6vw 3vw 5.6vw 8vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-option {
  margin-left: 30px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 32px;
}

.nav-option:hover {
  color: #e86d00;
}

.nav-option.white-text {
  margin-left: 0px;
}

.hero-text-block {
  margin-top: 3.8vw;
  margin-bottom: 5vw;
}

.hero-text {
  max-width: 485px;
  margin-bottom: 20px;
}

.button {
  padding: 14.9px 43px 13.9px;
  -webkit-transition: box-shadow 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, color 500ms ease;
  font-size: 12px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button.light-blue-background {
  box-shadow: inset 0 0 0 0 #1a3294;
}

.button.light-blue-background:hover {
  box-shadow: inset -200px 0 0 0 #fff;
  color: #1a3294;
}

.button.light-blue-background.contact {
  margin-top: 24px;
}

.button.light-blue-background.tab {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.orange-background {
  box-shadow: inset 0 0 0 0 #fff;
}

.button.orange-background:hover {
  box-shadow: inset -199px 0 0 0 #fff;
  color: #e86d00;
}

.button.orange-background.client-button {
  padding-right: 63px;
  padding-left: 63px;
}

.button.orange-background.newsletter-button {
  margin-top: 40px;
  padding-right: 63px;
  padding-left: 63px;
}

.button.orange-background.apply {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.orange-background.consulting {
  padding-right: 65px;
  padding-left: 65px;
}

.button.insights {
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #fff;
}

.button.insights:hover {
  box-shadow: inset 200px 0 0 0 #fff;
  color: #1a3294;
}

.hero-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-top: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  text-transform: uppercase;
}

.hero-option {
  width: 31%;
}

.option-line {
  position: relative;
  height: 2px;
  margin-bottom: 13px;
  border-radius: 2px;
}

.option-text {
  max-width: 208px;
}

.option-text.manpower {
  max-width: none;
}

.option-line-inner {
  position: absolute;
  width: 0%;
  height: 100%;
}

.about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.core-values-block {
  width: 45vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.read-more-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.read-more-block.white-text.consultation {
  padding-left: 40px;
  background-color: #fea85c;
}

.read-more-block.white-text.service {
  padding-left: 40px;
  background-color: #1a3294;
}

.arrow-block {
  width: 51px;
  height: 48px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Arrow-2.svg');
  background-position: 50% 50%;
  background-size: 17.5px 14px;
  background-repeat: no-repeat;
  -webkit-transition: border-radius 300ms ease;
  transition: border-radius 300ms ease;
}

.arrow-block:hover {
  border-radius: 12px;
}

.arrow-block.white-background.insight {
  width: 44px;
  height: 41px;
}

.arrow-block.hide {
  width: 0px;
}

.arrow-block.service-arrow {
  margin-left: 20px;
  -webkit-transition: width 600ms ease;
  transition: width 600ms ease;
}

.about-beckley {
  padding: 5.7vw 5.9vw 5.7vw 6.9vw;
}

.label {
  padding: 12px 22px;
  background-color: rgba(232, 109, 0, 0.1);
  font-weight: 600;
  text-transform: uppercase;
}

.label.orange-text {
  display: inline-block;
}

.label.orange-text.core-values {
  display: block;
  padding-left: 50px;
}

.label.spacing.dark-blue-text.values {
  background-color: #bcc6ea;
}

.about-beckley-inner {
  max-width: 588px;
  margin-top: 22px;
  font-size: 34px;
  line-height: 56px;
  font-weight: 700;
}

.core-values-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.values-block {
  width: 50%;
  padding-top: 4.2vw;
  padding-bottom: 2.6vw;
  padding-left: 2.9vw;
}

.values-block.integrity {
  background-color: #ffbb7e;
}

.values-block.respect {
  background-color: #ff9f5f;
}

.values-block.excellence {
  background-color: #fea85c;
}

.values-block.growth {
  background-color: #dc985c;
}

.values-block.blue-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 14vw;
  padding-top: 3.4vw;
  padding-bottom: 3.4vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.values-block.blue-core.others {
  background-color: #e5ebff;
}

.values-block.blue-core.client {
  background-color: #fdfdff;
}

.values-block.blue-core.blue-growth {
  background-color: #758adf;
}

.values-block.inte {
  background-color: #1a3294;
}

.values-icon {
  width: 40px;
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.values-icon.integrity {
  background-image: url('../images/Vector.svg');
}

.values-icon.respect {
  background-image: url('../images/Vector-1.svg');
}

.values-icon.excellence {
  background-image: url('../images/Vector-2.svg');
}

.values-icon.growth {
  background-image: url('../images/Vector-3.svg');
}

.values-icon.blue-respect {
  background-image: url('../images/Vector-6_1.svg');
}

.values-icon.blue-client {
  background-image: url('../images/Vector-7.svg');
}

.spacing {
  letter-spacing: 2px;
}

.consultation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.consultation-image {
  width: 14.2vw;
  background-image: url('../images/Rectangle-9-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.consultation-inner {
  padding: 3.4vw 3.7vw 2.4vw 3.4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
}

.consultation-text {
  font-weight: 400;
}

.consultation-link {
  margin-top: 30px;
  color: #fff;
  line-height: 20px;
}

.consultation-line {
  width: 100%;
  height: 1px;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}

.consultation-line.hover {
  width: 0%;
}

.services-block {
  padding-top: 6.9vw;
  padding-right: 7.2vw;
  padding-left: 7.2vw;
  background-color: #f1f1f1;
}

.block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.block-title.about-page {
  margin-right: 7.2vw;
}

.title-line {
  width: 100%;
  height: 1px;
}

.black-background {
  background-color: #000;
}

.block-title-inner {
  max-width: 257px;
  margin-right: 60px;
}

.block-title-inner.team {
  max-width: 220px;
  min-width: 220px;
  margin-right: 20px;
}

.services-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Rectangle-3787.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-image.service {
  width: 43vw;
  height: 40vw;
  margin-bottom: 40px;
}

.services-image.service.white-text {
  background-image: url('../images/Rectangle-3851.png');
}

.services-image.service.white-text.accounting {
  background-image: url('../images/Rectangle-3760.png');
}

.services-image.service.white-text.resource {
  background-image: url('../images/Rectangle-3847.png');
}

.services-image.service.white-text.labor {
  background-image: url('../images/Rectangle-3848.png');
}

.services-image.service.white-text.tax {
  background-image: url('../images/Rectangle-3849.png');
}

.services-image.service.white-text.legal {
  background-image: url('../images/Rectangle-3850.png');
}

.services-image.tab {
  width: 46vw;
}

.services-image.tab.human-resources {
  background-image: url('../images/Rectangle-3847.png');
}

.services-image.tab.financial-services {
  background-image: url('../images/Rectangle-3760.png');
}

.services-image.tab.labor-mgt {
  background-image: url('../images/Rectangle-3848.png');
}

.services-image.tab.tax-compliance {
  background-image: url('../images/Rectangle-3849.png');
}

.services-image.tab.law {
  background-image: url('../images/Rectangle-3850.png');
}

.services-image.tab.training {
  background-image: url('../images/Rectangle-3851.png');
}

.service-image-inner {
  padding: 42px 50px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: 15px;
  line-height: 30px;
}

.service-image-inner.white-text.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-image-inner.service {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  font-size: 30px;
  line-height: 42px;
}

.services {
  position: relative;
  padding: 5.5vw 4vw 4.6vw 5.3vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f6f6f6;
}

.orange-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 11.8vw;
  height: 1.5vw;
  background-color: rgba(232, 109, 0, 0.3);
}

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-height: 100px;
  padding-top: 30px;
  padding-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.41);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}

.service-block.hover {
  border-bottom-color: rgba(232, 109, 0, 0.41);
  color: #e86d00;
  font-weight: 700;
}

.service-block.no-border {
  border-bottom-style: none;
}

.service-number {
  margin-right: 25px;
  -webkit-transition: font-size 300ms ease;
  transition: font-size 300ms ease;
  font-size: 35px;
  line-height: 42px;
  font-weight: 300;
}

.service-number.hover {
  font-size: 40px;
}

.team-block {
  margin-top: -281px;
  padding: 381px 7.2vw 7.4vw;
  background-color: #fff;
}

.team-block.about {
  margin-top: 0px;
  padding-top: 7vw;
  padding-right: 0vw;
}

.mask {
  width: 106vw;
}

.slider {
  overflow: hidden;
  height: 100%;
}

.slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  left: auto;
  top: -58%;
  right: 0%;
  bottom: 0%;
  width: 3vw;
  height: 3vw;
  border: 1px solid #000;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 9.41px 15.2px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  cursor: pointer;
}

.arrow:hover {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.arrow.left {
  right: 4.3%;
  background-image: url('../images/Vector-5.svg');
}

.arrow.right {
  background-image: url('../images/Vector-4.svg');
}

.arrow.prev {
  margin-right: 14px;
  background-image: url('../images/Vector-5.svg');
}

.arrow.next {
  background-image: url('../images/Vector-4.svg');
}

.arrow.job-prev {
  margin-right: 14px;
  background-image: url('../images/Vector-5.svg');
}

.arrow.job-next {
  background-image: url('../images/Vector-4.svg');
}

.slide-nav {
  display: none;
}

.slide {
  width: 16vw;
  height: 100px;
  margin-right: 2vw;
  background-color: red;
}

.slide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-2 {
  width: 16vw;
  height: 100px;
  margin-right: 2vw;
  background-color: green;
}

.slide-2.last {
  margin-right: 0vw;
}

.client-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sponsors-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  padding: 50px 2.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.06);
}

.sponsor-image {
  width: 10.5vw;
  height: 11vw;
  margin-bottom: 8px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sponsor-image.total {
  background-image: url('../images/image-21.jpg');
  background-size: auto;
}

.sponsor-image.exac {
  background-image: url('../images/image-25.jpg');
}

.sponsor-image.earthcore {
  background-image: url('../images/image-23.jpg');
}

.sponsor-image.kings {
  background-image: url('../images/image-24.jpg');
  background-size: 85%;
}

.sponsor-image.prime {
  background-image: url('../images/image-30.jpg');
}

.sponsor-image.bloffin {
  background-image: url('../images/image-19.jpg');
}

.sponsor-image.polaris {
  background-image: url('../images/image-20.png');
  background-size: 99%;
}

.sponsor-image.redeemers {
  background-image: url('../images/image-22.jpg');
  background-size: 90%;
}

.sponsor-image.smallchops {
  background-image: url('../images/image-26.jpg');
}

.sponsor-image.check {
  background-image: url('../images/image-29.jpg');
  background-size: 85%;
}

.sponsors-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f6f6f6;
  font-size: 43px;
  line-height: 49px;
  font-weight: 600;
}

.sponsors-text {
  max-width: 347px;
}

.sponsors-title {
  max-width: 300px;
}

.newsletter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}

.newsletter-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.newsletter-text {
  max-width: 457px;
  margin-top: 5px;
  margin-bottom: 40px;
  text-align: center;
}

.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field {
  width: 49.5%;
  height: 60px;
  padding-top: 10px;
  padding-left: 42px;
  border: 1px solid #dfdfe0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 4% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #dfdfe0;
}

.text-field:focus {
  border-color: #dfdfe0;
}

.text-field::-webkit-input-placeholder {
  color: #9a9ea6;
  font-size: 16px;
  line-height: 20px;
}

.text-field:-ms-input-placeholder {
  color: #9a9ea6;
  font-size: 16px;
  line-height: 20px;
}

.text-field::-ms-input-placeholder {
  color: #9a9ea6;
  font-size: 16px;
  line-height: 20px;
}

.text-field::placeholder {
  color: #9a9ea6;
  font-size: 16px;
  line-height: 20px;
}

.text-field.fullname {
  background-image: url('../images/Vector-6.svg');
}

.text-field.email {
  background-image: url('../images/sms.svg');
}

.text-field-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navy-blue-background {
  background-color: #000b38;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  width: 23.6vw;
  height: 4.5vw;
  background-image: url('../images/image001-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-text {
  max-width: 342px;
  margin-top: 35px;
  margin-bottom: 30px;
  line-height: 24px;
}

.contact-icon {
  width: 3.7vw;
  height: 3.7vw;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #e3ebfd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.contact-icon.phone {
  background-image: url('../images/call-calling.svg');
}

.contact-icon.email {
  background-image: url('../images/sms-1.svg');
}

.contact-icon.location {
  background-image: url('../images/fi_map-pin.svg');
}

.copyright {
  margin-top: 50px;
  text-align: center;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-contact-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-link {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.footer-contact-link:hover {
  color: #9a9ea6;
}

.footer-contact-link.light-blue-text {
  min-width: 106px;
}

.footer-contact-link.light-blue-text.address {
  max-width: 220px;
}

.footer-email {
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-link-title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 1.38vw;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #9a9ea6;
}

.footer-link:hover {
  color: #e86d00;
}

.footer-links-inner {
  margin-right: 3vw;
  font-size: 12px;
}

.hide {
  display: none;
}

.booking-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/unsplash_lc57b1WzyLY.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.core-values-wrapper {
  padding: 7.57vw 7.36vw;
}

.core-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 527px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.core-inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61vw;
  height: 527px;
  padding: 6.5vw 20vw 6.5vw 8.9vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 31px;
  line-height: 54px;
}

.core-inner.dark-blue-background.white-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.core-values {
  z-index: 2;
  margin-left: auto;
}

.values-text {
  max-width: 130px;
  margin-top: 13px;
}

.blue-icon {
  width: 29px;
  height: 29px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 6vw 25px 4.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 19.7vw;
  height: 41px;
  background-image: url('../images/image001-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-header-block.sky-blue-background.about-us {
  padding-top: 5.8vw;
  padding-right: 7.2vw;
  padding-left: 7.2vw;
}

.section-image {
  width: 36.39vw;
  background-image: url('../images/pexels-burst-374023-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-image.services {
  background-image: url('../images/Rectangle-3875.png');
}

.section-image.insights {
  background-image: url('../images/Rectangle-3875.jpg');
}

.section-image.career {
  background-image: url('../images/pexels-burst-374023-4-2.jpg');
}

.section-header-inner {
  padding: 8vw 12vw 9.6vw 9.6vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 36px;
}

.section-header-inner.dark-blue-background.white-text.about-header {
  padding-right: 5.8vw;
  padding-left: 6.4vw;
}

.section-header-inner.white-background.tab {
  padding-right: 5.5vw;
  padding-left: 5.9vw;
  font-size: 40px;
  line-height: 49px;
}

.about-line {
  width: 89px;
  height: 2px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.about-line.orange-background {
  width: 177px;
}

.about-line.orange-background.abouts {
  width: 89px;
}

.about-line.white-background {
  margin-top: 22px;
  margin-bottom: 33px;
}

.about-header-text {
  max-width: 567px;
}

.about-header-text.tabs {
  max-width: 472px;
  font-size: 22px;
  line-height: 43px;
}

.about-services {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -239px;
  padding-top: 239px;
  padding-right: 7.2vw;
  padding-left: 7.2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.beckley {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7vw 3vw 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 28px;
  line-height: 46px;
  font-weight: 700;
}

.beckley-inner {
  max-width: 537px;
}

.building-bg {
  width: 100%;
  height: 12.7vw;
  background-image: url('../images/construction-illustration-city-skyline-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5.7vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 32px;
  line-height: 53px;
  font-weight: 500;
  letter-spacing: -1px;
}

.about-company-inner {
  max-width: 407px;
}

.about-core {
  padding-top: 7.5vw;
  padding-right: 9vw;
  padding-left: 9vw;
}

.about-core-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-core-inner.team {
  margin-right: 9vw;
  margin-bottom: 5vw;
  margin-left: 9vw;
}

.about-core-text {
  max-width: 665px;
}

.about-core-text.team {
  max-width: 685px;
}

.about-core-title {
  margin-top: 10px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-core-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-core-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19vw;
  height: 18.5vw;
  padding-top: 37px;
  padding-bottom: 37px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.about-core-card.respect {
  background-color: #e5ebff;
}

.about-core-card.integrity {
  background-color: #1a3294;
}

.about-core-card.client {
  background-color: #fff;
}

.about-core-card.excellence {
  background-color: #758adf;
}

.about-core-icon {
  width: 3.75vw;
  height: 3.75vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-core-icon.respect {
  background-image: url('../images/Vector-6_1.svg');
}

.about-core-icon.integrity {
  background-image: url('../images/Vector-1.svg');
}

.about-core-icon.client {
  background-image: url('../images/Vector-7.svg');
}

.about-core-icon.excellence {
  background-image: url('../images/Vector-3.svg');
}

.core-card-text {
  max-width: 130px;
}

.about {
  margin-top: -97px;
  padding-left: 7.2vw;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-consulting-image {
  width: 39.8vw;
  height: 34.8vw;
  margin-top: 10vw;
  background-image: url('../images/Rectangle-3840.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-consulting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18.8vw 4.5vw 10vw 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 32px;
  line-height: 53px;
  font-weight: 700;
}

.about-team {
  padding-top: 7.9vw;
}

.about-team-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9vw;
  margin-left: 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-tab-block {
  padding-top: 4.16vw;
  padding-bottom: 6.52vw;
  background-color: #f4f5fa;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fef8f2;
  color: #000;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.tab-link.w--current {
  background-color: #e86d00;
  color: #fff;
}

.tab-link.active {
  background-color: #1a3294;
  color: #fff;
}

.all-services-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-image-text {
  max-width: 355px;
}

.service-image-title {
  max-width: 280px;
}

.service-image-title.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 86px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.4vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sky-blue-background {
  background-color: #e8ebf4;
}

.insights-block {
  padding: 5.9vw 6.1vw 6vw;
}

.insights-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.7vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.insight-article-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.4vw;
  height: 27.4vw;
  margin-right: 0.7vw;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24.5px;
  font-weight: 600;
}

.insight-article-card.budgeting {
  background-image: url('../images/Rectangle-3760-3.jpg');
}

.insight-article-card.business {
  background-image: url('../images/Rectangle-3760.jpg');
}

.insight-article-card.finance {
  background-image: url('../images/Rectangle-3760-2.jpg');
}

.insight-article-card.training {
  background-image: url('../images/Rectangle-3878.jpg');
}

.insight-article-card.funding {
  background-image: url('../images/Rectangle-3879.jpg');
}

.insight-article-card.plan {
  background-image: url('../images/Rectangle-3880.jpg');
}

.insight-article-card.customer {
  background-image: url('../images/Rectangle-3881.jpg');
}

.insight-article-card.entrepreneur {
  background-image: url('../images/Rectangle-3882.jpg');
}

.insight-article-card.sme {
  background-image: url('../images/Rectangle-3883.jpg');
}

.insight-image-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 95px;
  padding: 23px 30px 27px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.insight-image-inner.white-text.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insight-image-inner.service {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  font-size: 30px;
  line-height: 42px;
}

.insight-image-text {
  max-width: 179px;
}

.services-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 45px;
  line-height: 59px;
  font-weight: 600;
  text-align: center;
}

.capitalize {
  text-transform: uppercase;
}

.article-title {
  max-width: 664px;
  margin-bottom: 7.2vw;
}

.article-image {
  width: 80.8vw;
  height: 33vw;
  background-image: url('../images/Rectangle-3886.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-block {
  margin-top: -24.1vw;
  padding: 31.1vw 9.58vw 50px;
  background-color: #fff;
  font-size: 18px;
  line-height: 36px;
}

.article-block-inner {
  margin-bottom: 30px;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-image {
  width: 36.4vw;
  background-image: url('../images/pexels-burst-374023-4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-inner {
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
  padding-left: 8vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f5fa;
}

.contact-form-block {
  padding: 4.17vw 10vw 4.17vw 6.6vw;
  font-size: 32px;
  line-height: 38.7px;
  font-weight: 600;
}

.contact-text {
  max-width: 280px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.contact-input {
  max-width: 100%;
  min-height: 40px;
  min-width: 100%;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f5f5f5;
}

.contact-input:hover {
  border-bottom-color: #e86d00;
}

.contact-input:focus {
  border-bottom-color: #e86d00;
}

.contact-input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.contact-input:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.contact-input::-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.contact-input::placeholder {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.contact-field-label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.contact-form {
  width: 35vw;
}

.careers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
}

.careers-image {
  width: 100%;
  height: 26.6vw;
  background-image: url('../images/Rectangle-3788-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.careers-text-block {
  padding: 7.7vw 10.9vw 8.6vw 9.4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.careers-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.careers-text-inner {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 41.5px;
  font-weight: 700;
}

.careers-image-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 6.3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job-openings-block {
  padding: 6.7vw 9.3vw 6.4vw;
}

.job-openings-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-openings-title {
  max-width: 320px;
}

.job-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 3.12vw 3.33vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-description {
  max-width: 300px;
}

.job-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.job-department {
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.job-description-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.job-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.job-icon.fulltime {
  background-image: url('../images/Style.svg');
}

.job-icon.onsite {
  background-image: url('../images/fi_map-pin_1.svg');
}

.nav-menu {
  display: none;
}

.header-inner {
  max-width: 503px;
}

.core-wrapper {
  padding-top: 5vw;
  padding-right: 7.2vw;
  padding-left: 7.2vw;
}

.about-consulting-text {
  margin-top: 14px;
  margin-bottom: 45px;
  color: #454545;
  font-size: 22px;
  line-height: 42px;
  font-weight: 400;
}

.consulting-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.tablink-inner {
  max-width: 144px;
  white-space: normal;
}

.services-options {
  padding: 5vw 6.9vw 6.45vw;
  line-height: 21px;
  font-weight: 600;
}

.services-options.labour {
  padding-right: 5vw;
  padding-left: 5vw;
}

.options-line {
  width: 100%;
  height: 1px;
  margin-top: 43px;
  margin-bottom: 50px;
  background-color: #000;
}

.options-title {
  font-size: 25px;
  line-height: 30px;
}

.options-title.labour {
  padding-top: 4.6vw;
  padding-bottom: 5.6vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 49px;
}

.services-options-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.services-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 106px;
  margin-bottom: 25px;
  padding: 16px 28px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.labour-text {
  max-width: 938px;
  margin-right: auto;
  margin-left: auto;
}

.team-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.team-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 234px;
  height: 322px;
  margin-right: 13px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 18px;
}

.team-image-block.white-text.founder {
  background-image: url('../images/Rectangle-3756.jpg');
}

.team-image-block.white-text.chief-operations {
  background-image: url('../images/image-9.jpg');
}

.team-image-block.white-text.cto {
  background-image: url('../images/Rectangle-3756.jpg');
}

.team-image-block.white-text.growth {
  background-image: url('../images/unsplash_d-ZWpuiFxSk.jpg');
}

.team-image-block.white-text.sarah {
  background-image: url('../images/Rectangle-3756-1.jpg');
}

.team-information {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 13px 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.linkedin-link {
  width: 32px;
  height: 30px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Vector-8.svg');
  background-position: 50% 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.team-info-inner {
  max-width: 160px;
  margin-right: 15px;
}

.latest-insights-block {
  padding-top: 10vw;
  padding-bottom: 5.4vw;
}

.latest-insights {
  max-width: 173px;
  margin-left: 6.5vw;
}

.splide {
  overflow: hidden;
}

.splide.slider1 {
  margin-top: 50px;
}

.splide.slider2 {
  width: 100%;
  max-height: 250px;
}

.splide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-right: 6.5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.splide__list.header {
  display: block;
  height: 250px;
}

.slide-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 37.43vw;
  margin-right: 25px;
  padding: 5vw 3.47vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
}

.slide-inner.slide1 {
  background-image: url('../images/Rectangle-3756-3.jpg');
}

.slider-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
  font-size: 12px;
  line-height: 23px;
}

.slider-info-block.hide {
  height: 0px;
}

.splide__arrow {
  padding: 34px;
  border: 1px solid #1a3294;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 12px 19px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.splide__arrow:hover {
  border-color: #758adf;
  background-color: #758adf;
}

.splide__arrow.splide__arrow--prev {
  margin-right: 20px;
  background-image: url('../images/Vector-12.svg');
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/Vector-13.svg');
}

.html-embed {
  border-radius: 11px;
}

.slider-info-inner {
  max-width: 326px;
}

.splide__slide {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.splide__slide.slide-inner.slide2 {
  background-image: url('../images/Rectangle-3757.jpg');
}

.splide__slide.slide-inner.slide3 {
  background-image: url('../images/Rectangle-3759.jpg');
}

.slide-title {
  max-width: 350px;
  margin-bottom: 6px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 50, 0)), to(#050d2e));
  background-image: linear-gradient(180deg, rgba(0, 10, 50, 0), #050d2e);
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.overlay.hover {
  opacity: 0;
}

.slider-info {
  position: relative;
  z-index: 2;
}

.header-text {
  overflow: auto;
  max-width: 600px;
}

.header-text-inner.easy {
  z-index: 1;
}

.header-text-inner.easy._1 {
  display: none;
}

.header-text-inner.small {
  z-index: 2;
}

.team-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insights-button-block {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.job-openings-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 60px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 36px;
  }

  h5 {
    font-size: 18px;
    line-height: 25px;
  }

  h6 {
    line-height: 30px;
  }

  .footer {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 50px;
  }

  .beckley-logo {
    width: 6.73vw;
    height: 6.3vw;
  }

  .hero-inner {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .nav-option {
    margin-left: 15px;
    font-size: 15px;
  }

  .hero-text-block {
    margin-top: 3vw;
  }

  .button {
    padding: 14px 30px 13px;
    font-size: 11px;
  }

  .button.light-blue-background {
    box-shadow: none;
  }

  .button.light-blue-background:hover {
    box-shadow: none;
    color: #fff;
  }

  .button.light-blue-background.contact {
    margin-top: 15px;
  }

  .button.orange-background {
    box-shadow: none;
  }

  .button.orange-background:hover {
    box-shadow: none;
    color: #fff;
  }

  .button.orange-background.client-button {
    padding-right: 50px;
    padding-left: 50px;
  }

  .button.orange-background.newsletter-button {
    margin-top: 25px;
  }

  .button.insights:hover {
    box-shadow: inset 0 0 0 0 #fff;
    color: #fff;
  }

  .hero-options {
    max-width: none;
  }

  .option-text {
    font-size: 10px;
    line-height: 15px;
  }

  .read-more-block {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
  }

  .arrow-block {
    width: 45px;
    height: 44px;
  }

  .arrow-block:hover {
    border-radius: 0px;
  }

  .arrow-block.white-background.insight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .arrow-block.service-arrow {
    display: none;
  }

  .about-beckley {
    padding-right: 4.9vw;
    padding-left: 4.9vw;
  }

  .about-beckley-inner {
    font-size: 28px;
    line-height: 40px;
  }

  .values-block.blue-core {
    min-height: 17vw;
  }

  .services-block {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .block-title.about-page {
    margin-right: 5vw;
  }

  .block-title-inner {
    margin-right: 30px;
  }

  .services-image.service {
    height: 50vw;
    margin-bottom: 30px;
  }

  .service-image-inner {
    padding: 30px;
    font-size: 13px;
    line-height: 28px;
  }

  .service-image-inner.service {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 25px;
    line-height: 32px;
  }

  .services {
    padding-top: 4.6vw;
    padding-right: 3vw;
    padding-left: 4vw;
  }

  .service-block {
    height: auto;
    max-height: none;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .service-block.hover {
    border-bottom-color: rgba(0, 0, 0, 0.41);
    color: #000;
    font-weight: 400;
  }

  .service-number {
    font-size: 30px;
  }

  .service-number.hover {
    font-size: 30px;
  }

  .arrow {
    width: 32px;
    height: 32px;
  }

  .sponsor-image {
    background-image: url('../images/image-21.jpg');
    background-size: 90%;
  }

  .sponsors-inner {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 36px;
    line-height: 42px;
  }

  .sponsors-text {
    max-width: 250px;
  }

  .sponsors-title {
    max-width: 280px;
  }

  .form-inner {
    width: 80vw;
  }

  .text-field {
    height: 50px;
  }

  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    width: 30vw;
    height: 50px;
  }

  .footer-text {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .copyright.grey-text {
    margin-top: 30px;
  }

  .footer-links {
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-links-inner {
    margin-right: 60px;
  }

  .core-values-wrapper {
    padding: 5vw;
  }

  .core-inner {
    width: 70vw;
    height: 450px;
    padding: 4vw 37vw 4vw 6vw;
    font-size: 25px;
    line-height: 38px;
  }

  .core-values {
    font-size: 12px;
  }

  .nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    width: 25vw;
    height: 55px;
  }

  .section-header-block.sky-blue-background.about-us {
    padding-top: 5vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section-header-inner {
    padding: 40px 30px;
    line-height: 30px;
  }

  .section-header-inner.white-background.tab {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 34px;
    line-height: 40px;
  }

  .about-line {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .about-line.orange-background.abouts {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .about-header-text.tabs {
    line-height: 38px;
  }

  .about-services {
    margin-top: -170px;
    padding-top: 170px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .beckley {
    font-size: 23px;
    line-height: 36px;
  }

  .beckley-inner {
    max-width: 380px;
  }

  .building-bg {
    margin-top: 30px;
  }

  .about-company {
    font-size: 28px;
    line-height: 36px;
  }

  .about-core {
    padding-top: 6vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .about-core-inner.team {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .about-core-text.team {
    max-width: 450px;
  }

  .about-core-card {
    width: 21vw;
    height: 20.5vw;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 13px;
  }

  .about {
    margin-top: -35vw;
    padding-top: 15vw;
    padding-left: 5vw;
  }

  .about-consulting-image {
    height: 42vw;
    margin-top: 12vw;
  }

  .about-consulting {
    padding-bottom: 14vw;
    font-size: 24px;
    line-height: 38px;
  }

  .about-team {
    padding-top: 5vw;
  }

  .services-tab-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-link {
    padding: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
  }

  .service-image-title.service {
    min-height: 70px;
  }

  .insights-block {
    padding-top: 40px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .insights-inner {
    padding-left: 0vw;
  }

  .insight-article-card {
    width: 29vw;
    height: 33vw;
    margin-right: 1vw;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .insight-image-inner {
    max-height: none;
    min-height: 140px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .insight-image-text {
    max-width: 120px;
  }

  .services-menu {
    overflow: auto;
  }

  .article-header {
    font-size: 35px;
    line-height: 45px;
  }

  .article-title {
    max-width: 500px;
  }

  .article-image {
    width: 90vw;
    height: 43vw;
  }

  .article-block {
    padding-right: 5vw;
    padding-left: 5vw;
    line-height: 34px;
  }

  .contact-image {
    width: 40vw;
  }

  .contact-form-block {
    padding-right: 7vw;
    padding-left: 5.6vw;
    font-size: 30px;
  }

  .contact-text {
    max-width: 250px;
  }

  .contact-form {
    width: 37vw;
  }

  .careers-text-block {
    padding: 5vw 7vw 5vw 6vw;
    font-size: 18px;
    line-height: 30px;
  }

  .careers-text-inner {
    font-size: 22px;
    line-height: 34px;
  }

  .job-openings-block {
    padding: 6vw;
  }

  .job-title {
    font-size: 22px;
  }

  .job-department {
    margin-bottom: 10px;
  }

  .job-info {
    margin-right: 20px;
  }

  .services-menu-block {
    overflow: auto;
    width: 100%;
  }

  .core-wrapper {
    padding: 5vw;
  }

  .about-consulting-text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
  }

  .services-options {
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }

  .options-line {
    margin-top: 40px;
    margin-bottom: 45px;
  }

  .options-title.labour {
    font-size: 22px;
    line-height: 34px;
  }

  .services-option {
    width: 48.5%;
  }

  .labour-text {
    max-width: 650px;
  }

  .splide.slider2 {
    max-height: 190px;
  }

  .splide__list.header {
    height: 190px;
  }

  .slide-inner {
    height: 400px;
  }

  .slider-info-block.hide {
    overflow: visible;
    height: auto;
  }

  .splide__arrow {
    padding: 24px;
  }

  .splide__arrow.splide__arrow--prev {
    margin-right: 15px;
  }

  .splide__slide {
    height: 100%;
  }

  .splide__slide.slide-inner {
    height: 400px;
    font-size: 28px;
    line-height: 38px;
  }

  .slide-title {
    max-width: 290px;
  }

  .overlay.hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 45px;
  }

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
    line-height: 28px;
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-top: 30px;
    padding-left: 30px;
  }

  .hero-image {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 20px;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50% 35%;
  }

  .beckley-logo {
    width: 50px;
    height: 48px;
  }

  .hero-inner {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-option {
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid #fafafa;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
  }

  .nav-option.dark-blue-text.border {
    border-bottom-style: none;
  }

  .button.light-blue-background.contact {
    margin-top: 10px;
  }

  .button.orange-background.newsletter-button {
    margin-top: 5px;
  }

  .button.orange-background.apply {
    width: 70%;
    margin-top: 20px;
  }

  .button.insights {
    margin-top: 15px;
  }

  .hero-options {
    max-width: 80%;
  }

  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .read-more-block {
    padding: 10px 30px;
  }

  .read-more-block.white-text.consultation {
    padding-left: 30px;
  }

  .read-more-block.white-text.service {
    padding-left: 30px;
  }

  .arrow-block {
    width: 40px;
    height: 41px;
  }

  .about-beckley {
    padding: 30px;
  }

  .about-beckley-inner {
    font-size: 22px;
    line-height: 35px;
  }

  .values-block.blue-core {
    min-height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-block {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .block-title {
    margin-bottom: 25px;
  }

  .block-title.about-page {
    margin-right: 30px;
  }

  .block-title-inner {
    margin-right: 20px;
  }

  .block-title-inner.team {
    min-width: 140px;
    margin-right: 15px;
  }

  .services-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-image {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }

  .services-image.service {
    width: 100%;
    height: 400px;
  }

  .services-image.tab {
    width: 100%;
  }

  .services-image.about-image {
    height: 350px;
    margin-top: 0px;
  }

  .service-image-inner {
    padding: 20px 20px 20px 30px;
  }

  .service-image-inner.white-text.tab {
    padding-left: 30px;
  }

  .service-image-inner.service {
    font-size: 22px;
    line-height: 28px;
  }

  .services {
    padding: 30px 30px 10px;
  }

  .orange-block {
    width: 100px;
    height: 10px;
  }

  .team-block {
    margin-top: -270px;
    padding: 300px 30px 40px;
  }

  .team-block.about {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .slider-arrows {
    margin-left: 20px;
  }

  .client-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sponsors-grid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sponsor-image {
    width: 110px;
    height: 110px;
    margin-right: 10px;
  }

  .sponsors-inner {
    padding: 30px;
    text-align: center;
  }

  .sponsors-text {
    max-width: 350px;
  }

  .sponsors-title {
    margin-right: auto;
    margin-left: auto;
  }

  .newsletter-block {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 50px;
  }

  .text-field::-webkit-input-placeholder {
    font-size: 14px;
  }

  .text-field:-ms-input-placeholder {
    font-size: 14px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .text-field::placeholder {
    font-size: 14px;
  }

  .footer-logo {
    width: 200px;
    height: 60px;
  }

  .footer-text {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
  }

  .footer-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contact-inner {
    width: 50%;
    margin-right: 0vw;
    margin-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .booking-block {
    width: 100%;
    height: 300px;
  }

  .core-values-wrapper {
    padding: 30px;
  }

  .core-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .core-inner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 30px 120px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 20px;
    line-height: 28px;
  }

  .core-values {
    position: static;
    right: auto;
    margin-top: -70px;
    margin-right: auto;
  }

  .nav {
    padding: 10px 30px;
  }

  .nav.active {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 50;
    background-color: #fff;
  }

  .logo {
    width: 190px;
    height: 60px;
  }

  .nav-options {
    z-index: 50;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .nav-options.active {
    position: fixed;
    top: 80px;
  }

  .section-header-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-header-block.sky-blue-background.about-us {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-image {
    width: 100%;
    height: 200px;
  }

  .section-image.services {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-header-inner {
    padding: 10px 30px 40px;
  }

  .section-header-inner.dark-blue-background.white-text.about-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-header-inner.white-background.tab {
    padding-top: 30px;
  }

  .about-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-line.orange-background.abouts {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about-header-text {
    font-size: 16px;
    line-height: 28px;
  }

  .about-header-text.tabs {
    max-width: none;
    font-size: 20px;
    line-height: 32px;
  }

  .about-services {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .beckley {
    width: 100%;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 34px;
  }

  .beckley-inner {
    max-width: none;
  }

  .building-bg {
    height: 200px;
    margin-top: 40px;
    margin-bottom: -50px;
  }

  .about-service-block {
    width: 100%;
  }

  .about-company {
    padding: 30px;
    font-size: 25px;
    line-height: 36px;
  }

  .about-company-inner {
    max-width: none;
  }

  .about-core {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-core-inner {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-core-inner.team {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .about-core-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-core-card {
    width: 60%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-core-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
  }

  .core-card-text {
    max-width: none;
  }

  .about {
    margin-top: -50px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-consulting-image {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    background-position: 50% 0%;
  }

  .about-consulting {
    padding: 30px 30px 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .tab-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .all-services-block {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-content {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .insights-block {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .insight-article-card {
    width: 100%;
    height: 300px;
    margin-right: 0vw;
  }

  .insight-image-inner {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .insight-image-text {
    max-width: 180px;
  }

  .services-menu {
    margin-right: 30px;
    margin-left: 30px;
  }

  .article-header {
    padding-top: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .article-title {
    max-width: 450px;
    margin-bottom: 40px;
  }

  .article-image {
    width: 90%;
    height: 280px;
  }

  .article-block {
    margin-top: -140px;
    padding: 180px 30px 30px;
    font-size: 16px;
    line-height: 29px;
  }

  .article-block-inner {
    margin-bottom: 20px;
  }

  .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-image {
    width: 100%;
    height: 150px;
  }

  .contact-inner {
    padding: 30px;
  }

  .contact-form-block {
    padding: 30px;
  }

  .contact-form {
    width: 100%;
  }

  .careers-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: 30px;
  }

  .careers-image {
    height: 200px;
  }

  .careers-text-block {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .careers-image-block {
    width: 100%;
  }

  .careers-text-inner {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
  }

  .careers-image-text {
    padding: 30px;
  }

  .job-openings-block {
    padding: 30px;
  }

  .job-block {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .job-title {
    margin-bottom: 15px;
  }

  .job-department {
    margin-bottom: 5px;
  }

  .job-description-inner {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .job-info {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 30px;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-menu.active {
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .line {
    width: 100%;
    height: 2px;
    margin-bottom: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .line.light-blue-background.center-line {
    width: 60%;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
  }

  .line.light-blue-background.center-line.active {
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .line.light-blue-background.first-active {
    width: 50%;
    margin-bottom: 0px;
    -webkit-transform: translate(-2px, 2px) rotate(45deg);
    -ms-transform: translate(-2px, 2px) rotate(45deg);
    transform: translate(-2px, 2px) rotate(45deg);
  }

  .line.light-blue-background.last-active {
    width: 50%;
    margin-bottom: 0px;
    -webkit-transform: translate(-2px, -2px) rotate(-45deg);
    -ms-transform: translate(-2px, -2px) rotate(-45deg);
    transform: translate(-2px, -2px) rotate(-45deg);
  }

  .nav-options-block {
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 50;
    overflow: hidden;
    width: 100%;
    height: 0px;
    border-top: 1px solid #fafafa;
    -webkit-transition: height 400ms ease;
    transition: height 400ms ease;
  }

  .nav-options-block.active {
    height: 400px;
  }

  .core-wrapper {
    padding: 30px;
  }

  .about-consulting-text {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
  }

  .consulting-image-block {
    padding-right: 0vw;
  }

  .services-options {
    padding: 30px;
  }

  .services-options.labour {
    padding-right: 30px;
    padding-left: 30px;
  }

  .options-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .options-title.labour {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .services-option {
    margin-bottom: 20px;
  }

  .services-option.sky-blue-background.hr {
    min-height: 170px;
  }

  .labour-text {
    max-width: 420px;
  }

  .splide.slider2 {
    max-height: 100px;
  }

  .splide__list.header {
    height: 100px;
  }

  .slider-info-block.hide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .splide__arrow {
    padding: 16px;
    background-size: 8px;
  }

  .splide__arrow.splide__arrow--prev {
    margin-right: 10px;
  }

  .splide__slide.slide-inner {
    padding: 30px;
  }

  .header-text {
    max-width: 400px;
    min-height: 100px;
  }

  .insights-button-block {
    margin-left: 0px;
  }

  .job-openings-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  h2 {
    font-size: 38px;
  }

  h5 {
    line-height: 26px;
  }

  h6 {
    font-size: 13px;
  }

  p {
    font-size: 11px;
  }

  .hero-image {
    padding-top: 10px;
    padding-left: 20px;
  }

  .beckley-logo {
    width: 40px;
    height: 38px;
  }

  .hero-inner {
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-option {
    line-height: 60px;
  }

  .hero-text-block {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.light-blue-background.tab {
    margin-left: 0px;
  }

  .button.orange-background.apply {
    width: 100%;
  }

  .hero-options {
    max-width: none;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-option {
    width: 48%;
    margin-bottom: 20px;
  }

  .label.spacing.dark-blue-text.values {
    text-align: center;
  }

  .about-beckley-inner {
    font-size: 18px;
    line-height: 32px;
  }

  .values-block.blue-core {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-line.black-background.team {
    margin-right: 0%;
  }

  .services-image {
    margin-top: 40px;
  }

  .services-image.service {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-image-inner {
    padding-left: 20px;
    line-height: 20px;
  }

  .service-image-inner.white-text.tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-image-inner.service {
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .services {
    padding-right: 20px;
    padding-left: 20px;
  }

  .orange-block {
    width: 80px;
    height: 8px;
  }

  .service-block {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .service-number {
    margin-right: 30px;
  }

  .team-block.about {
    padding-left: 30px;
  }

  .slider-arrows {
    margin-top: 20px;
    margin-left: 0px;
  }

  .arrow.prev {
    margin-right: 10px;
  }

  .arrow.job-prev {
    margin-right: 10px;
  }

  .sponsors-grid {
    padding-top: 30px;
  }

  .footer-contact-inner {
    width: 100%;
  }

  .footer-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-title {
    margin-bottom: 15px;
  }

  .footer-links-inner {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .core-values-wrapper {
    padding: 0px;
  }

  .core-inner {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .core-values {
    width: 100%;
    margin-top: 0px;
  }

  .nav {
    padding-left: 20px;
  }

  .section-header-block {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-header-block.sky-blue-background.about-us {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-header-inner.white-background.tab {
    font-size: 30px;
    line-height: 36px;
  }

  .about-header-text.tabs {
    font-size: 18px;
    line-height: 30px;
  }

  .about-services {
    padding-right: 0px;
    padding-left: 0px;
  }

  .beckley {
    font-size: 20px;
    line-height: 32px;
  }

  .building-bg {
    margin-top: 30px;
    margin-bottom: -80px;
  }

  .about-company {
    font-size: 22px;
    line-height: 34px;
  }

  .about-core-card {
    width: 100%;
  }

  .about {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-consulting-image {
    margin-top: 20px;
  }

  .about-consulting {
    font-size: 20px;
    line-height: 28px;
  }

  .services-tab-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .insights-block {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-menu {
    margin-right: 0px;
    margin-left: 0px;
  }

  .article-header {
    font-size: 26px;
    line-height: 32px;
  }

  .article-title {
    max-width: 280px;
  }

  .article-image {
    width: 100%;
  }

  .article-block {
    margin-top: -150px;
  }

  .contact-image {
    height: 120px;
  }

  .contact-form-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 33px;
  }

  .contact-text {
    max-width: 200px;
  }

  .careers-block {
    font-size: 18px;
    line-height: 26px;
  }

  .careers-text-inner {
    font-size: 18px;
    line-height: 30px;
  }

  .job-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .core-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-consulting-text {
    font-size: 16px;
    line-height: 24px;
  }

  .options-title {
    font-size: 22px;
  }

  .services-option {
    width: 100%;
  }

  .splide.slider2 {
    max-height: 120px;
  }

  .splide__list.header {
    height: 120px;
  }

  .slider-info-inner {
    display: none;
  }

  .splide__slide.slide-inner {
    margin-right: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 25px;
    line-height: 30px;
  }

  .header-text {
    max-width: none;
    min-height: 80px;
  }

  .job-openings-button {
    margin-top: 20px;
    margin-left: 0px;
  }
}

@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}