html,
body {
  overflow-x: hidden;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  overscroll-behavior: none;
}
body:has(#wpadminbar) {
  margin-top: 32px;
}
body #wpadminbar {
  z-index: 9999;
  position: fixed;
}
body .page-load {
  z-index: 3069;
  width: 100vw;
  background: linear-gradient(to bottom, #f1f4f7 78%, #fff 99%);
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 9999;
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}
body .page-load.active {
  opacity: 0;
  pointer-events: none;
}
body .page-load.active .loading-spinner {
  opacity: 0;
  pointer-events: none;
}
body .loading-spinner {
  position: relative;
  transition: all 0.5s ease;
}
body .loading-spinner img {
  width: 50px;
  height: 50px;
  animation: zoom 1s infinite;
}
body .loading-spinner::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 0 0 #073A3B;
  transition: all 1s linear;
  animation: lds-eclipse 1s linear infinite;
  left: -8px;
  top: -8px;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spinning {
  0% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1) translateZ(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
}
@keyframes lds-eclipse {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .perspective_wrapper {
  padding-top: 79px;
}
body.lock {
  overflow: hidden;
}

.show_mobile {
  display: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

html {
  margin-top: 0 !important;
  width: 100%;
}

* {
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: "Lexend";
}

.white_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  padding: 0 20px;
  border-radius: 7px;
  background-color: #fff;
  height: 39px;
  cursor: pointer;
  white-space: nowrap;
}

.link_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 7px 12px;
  border-radius: 16px;
  background-color: #ffbc0f;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  color: #073a3b;
}
.link_button .arrow {
  background: url(../images/go.svg) no-repeat;
  width: 9px;
  height: 11px;
  margin-left: 4px;
}

:root {
  /* Define you base variables */
  --font56: 56px;
  --font46: 46px;
  --font36: 36px;
  --font24: 24px;
  --font21: 21px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --font12: 12px;
  --m200: 200px;
  --m133: 133px;
  --m152: 152px;
  --m140: 140px;
  --m120: 120px;
  --m115: 115px;
  --m90: 90px;
  --m160: 160px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer,
header {
  background: #fff;
}

.row {
  display: flex;
}

.underline_circle,
.underline_circle2,
.underline,
.shine {
  position: relative;
  z-index: 1;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: none;
}
.arrows .prev,
.arrows .next {
  width: 28px;
  height: 28px;
  flex: none;
  cursor: pointer;
}
.arrows .prev {
  opacity: 0.2;
  rotate: 180deg;
}
.arrows::-moz-selection {
  -moz-user-select: none;
       user-select: none;
}
.arrows::selection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.copy {
  position: relative;
}
.copy::after {
  content: "Copied!";
  position: absolute;
  top: 3px;
  left: calc(100% + 10px);
  color: #073a3b;
  font-size: 12px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.copy.active::after {
  position: absolute;
  top: 3px;
  left: calc(100% + 10px);
  color: #073a3b;
  font-size: 12px;
  display: flex;
  align-items: center;
  opacity: 1;
}

.underline_circle svg,
.underline_circle2 svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: -1;
  width: 130%;
}
.underline_circle svg path,
.underline_circle2 svg path {
  transform: translate(-6px, -14px);
}

.shine svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.shine svg path {
  transform: translate(0px, -30px);
}

.underline svg {
  position: absolute;
  left: 15px;
  overflow: visible;
  z-index: -1;
  bottom: -10px;
  height: 8px;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.w-full {
  width: 100%;
}

.between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: start !important;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.link {
  font-size: 14px;
  color: #073a3b;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.link .arrow {
  background: url(../images/go.svg) no-repeat;
  width: 9px;
  height: 11px;
  margin-left: 7px;
}
.fixed_menu {
  display: none;
  position: absolute;
  transform: translateX(-100%);
  top: 70px;
  background: #fff;
  width: 100%;
  height: calc(100vh - 70px);
  z-index: 9999;
  transition: all 0.5s ease-out;
}
.fixed_menu .header_menu li.current-menu-item:after {
  bottom: calc(50% - 3px);
  left: calc(100% + 20px);
  width: 6px;
  height: 6px;
}
.fixed_menu.active {
  transform: translateX(0);
}
.fixed_menu.active ul.header_menu li {
  transform: translateX(0);
  opacity: 1;
}
.fixed_menu.active ul.header_menu li:nth-child(1) {
  transition-delay: 0.1s;
}
.fixed_menu.active ul.header_menu li:nth-child(2) {
  transition-delay: 0.2s;
}
.fixed_menu.active ul.header_menu li:nth-child(3) {
  transition-delay: 0.3s;
}
.fixed_menu.active ul.header_menu li:nth-child(4) {
  transition-delay: 0.4s;
}
.fixed_menu.active ul.header_menu li:nth-child(5) {
  transition-delay: 0.6s;
}
.fixed_menu ul.header_menu {
  display: flex;
  padding-top: 50px;
  padding-left: 15px;
  flex-flow: column;
  align-items: flex-start;
}
.fixed_menu ul.header_menu li {
  margin-bottom: 20px;
  font-size: var(--font36);
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: translateX(-20vw);
}
.fixed_menu ul.header_menu li a {
  color: #073a3b;
  text-decoration: none;
}

.form h2 {
  font-size: var(--font24);
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 15px;
  text-align: center;
  color: #073a3b;
}
.form p {
  font-size: var(--font16);
  line-height: 1.33;
  margin: 0;
  text-align: center;
  max-width: 418px;
}
.form .wpcf7 {
  max-width: 474px;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 30px 30px 0 30px;
  border-radius: 16px;
  background-color: #f3f6f8;
}
.form .wpcf7 .wpcf7-spinner {
  display: none;
}
.form .wpcf7 form {
  display: flex;
  flex-flow: column;
}
.form .wpcf7 form .wpcf7-not-valid-tip {
  display: none;
}
.form .wpcf7 form .wpcf7-form-control-wrap {
  display: flex;
}
.form .wpcf7 form.submitting input[type=submit] {
  opacity: 0.4;
  pointer-events: none;
}
.form .wpcf7 form.invalid .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: none;
  margin-top: 10px;
}
.form .wpcf7 form.invalid .wpcf7-not-valid {
  border-bottom: 1px solid #dc3232;
}
.form .wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #dc3232;
}
.form .wpcf7 [data-name=message] {
  width: 100%;
}
.form .wpcf7 input,
.form .wpcf7 .input_style {
  width: 100%;
  padding: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  color: #073a3b;
  border-radius: 8px;
  border: solid 1px rgba(7, 58, 59, 0.3);
  background-color: #fff;
  transition: all 0.3s ease;
  font-weight: 300;
  margin-bottom: 10px;
}
.form .wpcf7 input::-moz-placeholder, .form .wpcf7 .input_style::-moz-placeholder {
  color: rgba(7, 58, 59, 0.2509803922);
}
.form .wpcf7 input::placeholder,
.form .wpcf7 .input_style::placeholder {
  color: rgba(7, 58, 59, 0.2509803922);
}
.form .wpcf7 input:focus,
.form .wpcf7 .input_style:focus {
  box-shadow: 0 0 0 2.5px rgba(12, 158, 121, 0.2);
  border: solid 1px rgba(7, 58, 59, 0.6);
}
.form .wpcf7 .input_style {
  border-radius: 6px;
  background-image: url(../images/contact_arrow.svg);
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
}
.form .wpcf7 input[type=submit] {
  width: 100%;
  height: 48px;
  margin: 30px 0 0;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 8px;
  background-color: #ffbc0f;
  font-size: 14px;
  font-weight: 600;
  color: #073a3b;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
}
.form .wpcf7 input[type=submit]:hover {
  background-color: rgba(255, 188, 15, 0.8392156863);
}
.form .wpcf7 p {
  font-size: 14px;
  font-weight: 300;
  color: #073a3b;
  text-align: left;
}
.form .wpcf7 p a {
  text-decoration: underline;
  color: #073a3b;
}
.form .wpcf7 textarea {
  width: 100%;
  min-width: 100%;
  min-height: 180px;
  height: 180px;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px rgba(7, 58, 59, 0.3);
  max-width: 100%;
  max-height: 300px;
  font-size: 14px;
  font-weight: 300;
  color: #073a3b;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.form .wpcf7 textarea::-moz-placeholder {
  color: rgba(7, 58, 59, 0.2509803922);
}
.form .wpcf7 textarea::placeholder {
  color: rgba(7, 58, 59, 0.2509803922);
}
.form .wpcf7 textarea:focus {
  box-shadow: 0 0 0 2.5px rgba(12, 158, 121, 0.2);
  border: solid 1px rgba(7, 58, 59, 0.6);
}
.form .wpcf7 .wpcf7-spinner {
  margin: 3px auto;
}

.contact_modal {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  pointer-events: none;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 123123;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 20px;
}
.contact_modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contact_modal.active .modal_content {
  scale: 1;
}
.contact_modal .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact_modal .modal_content {
  transition: all 0.3s ease-out;
  scale: 0.8;
  display: flex;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column;
  max-width: 500px;
  height: -moz-max-content;
  height: max-content;
}
.contact_modal .modal_content .close_modal {
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
  z-index: 121212;
}
.contact_modal .modal_content .close_modal svg {
  width: 32px;
  height: 32px;
}
.contact_modal .modal_content .close_modal svg circle {
  fill: #fff;
  opacity: 0.1;
}
.contact_modal .modal_content .close_modal svg circle + g path {
  fill: #fff;
  stroke: #fff;
}
.contact_modal .modal_content .left {
  background: #073a3b;
  width: 327px;
  padding: 30px;
  position: relative;
  flex: none;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact_modal .modal_content .left .desktop {
  display: block;
}
.contact_modal .modal_content .left .mobile {
  display: none;
}
.contact_modal .modal_content .left h2 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -1.4px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  max-width: 330px;
}
.contact_modal .modal_content .left p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  font-weight: 300;
  max-width: 393px;
}
.contact_modal .modal_content .form {
  width: 100%;
  background-color: #f3f6f8;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}
.contact_modal .modal_content .form .wpcf7 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  background: transparent;
  padding: 20px;
  padding-bottom: 0;
}
.contact_modal .modal_content .form .wpcf7 textarea {
  height: 100px;
  min-height: 100px;
}
.contact_modal .modal_content .form .wpcf7 input[type=submit] {
  margin: 20px 0;
}

header {
  z-index: 100;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  height: 79px;
}
header .dot_wrapper {
  position: relative;
}
header .dot_wrapper .dot {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #ffca1a;
  border-radius: 100%;
  bottom: 0;
  transition: all 0.3s ease;
}
header .logo {
  cursor: pointer;
  width: 157px;
  height: 39px;
}
header ul.header_menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header ul.header_menu li {
  margin-left: 50px;
  position: relative;
}
header ul.header_menu li a {
  color: #073a3b;
  text-decoration: none;
  font-size: 14px;
  text-underline-offset: 2px;
  position: relative;
}
header ul.header_menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #073a3b;
  bottom: -3px;
  left: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
header ul.header_menu li:hover a {
  opacity: 0.6;
}
header ul.header_menu li.current-menu-item a::after {
  width: 100%;
  left: 0;
  background-color: #ffbc0f;
}
header .menu_btn {
  display: none;
  gap: 5px;
  width: auto;
  justify-content: space-between;
  cursor: pointer;
  flex-flow: column;
  padding: 14px;
  margin-right: -14px;
}
header .menu_btn .flex {
  width: 21px;
  height: 1.5px;
  background-color: #073A3B;
  border-radius: 3px;
  transition: all 0.3s ease;
}
header .menu_btn.active .flex:nth-child(1) {
  transform: rotate(45deg) translate(0px, 0px);
  transform-origin: top left;
}
header .menu_btn.active .flex:nth-child(2) {
  opacity: 0;
}
header .menu_btn.active .flex:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, 1px);
  transform-origin: bottom left;
}

footer {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  min-height: 228px;
  background-color: #073a3b;
}
footer .icons_wrapper {
  gap: 50px;
}
footer .icons_wrapper .phone {
  color: white;
  display: flex;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
footer .icons_wrapper .phone img {
  margin-right: 7px;
  width: 24px;
  height: 24px;
}
footer .icons_wrapper .social_icons {
  display: flex;
  align-items: center;
}
footer .icons_wrapper .social_icons .ico {
  margin-right: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/facebook.svg) no-repeat;
  background-size: contain;
}
footer .icons_wrapper .social_icons .ico:last-child {
  margin-right: 0;
}
footer .icons_wrapper .social_icons .ico.f {
  width: 10px;
  height: 18px;
  background-size: 10px 18px;
}
footer .icons_wrapper .social_icons .ico.in {
  width: 18px;
  height: 17px;
  background: url(../images/linkedin.svg) no-repeat;
  background-size: 18px 17px;
}
footer .icons_wrapper .social_icons .ico.x {
  background: url(../images/x-logo.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  background-size: 17px 15px;
}
footer .icons_wrapper .social_icons .ico.insta {
  background: url(../images/insta.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
footer p {
  line-height: 1.33;
  color: #fff;
  padding-bottom: 0;
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: normal;
}
footer .logo {
  cursor: pointer;
  width: 157px;
  height: 39px;
}
footer .bottom {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.1882352941);
}
footer .bottom ul.header_menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
footer .bottom ul.header_menu li {
  margin-right: 50px;
  position: relative;
}
footer .bottom ul.header_menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
footer .bottom ul.header_menu li:last-child {
  margin-right: 0;
}

.marquee_wrapper {
  -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
  display: flex;
  margin: 0 100px;
  overflow: hidden;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  gap: 78px;
}
.marquee_wrapper .marquee {
  display: flex;
  animation: slidein 90s linear infinite;
  gap: 78px;
  align-items: center;
}
.marquee_wrapper .marquee img {
  max-height: 31px;
}
@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.dot {
  color: #ffbc0f;
}

.home,
.blog_services,
.services,
.contact,
.blog,
.about {
  display: flex;
  flex-flow: column;
  position: relative;
}
.home section.main,
.blog_services section.main,
.services section.main,
.contact section.main,
.blog section.main,
.about section.main {
  position: relative;
  flex: none;
}
.home section.main .container,
.blog_services section.main .container,
.services section.main .container,
.contact section.main .container,
.blog section.main .container,
.about section.main .container {
  padding-top: 100px;
  padding-bottom: 81px;
  position: relative;
  z-index: 1;
}
.home section.main .center,
.blog_services section.main .center,
.services section.main .center,
.contact section.main .center,
.blog section.main .center,
.about section.main .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.home section.main h1,
.blog_services section.main h1,
.services section.main h1,
.contact section.main h1,
.blog section.main h1,
.about section.main h1 {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 48px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2px;
  text-align: center;
  color: #073a3b;
}
.home section.main h2,
.blog_services section.main h2,
.services section.main h2,
.contact section.main h2,
.blog section.main h2,
.about section.main h2 {
  max-width: 542px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #073a3b;
}
.home section.slides,
.blog_services section.slides,
.services section.slides,
.contact section.slides,
.blog section.slides,
.about section.slides {
  padding-bottom: 140px;
}
.home section.slides .content,
.blog_services section.slides .content,
.services section.slides .content,
.contact section.slides .content,
.blog section.slides .content,
.about section.slides .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.home section.slides .trust_text,
.blog_services section.slides .trust_text,
.services section.slides .trust_text,
.contact section.slides .trust_text,
.blog section.slides .trust_text,
.about section.slides .trust_text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #073a3b;
  margin-top: 0;
  margin-bottom: 40px;
}
.home section.slides .trust_text span,
.blog_services section.slides .trust_text span,
.services section.slides .trust_text span,
.contact section.slides .trust_text span,
.blog section.slides .trust_text span,
.about section.slides .trust_text span {
  color: #ffbc0f;
}
.home section.slides .logos_slider,
.blog_services section.slides .logos_slider,
.services section.slides .logos_slider,
.contact section.slides .logos_slider,
.blog section.slides .logos_slider,
.about section.slides .logos_slider {
  width: calc(100% - 217px - 100px);
  margin-left: 100px;
}
.home section.slides .logos_slider::before, .home section.slides .logos_slider::after,
.blog_services section.slides .logos_slider::before,
.blog_services section.slides .logos_slider::after,
.services section.slides .logos_slider::before,
.services section.slides .logos_slider::after,
.contact section.slides .logos_slider::before,
.contact section.slides .logos_slider::after,
.blog section.slides .logos_slider::before,
.blog section.slides .logos_slider::after,
.about section.slides .logos_slider::before,
.about section.slides .logos_slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
  z-index: 1;
  top: 0;
  pointer-events: none;
}
.home section.slides .logos_slider::after,
.blog_services section.slides .logos_slider::after,
.services section.slides .logos_slider::after,
.contact section.slides .logos_slider::after,
.blog section.slides .logos_slider::after,
.about section.slides .logos_slider::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
}
.home section.slides .logos_slider .slick-track,
.blog_services section.slides .logos_slider .slick-track,
.services section.slides .logos_slider .slick-track,
.contact section.slides .logos_slider .slick-track,
.blog section.slides .logos_slider .slick-track,
.about section.slides .logos_slider .slick-track {
  display: flex;
}
.home section.slides .logos_slider .item,
.blog_services section.slides .logos_slider .item,
.services section.slides .logos_slider .item,
.contact section.slides .logos_slider .item,
.blog section.slides .logos_slider .item,
.about section.slides .logos_slider .item {
  display: flex;
  max-width: 230px;
  height: 80px;
  padding: 0 20px;
}
.home section.slides .logos_slider .item img,
.blog_services section.slides .logos_slider .item img,
.services section.slides .logos_slider .item img,
.contact section.slides .logos_slider .item img,
.blog section.slides .logos_slider .item img,
.about section.slides .logos_slider .item img {
  width: 100%;
  height: 80px;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home section.align-your-people,
.blog_services section.align-your-people,
.services section.align-your-people,
.contact section.align-your-people,
.blog section.align-your-people,
.about section.align-your-people {
  padding-bottom: 120px;
  padding-top: 50px;
}
.home section.align-your-people .center,
.blog_services section.align-your-people .center,
.services section.align-your-people .center,
.contact section.align-your-people .center,
.blog section.align-your-people .center,
.about section.align-your-people .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.home section.align-your-people h2,
.blog_services section.align-your-people h2,
.services section.align-your-people h2,
.contact section.align-your-people h2,
.blog section.align-your-people h2,
.about section.align-your-people h2 {
  font-size: var(--font36);
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
}
.home section.align-your-people h3,
.blog_services section.align-your-people h3,
.services section.align-your-people h3,
.contact section.align-your-people h3,
.blog section.align-your-people h3,
.about section.align-your-people h3 {
  max-width: 442px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #073a3b;
}
.home section.Fractional-HR-in-action,
.blog_services section.Fractional-HR-in-action,
.services section.Fractional-HR-in-action,
.contact section.Fractional-HR-in-action,
.blog section.Fractional-HR-in-action,
.about section.Fractional-HR-in-action {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f0f4f6;
}
.home section.Fractional-HR-in-action .content,
.blog_services section.Fractional-HR-in-action .content,
.services section.Fractional-HR-in-action .content,
.contact section.Fractional-HR-in-action .content,
.blog section.Fractional-HR-in-action .content,
.about section.Fractional-HR-in-action .content {
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 51, 0.05);
  border: solid 0.8px rgba(208, 218, 228, 0.4);
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.home section.Fractional-HR-in-action h2,
.blog_services section.Fractional-HR-in-action h2,
.services section.Fractional-HR-in-action h2,
.contact section.Fractional-HR-in-action h2,
.blog section.Fractional-HR-in-action h2,
.about section.Fractional-HR-in-action h2 {
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
  font-size: var(--font36);
  margin-bottom: 10px;
}
.home section.Fractional-HR-in-action h3,
.blog_services section.Fractional-HR-in-action h3,
.services section.Fractional-HR-in-action h3,
.contact section.Fractional-HR-in-action h3,
.blog section.Fractional-HR-in-action h3,
.about section.Fractional-HR-in-action h3 {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #073a3b;
}
.home section.Fractional-HR-in-action .cards_grid,
.blog_services section.Fractional-HR-in-action .cards_grid,
.services section.Fractional-HR-in-action .cards_grid,
.contact section.Fractional-HR-in-action .cards_grid,
.blog section.Fractional-HR-in-action .cards_grid,
.about section.Fractional-HR-in-action .cards_grid {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.home section.Fractional-HR-in-action .cards_grid .card,
.blog_services section.Fractional-HR-in-action .cards_grid .card,
.services section.Fractional-HR-in-action .cards_grid .card,
.contact section.Fractional-HR-in-action .cards_grid .card,
.blog section.Fractional-HR-in-action .cards_grid .card,
.about section.Fractional-HR-in-action .cards_grid .card {
  position: relative;
  padding: 20px 0;
}
.home section.Fractional-HR-in-action .cards_grid .card::after,
.blog_services section.Fractional-HR-in-action .cards_grid .card::after,
.services section.Fractional-HR-in-action .cards_grid .card::after,
.contact section.Fractional-HR-in-action .cards_grid .card::after,
.blog section.Fractional-HR-in-action .cards_grid .card::after,
.about section.Fractional-HR-in-action .cards_grid .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, rgba(7, 58, 59, 0.1254901961), rgba(7, 58, 59, 0.1254901961) 6px, transparent 6px, transparent 12px);
  z-index: 1;
  bottom: 0;
  pointer-events: none;
}
.home section.Fractional-HR-in-action .cards_grid .card:last-child::after,
.blog_services section.Fractional-HR-in-action .cards_grid .card:last-child::after,
.services section.Fractional-HR-in-action .cards_grid .card:last-child::after,
.contact section.Fractional-HR-in-action .cards_grid .card:last-child::after,
.blog section.Fractional-HR-in-action .cards_grid .card:last-child::after,
.about section.Fractional-HR-in-action .cards_grid .card:last-child::after {
  display: none;
}
.home section.Fractional-HR-in-action .cards_grid .card > .flex,
.blog_services section.Fractional-HR-in-action .cards_grid .card > .flex,
.services section.Fractional-HR-in-action .cards_grid .card > .flex,
.contact section.Fractional-HR-in-action .cards_grid .card > .flex,
.blog section.Fractional-HR-in-action .cards_grid .card > .flex,
.about section.Fractional-HR-in-action .cards_grid .card > .flex {
  gap: 20px;
}
.home section.Fractional-HR-in-action .cards_grid .card .description,
.blog_services section.Fractional-HR-in-action .cards_grid .card .description,
.services section.Fractional-HR-in-action .cards_grid .card .description,
.contact section.Fractional-HR-in-action .cards_grid .card .description,
.blog section.Fractional-HR-in-action .cards_grid .card .description,
.about section.Fractional-HR-in-action .cards_grid .card .description {
  width: 100%;
  display: flex;
}
.home section.Fractional-HR-in-action .cards_grid .card .count,
.blog_services section.Fractional-HR-in-action .cards_grid .card .count,
.services section.Fractional-HR-in-action .cards_grid .card .count,
.contact section.Fractional-HR-in-action .cards_grid .card .count,
.blog section.Fractional-HR-in-action .cards_grid .card .count,
.about section.Fractional-HR-in-action .cards_grid .card .count {
  margin-right: 20px;
  background-color: #e0e0e0;
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5c5c5c;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.home section.Fractional-HR-in-action .cards_grid .card .zalupa,
.blog_services section.Fractional-HR-in-action .cards_grid .card .zalupa,
.services section.Fractional-HR-in-action .cards_grid .card .zalupa,
.contact section.Fractional-HR-in-action .cards_grid .card .zalupa,
.blog section.Fractional-HR-in-action .cards_grid .card .zalupa,
.about section.Fractional-HR-in-action .cards_grid .card .zalupa {
  height: 20px;
  padding: 3px 7px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.1);
  background-color: #fff;
  color: #ecb90f;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  color: #073a3b;
}
.home section.Fractional-HR-in-action .cards_grid .card h4,
.blog_services section.Fractional-HR-in-action .cards_grid .card h4,
.services section.Fractional-HR-in-action .cards_grid .card h4,
.contact section.Fractional-HR-in-action .cards_grid .card h4,
.blog section.Fractional-HR-in-action .cards_grid .card h4,
.about section.Fractional-HR-in-action .cards_grid .card h4 {
  margin-bottom: 7px;
  max-width: 405px;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #073a3b;
}
.home section.Fractional-HR-in-action .cards_grid .card p,
.blog_services section.Fractional-HR-in-action .cards_grid .card p,
.services section.Fractional-HR-in-action .cards_grid .card p,
.contact section.Fractional-HR-in-action .cards_grid .card p,
.blog section.Fractional-HR-in-action .cards_grid .card p,
.about section.Fractional-HR-in-action .cards_grid .card p {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #073a3b;
}
.home section.Fractional-HR-in-action .cards_grid .card .info,
.blog_services section.Fractional-HR-in-action .cards_grid .card .info,
.services section.Fractional-HR-in-action .cards_grid .card .info,
.contact section.Fractional-HR-in-action .cards_grid .card .info,
.blog section.Fractional-HR-in-action .cards_grid .card .info,
.about section.Fractional-HR-in-action .cards_grid .card .info {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home section.Fractional-HR-in-action .cards_grid .card .info img,
.blog_services section.Fractional-HR-in-action .cards_grid .card .info img,
.services section.Fractional-HR-in-action .cards_grid .card .info img,
.contact section.Fractional-HR-in-action .cards_grid .card .info img,
.blog section.Fractional-HR-in-action .cards_grid .card .info img,
.about section.Fractional-HR-in-action .cards_grid .card .info img {
  margin-top: 4px;
  margin-right: 14px;
  width: 20px;
  height: 20px;
}
.home section.Strategic-solutions,
.blog_services section.Strategic-solutions,
.services section.Strategic-solutions,
.contact section.Strategic-solutions,
.blog section.Strategic-solutions,
.about section.Strategic-solutions {
  position: relative;
  padding-top: 140px;
}
.home section.Strategic-solutions h2,
.blog_services section.Strategic-solutions h2,
.services section.Strategic-solutions h2,
.contact section.Strategic-solutions h2,
.blog section.Strategic-solutions h2,
.about section.Strategic-solutions h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: var(--font36);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
}
.home section.Strategic-solutions h3,
.blog_services section.Strategic-solutions h3,
.services section.Strategic-solutions h3,
.contact section.Strategic-solutions h3,
.blog section.Strategic-solutions h3,
.about section.Strategic-solutions h3 {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #073a3b;
  margin-top: 0;
}
.home section.Strategic-solutions .route_wrapper,
.blog_services section.Strategic-solutions .route_wrapper,
.services section.Strategic-solutions .route_wrapper,
.contact section.Strategic-solutions .route_wrapper,
.blog section.Strategic-solutions .route_wrapper,
.about section.Strategic-solutions .route_wrapper {
  padding-top: 20px;
}
.home section.Strategic-solutions .route_wrapper .for_mobile,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile,
.services section.Strategic-solutions .route_wrapper .for_mobile,
.contact section.Strategic-solutions .route_wrapper .for_mobile,
.blog section.Strategic-solutions .route_wrapper .for_mobile,
.about section.Strategic-solutions .route_wrapper .for_mobile {
  display: none;
  margin-top: 60px;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card,
.services section.Strategic-solutions .route_wrapper .for_mobile .card,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card,
.about section.Strategic-solutions .route_wrapper .for_mobile .card {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 280px;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 60px;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .img,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .img,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .img,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .img,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .img,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .img {
  width: 30px;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .img img,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .img img,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .img img,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .img img,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .img img,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .text,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .text,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .text,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .text,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .text,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .text {
  font-size: 18px;
  font-weight: 400;
  color: #255358;
  text-align: center;
  margin-bottom: 20px;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .text.culture,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .text.culture,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .text.culture,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .text.culture,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .text.culture,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .text.culture {
  color: #7e8e9e;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .text.operation,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .text.operation,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .text.operation,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .text.operation,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .text.operation,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .text.operation {
  color: #c59d16;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .text_block,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .text_block,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .text_block,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .text_block {
  text-align: center;
  max-width: 100%;
  font-weight: 300;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .flex,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .flex,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .flex,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .flex,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .flex,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .flex {
  gap: 10px;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .text_block p,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block p,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block p,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .text_block p,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .text_block p,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .text_block p {
  font-size: 14px;
  line-height: 1.5;
  color: #073a3b;
  margin: 0;
  margin-bottom: 20px;
}
.home section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .next,
.blog_services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .next,
.services section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .next,
.contact section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .next,
.blog section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .next,
.about section.Strategic-solutions .route_wrapper .for_mobile .card .text_block .next {
  font-size: 14px;
  font-weight: 400;
  color: #073a3b;
  margin-right: 5px;
}
.home section.Strategic-solutions .route_wrapper .route_image,
.blog_services section.Strategic-solutions .route_wrapper .route_image,
.services section.Strategic-solutions .route_wrapper .route_image,
.contact section.Strategic-solutions .route_wrapper .route_image,
.blog section.Strategic-solutions .route_wrapper .route_image,
.about section.Strategic-solutions .route_wrapper .route_image {
  position: relative;
  margin-bottom: 200px;
}
.home section.Strategic-solutions .route_wrapper .route_image img.main,
.blog_services section.Strategic-solutions .route_wrapper .route_image img.main,
.services section.Strategic-solutions .route_wrapper .route_image img.main,
.contact section.Strategic-solutions .route_wrapper .route_image img.main,
.blog section.Strategic-solutions .route_wrapper .route_image img.main,
.about section.Strategic-solutions .route_wrapper .route_image img.main {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute,
.services section.Strategic-solutions .route_wrapper .route_image .absolute,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute,
.about section.Strategic-solutions .route_wrapper .route_image .absolute {
  position: absolute;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.people.img,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.people.img,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.people.img,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.people.img,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.people.img,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.people.img {
  left: 18%;
  top: 17%;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.people.img img,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.people.img img,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.people.img img,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.people.img img,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.people.img img,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.people.img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.people.text,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.people.text,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.people.text,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.people.text,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.people.text {
  left: 16%;
  top: 40%;
  font-size: 16px;
  font-weight: 600;
  color: #384e52;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block {
  left: 14%;
  max-width: 269px;
  top: 58%;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img {
  left: 44%;
  top: 60%;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img img,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img img,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img img,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img img,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img img,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text {
  left: 44%;
  top: 82%;
  font-size: 16px;
  font-weight: 600;
  color: #818e97;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block {
  left: 38%;
  max-width: 277px;
  top: 103%;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img {
  left: 66%;
  top: 34%;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img img,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img img,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img img,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img img,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img img,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text {
  left: 68%;
  top: 51%;
  font-size: 16px;
  font-weight: 600;
  color: #bba140;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block {
  left: 64%;
  max-width: 269px;
  top: 69%;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .flex,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .flex,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .flex,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .flex,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .flex,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .flex {
  gap: 10px;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.text_block p,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.text_block p,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.text_block p,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.text_block p,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.text_block p,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.text_block p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #073a3b;
}
.home section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .next,
.blog_services section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .next,
.services section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .next,
.contact section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .next,
.blog section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .next,
.about section.Strategic-solutions .route_wrapper .route_image .absolute.text_block .next {
  font-size: 14px;
  font-weight: 400;
  color: #073a3b;
  margin-right: 5px;
  font-size: 14px;
}
.home section.Hear-from-our-clients,
.blog_services section.Hear-from-our-clients,
.services section.Hear-from-our-clients,
.contact section.Hear-from-our-clients,
.blog section.Hear-from-our-clients,
.about section.Hear-from-our-clients {
  padding-top: 140px;
}
.home section.Hear-from-our-clients .container .divider,
.blog_services section.Hear-from-our-clients .container .divider,
.services section.Hear-from-our-clients .container .divider,
.contact section.Hear-from-our-clients .container .divider,
.blog section.Hear-from-our-clients .container .divider,
.about section.Hear-from-our-clients .container .divider {
  margin-top: 140px;
  height: 1px;
  width: 100%;
  background: rgba(7, 58, 59, 0.1254901961);
}
.home section.Hear-from-our-clients h2,
.blog_services section.Hear-from-our-clients h2,
.services section.Hear-from-our-clients h2,
.contact section.Hear-from-our-clients h2,
.blog section.Hear-from-our-clients h2,
.about section.Hear-from-our-clients h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
}
.home section.Hear-from-our-clients .slider,
.blog_services section.Hear-from-our-clients .slider,
.services section.Hear-from-our-clients .slider,
.contact section.Hear-from-our-clients .slider,
.blog section.Hear-from-our-clients .slider,
.about section.Hear-from-our-clients .slider {
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
}
.home section.Hear-from-our-clients .slider.slick-initialized,
.blog_services section.Hear-from-our-clients .slider.slick-initialized,
.services section.Hear-from-our-clients .slider.slick-initialized,
.contact section.Hear-from-our-clients .slider.slick-initialized,
.blog section.Hear-from-our-clients .slider.slick-initialized,
.about section.Hear-from-our-clients .slider.slick-initialized {
  opacity: 1;
}
.home section.Hear-from-our-clients .slider .slick-list,
.blog_services section.Hear-from-our-clients .slider .slick-list,
.services section.Hear-from-our-clients .slider .slick-list,
.contact section.Hear-from-our-clients .slider .slick-list,
.blog section.Hear-from-our-clients .slider .slick-list,
.about section.Hear-from-our-clients .slider .slick-list {
  margin: 0 -15px;
}
.home section.Hear-from-our-clients .slider .slick-track,
.blog_services section.Hear-from-our-clients .slider .slick-track,
.services section.Hear-from-our-clients .slider .slick-track,
.contact section.Hear-from-our-clients .slider .slick-track,
.blog section.Hear-from-our-clients .slider .slick-track,
.about section.Hear-from-our-clients .slider .slick-track {
  display: flex;
}
.home section.Hear-from-our-clients .slider .slick-track .slick-slide,
.blog_services section.Hear-from-our-clients .slider .slick-track .slick-slide,
.services section.Hear-from-our-clients .slider .slick-track .slick-slide,
.contact section.Hear-from-our-clients .slider .slick-track .slick-slide,
.blog section.Hear-from-our-clients .slider .slick-track .slick-slide,
.about section.Hear-from-our-clients .slider .slick-track .slick-slide {
  margin: 0 15px;
}
.home section.Hear-from-our-clients .cards_grid,
.blog_services section.Hear-from-our-clients .cards_grid,
.services section.Hear-from-our-clients .cards_grid,
.contact section.Hear-from-our-clients .cards_grid,
.blog section.Hear-from-our-clients .cards_grid,
.about section.Hear-from-our-clients .cards_grid {
  margin-top: 40px;
}
.home section.Hear-from-our-clients .cards_grid .card,
.blog_services section.Hear-from-our-clients .cards_grid .card,
.services section.Hear-from-our-clients .cards_grid .card,
.contact section.Hear-from-our-clients .cards_grid .card,
.blog section.Hear-from-our-clients .cards_grid .card,
.about section.Hear-from-our-clients .cards_grid .card {
  border-radius: 12px;
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 27px;
  padding-bottom: 33px;
  position: relative;
  min-height: 364px;
  height: 364px;
  border-radius: 16px;
  background-image: linear-gradient(to bottom, #f5f7f9 68%, #fff);
}
.home section.Hear-from-our-clients .cards_grid .card .info,
.blog_services section.Hear-from-our-clients .cards_grid .card .info,
.services section.Hear-from-our-clients .cards_grid .card .info,
.contact section.Hear-from-our-clients .cards_grid .card .info,
.blog section.Hear-from-our-clients .cards_grid .card .info,
.about section.Hear-from-our-clients .cards_grid .card .info {
  /* margin-top: auto; */
  display: flex;
  flex-flow: column;
  height: calc(100% - 40px);
}
.home section.Hear-from-our-clients .cards_grid .card .flex.column,
.blog_services section.Hear-from-our-clients .cards_grid .card .flex.column,
.services section.Hear-from-our-clients .cards_grid .card .flex.column,
.contact section.Hear-from-our-clients .cards_grid .card .flex.column,
.blog section.Hear-from-our-clients .cards_grid .card .flex.column,
.about section.Hear-from-our-clients .cards_grid .card .flex.column {
  margin-top: auto;
}
.home section.Hear-from-our-clients .cards_grid .card::after,
.blog_services section.Hear-from-our-clients .cards_grid .card::after,
.services section.Hear-from-our-clients .cards_grid .card::after,
.contact section.Hear-from-our-clients .cards_grid .card::after,
.blog section.Hear-from-our-clients .cards_grid .card::after,
.about section.Hear-from-our-clients .cards_grid .card::after {
  content: "";
  content: "";
  position: absolute;
  height: calc(100% - 134px);
  width: 1px;
  top: 100px;
  left: 29.5px;
  background-image: repeating-linear-gradient(360deg, #073a3b, #073a3b 2px, transparent 2px, transparent 6px);
}
.home section.Hear-from-our-clients .cards_grid .card::before,
.blog_services section.Hear-from-our-clients .cards_grid .card::before,
.services section.Hear-from-our-clients .cards_grid .card::before,
.contact section.Hear-from-our-clients .cards_grid .card::before,
.blog section.Hear-from-our-clients .cards_grid .card::before,
.about section.Hear-from-our-clients .cards_grid .card::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  bottom: 18px;
  left: 27px;
  background-color: #073a3b;
}
.home section.Hear-from-our-clients .cards_grid .card .cicle_avatar,
.blog_services section.Hear-from-our-clients .cards_grid .card .cicle_avatar,
.services section.Hear-from-our-clients .cards_grid .card .cicle_avatar,
.contact section.Hear-from-our-clients .cards_grid .card .cicle_avatar,
.blog section.Hear-from-our-clients .cards_grid .card .cicle_avatar,
.about section.Hear-from-our-clients .cards_grid .card .cicle_avatar {
  width: 54px;
  height: 54px;
}
.home section.Hear-from-our-clients .cards_grid .card .cicle_avatar.left,
.blog_services section.Hear-from-our-clients .cards_grid .card .cicle_avatar.left,
.services section.Hear-from-our-clients .cards_grid .card .cicle_avatar.left,
.contact section.Hear-from-our-clients .cards_grid .card .cicle_avatar.left,
.blog section.Hear-from-our-clients .cards_grid .card .cicle_avatar.left,
.about section.Hear-from-our-clients .cards_grid .card .cicle_avatar.left {
  rotate: 180deg;
}
.home section.Hear-from-our-clients .cards_grid .card p,
.blog_services section.Hear-from-our-clients .cards_grid .card p,
.services section.Hear-from-our-clients .cards_grid .card p,
.contact section.Hear-from-our-clients .cards_grid .card p,
.blog section.Hear-from-our-clients .cards_grid .card p,
.about section.Hear-from-our-clients .cards_grid .card p {
  margin-bottom: 36px;
  padding-left: 33px;
  margin-top: 20px;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #073a3b;
}
.home section.Hear-from-our-clients .cards_grid .card .company,
.blog_services section.Hear-from-our-clients .cards_grid .card .company,
.services section.Hear-from-our-clients .cards_grid .card .company,
.contact section.Hear-from-our-clients .cards_grid .card .company,
.blog section.Hear-from-our-clients .cards_grid .card .company,
.about section.Hear-from-our-clients .cards_grid .card .company {
  margin-top: 36px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 33px;
  min-height: 19px;
  font-size: 16px;
  color: #ffbc0f;
}
.home section.Hear-from-our-clients .cards_grid .card .owner,
.blog_services section.Hear-from-our-clients .cards_grid .card .owner,
.services section.Hear-from-our-clients .cards_grid .card .owner,
.contact section.Hear-from-our-clients .cards_grid .card .owner,
.blog section.Hear-from-our-clients .cards_grid .card .owner,
.about section.Hear-from-our-clients .cards_grid .card .owner {
  font-size: 14px;
  color: #073a3b;
  margin-top: 7px;
  margin-bottom: 0;
  padding-left: 33px;
  min-height: 17px;
}
.home .slick-slide:nth-child(1) .cicle_avatar,
.blog_services .slick-slide:nth-child(1) .cicle_avatar,
.services .slick-slide:nth-child(1) .cicle_avatar,
.contact .slick-slide:nth-child(1) .cicle_avatar,
.blog .slick-slide:nth-child(1) .cicle_avatar,
.about .slick-slide:nth-child(1) .cicle_avatar {
  width: 128px !important;
  height: 30px !important;
  margin-top: 14px;
  margin-bottom: 14px;
}
.home .slick-slide:nth-child(2) .cicle_avatar,
.blog_services .slick-slide:nth-child(2) .cicle_avatar,
.services .slick-slide:nth-child(2) .cicle_avatar,
.contact .slick-slide:nth-child(2) .cicle_avatar,
.blog .slick-slide:nth-child(2) .cicle_avatar,
.about .slick-slide:nth-child(2) .cicle_avatar {
  width: 45px !important;
  height: 54px !important;
}
.home .slick-slide:nth-child(3) .cicle_avatar,
.blog_services .slick-slide:nth-child(3) .cicle_avatar,
.services .slick-slide:nth-child(3) .cicle_avatar,
.contact .slick-slide:nth-child(3) .cicle_avatar,
.blog .slick-slide:nth-child(3) .cicle_avatar,
.about .slick-slide:nth-child(3) .cicle_avatar {
  width: 78px !important;
  height: 30px !important;
  margin-top: 14px;
  margin-bottom: 14px;
}
.home .slick-slide:nth-child(4) .cicle_avatar,
.blog_services .slick-slide:nth-child(4) .cicle_avatar,
.services .slick-slide:nth-child(4) .cicle_avatar,
.contact .slick-slide:nth-child(4) .cicle_avatar,
.blog .slick-slide:nth-child(4) .cicle_avatar,
.about .slick-slide:nth-child(4) .cicle_avatar {
  width: 133px !important;
  height: 30px !important;
  margin-top: 14px;
  margin-bottom: 14px;
}
.home .slick-slide:nth-child(5) .cicle_avatar,
.blog_services .slick-slide:nth-child(5) .cicle_avatar,
.services .slick-slide:nth-child(5) .cicle_avatar,
.contact .slick-slide:nth-child(5) .cicle_avatar,
.blog .slick-slide:nth-child(5) .cicle_avatar,
.about .slick-slide:nth-child(5) .cicle_avatar {
  width: 199px !important;
  height: 28px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.home .slick-slide:nth-child(6) .cicle_avatar,
.blog_services .slick-slide:nth-child(6) .cicle_avatar,
.services .slick-slide:nth-child(6) .cicle_avatar,
.contact .slick-slide:nth-child(6) .cicle_avatar,
.blog .slick-slide:nth-child(6) .cicle_avatar,
.about .slick-slide:nth-child(6) .cicle_avatar {
  width: 173px !important;
  height: 30px !important;
  margin-top: 14px;
  margin-bottom: 14px;
}
.home .slick-slide:nth-child(8) .cicle_avatar,
.blog_services .slick-slide:nth-child(8) .cicle_avatar,
.services .slick-slide:nth-child(8) .cicle_avatar,
.contact .slick-slide:nth-child(8) .cicle_avatar,
.blog .slick-slide:nth-child(8) .cicle_avatar,
.about .slick-slide:nth-child(8) .cicle_avatar {
  width: 109px !important;
  height: 36px !important;
  margin-top: 11px;
  margin-bottom: 11px;
}
.home section.Featured-insight,
.blog_services section.Featured-insight,
.services section.Featured-insight,
.contact section.Featured-insight,
.blog section.Featured-insight,
.about section.Featured-insight {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  background: #fff;
  display: none;
}
.home section.Featured-insight h2,
.blog_services section.Featured-insight h2,
.services section.Featured-insight h2,
.contact section.Featured-insight h2,
.blog section.Featured-insight h2,
.about section.Featured-insight h2 {
  font-size: var(--font36);
  font-weight: 500;
  letter-spacing: -1.4px;
  color: #073a3b;
  white-space: nowrap;
  margin: 0;
}
.home section.Featured-insight .posts,
.blog_services section.Featured-insight .posts,
.services section.Featured-insight .posts,
.contact section.Featured-insight .posts,
.blog section.Featured-insight .posts,
.about section.Featured-insight .posts {
  margin-left: var(--m115);
  width: 100%;
}
.home section.Featured-insight .post,
.blog_services section.Featured-insight .post,
.services section.Featured-insight .post,
.contact section.Featured-insight .post,
.blog section.Featured-insight .post,
.about section.Featured-insight .post {
  padding-bottom: 15px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c5;
}
.home section.Featured-insight .post:first-child,
.blog_services section.Featured-insight .post:first-child,
.services section.Featured-insight .post:first-child,
.contact section.Featured-insight .post:first-child,
.blog section.Featured-insight .post:first-child,
.about section.Featured-insight .post:first-child {
  padding-top: 0;
}
.home section.Featured-insight .post .dot,
.blog_services section.Featured-insight .post .dot,
.services section.Featured-insight .post .dot,
.contact section.Featured-insight .post .dot,
.blog section.Featured-insight .post .dot,
.about section.Featured-insight .post .dot {
  width: 3px;
  height: 3px;
  background-color: #073a3b;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 10px;
}
.home section.Featured-insight .post h3,
.blog_services section.Featured-insight .post h3,
.services section.Featured-insight .post h3,
.contact section.Featured-insight .post h3,
.blog section.Featured-insight .post h3,
.about section.Featured-insight .post h3 {
  font-size: var(--font21);
  color: #073a3b;
  margin: 0;
  margin-left: 61px;
}
.home section.Featured-insight .post .date,
.home section.Featured-insight .post .type,
.blog_services section.Featured-insight .post .date,
.blog_services section.Featured-insight .post .type,
.services section.Featured-insight .post .date,
.services section.Featured-insight .post .type,
.contact section.Featured-insight .post .date,
.contact section.Featured-insight .post .type,
.blog section.Featured-insight .post .date,
.blog section.Featured-insight .post .type,
.about section.Featured-insight .post .date,
.about section.Featured-insight .post .type {
  font-size: var(--font14);
  color: #6b6b6b;
  white-space: nowrap;
}
.home section.Featured-insight .post .read,
.blog_services section.Featured-insight .post .read,
.services section.Featured-insight .post .read,
.contact section.Featured-insight .post .read,
.blog section.Featured-insight .post .read,
.about section.Featured-insight .post .read {
  cursor: pointer;
  text-decoration: none;
}
.home section.Featured-insight .post .read span,
.blog_services section.Featured-insight .post .read span,
.services section.Featured-insight .post .read span,
.contact section.Featured-insight .post .read span,
.blog section.Featured-insight .post .read span,
.about section.Featured-insight .post .read span {
  font-size: var(--font14);
  font-weight: 500;
  color: #073a3b;
  margin-left: 10px;
}
.home section.contact,
.blog_services section.contact,
.services section.contact,
.contact section.contact,
.blog section.contact,
.about section.contact {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.home section.contact .center,
.blog_services section.contact .center,
.services section.contact .center,
.contact section.contact .center,
.blog section.contact .center,
.about section.contact .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.home section.contact h2,
.blog_services section.contact h2,
.services section.contact h2,
.contact section.contact h2,
.blog section.contact h2,
.about section.contact h2 {
  font-size: var(--font36);
  font-weight: 500;
  letter-spacing: -1px;
  color: #073a3b;
  margin: 0;
  max-width: 456px;
  margin-bottom: 40px;
  text-align: center;
}

.Transform-your-HR-Now .strategic {
  background: #073a3b;
  display: flex;
  height: 41px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.Transform-your-HR-Now .strategic .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.Transform-your-HR-Now .strategic h2 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.Transform-your-HR-Now .strategic .move_btn {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFBC0F;
  position: relative;
}
.Transform-your-HR-Now .strategic .move_btn .arrow {
  background: url(../images/go.svg) no-repeat;
  width: 9px;
  height: 11px;
  background-size: contain;
  position: relative;
}
.Transform-your-HR-Now .strategic .move_btn::before, .Transform-your-HR-Now .strategic .move_btn::after {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 0;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(255, 188, 15, 0) 10%, rgba(255, 188, 15, 0.05) 50%, rgba(255, 188, 15, 0.1) 100%);
  width: 89px;
}
@keyframes bg {
  0% {
    width: 23px;
  }
  50% {
    width: 89px;
  }
  100% {
    width: 23px;
  }
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}

.What-makes-us-different {
  background-image: linear-gradient(to bottom, #f1f4f7 78%, #fff 99%);
  padding-top: 140px;
  padding-bottom: 90px;
}
.What-makes-us-different .description {
  display: flex;
  align-items: center;
  flex-flow: column;
  align-items: center;
}
.What-makes-us-different .description h2 {
  font-size: var(--font36);
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
}
.What-makes-us-different .description p {
  margin-bottom: 50px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #073a3b;
}
.What-makes-us-different .cards {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.What-makes-us-different .cards .card {
  width: calc(50% - 5px);
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
}
.What-makes-us-different .cards .card .link {
  margin-bottom: 0;
}
.What-makes-us-different .cards .card.big {
  width: 100%;
}
.What-makes-us-different .cards .card.big p {
  margin-bottom: 7px;
}
.What-makes-us-different .cards .card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #073a3b;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.What-makes-us-different .cards .card h3 img {
  margin-right: 14px;
  width: 28px;
  height: 28px;
}
.What-makes-us-different .cards .card p {
  margin-bottom: 7px;
  margin-top: 0;
  font-family: Lexend;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #073a3b;
  margin-bottom: 70px;
}
.What-makes-us-different .cards .card h4 {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.33;
  color: rgba(7, 58, 59, 0.5);
  margin-bottom: 50px;
  margin-top: 14px;
}
.What-makes-us-different .cards .card h4 img {
  width: 16px;
  height: 18px;
  margin-right: 9px;
}

.about section.main {
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow: hidden;
}
.about section.main h2 {
  max-width: 862px;
  margin-bottom: 0;
}
.about section.yellow {
  padding-top: 70px;
  background-image: linear-gradient(to bottom, #f1f4f7 31%, #fff 99%);
}
.about section.yellow .card_grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.about section.yellow .card_grid .card {
  max-width: 390px;
  width: 100%;
  padding: 40px 30px;
  border-radius: 16px;
  background-color: #fff;
}
.about section.yellow .card_grid .card:first-child, .about section.yellow .card_grid .card:last-child {
  margin-top: 20px;
}
.about section.yellow .card_grid .card .flex {
  align-items: center;
  margin-bottom: 22px;
  gap: 15px;
}
.about section.yellow .card_grid .card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #073a3b;
}
.about section.yellow .card_grid .card p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #073a3b;
  margin: 0;
}
.about section.values-that-guide-us {
  padding-top: 90px;
  padding-bottom: 30px;
}
.about section.values-that-guide-us .block {
  padding: 50px;
  border-radius: 16px;
  background-color: #f3f6f8;
  overflow: hidden;
  display: flex;
  gap: 140px;
}
.about section.values-that-guide-us .block .left {
  padding-left: 69px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.about section.values-that-guide-us .block .left h2 {
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  color: #073a3b;
  margin-bottom: 60px;
  margin-top: 0;
  white-space: nowrap;
}
.about section.values-that-guide-us .block .left img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about section.values-that-guide-us .block .right .item .title {
  font-size: 16px;
  color: #073a3b;
  margin-bottom: 10px;
}
.about section.values-that-guide-us .block .right .item .description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #073a3b;
  margin-bottom: 30px;
}
.about section.values-that-guide-us .block .right .item:last-child .description {
  margin-bottom: 0;
}
.about section.contact h2 {
  margin-bottom: 15px;
}
.about section.contact h3 {
  max-width: 426px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
  color: #073a3b;
}

.services section.main {
  overflow: hidden;
}
.services section.main h1 {
  max-width: 644px;
}
.services .what-you-can-expect {
  background-image: linear-gradient(to bottom, #f1f4f7 11%, #fff 77%);
  padding-top: var(--m90);
  padding-bottom: var(--m90);
}
.services .what-you-can-expect h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
}
.services .what-you-can-expect .table_wrapper {
  overflow: hidden;
  padding: 30px 50px 30px 50px;
  border-radius: 16px;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 51, 0.05);
  border: solid 0.8px rgba(208, 218, 228, 0.4);
  background-color: #fff;
}
.services .what-you-can-expect .table_wrapper .table_header {
  padding: 0;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(7, 58, 59, 0.1254901961);
}
.services .what-you-can-expect .table_wrapper .table_header .flex {
  font-size: 16px;
  font-weight: 600;
  color: #073a3b;
}
.services .what-you-can-expect .item {
  padding: 20px 0;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #073a3b;
  border-bottom: dashed 1px rgba(7, 58, 59, 0.1254901961);
  font-size: var(--font21);
}
.services .what-you-can-expect .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.services .what-you-can-expect .item .flex {
  width: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #073a3b;
}
.services .what-you-can-expect .item .flex .oval {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #5c5c5c;
}
.services .what-you-can-expect .item .flex p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #073a3b;
}
.services .what-you-can-expect .item img {
  margin-right: 12px;
}
.services .services-tailored-to-your-needs {
  padding-top: 74px;
}
.services .services-tailored-to-your-needs p {
  font-size: var(--font18);
  line-height: 1.33;
  letter-spacing: 0.5px;
  max-width: 602px;
  margin: 0;
}
.services .services-tailored-to-your-needs .services_cards .card {
  margin-bottom: 40px;
  display: flex;
  gap: 78px;
  position: relative;
  margin-bottom: 150px;
}
.services .services-tailored-to-your-needs .services_cards .card:first-child {
  height: 336px;
}
.services .services-tailored-to-your-needs .services_cards .card:first-child .img_part .text {
  top: 74px;
}
.services .services-tailored-to-your-needs .services_cards .card:nth-child(2) {
  height: 460px;
}
.services .services-tailored-to-your-needs .services_cards .card:nth-child(2) .img_part img {
  left: 100px;
}
.services .services-tailored-to-your-needs .services_cards .card:nth-child(2) .img_part .text {
  top: 96px;
}
.services .services-tailored-to-your-needs .services_cards .card:nth-child(3) {
  height: 334px;
}
.services .services-tailored-to-your-needs .services_cards .card:nth-child(3) .img_part .text {
  top: 0;
}
.services .services-tailored-to-your-needs .services_cards .card:nth-child(3) .text_part {
  margin-top: 0;
}
.services .services-tailored-to-your-needs .services_cards .card .img_part {
  display: flex;
  flex-flow: column;
  max-width: 662px;
  width: 100%;
}
.services .services-tailored-to-your-needs .services_cards .card .img_part .text {
  position: absolute;
  top: 74px;
  left: 0;
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  color: #073a3b;
}
.services .services-tailored-to-your-needs .services_cards .card .img_part img {
  position: absolute;
  top: 0;
  left: 0;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part {
  width: 100%;
  margin-top: 54px;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item {
  height: 57px;
  border-bottom: solid 1px rgba(51, 51, 51, 0.0823529412);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item .button {
  cursor: pointer;
  height: 57px;
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item .button .arrow {
  width: 14px;
  height: 14px;
  background: url(../images/open.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  background-position: center;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item .next {
  font-size: 14px;
  color: #073a3b;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item .next img {
  margin-top: 2px;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item .hidden {
  display: none;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item.active {
  height: auto;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item.active .hidden {
  display: flex;
  flex-flow: column;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item.active .button .arrow {
  transform: rotate(0deg);
  background: url(../images/close.svg) no-repeat;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item h3 {
  font-size: 14px;
  font-weight: 600;
  color: #073a3b;
  margin: 0;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item p {
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #073a3b;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item ul {
  margin-bottom: 15px;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item ul li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #073a3b;
}
.services .services-tailored-to-your-needs .services_cards .card .text_part .item ul li img {
  margin-right: 10px;
  width: 12px;
  height: 12px;
}
.services .partners-in-progress .flex.column.items-center {
  border-bottom: solid 1px rgba(7, 58, 59, 0.1254901961);
  padding-top: 50px;
  padding-bottom: 140px;
}
.services .partners-in-progress h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: var(--font36);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
}
.services .partners-in-progress p {
  max-width: 512px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #073a3b;
}
.services section.Hear-from-our-clients {
  padding-bottom: 70px;
  padding-top: 70px;
  background: #f5f5f5;
}
.services section.Hear-from-our-clients p {
  font-size: var(--font18);
  line-height: 1.38;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.services section.Hear-from-our-clients .cards_grid .card {
  flex-flow: row;
  border-radius: 20px;
  background-color: #fff;
  padding: 60px;
  display: flex;
  min-height: 278px;
  height: 278px;
}
.services section.Hear-from-our-clients .cards_grid .card .info {
  height: 100%;
}
.services section.Hear-from-our-clients .cards_grid .card .info p {
  margin-bottom: 0;
}
.services section.Hear-from-our-clients .cards_grid .card p {
  margin-bottom: 50px;
  padding-left: 0;
  margin-top: 0;
}
.services section.Hear-from-our-clients .cards_grid .card .company {
  padding-left: 0;
}
.services section.Hear-from-our-clients .cards_grid .card .owner {
  padding-left: 0;
}
.services section.Hear-from-our-clients .cards_grid .card::after {
  content: none;
}
.services section.Hear-from-our-clients .cards_grid .card::before {
  content: none;
}
.services section.Hear-from-our-clients .cards_grid .card .cicle_avatar {
  margin: 0;
  margin-right: 40px;
}
.services section.Hear-from-our-clients .cards_grid .slick-dots {
  position: absolute;
  right: 60px;
  bottom: 60px;
  display: flex;
  list-style: none;
  gap: 7px;
  align-items: center;
}
.services section.Hear-from-our-clients .cards_grid .slick-dots li {
  display: flex;
  flex: none;
  align-items: center;
}
.services section.Hear-from-our-clients .cards_grid .slick-dots li button {
  border: solid 1px rgba(51, 51, 51, 0.2509803922);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: flex;
  flex: none;
  font-size: 0;
  outline: none;
  border: none;
  border: solid 1px #333;
  opacity: 0.4;
  padding: 0;
  align-items: center;
  transition: all 0.3s ease;
  background-color: white;
  flex: none;
}
.services section.Hear-from-our-clients .cards_grid .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #333333;
  width: 10px;
  height: 10px;
}
.services section.contact {
  padding-top: 60px;
}
.services section.contact h2 {
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
  margin: 0;
  margin-bottom: 15px;
}
.services section.contact h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  text-align: center;
  color: #073a3b;
  margin: 0;
  margin-bottom: 40px;
}

.contact section.contact_form {
  color: #073a3b;
  padding-bottom: 20px;
  padding-top: 140px;
}
.contact section.contact_form h1 {
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
  margin: 0;
  margin-bottom: 10px;
}
.contact section.contact_form h2 {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #073a3b;
  margin: 0;
}
.contact .faq {
  padding-top: var(--m90);
  padding-bottom: var(--m90);
}
.contact .faq .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact .faq .content h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #073a3b;
  margin-bottom: 10px;
}
.contact .faq .content h3 {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #073a3b;
  margin: 0;
  margin-bottom: 40px;
}
.contact .faq .faq_wrapper {
  display: flex;
  flex-flow: column;
  max-width: 517px;
  width: 100%;
}
.contact .faq .faq_wrapper .faq_item {
  border-bottom: solid 1px rgba(7, 58, 59, 0.1882352941);
  width: 100%;
  flex: none;
  display: flex;
  flex-flow: column;
}
.contact .faq .faq_wrapper .faq_item:first-child {
  border-top: solid 1px rgba(7, 58, 59, 0.1882352941);
}
.contact .faq .faq_wrapper .faq_item .question {
  width: 100%;
  flex: none;
  cursor: pointer;
  gap: 10px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.contact .faq .faq_wrapper .faq_item .question .icon {
  background-image: url(../images/open.svg);
  width: 14px;
  height: 14px;
  flex: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact .faq .faq_wrapper .faq_item .question h4 {
  font-size: 14px;
  color: #073a3b;
}
.contact .faq .faq_wrapper .faq_item .question.active .icon {
  background-image: url(../images/close.svg);
}
.contact .faq .faq_wrapper .faq_item .answer {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #073a3b;
  opacity: 0.7;
}
.contact .faq .faq_wrapper .faq_item .answer p {
  margin: 0;
}

.blog section.main {
  background: #f2f2f2;
  height: 333px;
}
.blog section.main .banner {
  background-image: url(../images/blog-img.png);
  background-position: 100% bottom;
  height: 333px;
  background-size: 628px 335px;
}
.blog section.main .banner::after {
  content: none;
}
.blog section.popular_blogs {
  padding-top: 80px;
  margin-bottom: 60px;
}
.blog section.popular_blogs .wrapper {
  border-bottom: solid 1px rgba(107, 107, 107, 0.1882352941);
  display: flex;
  gap: 30px;
  padding-bottom: 70px;
  flex-flow: row wrap;
}
.blog section.popular_blogs .big_card {
  width: 100%;
  height: 320px;
  padding: 22px;
  border-radius: 14px;
  background-color: #f6f6f6;
  display: flex;
}
.blog section.popular_blogs .big_card img {
  width: 448px;
  height: 276px;
  margin: 0 50px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.blog section.popular_blogs .big_card .date {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.blog section.popular_blogs .big_card a {
  text-decoration: none;
}
.blog section.popular_blogs .big_card h2 {
  font-size: var(--font36);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog section.popular_blogs .small_card {
  width: calc(50% - 15px);
  height: 241px;
  padding: 22px;
  border-radius: 10px;
  background-color: #f6f6f6;
  display: flex;
}
.blog section.popular_blogs .small_card img {
  width: 210px;
  flex: none;
  margin-right: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.blog section.popular_blogs .small_card .date {
  margin-top: 29px;
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.blog section.popular_blogs .small_card a {
  text-decoration: none;
}
.blog section.popular_blogs .small_card h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .latest_articles {
  padding-bottom: var(--m120);
}
.blog .latest_articles h2 {
  font-size: var(--font36);
  font-weight: 500;
  letter-spacing: -1.4px;
  margin-bottom: 30px;
}
.blog .latest_articles .wrapper {
  display: flex;
  flex-flow: row wrap;
  padding-top: 80px;
  gap: 30px;
}
.blog .latest_articles .wrapper .blog_card {
  display: flex;
  width: calc(33.3333333333% - 20px);
  padding: 22px;
  border-radius: 10px;
  background-color: #f6f6f6;
  flex-flow: column;
  height: -moz-min-content;
  height: min-content;
  margin-top: -80px;
}
.blog .latest_articles .wrapper .blog_card:nth-child(2n) img {
  height: 280px;
}
.blog .latest_articles .wrapper .blog_card:nth-child(5) {
  margin-top: 0;
}
.blog .latest_articles .wrapper .blog_card:nth-child(7) {
  margin-top: 0;
}
.blog .latest_articles .wrapper .blog_card:nth-child(8) {
  margin-top: 0;
}
.blog .latest_articles .wrapper .blog_card:nth-child(9) {
  margin-top: 0;
}
.blog .latest_articles .wrapper .blog_card:nth-child(11) {
  margin-top: 0;
}
.blog .latest_articles .wrapper .blog_card img {
  width: 100%;
  margin-bottom: 22px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
}
.blog .latest_articles .wrapper .blog_card .date {
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.blog .latest_articles .wrapper .blog_card a {
  text-decoration: none;
}
.blog .latest_articles .wrapper .blog_card h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0;
}
.blog .latest_articles .view_more {
  margin-top: 70px;
}
.blog .latest_articles .view_more img {
  margin-left: 10px;
  filter: invert(1);
}
.blog .latest_articles .view_more .link::after {
  width: calc(100% - 20px);
}
.blog .latest_articles .view_more .link.active::after {
  width: 0 !important;
}

.single-blog .blog-content .flex {
  position: relative;
  padding-top: var(--m90);
  padding-bottom: var(--m90);
  gap: 40px;
}
.single-blog .blog-content .flex .content {
  width: 100%;
}
.single-blog .blog-content .flex .content p {
  font-size: var(--font16);
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #073a3b;
  margin: 0 0 40px 0;
}
.single-blog .blog-content .flex .content h3 {
  font-size: var(--font24);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 20px;
}
.single-blog .blog-content .flex .content img {
  width: 100%;
  border-radius: 10px;
}

.blog_case .blog_header {
  padding-top: 40px;
}
.blog_case .blog_header .back_button {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #073a3b;
  margin-bottom: 40px;
  display: flex;
  gap: 10px;
}
.blog_case .blog_header .flex_wrap {
  gap: 40px;
  display: flex;
}
.blog_case .blog_header .flex_wrap .img_wrapper {
  width: calc(50% - 40px);
  max-height: 500px;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
}
.blog_case .blog_header .flex_wrap .img_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_case .blog_header .flex_wrap .title_wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(50% - 20px);
}
.blog_case .blog_header .flex_wrap .title_wrap h1 {
  font-size: var(--font36);
  font-weight: 500;
  letter-spacing: -1.4px;
  color: #073a3b;
  margin-bottom: 20px;
}
.blog_case .blog_header .flex_wrap .title_wrap a {
  text-decoration: none;
}
.blog_case .blog_header .flex_wrap .title_wrap a img {
  margin-right: 7px;
}
.blog_case .blog_header .flex_wrap .title_wrap .date {
  font-size: var(--font14);
  font-weight: 500;
  color: rgba(51, 51, 51, 0.1882352941);
  margin-bottom: 30px;
}
.blog_case .blog_header .flex_wrap .title_wrap p {
  max-width: 410px;
  font-size: var(--font16);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #073a3b;
}
.blog_case .blog_header .border {
  width: 100%;
  border: solid 1px rgba(107, 107, 107, 0.1882352941);
  margin-top: 70px;
  margin-bottom: 70px;
}
.blog_case .content h3 {
  font-size: var(--font24);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 30px;
}
.blog_case .content p {
  font-size: 14px;
  line-height: 1.36;
  color: #073a3b;
}
.blog_case .our_services {
  margin-top: var(--m90);
  margin-bottom: var(--m90);
}
.blog_case .our_services h2 {
  font-size: var(--font24);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 30px;
}
.blog_case .our_services .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog_case .our_services .grid .wrapper h4 {
  opacity: 0.4;
  font-size: var(--font14);
  font-weight: 500;
  color: #073a3b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog_case .our_services .grid .wrapper ul {
  display: flex;
  flex-flow: column;
  list-style: none;
  gap: 10px;
}
.blog_case .our_services .grid .wrapper ul li {
  font-size: var(--font14);
  color: #073a3b;
  background: url(../images/check_black.svg) no-repeat;
  background-size: auto;
  background-position: 0 center;
  padding-left: 20px;
  position: relative;
}
.blog_case .our_process {
  margin-bottom: var(--m90);
}
.blog_case .our_process h2 {
  font-size: var(--font24);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 30px;
}
.blog_case .our_process .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.blog_case .our_process .grid .item .oval {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffca1a;
  font-weight: 500;
  font-size: 12px;
  color: #073a3b;
  flex: none;
}
.blog_case .our_process .grid .item h4 {
  font-size: var(--font16);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 20px;
}
.blog_case .our_process .grid .item p {
  font-size: var(--font14);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #073a3b;
  margin: 0;
  max-width: 375px;
}
.blog_case .key_benefits {
  margin-bottom: var(--m90);
}
.blog_case .key_benefits h2 {
  font-size: var(--font24);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 30px;
}
.blog_case .key_benefits .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.blog_case .key_benefits .grid ul {
  display: flex;
  flex-flow: column;
  list-style: none;
  gap: 10px;
}
.blog_case .key_benefits .grid ul li {
  font-size: var(--font14);
  color: #073a3b;
}
.blog_case .key_benefits .grid ul li img {
  margin-right: 10px;
}
.blog_case .success_stories {
  margin-bottom: var(--m90);
}
.blog_case .success_stories h2 {
  font-size: var(--font24);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 30px;
}
.blog_case .success_stories .slider {
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
}
.blog_case .success_stories .slider.slick-initialized {
  opacity: 1;
}
.blog_case .success_stories .slider .slick-list {
  margin: 0 -15px;
}
.blog_case .success_stories .slider .slick-track {
  display: flex;
}
.blog_case .success_stories .slider .slick-track .slick-slide {
  margin: 0 15px;
}
.blog_case .success_stories .arrows {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog_case .success_stories .arrows .prev,
.blog_case .success_stories .arrows .next {
  cursor: pointer;
}
.blog_case .success_stories .arrows .prev {
  opacity: 0.2;
}
.blog_case .success_stories .arrows::-moz-selection {
  -moz-user-select: none;
       user-select: none;
}
.blog_case .success_stories .arrows::selection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog_case .success_stories .cards_grid .slick-dots {
  position: absolute;
  right: 60px;
  bottom: 60px;
  display: flex;
  list-style: none;
  gap: 7px;
  align-items: center;
}
.blog_case .success_stories .cards_grid .slick-dots li {
  display: flex;
  flex: none;
  align-items: center;
}
.blog_case .success_stories .cards_grid .slick-dots li button {
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: flex;
  flex: none;
  font-size: 0;
  outline: none;
  border: none;
  padding: 0;
  align-items: center;
  transition: all 0.3s ease;
  background-color: transparent;
  flex: none;
  border: solid 1px white;
}
.blog_case .success_stories .cards_grid .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.blog_case .success_stories .cards_grid .card {
  border-radius: 24px;
  background-color: #000000;
  padding: 60px;
  position: relative;
  min-height: 315px;
  height: 315px;
  display: flex;
}
.blog_case .success_stories .cards_grid .card .info {
  /* margin-top: auto; */
  display: flex;
  flex-flow: column;
  height: 100%;
}
.blog_case .success_stories .cards_grid .card .quotes {
  margin-right: 60px;
  display: flex;
  align-items: flex-end;
}
.blog_case .success_stories .cards_grid .card .quotes img {
  width: 27px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_case .success_stories .cards_grid .card p {
  font-size: var(--font16);
  line-height: 1.5;
  color: #fff;
  margin-top: 0;
  margin-bottom: auto;
}
.blog_case .success_stories .cards_grid .card .company {
  font-size: var(--font14);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  opacity: 0.6;
}
.blog_case .success_stories .cards_grid .card .owner {
  opacity: 0.3;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
.blog_case .help {
  min-height: 307px;
  background-color: #ffe489;
  padding: 70px 0;
  position: relative;
  background-image: url(../images/people-street-icon-black.png);
  background-size: 320px;
  background-position: 114% 142px;
  background-repeat: no-repeat;
}
.blog_case .help h2 {
  font-size: var(--font24);
  font-weight: 500;
  text-align: center;
  color: #073a3b;
  margin-bottom: 30px;
}
.blog_case .help p {
  max-width: 454px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #073a3b;
  margin: 0 auto;
  margin-bottom: 40px;
}
.blog_case .help .flex {
  justify-content: center;
}

.blog_services {
  display: flex;
  flex-flow: column;
  position: relative;
}
.blog_services section.top_talent {
  padding-top: 140px;
  padding-bottom: 80px;
}
.blog_services section.top_talent h2 {
  margin-bottom: 15px;
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
}
.blog_services section.top_talent .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.blog_services section.top_talent .content .text {
  display: flex;
  margin-bottom: 40px;
  flex-flow: column;
  gap: 20px;
}
.blog_services section.top_talent .content .text p {
  margin: 0;
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  text-align: center;
  color: #073a3b;
}
.blog_services section.top_talent .content .flex {
  justify-content: center;
}
.blog_services section.top_talent .content .link {
  font-size: var(--font14);
}
.blog_services section.how_we_alleviate_new {
  background-color: #f3f6f8;
  padding-top: 60px;
  padding-bottom: 90px;
}
.blog_services section.how_we_alleviate_new h2 {
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
  padding-bottom: 60px;
}
.blog_services section.how_we_alleviate_new .flex-container {
  display: flex;
  gap: 5px;
  justify-content: center;
  position: relative;
}
.blog_services section.how_we_alleviate_new .flex-container .card {
  padding: 30px 33px 30px 30px;
  border-radius: 16px 0 0 16px;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 51, 0.05);
  border: solid 0.8px rgba(208, 218, 228, 0.4);
  background-color: #fff;
  position: relative;
  width: 100%;
}
.blog_services section.how_we_alleviate_new .flex-container .card:nth-child(2) {
  border-radius: 0 16px 16px 0;
}
.blog_services section.how_we_alleviate_new .flex-container .card .divider {
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(90deg, #9da7b0, #9da7b0 2px, transparent 2px, transparent 6px);
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog_services section.how_we_alleviate_new .flex-container .card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #073a3b;
  margin: 0;
  margin-bottom: 10px;
}
.blog_services section.how_we_alleviate_new .flex-container .card p {
  font-size: 14px;
  font-weight: 300;
  color: #073a3b;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.36;
}
.blog_services section.our_comprehensive_services {
  padding-top: 140px;
  padding-bottom: 60px;
}
.blog_services section.our_comprehensive_services h2 {
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #073a3b;
  margin-bottom: 60px;
}
.blog_services section.our_comprehensive_services .items {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.blog_services section.our_comprehensive_services .items .item {
  border-radius: 12px;
  border: solid 1px #d0dae4;
  background-color: #fff;
}
.blog_services section.our_comprehensive_services .items .item .item_head {
  padding: 20px 30px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.blog_services section.our_comprehensive_services .items .item .item_head h4 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #073a3b;
}
.blog_services section.our_comprehensive_services .items .item .item_head h4::-moz-selection {
  -moz-user-select: none;
       user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_head h4::selection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_head .icon {
  width: 14px;
  height: 14px;
  background-image: url(../images/open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  background-position: center;
}
.blog_services section.our_comprehensive_services .items .item .item_body {
  padding: 0 30px;
  padding-bottom: 20px;
  display: none;
  justify-content: space-between;
  gap: 20px;
}
.blog_services section.our_comprehensive_services .items .item .item_body p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #073a3b;
  margin-bottom: 0;
  margin-top: -10px;
  max-width: 430px;
}
.blog_services section.our_comprehensive_services .items .item .item_body p::-moz-selection {
  -moz-user-select: none;
       user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_body p::selection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right {
  margin-top: -36px;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 40px;
  row-gap: 10px;
  margin-right: 40px;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right ul li {
  font-size: 14px;
  font-weight: 300;
  color: #073a3b;
  display: flex;
  gap: 10px;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right ul li::-moz-selection {
  -moz-user-select: none;
       user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right ul li::selection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right ul li img {
  margin-top: 2px;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right ul li img::-moz-selection {
  -moz-user-select: none;
       user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right ul li img::selection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right a::-moz-selection {
  -moz-user-select: none;
       user-select: none;
}
.blog_services section.our_comprehensive_services .items .item .item_body .right a::selection {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blog_services section.our_comprehensive_services .items .item.active .item_head .icon {
  transform: rotate(0deg);
  background-image: url(../images/close.svg);
}
.blog_services section.our_comprehensive_services .items .item.active .item_body {
  display: flex;
}
.blog_services section.key_benefits {
  padding-top: 80px;
  padding-bottom: 140px;
}
.blog_services section.key_benefits h2 {
  font-size: var(--font36);
  font-weight: 600;
  letter-spacing: -1px;
  color: #073a3b;
  margin-bottom: 15px;
  text-align: center;
}
.blog_services section.key_benefits p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  text-align: center;
  color: #073a3b;
  max-width: 618px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.blog_services section.key_benefits .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 70px;
  -moz-column-gap: 150px;
       column-gap: 150px;
  max-width: 718px;
  margin: 0 auto;
}
.blog_services section.key_benefits .grid .card_wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.blog_services section.key_benefits .grid .card_wrapper .card {
  max-width: 283px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.blog_services section.key_benefits .grid .card_wrapper .card img {
  margin-bottom: 20px;
}
.blog_services section.key_benefits .grid .card_wrapper .card h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #073a3b;
  margin-bottom: 15px;
}
.blog_services section.key_benefits .grid .card_wrapper .card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  text-align: center;
  color: #073a3b;
  margin: 0;
}
.blog_services .help {
  padding-bottom: 60px;
  padding-top: 60px;
  background: #f1f4f7;
  position: relative;
  background-image: url(../images/ps-logo.svg);
  background-size: 320px;
  background-position: calc(100% + 150px) calc(100% + 150px);
  background-repeat: no-repeat;
}
.blog_services .help h2 {
  font-size: var(--font36);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  color: #073a3b;
  margin-bottom: 15px;
}
.blog_services .help .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.blog_services .help .wrap .left p {
  max-width: 644px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #073a3b;
}
.blog_services .help .wrap .left .with_link {
  display: flex;
  gap: 10px;
  font-size: var(--font14);
  line-height: 1.36;
  white-space: nowrap;
  color: #073a3b;
}
.blog_services .help .wrap .left .with_link .link {
  font-size: var(--font14);
  margin-bottom: 0;
  display: flex;
  gap: 6px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog_services .help .wrap .right {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
.blog_services .help .wrap .right .chat {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: var(--font14);
  font-weight: 500;
  color: #073a3b;
}
.blog_services .help .wrap .right .flex {
  gap: 30px;
}
.blog_services .help .wrap .right .flex a {
  font-size: var(--font14);
  font-weight: normal;
}
.blog_services .help .wrap .right .flex a::after {
  background-color: #073a3b;
}

.blog_default .blog_header {
  padding-top: var(--m90);
  padding-bottom: var(--m90);
  background: #f5f5f7;
}
.blog_default .blog_header .flex_wrap {
  gap: 40px;
  display: flex;
}
.blog_default .blog_header .flex_wrap .img_wrapper {
  width: calc(50% - 40px);
  border-radius: 10px;
  overflow: hidden;
}
.blog_default .blog_header .flex_wrap .img_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog_default .blog_header .flex_wrap .title_wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(50% - 20px);
}
.blog_default .blog_header .flex_wrap .title_wrap h1 {
  font-size: var(--font36);
  font-weight: 500;
  letter-spacing: -1.4px;
  color: #073a3b;
  margin-top: 10px;
  margin-bottom: 50px;
}
.blog_default .blog_header .flex_wrap .title_wrap a {
  text-decoration: none;
}
.blog_default .blog_header .flex_wrap .title_wrap a img {
  margin-right: 7px;
}
.blog_default .blog_header .flex_wrap .title_wrap .date {
  font-size: var(--font16);
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.blog_default .blog_header .magnet_wrapper .link::after {
  width: calc(100% - 20px);
  margin-left: 30px;
}
.blog_default .blog-content .flex {
  position: relative;
  padding-top: var(--m90);
  padding-bottom: var(--m90);
  gap: 40px;
}
.blog_default .blog-content .flex .soc_links {
  position: sticky;
  top: 140px;
  width: 20%;
  flex: none;
  display: flex;
  flex-flow: column;
  border-top: solid 1px #e0e5e6;
  border-bottom: solid 1px #e0e5e6;
  height: -moz-min-content;
  height: min-content;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}
.blog_default .blog-content .flex .soc_links .icons {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}
.blog_default .blog-content .flex .soc_links .icons .copy {
  cursor: pointer;
}
.blog_default .blog-content .flex .content {
  width: 100%;
}
.blog_default .blog-content .flex .content p {
  font-size: var(--font16);
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #073a3b;
  margin: 0 0 40px 0;
}
.blog_default .blog-content .flex .content h3 {
  font-size: var(--font24);
  font-weight: 500;
  color: #073a3b;
  margin-bottom: 20px;
}
.blog_default .blog-content .flex .content img {
  width: 100%;
}
.blog_default .blog-content .flex .content .soc_links {
  display: none;
}
.blog_default .relevant_blogs h2 {
  font-size: var(--font36);
  font-weight: 500;
  letter-spacing: -1.4px;
  margin-bottom: 30px;
}
.blog_default .relevant_blogs .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: var(--m120);
}
.blog_default .relevant_blogs .wrapper .blog_card {
  display: flex;
  width: 100%;
  padding: 22px;
  border-radius: 10px;
  background-color: #f6f6f6;
  flex-flow: column;
}
.blog_default .relevant_blogs .wrapper .blog_card img {
  width: 100%;
  margin-bottom: 22px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
}
.blog_default .relevant_blogs .wrapper .blog_card .date {
  font-size: var(--font16);
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.blog_default .relevant_blogs .wrapper .blog_card a {
  text-decoration: none;
}
.blog_default .relevant_blogs .wrapper .blog_card h2 {
  font-size: var(--font24);
  font-weight: 500;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .home section.Strategic-solutions .cards_grid {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  :root {
    --font56: 40px;
    --font46: 46px;
    --font36: 30px;
    --font24: 24px;
    --font21: 21px;
    --font18: 16px;
    --font16: 16px;
    --font14: 14px;
    --font12: 12px;
    --m200: 200px;
    --m133: 133px;
    --m152: 152px;
    --m140: 140px;
    --m120: 120px;
    --m115: 115px;
    --m90: 90px;
    --m160: 160px;
  }
  .home section.main .banner {
    background-size: 70%;
  }
  .home section.align-your-people .hero_girl {
    margin-right: 70px;
  }
  .home section.align-your-people h2 {
    line-height: 36px;
  }
  .home .Featured-insight .faq {
    flex-flow: column;
  }
  .home .Featured-insight .faq h2 {
    margin-bottom: 60px;
  }
  .home .Featured-insight .faq .posts {
    margin-left: 0;
  }
  .home section.contact .rounded_bg .left_side .big_logo {
    left: 10px;
  }
  .home section.contact .rounded_bg .left_side .big_men {
    left: 40px;
  }
  .home section.contact .rounded_bg .right_side h2 {
    padding-right: 30px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.img {
    left: 17%;
    top: 17%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text {
    left: 15%;
    font-size: 16px;
    top: 39%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block {
    left: 5%;
    top: 61%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img {
    left: 42.5%;
    top: 57%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text {
    font-size: 16px;
    left: 43%;
    top: 81%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block {
    left: 28%;
    top: 105%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img {
    left: 66.5%;
    top: 32%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text {
    font-size: 16px;
    left: 66%;
    top: 50%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block {
    left: 60%;
    top: 74%;
  }
  .single-blog .blog-content .flex .soc_links {
    display: none;
  }
  .single-blog .blog-content .flex .content .soc_links {
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: center;
  }
  .single-blog .blog-content .flex .content .soc_links .icons {
    margin-top: 0;
    margin-left: 30px;
  }
  .single-blog .relevant_blogs .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact section.assist_you .yellow {
    height: auto;
    background-position: calc(100% + 150px) calc(100% + 150px);
  }
  .contact section.assist_you .yellow .flex {
    flex-flow: column;
    gap: 20px;
  }
  .contact section.assist_you .yellow .flex .email_wrap {
    padding-left: 0;
    border: none;
  }
  .blog section.popular_blogs .wrapper {
    flex-flow: column;
  }
  .blog section.popular_blogs .wrapper .small_card {
    width: 100%;
  }
  .blog .latest_articles .wrapper {
    padding-top: 0;
  }
  .blog .latest_articles .wrapper .blog_card {
    margin-top: 0;
    width: calc(50% - 20px);
  }
  .blog .latest_articles .wrapper .blog_card:nth-child(2n) img {
    height: 200px;
  }
  .blog_services .help .wrap {
    flex-flow: column;
  }
}
@media screen and (max-width: 820px) {
  :root {
    --font56: 40px;
    --font46: 46px;
    --font36: 30px;
    --font24: 20px;
    --font21: 18px;
    --font18: 16px;
    --font16: 16px;
    --font14: 14px;
    --font12: 12px;
    --m200: 100px;
    --m133: 75px;
    --m152: 75px;
    --m140: 70px;
    --m120: 120px;
    --m115: 60px;
    --m90: 90px;
    --m160: 80px;
  }
  header .fixed_menu {
    display: block;
  }
  header .menu_btn {
    display: flex;
  }
  header ul.header_menu {
    display: none;
  }
  header .dot {
    display: none;
  }
  .home section.align-your-people .hero_girl {
    margin-right: 30px;
  }
  .home section.contact .rounded_bg {
    flex-flow: column-reverse;
    height: 580px;
  }
  .home section.contact .rounded_bg .left_side {
    height: 380px;
    width: 100%;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home section.contact .rounded_bg .left_side .big_logo {
    width: 281px;
    height: 281px;
    -o-object-fit: cover;
       object-fit: cover;
    left: inherit;
  }
  .home section.contact .rounded_bg .left_side .big_men {
    left: auto;
  }
  .home section.contact .rounded_bg .right_side {
    width: auto;
    padding: 15px;
    height: auto;
  }
  .home section.contact .rounded_bg .right_side h2 {
    padding-right: 0;
    margin-top: 0;
  }
  .services section.main .banner {
    background-size: 60%;
    background-position: 103% calc(100% + 23px);
  }
  .services .services-tailored-to-your-needs .services_cards .card {
    gap: 30px;
  }
  .services .services-tailored-to-your-needs .services_cards .card .img_part {
    width: 50%;
  }
  .services section.contact .rounded_bg {
    height: auto;
    flex-flow: column-reverse;
  }
  .services section.contact .rounded_bg .right_side {
    width: 100%;
    padding: 15px;
  }
  .services section.contact .rounded_bg .right_side h2 {
    margin-top: 0;
  }
  .services section.contact .rounded_bg .left_side {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .services section.contact .rounded_bg .left_side .big_logo {
    width: 100%;
    margin-left: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contact section.main .banner {
    background-size: 70%;
  }
  .blog_services section.our_comprehensive_services .content .items {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact_modal {
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
    align-items: flex-start;
  }
  .contact_modal .modal_content {
    flex-flow: column;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 16px;
  }
  .contact_modal .modal_content .left {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    border-radius: 10px 10px 0 0;
  }
  .contact_modal .modal_content .left h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: -1.2px;
    margin-bottom: 15px;
    text-align: center;
  }
  .contact_modal .modal_content .left p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .contact_modal .modal_content .form {
    align-items: center;
    width: 100%;
  }
  .contact_modal .modal_content .form .wpcf7 {
    max-width: 100%;
  }
  .home section.Fractional-HR-in-action .cards_grid .card .flex {
    flex-flow: column;
  }
  .home section.Fractional-HR-in-action .cards_grid .card .flex .info img {
    margin-left: 14px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.img {
    left: 17%;
    top: 17%;
    width: 20px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text {
    left: 16%;
    font-size: 12px;
    top: 38%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block {
    max-width: 160px;
    left: 5%;
    top: 61%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block .flex {
    gap: 10px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block p {
    margin-bottom: 12px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block p,
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.people.text_block .next {
    font-size: 12px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.img {
    left: 42.5%;
    top: 57%;
    width: 20px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text {
    font-size: 12px;
    left: 43%;
    top: 82%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block {
    max-width: 160px;
    left: 28%;
    top: 105%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block .flex {
    gap: 10px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block p {
    margin-bottom: 12px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block p,
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.culture.text_block .next {
    font-size: 12px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.img {
    left: 66.5%;
    width: 20px;
    top: 32%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text {
    font-size: 12px;
    left: 65%;
    top: 51%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block {
    left: 60%;
    max-width: 160px;
    top: 74%;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block .flex {
    gap: 10px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block p {
    margin-bottom: 12px;
  }
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block p,
  .home section.Strategic-solutions .route_wrapper .route_image .absolute.operation.text_block .next {
    font-size: 12px;
  }
  .services section.Hear-from-our-clients .slider .card {
    flex-flow: column;
    gap: 20px;
    height: auto;
    min-height: auto;
    padding: 30px;
  }
  .services section.Hear-from-our-clients .slider .slick-dots {
    bottom: -30px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    right: inherit;
  }
  .blog_services section.top_talent .content .text {
    gap: 30px;
  }
  .blog_services section.our_comprehensive_services .content .items {
    flex-flow: column;
    display: flex;
    gap: 60px;
  }
  .blog_services section.key_benefits .grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
  .about section.values-that-guide-us .block {
    gap: 50px;
  }
  .about section.values-that-guide-us .block .left {
    padding-left: 0;
  }
  .services .services-tailored-to-your-needs .services_cards .card {
    flex-flow: column;
    height: auto;
  }
  .services .services-tailored-to-your-needs .services_cards .card:first-child {
    height: auto;
  }
  .services .services-tailored-to-your-needs .services_cards .card:nth-child(2) {
    height: auto;
  }
  .services .services-tailored-to-your-needs .services_cards .card:nth-child(3) {
    height: auto;
  }
  .services .services-tailored-to-your-needs .services_cards .card .img_part {
    width: 100%;
    max-width: 100%;
  }
  .services .services-tailored-to-your-needs .services_cards .card .img_part img {
    width: 100%;
    position: relative;
    max-height: 400px;
  }
  section.our_comprehensive_services {
    padding-top: 70px;
  }
  section.our_comprehensive_services h2 {
    margin-bottom: 30px;
  }
  section.our_comprehensive_services .items .item.active .item_body {
    flex-flow: column;
  }
  section.our_comprehensive_services .items .item.active .item_body .right {
    width: 100%;
    margin-top: 20px;
  }
  section.our_comprehensive_services .items .item.active .item_body .right ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --font56: 30px;
    --font46: 46px;
    --font36: 24px;
    --font24: 20px;
    --font21: 18px;
    --font18: 14px;
    --font16: 14px;
    --font14: 14px;
    --font12: 12px;
    --m200: 100px;
    --m133: 75px;
    --m152: 75px;
    --m140: 70px;
    --m120: 60px;
    --m115: 60px;
    --m90: 45px;
    --m160: 80px;
  }
  .show_mobile {
    display: block;
  }
  .marquee_wrapper .marquee {
    gap: 50px;
  }
  .home section.main .container,
  .blog_services section.main .container,
  .services section.main .container,
  .contact section.main .container,
  .blog section.main .container,
  .about section.main .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home section.main h1,
  .blog_services section.main h1,
  .services section.main h1,
  .contact section.main h1,
  .blog section.main h1,
  .about section.main h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -2px;
  }
  .home section.main h2,
  .blog_services section.main h2,
  .services section.main h2,
  .contact section.main h2,
  .blog section.main h2,
  .about section.main h2 {
    max-width: 346px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .home section.Transform-your-HR-Now .strategic,
  .blog_services section.Transform-your-HR-Now .strategic,
  .services section.Transform-your-HR-Now .strategic,
  .contact section.Transform-your-HR-Now .strategic,
  .blog section.Transform-your-HR-Now .strategic,
  .about section.Transform-your-HR-Now .strategic {
    flex-flow: column;
    gap: 20px;
    height: auto;
    padding: 20px 0;
  }
  .home section.Transform-your-HR-Now .strategic .content,
  .blog_services section.Transform-your-HR-Now .strategic .content,
  .services section.Transform-your-HR-Now .strategic .content,
  .contact section.Transform-your-HR-Now .strategic .content,
  .blog section.Transform-your-HR-Now .strategic .content,
  .about section.Transform-your-HR-Now .strategic .content {
    flex-flow: column;
    gap: 10px;
  }
  .home section.Transform-your-HR-Now .strategic h2,
  .blog_services section.Transform-your-HR-Now .strategic h2,
  .services section.Transform-your-HR-Now .strategic h2,
  .contact section.Transform-your-HR-Now .strategic h2,
  .blog section.Transform-your-HR-Now .strategic h2,
  .about section.Transform-your-HR-Now .strategic h2 {
    font-size: 12px;
  }
  .home .What-makes-us-different {
    padding-top: 70px;
    background-image: linear-gradient(to bottom, #f1f4f7 84%, #fff 101%);
    padding-bottom: 60px;
  }
  .home .What-makes-us-different .description p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .home .What-makes-us-different .cards .card {
    width: 100%;
    padding: 25px 30px;
  }
  .home .What-makes-us-different .cards .card p {
    margin-bottom: 40px;
  }
  .home .What-makes-us-different .cards .card.big p {
    margin-bottom: 7px;
  }
  .home .What-makes-us-different .cards .card h4 {
    align-items: flex-start;
    margin-top: 30px;
  }
  .home section.Hear-from-our-clients {
    padding-top: 60px;
  }
  .home section.Hear-from-our-clients h2 {
    font-size: 24px;
  }
  .home section.Hear-from-our-clients .container .divider {
    margin-top: 70px;
  }
  .home section.slides .flex {
    flex-flow: column;
  }
  .home section.slides .trust_text {
    width: 100%;
    margin-bottom: 30px;
  }
  .home section.slides .logos_slider {
    width: 100%;
    margin-left: 0;
  }
  .home section.Fractional-HR-in-action .content {
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 18px;
  }
  .home section.Fractional-HR-in-action h3 {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .home section.Fractional-HR-in-action .cards_grid .card .flex .column h4 {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home section.align-your-people {
    padding-top: 70px;
  }
  .home section.align-your-people h3 {
    font-size: 14px;
  }
  .home section.slides {
    padding-bottom: 100px;
  }
  .home section.slides .trust_text {
    font-size: 21px;
  }
  .home section.Fractional-HR-in-action {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home section.Fractional-HR-in-action h3 {
    margin-bottom: 40px;
  }
  .home section.Featured-insight .post h3 {
    margin-left: 20px;
  }
  .home section.Strategic-solutions {
    padding-top: 64px;
    padding-bottom: 0;
  }
  .home section.Strategic-solutions .divider {
    height: 1px;
    width: 100%;
    background: rgba(7, 58, 59, 0.1254901961);
    margin-top: 60px;
  }
  .home section.Strategic-solutions .route_wrapper .for_desktop {
    display: none;
  }
  .home section.Strategic-solutions .route_wrapper .for_mobile {
    display: block;
    margin-top: 10px;
  }
  .home section.Strategic-solutions .route_wrapper .for_mobile .main {
    margin-bottom: 7px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home section.Strategic-solutions .route_wrapper .for_mobile .card {
    margin: 0;
    margin-bottom: 100px;
    align-items: flex-start;
    max-width: 100%;
  }
  .home section.Strategic-solutions .route_wrapper .for_mobile .card:last-child {
    margin-bottom: 0;
  }
  .home section.Strategic-solutions .route_wrapper .for_mobile .card .text_block {
    text-align: left;
  }
  .home section.Strategic-solutions h2 {
    font-size: 24px;
  }
  .home section.Strategic-solutions h3 {
    font-size: 14px;
  }
  .home section.contact {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .home section.contact h2 {
    margin-bottom: 30px;
  }
  .home section.Hear-from-our-clients .cards_grid {
    margin-top: 30px;
  }
  footer .icons_wrapper {
    flex-flow: column;
    align-items: flex-end;
  }
  .services section.main h2 {
    margin-bottom: 0;
  }
  .services section.main .container {
    padding-bottom: 50px;
  }
  .services .what-you-can-expect .table_wrapper .table_header {
    display: flex;
    flex-flow: row;
  }
  .services .what-you-can-expect .table_wrapper .table_header .flex {
    padding-left: 15px;
    padding-top: 14px;
  }
  .services .what-you-can-expect .table_wrapper .table_header .flex:last-child {
    display: none;
  }
  .services .what-you-can-expect .item {
    flex-flow: column;
    gap: 12px;
    height: auto;
    padding: 15px;
  }
  .services .what-you-can-expect .magnet_wrapper .link {
    margin: 15px;
  }
  .services .services-tailored-to-your-needs .services_cards .card:nth-child(2) .img_part img {
    left: 76px;
  }
  .services .what-you-can-expect .item .flex p {
    margin-left: 45px;
  }
  .services section.contact .rounded_bg .right_side h2 {
    padding-right: 0;
  }
  .services .partners-in-progress h2 {
    margin-bottom: 15px;
  }
  .services section.contact h3 {
    font-size: 14px;
    max-width: 345px;
  }
  .single-blog .blog_header .flex_wrap {
    flex-flow: column;
  }
  .single-blog .blog_header .flex_wrap .img_wrapper {
    width: 100%;
  }
  .single-blog .blog_header .flex_wrap .title_wrap {
    width: 100%;
  }
  .single-blog .relevant_blogs .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_modal .modal_content .left h2 {
    max-width: 262px;
    margin-top: 0;
    font-size: 21px;
  }
  .contact_modal .modal_content .left p {
    font-weight: 300;
    max-width: 278px;
  }
  .form .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form .wpcf7 textarea {
    padding: 20px;
  }
  .form .wpcf7 p {
    font-size: 11px;
  }
  .form .wpcf7 .flex {
    flex-flow: column;
    gap: 15px;
  }
  .contact section.assist_you .yellow {
    background-position: calc(100% + 125px) calc(100% + 125px);
    background-size: 250px;
    padding: 30px;
  }
  .contact section.assist_you .yellow h2 {
    font-size: 24px;
  }
  .contact section.assist_you .yellow h2 img {
    width: 20px;
    height: 20px;
  }
  .blog section.main .banner {
    background-size: 70%;
  }
  .blog section.popular_blogs .wrapper .big_card {
    flex-flow: column;
    height: auto;
  }
  .blog section.popular_blogs .wrapper .big_card img {
    width: 100%;
    height: 50vw;
    margin-right: 0;
  }
  .blog section.popular_blogs .wrapper .small_card {
    flex-flow: column;
    height: auto;
  }
  .blog section.popular_blogs .wrapper .small_card img {
    width: 100%;
    height: 30vw;
    margin-right: 0;
  }
  .blog .latest_articles .wrapper .blog_card {
    margin-top: 0;
    width: 100%;
  }
  .blog .latest_articles .wrapper .blog_card:nth-child(2n) img {
    height: 200px;
  }
  .contact section.main .banner {
    background-size: 100%;
  }
  .contact .faq .faq_wrapper {
    padding: 0 20px;
  }
  footer .icons_wrapper {
    gap: 20px;
  }
  footer .bottom {
    flex-flow: column;
    gap: 20px;
  }
  footer .bottom ul.header_menu {
    align-items: center;
    justify-content: center;
  }
  footer .bottom ul.header_menu li {
    margin-right: 20px;
  }
  footer .bottom .menu-footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  footer .bottom .menu-footer-container .header_menu {
    margin-left: 0;
  }
  .blog_services section.top_talent .content .text {
    flex-flow: column;
    margin-bottom: 30px;
  }
  .blog_services section.top_talent .content .text p {
    margin-bottom: 0;
  }
  .blog_services section.key_benefits .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_services section.key_benefits .grid .card_wrapper .card {
    align-items: center;
    display: flex;
    flex-flow: column;
  }
  .blog_services section.key_benefits .grid .card_wrapper .card p {
    text-align: center;
  }
  .blog_services section.success_stories h2 {
    margin-bottom: 30px;
  }
  .blog_services section.success_stories .grid {
    flex-flow: column;
    display: flex;
  }
  .blog_services .help .wrap .left .with_link {
    white-space: normal;
    display: inline;
  }
  .blog_services .help .wrap .left .with_link .magnet_wrapper {
    display: inline;
  }
  .blog_services .help .wrap .left .with_link .magnet_wrapper .link {
    display: inline;
    margin-right: 7px;
    padding-bottom: 2px;
  }
  .services .services-tailored-to-your-needs .services_cards .card {
    margin-bottom: 60px;
  }
  .services .services-tailored-to-your-needs .services_cards .card .text_part {
    margin-top: 0;
  }
  .services .what-you-can-expect {
    padding-bottom: 35px;
  }
  .services .what-you-can-expect h2 {
    margin-bottom: 30px;
  }
  .services .what-you-can-expect .table_wrapper {
    padding: 16px;
  }
  .services .partners-in-progress p {
    font-size: 14px;
  }
  .services .partners-in-progress .flex.column.items-center {
    padding-bottom: 70px;
    padding-top: 35px;
  }
  .services section.contact {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .about section.yellow .card_grid {
    flex-flow: column;
  }
  .about section.yellow .card_grid .card:first-child, .about section.yellow .card_grid .card:last-child {
    margin-top: 0;
  }
  .about section.contact h3 {
    font-size: 14px;
  }
  .about section.main .container {
    padding-bottom: 50px;
  }
  .about section.main h2 {
    margin-bottom: 0;
  }
  .about section.values-that-guide-us {
    padding-top: 60px;
  }
  .about section.values-that-guide-us .block {
    padding: 30px;
    flex-flow: column;
  }
  .about section.values-that-guide-us .block .left h2 {
    margin-bottom: 15px;
  }
  .about section.values-that-guide-us .block .right {
    text-align: center;
  }
  .about section.values-that-guide-us .block .right .item .description {
    text-align: center;
    margin-bottom: 40px;
  }
  .about section.contact {
    padding-top: 30px;
  }
  .contact section.contact_form {
    padding-top: 70px;
  }
  .contact section.contact_form h2 {
    font-size: 18px;
  }
  .blog_services section.top_talent {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .blog_services section.main h2 {
    margin-bottom: 0;
  }
  .blog_services section.how_we_alleviate_new {
    padding-bottom: 60px;
  }
  .blog_services section.how_we_alleviate_new h2 {
    padding-bottom: 30px;
  }
  .blog_services section.how_we_alleviate_new .flex-container {
    flex-flow: column;
  }
  .blog_services section.how_we_alleviate_new .flex-container .card:first-child {
    border-radius: 16px 16px 0 0;
  }
  .blog_services section.how_we_alleviate_new .flex-container .card:last-child {
    border-radius: 0 0 16px 16px;
  }
  .blog_services section.key_benefits {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .blog_services .help .wrap .left .with_link {
    max-width: 260px;
    display: flex;
    flex-flow: column;
  }
  .blog_services .help .wrap .left .with_link .magnet_wrapper .link {
    display: flex;
  }
  .contact section.contact_form h1 {
    max-width: 270px;
  }
  .contact section.contact_form h2 {
    font-size: 16px;
    font-weight: 400;
  }
  .form .wpcf7 {
    padding: 15px;
  }
  .contact_modal {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
  }
  .contact_modal .modal_content .form {
    width: 100%;
  }
  .form .wpcf7 input[type=submit] {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .form .wpcf7 form .wpcf7-response-output {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
  }
}
li ul,
.container > ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 30px 0 30px 15px;
}
li ul li,
.container > ul li {
  margin: 0 0 7px;
}

.lower-roman,
.lower-latin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.lower-roman li,
.lower-latin li {
  margin: 0 0 7px;
}

.lower-roman {
  list-style-type: lower-roman;
}

.lower-latin {
  list-style-type: lower-latin;
}

.privacy_page .container {
  padding-top: 20px;
  padding-bottom: 20px;
}/*# sourceMappingURL=main.css.map */