*,
*::before,
*::after {
  box-sizing: border-box;
}
button,
textarea,
input,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a,
.generic-btn,
button {
  text-decoration: none;
  outline: none;
  transition: all 0.2s linear 0s;
  border: 0 none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
p,
label {
  margin: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
h2.h2-title {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 48px;
  color: #1b2022;
}
img {
  display: block;
  max-width: initial;
}
ul {
  padding: 0;
  margin: 0;
}
textarea {
  resize: none;
}
textarea,
textarea:before,
textarea:after,
input,
input:before,
input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
body {
  background-color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-style: normal;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
a.sign-btn {
  padding: 12px 40px;
  background: #2747c9;
  border-radius: 23.2558px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.116279px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.tab-header-container {
  background-color: #424984;
}
ul.tab-header {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: end;
  gap: 20px;
  visibility: hidden;
  height: 0;
  transition: 0.3s;
  max-width: 1512px;
  margin: 0 auto;
}
ul.tab-header.showmenu {
  height: 42px;
  visibility: visible;
}
ul.tab-header li a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  padding: 0 9px;
  color: #fff;
}
ul.tab-header li .icon-active {
  display: none;
}
ul.tab-header li.selected a {
  background-color: #f8f9fa;
  color: #424984;
  border-radius: 10px 10px 0px 0px;
}
ul.tab-header li.selected a.companies {
  background: #e8f0fe;
}
ul.tab-header li.selected .icon {
  display: none;
}
ul.tab-header li.selected .icon-active {
  display: block;
}
.header-nav {
  background: #fff;
  position: relative;
  height: 79px;
  width: 100%;
  transition: 0.5s;
}
.header-nav.bg-home {
  background: #e8f0fe;
}
.header-nav.bg-talent {
  background: #fffdf8;
}
.header-nav.white {
  background-color: #fff;
}
.nav-container {
  max-width: 1260px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-container .logo img {
  height: 44.26px;
}
.nav-container div {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 20%;
  flex: none;
}
.nav-container div .logo {
  flex: none;
}
.nav-container div:first-child {
  width: 42%;
}
.nav-container div:last-child {
  width: 38%;
  flex: auto;
  justify-content: end;
}
.nav-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
}
.nav-container ul li {
  position: relative;
  flex: none;
}
.nav-container ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #1b2022;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.nav-container ul li a.selected {
  font-weight: 700;
}
.nav-container ul li a i {
  font-size: 12px;
  box-sizing: border-box;
}
.nav-container ul li a span {
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 24px;
}
.nav-container ul li.resources-nav:hover .resources-sub-nav {
  visibility: visible;
  opacity: 1;
}
.nav-container ul li ul {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  width: 280px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease;
}
.nav-container ul li ul li a {
  position: relative;
  color: #757575;
  display: block;
}
.nav-container ul li ul li a:hover {
  color: #2747c9;
}

.site-header__menu-trigger {
  cursor: pointer;
  position: absolute;
  z-index: 12;
  top: 32px;
  left: 24px;
}
.site-header__menu-trigger:before,
.site-header__menu-trigger:after {
  content: "" !important;
}
.site-header__menu-trigger img[alt="close-icon"] {
  display: none;
}
.site-header__menu-trigger.fa-window-close img[alt="menu-icon"] {
  display: none;
}
.site-header__menu-trigger.fa-window-close {
  top: 38px;
  right: 24px;
  width: 28px;
  position: fixed;
}
.site-header__menu-trigger.fa-window-close img[alt="close-icon"] {
  display: block;
}
.site-header-menu {
  position: fixed;
  top: 12px;
  left: 25px;
  z-index: 4;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.showmenu {
  display: flex;
}
.navigation {
  display: none;
  transition: 0.3s;
}
.content {
  width: 100%;
}
.content.for-companies {
  padding-top: 0;
  border-top: 80px solid #fff; /* border-top: 80px solid #E8F0FE; */
}
section .section-box {
  max-width: 1512px;
  padding: 100px 126px;
  margin: 0 auto;
}
section .section-box.section-get-in-touch {
  padding-bottom: 60px;
}
section .section-box.signmeup {
  padding: 100px 106px;
}
section.fast .section-box {
  padding-bottom: 20px;
}
.content.page-wrap .the-content .nf-form-cont {
  min-height: 600px;
}
.content.page-wrap section .get-in-touch iframe {
  min-height: 1000px !important;
}
.contact-us .get-in-touch iframe {
  min-height: 1000px !important;
}
.content.page-wrap section .sign-me-up iframe {
  height: 720px !important;
}
.content.page-wrap section.head {
  min-height: auto;
}
.content.page-wrap.signmeup {
  background-image: url("../images/sign-me-up-bg.gif");
  background-color: #2c3dd8;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
}
.content.page-wrap .embed-form {
  padding-top: 40px;
  max-width: 720px;
  margin: 0 auto;
  min-height: 400px;
}
.content.page-wrap .embed-form.sign-me-up {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: end;
}
.content.page-wrap .embed-form.sign-me-up iframe {
  max-width: 430px;
  min-width: 430px;
  padding: 20px 40px;
  margin: 0;
  border-radius: 10px;
}
.content.page-wrap .embed-form.sign-me-up iframe.hs-form-iframe {
  background-color: #fff;
  max-width: 430px;
  min-width: 430px;
  padding: 20px 40px;
  margin: 0;
  border-radius: 10px;
}
/* .content.page-wrap section iframe {
  height: 100vh;
} */
.section-content {
  max-width: 1260px;
  margin: 0 auto;
}
.section-head {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.section-head .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1b2022;
  margin-bottom: 30px;
}
.section-head h2 {
  text-align: center;
}

/* .content.for-main {
  padding-top: 0;
  border-top: 122px solid #E8F0FE;
} */
.home-main {
  background-color: #e8f0fe;
  width: 100%;
  padding: 80px 0 68px;
}
.talent-section .home-main {
  background-color: #fffdf8;
}
.home-main-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-top: 112px;
}
.home-main-container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-main-container div h1 {
  font-family: "Sora";
  font-size: 57px;
  font-weight: 600;
  text-align: center;
  max-width: 972px;
  margin: 0 auto 25px;
  line-height: 74px;
  color: #2f3537;
}
.home-main-container div p {
  font-family: "Sora";
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  max-width: 1120px;
  color: #2f3537;
  margin-bottom: 54px;
}
.home-main-container div a {
  margin: 0 auto;
  padding: 18px 40px;
  border-radius: 100px;
}
.for-talent .home-main-container div a {
  padding: 18px 80px;
}
.splide-section {
  background: linear-gradient(to bottom, #e8f0fe 50%, transparent 50%);
}
.splide-section .splide {
  max-width: 1512px;
  margin: 0 auto;
}

.splide__list {
  align-items: center;
  gap: 24px;
}
.splide__slide {
  width: 320px;
  height: 320px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
}
.splide__slide .talent {
  background-position: center 22%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 320px;
  height: 320px;
  flex: none;
  border-radius: 20px;
  transition: border-radius 0.5s ease-in-out;
}
.splide__slide.is-active .talent {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 4px solid #fbd249;
}

.splide__slide .info {
  position: absolute;
  top: 66%;
  left: 50%;
  display: flex;
  width: 72%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* .splide__list {
  align-items: center;
}
.splide__slide {
  background-position: center 22%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 380px;
  height: 380px;
  background-color: #3498db;
  border-radius: 20px;
  border-top: 24px solid #E8F0FE;
  border-bottom: 24px solid #E8F0FE;
  border-left: 34px solid #E8F0FE;
  border-right: 34px solid #E8F0FE;
}

.splide__slide.is-active {
  height: 380px;
  border: 4px solid #FBD249;
  border-radius: 50%;
  transition: border-radius 0.5s ease-in-out;
}

.splide__slide .info {
  position: absolute;
  top: 72%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
} */

.splide__slide .info .name {
  background-color: rgba(96, 93, 93, 0.8);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
}
.splide__slide .info .position {
  background-color: rgba(96, 93, 93, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
}

.splide__slide .info .department {
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #605d5d;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
}

.splide__slide.is-active .info {
  opacity: 1; /* Set opacity to 1 to show text when active */
}

.talent-card {
  background: #fffdf8;
  padding-bottom: 35px;
}
.talent-card .splide__list {
  align-items: center;
  gap: 40px;
}
.talent-card .splide__slide {
  background-color: #edf4fb;
  width: 320px;
  height: 312px;
  border: 1px solid #cbd4ff;
  border-radius: 8px;
  padding: 48px 32px;
}
.talent-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.talent-card .card-content .group-a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.talent-card .card-content .group-a .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #000;
}
.talent-card .card-content .group-a .tag-a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.talent-card .card-content .group-a .tag-a span {
  background-color: #e6e9f5;
  padding: 6px;
  color: #393960;
  font-size: 12px;
  line-height: 16px;
  border-radius: 6px;
}
.talent-card .card-content .details {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050304;
}
.talent-card .card-content .group-b {
  display: flex;
  align-items: center;
  gap: 10px;
}
.talent-card .card-content .group-b .badge-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.talent-card .card-content .group-b .badge-container p {
  font-size: 12px;
  line-height: 16px;
  color: #393960;
}

.top-container {
  background-color: #f8f9fa;
  padding: 0;
  max-width: 100%;
}
.top-container .section-box {
  background-image: url("../images/section-a-bg.png");
  background-position: center -140px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  padding: 0;
}
.top-container img {
  width: 100%;
}
.top-container .for-talent-box {
  width: 100%;
  min-height: 500px;
}
.top-container.for-companies {
  background-color: #fff;
  padding-top: 88px;
}
.top-container.for-companies .section-box {
  background-image: url("../images/section-a-bg2.png");
  background-size: cover;
  background-position: center;
}
.top-container.for-companies img {
  opacity: 0;
  min-height: 906px;
}
.text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-container.for-companies .text-container {
  align-items: start;
}
.text-container div.wrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 82px;
}
.top-container.for-companies .text-container div.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 114px auto 0;
}
.text-container div.content-container {
  position: relative;
  width: 660px;
  padding-right: 116px;
  z-index: 1;
}
.app-store {
  display: flex;
  gap: 18px;
  flex-direction: align-center;
}
.desc .app-store {
  margin-top: 32px;
}
.app-store a {
  flex: none;
}
.app-store img {
  height: 54px;
  width: auto;
  flex: none;
}
.text-container div h1 {
  font-family: "Sora";
  font-weight: 500;
  font-size: 38px;
  line-height: 60px;
  color: #1a2022;
}
.top-container.for-companies .text-container div h1 {
  margin-top: -10px;
}
.text-container div p {
  margin: 30px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  align-items: center;
  color: #1a2022;
}
.text-container div p.app-store-lbl {
  font-size: 24px;
  line-height: 32px;
  color: #1a2022;
  display: block;
  padding: 18px 0 12px;
  margin: 0;
}
.top-container.for-companies .text-container div p.txt1 {
  margin: 32px 0 0 0;
}
.top-container .sign-me-up {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 42px;
  width: 506px;
  background: #fffdf8;
  border: 1px solid #fbd249;
  border-radius: 15px;
  text-align: center;
  color: #1a2022;
  z-index: 1;
}
.top-container .sign-me-up div {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 0 30px;
  margin-bottom: 50px;
}
.top-container .sign-me-up strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}
.top-container .sign-me-up p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.top-container .sign-me-up .sign-btn {
  width: 100%;
}
.partners .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-bottom: 12px;
}

section.partners .section-box {
  padding-top: 140px;
}

@keyframes colorChange {
  0% {
    background-color: #cbd4ff;
  }
  50% {
    background-color: #ffebc3;
  }
  100% {
    background-color: #cbd4ff;
  }
}

.txt.slogan p.p1,
.partners .txt p.p1 {
  color: #000;
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: 100px;
  animation: colorChange 18s infinite;
}
.txt.slogan {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.txt.slogan p.p1 {
  margin: 0 auto;
  width: auto;
}
.partners .txt p.p2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: #2f3537;
}
.partners ul {
  list-style-type: none;
  margin: 0;
  padding: 4px 0;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 16px;
}
.partners ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.80645px;
  height: 82.95px;
  border: 0.801075px solid #cbd4ff;
  border-radius: 8.01075px;
}
.partners ul li span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 73.34px;
  width: 100%;
  background: #edf4fb;
  border-radius: 8.01075px;
}
.services .plans {
  display: flex;
  gap: 48px;
  width: 100%;
}
.services .plan-card {
  background-color: #f9fcff;
  width: 50%;
  flex: none;
  border: 1px solid #cbd4ff;
  padding: 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .plan-card.talent-card {
  background-color: #fffdf8;
  border: 1px solid #fbd249;
}
.services .plan-head,
.services .plan-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.services .plan-head h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #000;
  margin: 0;
}
.services .plan-head p {
  font-size: 20px;
  line-height: 30px;
  color: #322f2f;
}
.services .talent-card .plan-head p {
  width: 90%;
}
.services .plan-price {
  gap: 16px;
}
.services .plan-price strong {
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  color: #322f2f;
}
.services .plan-price p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #9e9e9e;
}
.services .plan-card ul {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 29px;
  list-style-type: disc;
}
.services .plan-card li {
  padding: 12px 16px;
  margin-bottom: 4px;
  padding-left: 2px;
  margin-left: 38px;
}
.services .plan-card li strong {
  font-family: "Sora";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #2f3537;
}
.services .plan-card li p {
  font-size: 16px;
  line-height: normal;
  color: #2f3537;
}
.services .findwork-btn,
.services .hire-btn {
  padding-top: 16px;
}
.services .hire-btn a {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding: 30px 0;
  border-radius: 200px;
}
.services .findwork-btn a {
  background-color: #fff;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding: 30px 0;
  border-radius: 200px;
  color: #2747c9;
  border: 1px solid #2747c9;
}
.about .section-head {
  width: 660px;
}
.about ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
  max-width: 1128px;
}
.about ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  height: 197px;
  border: 1px solid #bab7b7;
  border-radius: 10px;
}
.about ul li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 18px;
  gap: 10px;
  height: 185px;
  width: 100%;
  background: #f6f3f1;
  border-radius: 10px;
}
.about ul li span strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1b2022;
}
.about ul li span p {
  line-height: 25px;
  text-align: center;
  color: #1b2022;
}
.how-it-works {
  background: #e8f0fe;
  padding: 81px 0;
}
.how-it-works .content-container {
  max-width: 1264px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.how-it-works .text {
  margin-left: 53px;
  width: 480px;
}
.how-it-works .text div {
  position: -webkit-sticky;
  position: sticky;
  top: 142px;
}
.how-it-works .text h2 {
  margin-bottom: 10px;
}
.how-it-works .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #1a2022;
  margin-bottom: 30px;
}
.how-it-works .cards {
  padding-left: 36.7px;
  display: flex;
  flex-direction: column;
  gap: 20.39px;
}
.how-it-works .card-wrapper {
  position: relative;
  display: flex;
  justify-content: right;
}
.how-it-works .card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 30.58px 35.68px 29.56px;
  gap: 20.39px;
  background: #ffffff;
  border: 1px solid #bab7b7;
  box-shadow: 0px 4.07742px 6.11613px -1px rgba(0, 0, 0, 0.1),
    0px 2.03871px 4.07742px -2.03871px rgba(0, 0, 0, 0.1);
  border-radius: 10.1935px;
  z-index: 1;
}
.how-it-works .card-wrapper .full-circle {
  box-sizing: border-box;
  position: absolute;
  left: -31px;
  top: 33.15%;
  background: #ffffff;
  border: 1px solid #bab7b7;
  box-shadow: 0px 4.07742px 6.11613px -1px rgba(0, 0, 0, 0.1),
    0px 2.03871px 4.07742px -2.03871px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  width: 62px;
  height: 62px;
  z-index: 0;
}
.how-it-works .card-wrapper .half-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -28px;
  top: 33.3%;
  background: #ffffff;
  border-radius: 39.7548px 0px 0px 39.7548px;
  display: block;
}
.how-it-works .card-wrapper .number {
  position: absolute;
  left: -24px;
  top: 36.8%;
  background: #ffcd39;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 48px;
  height: 48px;
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 25.4839px;
  line-height: 34px;
  color: #2747c9;
}
.how-it-works .card .img {
  background: #f6f3f1;
  border-radius: 100%;
  padding: 9px;
}
.how-it-works .card .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6.12px;
  width: 382.26px;
  height: auto;
}
.how-it-works .card .desc h3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8.15484px 10.1935px;
  gap: 10.19px;
  background: #f6f3f1;
  border-radius: 4.07742px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1a2022;
}
.how-it-works .card .desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #1b2022;
}
.employee-month {
  padding: 100px 0;
}
.employee-month .section-head {
  max-width: 423px;
}
.swiper-box {
  background: #fff;
  padding: 40px 52px 0;
  max-width: 1012px;
  border-radius: 12px;
  border-right: 1px solid #bab7b7;
  border-bottom: 1px solid #bab7b7;
  border-left: 1px solid #bab7b7;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 16px;
}
.swiper-box .date {
  width: 100%;
  color: #1a2022;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.swiper-box .h1-lbl {
  color: #424984;
  text-align: center;
  font-family: Sora;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.swiper-box .swiper-slide {
  width: 100%;
}
.swiper-box .swiper-container {
  padding-bottom: 86px;
  padding-top: 16px;
}
.employee-card {
  padding: 15px 20px;
  border-radius: 10px;
  background: #f6f3f1;
}
.employee-card .card-box {
  display: flex;
  padding: 10px 0px;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  width: 100%;
}
.employee-card .card-box .img {
  background-color: lightgray;
  width: 310px;
  height: 260px;
  border: 0.5px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: none;
}
.employee-card .card-box .img.img1 {
  background-position: center -20px;
}
.employee-card .card-box .img.img3 {
  background-position: center -50px;
}
.employee-card .card-box .img.img4 {
  background-position: center -70px;
}
.employee-card .card-box .img.img5 {
  background-position: center -100px;
}
.employee-card .card-box .img.img6 {
  background-position: center -100px;
}
.employee-card .card-box .txt h3 {
  color: #15092d;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.employee-card .card-box .txt h4 {
  color: #1b2022;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.employee-card .card-box .txt h4 span {
  color: #1b2022;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}
.employee-card .card-box .txt p {
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1b2022;
}
.employee-card p.txt2 {
  color: #2f3537;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px;
}
.employee-month .featured {
  max-width: 1010px;
  margin: 0 auto;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #bab7b7;
  border-radius: 10px;
}
.employee-month .featured ul {
  border-bottom: 1px solid #cbd4ff;
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
}
.employee-month .featured ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #2747c9;
  display: flex;
  align-items: center;
  padding: 12px 37px;
}
.employee-month .featured ul li.selected {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  background: #2747c9;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.employee-month .box {
  max-width: 649px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 40px auto 34px;
}
.employee-month .box .p1 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1a2022;
  width: 100%;
}
.employee-month .box h3 {
  font-family: "Sora";
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  color: #424984;
  width: 100%;
}
.employee-month .card {
  background: #f6f3f1;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  gap: 30px;
}

.employee-month .card strong {
  font-family: "Sora";
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #381874;
  display: block;
  margin-bottom: 10px;
}
.employee-month .card span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1b2022;
  display: block;
  margin-bottom: 30px;
}
.employee-month .card p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #1b2022;
}
.celebrate .section-head h2 {
  margin-bottom: 20px;
}
.celebrate .section-head p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  max-width: 1075px;
  margin: 0 auto;
}
.celebrate-images {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
  max-width: 1260px;
  margin-top: 60px;
}
.celebrate-images img {
  background-color: #f5f3f1;
  border: 1px solid #bab7b7;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
}
.testimonials .section-head {
  max-width: 502px;
}
.podcast-section {
  background-color: #f9f9fa;
}
.content.page-wrap .podcast-section {
  background-color: #fff;
}
.podcast-container {
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
.podcast-container .info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 480px;
  flex: none;
}
.podcast-container .info h2.h2-title {
  font-weight: bold;
}
.content.page-wrap .podcast-section {
  background-color: #fff;
}
.podcast-container .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1a2022;
  margin-bottom: 0;
}
.podcast-container .vid-thumb {
  max-width: 680px;
}
.podcast-container .vid-thumb div {
  position: relative;
  width: 100%;
}
.single-podcast-img-wrapper img,
.podcast-container .vid-thumb img.thumb,
.podcast-container .vid-thumb img.wp-post-image {
  width: 100%;
  border-radius: 12px;
}
.podcast-container .vid-thumb span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-play-now {
  cursor: pointer;
}
.podcast-container .vid-thumb img.play-btn {
  width: 120px;
  cursor: pointer;
  opacity: 80%;
}
.podcast-container .vid-thumb a {
  position: absolute;
  bottom: -54px;
  right: 0;
  background-color: #ffde58;
  border-radius: 20px;
  color: #1b2022;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 20px;
}
.podcast-container .listen-to {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 90%;
}
.podcast-container .listen-to div {
  display: flex;
  gap: 82px;
}
.podcast-section.single {
  padding: 20px 16px 0;
}
.single-podcast-container .info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.single-podcast-container .info h2.h2-title {
  font-weight: bold;
  text-align: center;
}
.single-podcast-container .vid-thumb {
  max-width: 680px;
  margin: 0 auto;
}
.single-podcast-container .vid-thumb div {
  position: relative;
  width: 100%;
}
.single-podcast-container .vid-thumb img.thumb {
  width: 100%;
  border-radius: 12px;
}
.single-podcast-container .vid-thumb span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-podcast-container .vid-thumb img.play-btn {
  width: 120px;
  cursor: pointer;
  opacity: 80%;
}

.clients {
  width: 910px;
  margin: 0 auto;
}

.the-swiper {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
.the-swiper .tablet {
  display: none;
}
.swiper-mobile {
  display: none;
}

.client-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #bab7b7;
  border-radius: 10px;
  width: 536px;
  min-height: 280px;
}
.client-card .quote-top {
  position: absolute;
  left: 30px;
  top: -14px;
}
.client-card .quote-bottom {
  position: absolute;
  right: 24px;
  bottom: -30px;
}
.client-card .quote-top img,
.client-card .quote-bottom img {
  box-shadow: none;
}

.client-card .card-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 10px 16px;
  gap: 30px;
  height: 100%;
  background: #f6f3f1;
  border-radius: 10px;
  min-height: 368px;
}
.client-card .card-container span.img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-top: 4px;
  flex: none;
  display: block;
}
.client-card .card-container span.img img {
  border-radius: 100%;
}
.client-card .card-container .card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.client-card .card-container .card-info h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #424984;
}
.client-card .card-container .card-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding-left: 10px;
  border-left: 2px solid #381874;
}
.client-card .card-container .card-info div {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.client-card .card-container .card-info strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #1b2022;
}
.client-card .card-container .card-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #5b5b5b;
}

.faq {
  background-color: #e8f0fe;
}
.faq .section-head {
  max-width: 502px;
}

.faq-accordion {
  max-width: 1008px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.faq-accordion ul {
  text-align: left;
}
.transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.3s;
}

.faq-accordion .no-select,
.faq-accordion h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

.faq-accordion h2 {
  text-align: left;
  padding: 23px 30px 0;
  text-transform: none;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #424984;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-accordion p {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #1a2022;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  max-height: 0;
  /* max-height: 250px; */
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 0;
  transform: translate(0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 50px 0 30px;
  transition: 0.3s opacity, 0.6s max-height;
  hyphens: auto;
  z-index: 2;
}

.faq-accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq-accordion ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-tap-highlight-color: transparent;
}
.faq-accordion ul li + li {
  margin-top: 20px;
}
.faq-accordion ul li:last-of-type {
  padding-bottom: 0;
}
.faq-accordion ul li i {
  position: absolute;
  transform: translate(2px, 0) rotate(180deg);
  margin-top: 26px;
  right: 30px;
}
.faq-accordion ul li input[type="radio"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
.faq-accordion ul li input[type="radio"]:checked ~ p {
  max-height: 600px;
  transition: 0.3s;
  opacity: 1;
}
.faq-accordion ul li input[type="radio"]:checked ~ i {
  transform: translate(2px, 0) rotate(0deg);
}
.fast .section-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #1a2022;
  max-width: 752px;
  margin: 0 auto;
  padding: 60px 0;
}
.fast .culture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  height: 776px;
  margin: 0 auto;
}
.fast .circle {
  width: 500px;
  height: 500px;
  border: 10px solid #e8f0fe;
  border-radius: 100%;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fast .values {
  position: absolute;
}
.fast .values strong {
  font-family: "Sora";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #1a2022;
}
.fast .values p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1a2022;
  text-align: center;
}
.fast .values span {
  background-color: #fff;
  border: 14px solid #fff;
  display: block;
  border-radius: 100%;
}
.fast .focus {
  display: flex;
  justify-content: center;
  top: -32px;
  left: 0;
  width: 100%;
}
.fast .focus span {
  margin-top: -14px;
}
.fast .focus div.box {
  width: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.fast .focus div.box div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.fast .trust {
  left: 0;
  top: 308px;
}
.fast .trust .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  left: 0;
  gap: 10px;
}
.fast .trust .box div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  width: 179px;
  margin-right: -14px;
  z-index: 1;
}
.fast .trust .box div p {
  text-align: right;
}
.fast .agility {
  right: 0;
  top: 308px;
}
.fast .agility .box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  left: 0;
  gap: 10px;
}
.fast .agility .box div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 179px;
  margin-left: -14px;
  z-index: 1;
}
.fast .agility .box div p {
  text-align: left;
}
.fast .speed {
  display: flex;
  justify-content: center;
  bottom: 16px;
  left: 0;
  width: 100%;
}
.fast .speed div.box {
  width: 230px;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.fast .speed div.box div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: -14px;
  z-index: 1;
}
section.end .section-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.end p {
  /* width: 628px; */
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1a2022;
  padding-bottom: 10px;
  white-space: nowrap;
}
.end i {
  float: right;
}
/* .content section {
  max-width: 1512px;
  margin: 0 auto;
} */
.content section.resources .section-box {
  padding: 78px 126px;
}
.content section.resources.head .section-box {
  padding: 78px 0 0;
}
.content section.resources.page-head .section-box {
  padding: 0 0 55px;
  min-height: auto;
}
.resources h1 {
  font-family: "Sora";
  font-weight: 600;
  font-size: 34px;
  line-height: 65px;
  text-align: center;
  color: #1a2022;
  margin-bottom: 10px;
  margin-top: 52px;
}
.resources p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #1a2022;
  max-width: 752px;
  margin: 0 auto;
}

.resources ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
  max-width: 1260px; /* 1200px 956px */
  margin: 54px auto 0;
}
.resources ul.menu li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 12px 66px;
  white-space: nowrap;
}
.resources ul.menu li a {
  color: #2747c9;
}
.resources ul.menu li.current-menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  background: #2747c9;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.resources ul.menu li.current-menu-item a {
  color: #ffffff;
}
.heateorSssClear {
  margin: 16px 0;
}
.the-content {
  padding: 0 0 39px;
}
.post-card {
  padding: 39px 0;
}
.post-card.pod-cast-card {
  padding: 0;
}
.post-card ul {
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 30px;
}
.post-card.related {
  max-width: 780px;
  margin: 0 auto;
}
.pod-cast-content .post-card.related {
  max-width: 1000px;
  padding: 0;
}
.post-card.related ul {
  grid-template-columns: 50% 50%;
}
.pod-cast-content .post-card.related ul {
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.post-card ul li {
  width: 100%;
  min-height: 420px;
}
.post-card.pod-cast-card ul li {
  width: 100%;
  min-height: auto;
}
.post-card ul li a {
  background: #fdf7f3;
  width: 100%;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 439px;
}
.post-card.newsletter ul li a {
  background: #fdf7f3;
  width: 100%;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 200px;
}
.pod-cast-content .post-card ul li a {
  min-height: 438px;
}
.post-card.pod-cast-card ul li a {
  background: #fff;
}
.post-card.pod-cast-card ul li a {
  min-height: auto;
}
.post-card ul li span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 224px;
  width: 100%;
  border-radius: 10px;
  display: block;
}
.post-card ul li strong {
  font-family: "Sora";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  color: #2f3537;
}
.post-card ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2f3537;
  text-align: left;
}
.post-card.pod-cast-card ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-content {
  max-width: 1000px;
  padding: 55px 16px;
  margin: 0 auto;
}
.blog-content.pod-cast-content {
  padding: 0 16px 55px;
}
.blog-content img {
  margin: 0 auto;
}
.content.page-wrap {
  margin: 0 auto;
}
.page-wrap,
.page-wrap span,
.page-wrap p,
.page-wrap a {
  font-size: 16px;
  line-height: 26px;
}
.page-wrap h1 {
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
}
.page-wrap .the-content h1 {
  line-height: 80px;
}
.page-wrap .the-content h1 b {
  font-weight: normal;
}
.page-wrap h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
}
.page-wrap .post-card.related h2 {
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  margin: 65px 0 36px;
}
.page-wrap h2.title-search,
.page-wrap h2.title {
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 22px;
}
.page-wrap h2.title-search {
  font-size: 22px;
  line-height: 38px;
}
.page-wrap h2.blog-title {
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 32px;
  font-weight: 700;
}
.page-wrap h2.title.title2 {
  margin-bottom: 54px;
}
.page-wrap h2.title-search strong,
.page-wrap h2.title strong {
  font-weight: 700;
}
.page-wrap h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
}
.page-wrap .the-content p {
  padding: 12px 0;
}
.page-wrap .content {
  padding-left: 25px;
  padding-right: 25px;
}
.page-wrap.about .content,
.page-wrap.resources .content {
  max-width: 780px;
}
.page-wrap .content .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-wrap .content .content-header form {
  margin-bottom: 22px;
  display: none;
}
.page-wrap .content .content-header form.show {
  display: block;
}
.page-wrap .content .content-header form input[type="text"] {
  background-color: #f5f8fa;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-shadow: none;
  border-radius: 5px;
  height: 32px;
  padding: 0 12px;
}
.page-wrap .content .content-header form input[type="search"] {
  background-color: #f5f8fa;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 12px;
}
.page-wrap .content .content-header form input[type="submit"] {
  background-color: #2747c9;
  color: #fff;
  border: 1px solid #2747c9;
  box-shadow: none;
  border-radius: 5px;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.page-wrap .content .content-header form .is-search-icon {
  background-color: #2747c9;
  border: 1px solid #2747c9;
  box-shadow: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-wrap .content .content-header form .is-search-icon path {
  fill: #fff;
}
.page-wrap .no-result {
  display: block;
  text-align: center;
  margin-top: 18%;
  width: 100%;
}
.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.pagination-wrap .page-numbers {
  padding: 6px 12px;
  margin-left: -5px;
  border: 1px solid #dee2e6;
  color: #5d5d5d;
}
.pagination-wrap.custom .page-numbers {
  margin-left: 0;
}
.pagination-wrap .page-numbers.current {
  background-color: #2747c9;
  color: #fff;
  border-color: #2747c9;
}
.pagination-wrap .page-numbers:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-wrap .page-numbers:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.related-post {
  padding-top: 80px;
}
.related-post h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin: 65px 0 36px;
}
.related-post h2 strong {
  font-weight: 700;
}

/* client lists */
ul.clients-list {
  margin: 0 auto;
  width: 600px;
}
ul.clients-list li {
  position: relative;
  display: flex;
  margin-bottom: 94px;
  width: 100%;
  justify-content: flex-start;
}
ul.clients-list li .client-pic,
ul.clients-list li .client-pic-small {
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin-right: 27px;
  flex: none;
}
ul.clients-list li .client-pic-small {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: none;
}
ul.clients-list li div {
  width: 427px;
}
ul.clients-list li div.name-tags {
  width: 100%;
  display: flex;
  align-items: center;
}
ul.clients-list li p {
  background-image: url("../images/quote.png");
  background-position: right -16px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 21px;
  color: #3a3a3b;
  margin-bottom: 16px;
  width: 384px;
  padding-right: 48px;
  box-sizing: content-box;
}
ul.clients-list li:nth-child(1) p {
  width: 356px;
  padding-right: 68px;
}
ul.clients-list li strong {
  font-size: 16px;
  line-height: 21px;
  color: #323638;
  display: block;
  margin-bottom: 5px;
}
ul.clients-list li span {
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  display: block;
}
ul.clients-list li .quote {
  position: absolute;
  top: 0;
  right: 0;
}
/* end client lists */
.post-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 18px;
}
.post-social a {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  display: inline-block;
  opacity: 1;
  box-shadow: none;
  font-size: 16px;
  vertical-align: middle;
  padding: 0;
  cursor: pointer;
}
.post-social a.fb {
  background-color: #3c589a;
}
.post-social a.twitter {
  background-color: #55acee;
}
.post-social a.reddit {
  background-color: #ff5700;
}
.post-social a.linkedin {
  background-color: #0077b5;
}
.post-social a.email {
  background-color: #649a3f;
}
footer {
  background: #1a2022;
  width: 100%;
}
footer .footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 42px 24px;
  gap: 10px;
  max-width: 1512px;
  height: 108px;
  margin: 0 auto;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
footer .copyright {
  display: flex;
  gap: 20px;
}
footer a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #afb1b6;
}
footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #afb1b6;
}
footer .social {
  display: flex;
  gap: 10px;
}
footer .footer-menus {
  display: flex;
  gap: 20px;
  align-items: center;
}

.get-started {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  align-content: center;
  gap: 28px 74px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 204px 20px;
}
.get-started h1 {
  color: #1a2022;
  font-family: "Sora";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 0;
}
.get-started .links {
  display: flex;
  justify-content: space-between;
  gap: 74px;
}
.get-started .links div {
  display: flex;
  flex: none;
  padding-top: 19px;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}
.get-started .links div a {
  background: #2747c9;
  display: flex;
  height: 100px;
  padding: 0 35px;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  min-width: 544px;
}
.get-started .links div a span {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
}
.get-started .links div p {
  color: #1a2022;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.snackbar {
  visibility: hidden;
  position: fixed;
  right: 136px;
  bottom: 30px;
  z-index: 10;
}
.snackbar a {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  width: 335px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #381874;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 3px 4px rgba(26, 32, 34, 0.05);
  border-radius: 8px;
}
.snackbar h1 {
  font-family: "Sora";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2f3537;
}
.snackbar p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #2f3537;
}
.snackbar.showtoast {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.snackbar.hide {
  visibility: hidden;
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}
.snackbar.hide div {
  visibility: hidden;
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}

.snackbar-2 {
  position: fixed;
  visibility: hidden;
  z-index: 10;
  right: 126px;
  bottom: 0;
}
.snackbar-2 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 335px;
  height: 50px;
  background: #2747c9;
  border-radius: 8px 8px 0px 0px;
}
.snackbar-2 h1 {
  font-family: "Sora";
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}
.snackbar-2.showtoast {
  visibility: visible;
  -webkit-animation: fadein2 1.5s;
  animation: fadein2 1.5s;
}
.snackbar-2.hide {
  visibility: hidden;
  -webkit-animation: fadeout2 0.5s;
  animation: fadeout2 0.5s;
}

.iframe-get-in-touch {
  max-width: 725px;
  width: 725px;
  margin: 0 auto;
}
.iframe-get-in-touch iframe {
  border-radius: 16px;
  border: 4px solid #edd10e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 3px 10px rgba(26, 32, 34, 0.05);
  height: 408px;
}

swiper-container .swiper {
  overflow: auto !important;
}

.contact-us {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  align-content: center;
  gap: 28px 74px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 180px 20px;
  /* padding: 150px 20px; */
  background: #fafbff;
}

.contact-us .hire-with-tahche,
.contact-us .page-get-in-touch-form-page .talk-to-our-team-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.contact-us .hire-with-tahche h1 {
  color: #1a2022;
  font-family: "Sora";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  /* padding: 10px 0; */
}
.contact-us .hire-with-tahche p {
  font-size: 20px;
  color: #4a5565;
  text-align: center;
}
.contact-us .page-get-in-touch-form-page .talk-to-our-team-text p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #4a5565;
}
.contact-us .hire-with-tahche h1 > span {
  /* color: #1a2022; */
  background: #2747c9;
  background: -webkit-linear-gradient(
    180deg,
    rgba(39, 71, 201, 1) 0%,
    rgba(91, 124, 238, 1) 50%,
    rgba(39, 71, 201, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.address-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 48px;
}

.address-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.address-btns button {
  background: white;
  border-radius: 16px;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1a1f2e;
  border: solid 2px #e5e7eb;
  cursor: pointer;
}
.address-btns button.active {
  background: #353dd7;
  color: white;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25),
    0px 3px 10px rgba(26, 32, 34, 0.05);
}

.address-map {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}
.visit-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.visit-details .location {
  /* display: flex;
  gap: 24px; */
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}

.visit-details .address-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* width: 424px; */
  width: 100%;
}

.visit-details .address-cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 34px;
  background-color: white;
  border-radius: 24px;
  border: solid 2px #e5e7eb;
}
.visit-details .address-cards .address-icon,
.visit-details .address-cards .address-icon svg {
  width: 64px;
  height: 64px;
}
.visit-details .address-cards .address-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.visit-details .address-cards .address-info span {
  font-size: 20px;
  font-weight: 500;
  color: #1a1f2e;
  line-height: 30px;
}
.visit-details .address-cards .address-info p {
  font-size: 16px;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 26px;
}
.visit-details .address-cards .address-info a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.visit-details .address-cards .address-info label {
  font-size: 15px;
  font-weight: 400;
  color: #6a7282;
  line-height: 22.5px;
}

.address-map-responsive {
  /* width: 880px; */
  width: 100%;
}
.contact-us .embed-map-responsive {
  position: relative;
  text-align: right;
  width: 100%;
  /* width: 880px; */
  height: 0;
  padding-bottom: 72.09518348623853%;
}
.contact-us .embed-map-container {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 4px white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25),
    0px 20px 20px rgba(26, 32, 34, 0.05);
  border-radius: 32px;
}
.contact-us .embed-map-frame {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.visit-us-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  /* height: 1000px; */
  padding: 0px 120px;
}

.address-map-responsive.mobile-only {
  display: none;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fadein2 {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes fadein2 {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout2 {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout2 {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@media (max-width: 1280px) {
  h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
  }
  .section-box {
    padding: 100px 40px;
  }
  .content.page-wrap section {
    padding: 20px 40px 0;
  }
  .content.page-wrap.pod-cast-page-wrap section {
    padding: 0 40px 0;
  }
  .content.page-wrap section section.page-head {
    padding: 0 40px 0;
  }
  section .section-box.page {
    padding: 0;
    min-height: 900px;
  }
  .iframe-get-in-touch {
    padding-bottom: 20px;
    /* max-width: 725px; */
    width: 100%;
    margin: 0 auto;
  }

  .content.page-wrap section .get-in-touch iframe {
    min-height: 1280px !important;
  }
  .contact-us .get-in-touch iframe {
    min-height: 1280px !important;
  }
  .content section.resources .section-box {
    padding: 0 40px 52px;
  }
  .content section.resources.head .section-box {
    padding: 0 40px;
  }
  a.sign-btn {
    padding: 10px 28px;
  }
  .content {
    padding-top: 121px;
  }
  .talent-section .home-main {
    padding-top: 0;
  }
  .content.talent-section {
    padding-top: 79px;
  }
  .nav-container {
    padding: 0 40px;
  }
  .text-container div.content-container {
    width: 540px;
    padding-right: 0;
  }
  .text-container div.wrapper {
    max-width: 856px;
  }
  .text-container div h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
  }
  .text-container div p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .top-container .section-box {
    background-position: center -100px;
  }
  .top-container.for-companies .section-box {
    /* background-image: url('../images/section-a-bg2-tablet.png'); */
    background-size: cover;
    background-position: bottom center;
  }
  .top-container.for-companies .text-container div.wrapper {
    /* margin: 0 auto; */
    max-width: 100%;
    width: 100%;
    padding: 42px 40px 0 85px;
    gap: 50px;
  }
  .top-container.for-companies .text-container div.content-container {
    width: auto;
  }
  .top-container.for-companies img {
    min-height: 682px;
  }
  .top-container.for-companies .text-container div h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
  }
  .top-container.for-companies .text-container div p.txt1 {
    margin: 30px 0 0 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .top-container .sign-me-up {
    width: 391.76px;
    padding: 50px 32px;
    flex: none;
  }
  .top-container .sign-me-up strong {
    font-size: 18px;
    line-height: 28px;
  }
  .top-container.for-companies .sign-me-up p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .employee-month {
    padding: 100px 40px 45px;
  }
  h2.h2-title,
  .section-head h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
  }
  section.partners .section-box {
    padding: 80px 40px 0;
  }
  .partners img[alt="skubana"],
  .partners img[alt="cadsourcing"],
  .partners img[alt="freedom"],
  .partners img[alt="techromatic"],
  .partners img[alt="alcohol-professor"] {
    width: 100.94px;
  }
  .partners img[alt="4it"] {
    width: 80.51px;
  }
  .partners ul {
    padding: 20px 0 0;
  }
  .get-started .links div a {
    min-width: auto;
  }
  .get-started .links div a span {
    font-size: 20px;
  }
  .about ul {
    display: flex;
    gap: 16px;
  }
  .about ul li {
    padding: 5.12px;
    gap: 8.54px;
    width: 100%;
  }
  .about ul li span {
    padding: 0 17.08px;
  }
  .about ul li span strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .about ul li span p {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
  }
  .about img[alt="access"],
  .about img[alt="recruitment"],
  .about img[alt="secure"] {
    width: 60.63px;
  }
  .how-it-works {
    padding: 100px 40px;
  }
  .how-it-works .text {
    width: 464px;
    margin: 0;
  }
  .how-it-works .text p {
    font-size: 20px;
    line-height: 24px;
  }
  .how-it-works .cards {
    max-width: 468px;
    padding-left: 29.06px;
  }
  .how-it-works .card {
    padding: 22.45px 26.19px 21.49px;
    gap: 14.97px;
  }
  .how-it-works .card .img {
    padding: 7px;
    flex: none;
  }
  .how-it-works .card .img img {
    width: 74.84px;
    height: 74.84px;
  }
  .how-it-works .card .desc {
    gap: 4.49px;
    width: 280.65px;
    height: auto;
  }
  .how-it-works .card .desc h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 5.99px 7.48px;
  }
  .how-it-works .card .desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
  }
  .how-it-works .card-wrapper .full-circle {
    width: 44px;
    height: 44px;
    left: -22px;
    top: 32.8%;
  }
  .how-it-works .card-wrapper .half-circle {
    width: 42px;
    height: 42px;
    left: -21px;
  }
  .how-it-works .card-wrapper .number {
    width: 34px;
    height: 34px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    top: 36.4%;
    left: -18px;
  }
  .celebrate .section-head p {
    font-size: 20px;
    line-height: 24px;
  }
  .employee-month .featured ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 12.5px 29.5px;
  }
  .employee-month .featured ul li.selected {
    line-height: 20px;
  }
  .employee-month .card img {
    width: 251px;
  }
  .employee-month .card p {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
  }
  .the-swiper {
    width: 824px;
  }
  .the-swiper .desktop {
    display: none;
  }
  .the-swiper .tablet {
    display: block;
  }
  .faq-accordion h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .faq-accordion ul li i img {
    width: 16.31px;
  }
  section.fast .section-box {
    padding-bottom: 20px;
  }
  .fast .section-head {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .fast .section-head p {
    font-weight: 400;
    font-size: 20.25px;
    line-height: 25px;
    padding: 6.77px 0 40.64px;
  }
  .fast .culture {
    width: 677px;
    height: 525px;
    margin-top: 10px;
  }
  .fast .circle {
    width: 338px;
    height: 338px;
  }
  .fast .circle img[alt="tahche-logo"] {
    width: 136px;
    height: 136px;
  }
  .fast .values strong {
    font-size: 16px;
    line-height: 19px;
  }
  .fast .values p {
    font-size: 16px;
    line-height: 19px;
  }
  .fast .values span {
    border: 10px solid #fff;
  }
  .fast .values img {
    width: 92px;
    height: 92px;
    flex: none;
  }
  .fast .focus div.box {
    width: 156px;
  }
  .fast .focus {
    top: -10px;
  }
  .fast .focus span {
    margin-top: -10px;
  }
  .fast .agility,
  .fast .trust {
    width: 256px;
  }
  .fast .agility {
    width: 256px;
    right: -24px;
    top: 208px;
  }
  .fast .trust {
    left: 8px;
    top: 208px;
  }
  .fast .trust .box div {
    width: 118px;
  }
  section.end .section-box {
    gap: 40px;
  }
  .end img {
    width: 182px;
    height: 182px;
  }
  .end .app-store img {
    height: 54px;
    width: auto;
  }
  .end p {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /* width: 492px; */
  }
  .post-card ul {
    grid-template-columns: auto auto;
  }
  .post-card ul li a {
    min-height: 416px;
  }
  .podcast-container {
    flex-direction: column-reverse;
    gap: 42px;
    padding-bottom: 45px;
  }
  .podcast-container .vid-thumb {
    max-width: 100%;
  }
  .podcast-container .vid-thumb div {
    text-align: right;
  }
  .podcast-container .vid-thumb a {
    position: relative;
    bottom: 0;
    top: 12px;
  }
  .podcast-container .info {
    max-width: 100%;
  }
  .podcast-container .listen-to {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .podcast-container .listen-to div {
    gap: 24px;
  }
  .content.page-wrap .podcast-section .section-box {
    padding: 20px 0;
  }
  .blog-content.pod-cast-content {
    padding: 55px 16px;
  }
  .pod-cast-content .post-card.related ul {
    grid-template-columns: 50% 50%;
  }
  footer a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
  }
  footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .desc .app-store {
    margin-top: 12px;
    gap: 6px;
  }
  .desc .app-store img {
    height: 32px;
  }
  .visit-details .address-cards {
    gap: 18px;
    padding: 28px;
    background-color: white;
    border-radius: 24px;
    border: solid 2px #e5e7eb;
  }
  .visit-details .address-cards .address-info span {
    font-size: 16px;
  }
  .visit-details .address-cards .address-info p {
    font-size: 12px;
  }
  .visit-details .address-cards .address-info a {
    font-size: 12px;
  }
  .visit-details .address-cards .address-info label {
    font-size: 11px;
  }
  .visit-details .address-cards .address-icon,
  .visit-details .address-cards .address-icon svg {
    width: 48px;
    height: 48px;
  }
  .visit-us-section,
  .contact-us .page-get-in-touch-form-page {
    padding: 0px 64px;
  }
  .contact-us .page-get-in-touch-form-page {
    max-height: 2000px;
  }
}
@media screen and (min-width: 980px) {
  .site-header__menu-trigger {
    display: none;
  }
}
@media (max-width: 980px) {
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .top-container .for-talent-box {
    min-height: auto;
  }
  .section-box {
    padding: 90px 16px;
  }
  .content.page-wrap section {
    padding: 20px 16px 0;
  }
  .content.page-wrap section {
    padding: 20px 16px 0;
  }
  .content.page-wrap .podcast-section {
    padding: 20px 0 0;
  }
  .content.page-wrap .podcast-section .podcast-container {
    padding: 0 16px;
  }
  .content.page-wrap section section.page-head {
    padding: 0;
  }
  .content.page-wrap section .get-in-touch iframe {
    min-height: 1295px !important;
  }
  .contact-us .get-in-touch iframe {
    min-height: 1295px !important;
  }
  .content.page-wrap section .sign-me-up iframe {
    height: 1026px !important;
  }
  .content.page-wrap.signmeup section .sign-me-up iframe {
    height: 826px !important;
  }
  .content section.resources .section-box {
    padding: 0 16px 52px;
  }
  .content.page-wrap.signmeup {
    background-image: none;
    background-color: transparent;
  }
  .content.page-wrap.signmeup .hiring-bg {
    background-image: url("../images/sign-me-up-bg.gif");
    background-color: #2c3dd8;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
  }
  .content.page-wrap .embed-form.sign-me-up {
    max-width: 720px;
    margin: 0 auto;
    min-height: 400px;
    display: block;
  }
  .content.page-wrap .embed-form.sign-me-up iframe {
    max-width: 100%;
    min-width: 100%;
    padding: 20px 40px;
    margin: 0;
    border-radius: 10px;
  }
  .content.page-wrap .embed-form.sign-me-up iframe.hs-form-iframe {
    max-width: 100%;
    min-width: 100%;
    padding: 20px 40px;
    margin: 0;
    border-radius: 10px;
  }
  .contact-us .embed-form.sign-me-up {
    max-width: 720px;
    margin: 0 auto;
    min-height: 400px;
    display: block;
  }
  .contact-us .embed-form.sign-me-up iframe {
    max-width: 100%;
    min-width: 100%;
    padding: 20px 40px;
    margin: 0;
    border-radius: 10px;
  }
  .contact-us .embed-form.sign-me-up iframe.hs-form-iframe {
    max-width: 100%;
    min-width: 100%;
    padding: 20px 40px;
    margin: 0;
    border-radius: 10px;
  }
  .site-header__menu {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 10;
    overflow: auto;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    padding: 30px;
  }
  .site-header__menu--active {
    left: 0;
  }
  .site-header__menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
  }
  .site-header__menu ul {
    list-style-type: none;
    margin: 0;
    padding: 50px 0 16px;
    width: 100%;
  }
  .site-header__menu ul li {
    text-align: center;
  }
  .site-header__menu ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2747c9;
    display: block;
  }
  .site-header__menu ul li span {
    background-color: #424984;
    height: 1px;
    width: 100%;
    display: block;
    margin: 16px 0;
  }
  .site-header__menu ul li ul {
    padding: 30px 0 16px;
  }
  .site-header__menu ul li ul li span {
    width: 88%;
    margin: 16px auto;
  }
  .navigation {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s;
  }
  .navigation .mobile-logo {
    position: relative;
    z-index: 20;
  }
  .navigation .mobile-logo img {
    width: 45px;
  }
  .section-head .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }
  ul.tab-header {
    padding: 0 36px;
  }
  .header-nav {
    height: 95px;
  }
  .content {
    padding-top: 137px;
  }
  /* .content.for-talent {
    padding-top: 95px;
  } */
  .nav-container {
    padding: 0 16px;
  }
  .nav-container div {
    width: 45px;
    overflow: hidden;
    margin-left: 54px;
  }
  .nav-container div.menus {
    display: none;
  }
  .top-container .section-box {
    background-position: center 0;
  }
  .text-container {
    align-items: start;
  }
  .text-container div.content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .for-talent .text-container div.wrapper {
    max-width: 375px;
    margin: 0 auto;
    padding: 34px 0 0;
  }
  /* .for-talent img {
    min-height: 574px;
  } */
  .text-container div p.app-store-lbl {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .for-talent .app-store img {
    min-height: auto;
    height: 32px;
  }
  .for-talent .text-container div h1 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
  .text-container div p.txt1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 126%;
    text-align: center;
    margin: 20px 0 24px;
  }
  .text-container div p.txt1.talent {
    padding: 0 40px;
  }
  .home-main-container {
    padding: 54px 16px 0;
  }
  .home-main-container div h1 {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .home-main-container div p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 44px;
  }
  .splide__slide {
    width: 280px;
    height: 280px;
  }
  .splide__slide .talent {
    width: 280px;
    height: 280px;
  }
  .splide__slide.is-active .talent {
    width: 280px;
    height: 280px;
  }
  .txt.slogan {
    padding: 0 20px;
  }
  .partners .txt {
    padding-bottom: 0;
  }
  .txt.slogan p.p1,
  .partners .txt p.p1 {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .partners .txt p.p2 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .services .plans {
    flex-direction: column;
  }
  .services .plan-card {
    width: 100%;
    padding: 26px 12px 40px;
  }
  .services .plan-head h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .services .plan-head p {
    font-size: 16px;
    line-height: normal;
  }
  .services .plan-price {
    gap: 10px;
  }
  .services .plan-price strong {
    font-size: 26px;
  }
  .services .plan-price p {
    font-size: 16px;
    line-height: normal;
  }
  .services .plan-card ul {
    gap: 16px;
  }
  .services .findwork-btn a,
  .services .hire-btn a {
    padding: 18px 0;
    font-size: 18px;
  }
  .services .plan-card li strong {
    font-size: 18px;
    line-height: normal;
  }
  .top-container.for-companies {
    padding-top: 0;
  }
  .content.for-companies {
    padding-top: 0;
    border-top: 137px solid #fff;
    /* border-top: 95px solid #E8F0FE; */
  }
  .top-container.for-companies .section-box {
    background: transparent;
  }
  .top-container.for-companies img {
    display: none;
  }
  .top-container.for-companies .text-container div.wrapper {
    margin: 40px auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .top-container.for-companies .text-container {
    position: relative;
  }
  .top-container.for-companies .text-container div.content-container {
    background-color: #fff;
    background-image: url(../images/section-a-bg2-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px;
    height: 675px;
  }
  .top-container.for-companies .text-container div h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    text-align: center;
  }
  .top-container.for-companies .text-container div p.txt1 {
    font-size: 16px;
    line-height: 126%;
    margin: 20px 0 0 0;
  }
  .top-container .sign-me-up-wrapper {
    padding: 40px 20px 20px;
  }
  .top-container .sign-me-up {
    width: 100%;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
      0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 40px 16px;
  }
  .top-container .sign-me-up .sign-btn {
    max-width: 285px;
  }
  section .section-box {
    padding: 120px 16px 0;
  }
  section.partners .section-box {
    padding: 120px 16px 0;
    max-width: 768px;
  }
  .faq-accordion {
    padding-bottom: 40px;
  }
  .content.page-wrap section .section-box {
    padding: 0;
    max-width: 768px;
  }
  .content.page-wrap.signmeup section .section-box {
    min-height: auto;
  }
  .partners ul {
    padding: 24px 0 0;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  .partners ul li {
    height: 70px;
    padding: 5.39px;
  }
  .partners img[alt="skubana"],
  .partners img[alt="cadsourcing"],
  .partners img[alt="freedom"],
  .partners img[alt="techromatic"],
  .partners img[alt="alcohol-professor"] {
    width: 114px;
  }
  .partners img[alt="4it"] {
    width: 90px;
  }
  section.about .section-box {
    max-width: 768px;
    padding: 120px 16px 45px;
  }
  .about .section-head {
    margin-bottom: 24px;
    width: 100%;
  }
  .about ul {
    flex-direction: column;
  }
  .about ul li {
    height: 164px;
  }
  .how-it-works {
    padding: 0 16px 24px;
  }
  .how-it-works .content-container {
    flex-direction: column;
    gap: 24px;
    max-width: 768px;
  }
  .how-it-works .text {
    width: 100%;
    text-align: center;
  }
  .how-it-works .text p {
    font-size: 16px;
    line-height: 126%;
  }
  .how-it-works .text a.sign-btn {
    display: none;
  }
  .how-it-works .text div {
    position: relative;
    top: 0;
  }
  .how-it-works .cards {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .how-it-works .card-wrapper {
    justify-content: center;
    margin-bottom: 21px;
  }
  .how-it-works .card {
    padding: 26px 10px 16px;
  }
  .how-it-works .card .desc {
    width: 209px;
    height: auto;
  }
  .how-it-works .card .desc h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .how-it-works .card .desc p {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
  }
  .how-it-works .card-wrapper .full-circle {
    left: 49.3%;
    top: -21px;
    display: none;
  }
  .how-it-works .card-wrapper .half-circle {
    left: 48.9%;
    top: -21px;
    /* border-radius: 39.7548px 39.7548px 0px 0px; */
    border-radius: 50% 50% 0px 0px;
    border-top: 1px solid #bab7b7;
  }
  .how-it-works .card-wrapper .number {
    left: 50%;
    right: 50%;
    top: -17px;
  }
  .celebrate .section-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 126%;
  }
  .celebrate-images {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 520px;
    margin: 24px auto 0;
  }
  section.employee-month .section-box {
    padding: 45px 24px;
  }
  .employee-month .section-head {
    margin-bottom: 24px;
  }
  .employee-month .box .p1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
  .employee-month .box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }
  .employee-month .featured ul {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 6px 10px;
  }
  .employee-month .featured ul::-webkit-scrollbar {
    display: none;
  }
  .employee-month .box {
    margin: 16px auto;
    gap: 10px;
  }
  .employee-month .box h3 {
    font-size: 18px;
    line-height: 23px;
    width: 228px;
    margin: 0 auto 6px;
  }
  .employee-month .card {
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    width: 295px;
    margin: 0 auto;
  }
  .employee-month .card img {
    width: 263px;
  }
  .employee-month .card strong {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .employee-month .card span {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .employee-month .card p {
    font-size: 14px;
    line-height: 18px;
  }
  .testimonials .section-head {
    text-align: left;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .testimonials .section-head .title {
    text-align: left;
  }
  .testimonials .section-head h2 {
    text-align: left;
  }
  .the-swiper {
    display: none;
  }
  .swiper-mobile {
    height: 492px;
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 14px;
    gap: 10px;
  }
  .swiper-mobile::-webkit-scrollbar {
    display: none;
  }
  .client-card {
    width: 308px;
    padding: 8px 10px;
    flex: none;
    min-height: auto;
    height: fit-content;
  }
  .client-card .card-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
  }
  .client-card .card-container span.img {
    width: 68px;
    height: 68px;
  }
  .client-card .card-container .card-info {
    gap: 8px;
  }
  .client-card .card-container .card-info h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .client-card .card-container .card-info p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-left: 8px;
  }
  .client-card .card-container .card-info strong {
    font-size: 12px;
    line-height: 14px;
  }
  .client-card .card-container .card-info span {
    font-size: 12px;
    line-height: 14px;
  }
  .client-card .quote-top img {
    width: 40px;
  }
  .client-card .quote-bottom img {
    width: 70px;
  }
  .faq .section-head {
    margin-bottom: 24px;
  }
  .faq-accordion h2 {
    padding: 16px 10px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .faq-accordion p {
    padding: 0 50px 0 40px;
  }
  .faq-accordion ul li input[type="radio"]:checked ~ p {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  section.fast .section-box {
    padding: 90px 34.5px 0;
  }
  .fast .section-head p {
    font-size: 16px;
    line-height: 126%;
    padding: 10px 0 24px;
  }
  .fast .culture {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .fast .circle {
    border: 0 none;
    border-radius: initial;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
    height: auto;
    justify-content: center;
    align-items: start;
  }
  .fast .circle img[alt="tahche-logo"] {
    display: none;
  }
  .fast .values {
    position: relative;
    min-height: 161.41px;
  }
  .fast .values span {
    border: 0 none;
  }
  .fast .focus {
    top: 0;
  }
  .fast .focus span {
    margin-top: 0;
    border: 0 none;
  }
  .fast .focus div.box {
    flex-direction: column-reverse;
    width: 131px;
  }
  .fast .focus .box div {
    width: 100%;
  }
  .fast .agility {
    top: 0;
    right: 0;
    left: 0;
  }
  .fast .agility .box {
    flex-direction: column-reverse;
    width: 131px;
  }
  .fast .agility .box div {
    width: 100%;
    margin: 0;
    align-items: center;
  }
  .fast .agility .box div p {
    text-align: center;
  }
  .fast .agility,
  .fast .trust {
    width: auto;
  }
  .fast .trust {
    left: 0;
    top: 0;
  }
  .fast .trust .box {
    flex-direction: column-reverse;
  }
  .fast .trust .box div {
    width: 131px;
    align-items: center;
    margin: 0;
  }
  .fast .speed div.box {
    width: auto;
    justify-content: start;
  }
  .fast .speed div.box div {
    width: 131px;
    margin: 0;
  }
  .fast .focus div.box div {
    gap: 6px;
  }
  .fast .values p {
    font-size: 14px;
    line-height: 17px;
  }
  .fast .speed {
    bottom: 0;
  }
  section.end .section-box {
    gap: 24px;
  }
  section.end .btn-bottom {
    padding-bottom: 45px;
  }

  .end img {
    width: 120px;
    height: 120px;
  }
  .end .app-store {
    gap: 16px;
  }
  .end .app-store img {
    height: 40px;
    width: auto;
  }
  .end p {
    /* font-size: 24px; */
    font-size: 18px;
    line-height: 30px;
    /* width: 334px; */
  }
  .end i {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.resources .section-box {
    padding: 50px 16px;
  }
  .content section.resources.head .section-box {
    padding: 0;
  }
  .content.page-wrap .embed-form {
    padding-top: 0;
  }
  .contact-us .embed-form {
    padding-top: 0;
  }
  .careers {
    padding: 0 !important;
  }
  .careers .listing {
    padding-bottom: 40px !important;
  }
  .resources h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
  .resources p {
    font-weight: 400;
    font-size: 16px;
    line-height: 126%;
  }
  .resources ul.menu {
    margin: 24px auto 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .resources ul.menu::-webkit-scrollbar {
    display: none;
  }
  .resources ul.menu li,
  .resources ul.menu li.current-menu-item {
    padding: 9px 12px;
  }
  .post-card.related ul {
    grid-template-columns: auto;
  }
  .pod-cast-content .post-card.related ul {
    grid-template-columns: 100%;
  }
  .post-card ul {
    grid-template-columns: auto;
  }
  .post-card.pod-cast-card ul {
    display: flex;
    flex-direction: column;
  }
  .post-card ul li strong {
    font-size: 16px;
    line-height: 19px;
  }
  .post-card ul li p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
  .post-card.pod-cast-card ul li p {
    font-size: 16px;
  }
  .post-card ul li a {
    min-height: 402px;
  }
  .page-wrap h2.title {
    font-size: 30px;
    line-height: 36px;
  }
  .page-wrap h2.title.title2 {
    text-align: left;
  }
  .page-wrap h2.blog-title {
    font-size: 28px;
    line-height: 40px;
  }
  ul.clients-list {
    width: 100%;
  }
  ul.clients-list li {
    width: 100%;
    margin-bottom: 60px;
  }
  ul.clients-list li:nth-child(1),
  ul.clients-list li:nth-child(3) {
    padding-left: 0;
  }
  ul.clients-list li img.client-pic {
    display: none;
  }
  ul.clients-list li div {
    width: 100%;
  }
  ul.clients-list li div.list-content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  ul.clients-list li p,
  ul.clients-list li:nth-child(1) p {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 38px;
    box-sizing: border-box;
  }
  ul.clients-list li div.list-content div.name-tags,
  ul.clients-list li:nth-child(1) div.list-content div.name-tags {
    margin-bottom: 30px;
  }
  ul.clients-list li div.list-content p,
  ul.clients-list li:nth-child(1) div.list-content p {
    margin-bottom: 0;
  }
  ul.clients-list li .client-pic {
    display: none;
  }
  ul.clients-list li .client-pic-small {
    display: block;
  }
  footer .footer-content {
    flex-direction: column-reverse;
    gap: 21px;
    padding: 30px 16px;
  }
  footer a {
    font-size: 12px;
    line-height: 15px;
  }
  footer p {
    font-size: 12px;
    line-height: 15px;
  }
  footer ul {
    display: none;
  }
  .snackbar,
  .snackbar-2 {
    display: flex;
    justify-content: center;
    right: auto;
    left: auto;
    width: 100%;
  }
  .snackbar-2 a {
    width: 335px;
    height: 50px;
  }
  .snackbar-2 h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .swiper-box {
    padding: 20px 16px;
    border-radius: 10px;
    border: 1px solid #bab7b7;
    background: #fff;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
      0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    gap: 10px;
  }
  /* .swiper-box .swiper-container {
    padding-bottom: 86px;
  } */
  .swiper-box .date {
    font-size: 14px;
    font-weight: 300;
  }
  .swiper-box .h1-lbl {
    font-size: 18px;
    font-weight: 600;
  }
  .employee-card {
    padding: 16px 16px 32px;
  }
  .employee-card .card-box {
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }
  .employee-card .card-box .img {
    background-position: center;
    max-width: 304px;
    width: 100%;
    height: 230px;
    margin: 0 auto;
  }
  .employee-card .card-box .txt h3 {
    font-size: 20px;
  }
  .employee-card .card-box .txt h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  .employee-card .card-box .txt h4 span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
  }
  .employee-card .card-box .txt p {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
  }
  .employee-card p.txt2 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .swiper-box .swiper-container {
    padding-bottom: 52px;
  }
  .swiper-box .swiper-pagination {
    margin-top: -8px;
  }
  .get-started {
    padding: 120px 20px;
  }
  .get-started h1 {
    font-size: 32px;
  }
  .get-started .links {
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }
  .get-started .links div {
    gap: 14px;
  }
  .get-started .links div a {
    height: 80px;
  }
  .get-started .links div a span {
    font-size: 20px;
    line-height: normal;
  }
  .get-started .links div p {
    width: 100%;
    text-align: center;
  }
  .splide__slide .info .position,
  .splide__slide .info .department {
    font-size: 12px;
  }

  .visit-details .location {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .visit-details .address-cards .address-info {
    gap: 8px;
  }

  .address-map-responsive.mobile-only {
    display: block;
  }
  .address-map-responsive {
    display: none;
  }
}

@media (max-width: 640px) {
  .top-container .section-box {
    background-image: url(../images/section-a-bg-mobile.png);
  }
  .podcast-container .vid-thumb img.play-btn {
    width: 68px;
  }
  .pod-cast-page-wrap .blog-content.pod-cast-content {
    padding-top: 20px;
  }
  .content.page-wrap.pod-cast-page-wrap section {
    padding: 0;
  }
  .desc .app-store img {
    height: 28px;
  }
  .iframe-get-in-touch iframe {
    height: 360px;
  }
  .contact-us .hire-with-tahche h1 {
    font-size: 48px;
  }
  .contact-us .hire-with-tahche p {
    font-size: 18px;
  }
  .contact-us .page-get-in-touch-form-page .talk-to-our-team-text p {
    font-size: 16px;
  }
  .contact-us .page-get-in-touch-form-page .talk-to-our-team-text h1,
  .visit-us-section h1 {
    font-size: 36px !important;
  }
  /* .contact-us {
    padding: 180px 20px;
  } */
  .address-btns {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    width: 100%;
  }

  .visit-us-section,
  .contact-us .page-get-in-touch-form-page {
    gap: 32px;
    width: 100%;
    height: 100%;
    padding: 0px 32px;
  }

  /* .contact-us .embed-map-container {
    height: 150%;
  } */
}

@media (max-width: 375px) {
  ul.tab-header {
    padding: 0 26px;
  }
  .for-talent .text-container div.wrapper {
    padding: 34px 42px 0;
  }
  .content.page-wrap section .get-in-touch iframe {
    min-height: 1465px !important;
  }
  .contact-us .get-in-touch iframe {
    min-height: 1465px !important;
  }
  .content.page-wrap section .sign-me-up iframe {
    height: 1128px !important;
  }
  .content.page-wrap.signmeup section .sign-me-up iframe {
    height: 886px !important;
  }
  .content.page-wrap.signmeup .hiring-bg {
    height: 290px;
  }
  .employee-month {
    padding: 45px 24px;
  }
  h2.h2-title,
  .section-head h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
  }
  .employee-month .featured ul li {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .faq-accordion ul li + li {
    margin-top: 10px;
  }
  .faq-accordion h2 {
    width: 80%;
  }
  .employee-card .card-box .img.img1,
  .employee-card .card-box .img.img3,
  .employee-card .card-box .img.img4,
  .employee-card .card-box .img.img5,
  .employee-card .card-box .img.img6 {
    background-position: center;
  }
  .single-podcast-container .vid-thumb img.play-btn {
    width: 80px;
  }
  .page-wrap.pod-cast-page-wrap .post-card.related h2 {
    font-size: 20px;
    margin: 25px 0 16px;
  }
}
@media (max-width: 365px) {
  ul.tab-header {
    padding: 0 16px;
  }
}

.wpview.wpview-wrap > iframe,
p > iframe {
  display: block;
  margin: auto;
}

/* 
  Override Styles 2025 
  ===== START ======
*/

/*
========================
HIRE WITH TAHCHE PAGE 
========================
*/

.hire-with-tahche header {
  position: unset;
  width: unset;
  z-index: unset;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.hire-with-tahche header .hire-with-tahche-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hire-with-tahche header .tahche-tagline {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hire-with-tahche header .tahche-tagline p {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #101828;
  line-height: normal;
}

.hire-with-tahche header .tahche-tagline label {
  font-weight: 400;
  text-align: right;
  font-style: italic;
  color: #364153;
  font-size: 16px;
}

.top-container.for-companies .section-box {
  background-image: none;
  margin-bottom: 3rem;
}

.top-container.for-companies .header {
  /* position: absolute; */
  width: 100%;
}

.top-container.for-companies .header h1 {
  font-family: "Sora";
  font-weight: 500;
  font-size: 38px;
  line-height: 60px;
  color: #2f3537;
}

.top-container.for-companies .header p.txt1 {
  margin: 30px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.top-container.for-companies .header p.txt1.mb {
  margin-bottom: 2rem;
}

.top-container.for-companies .header .txt.slogan {
  position: relative;
  margin-bottom: 2rem;
}

.top-container.for-companies .header .content-container {
  width: 100%;
  padding-right: 0;
}

.top-container.for-companies .header .content-container h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}

.top-container.for-companies .header .content-container .txt1 {
  max-width: 910px;
  margin: auto;
  font-size: 20px;
  color: #2f3537;
}

.top-container.for-companies .text-container div.wrapper {
  flex-direction: row;
  margin: 18rem auto 0;
}

.top-container.for-companies .text-container .header {
  /* position: absolute; */
  width: 100%;
}

.top-container.for-companies .text-container .header .txt.slogan {
  position: relative;
  margin-bottom: 2rem;
}

.top-container.for-companies .text-container .header .content-container {
  width: 100%;
  padding-right: 0;
}

.top-container.for-companies .text-container .header .content-container h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}

.top-container.for-companies .text-container .header .content-container .txt1 {
  max-width: 910px;
  margin: auto;
  font-size: 20px;
  color: #2f3537;
}

.top-container.for-companies .text-container .sign-me-up {
  text-align: left;
  align-items: start;
  padding: 3rem;
}

.top-container.for-companies .text-container .sign-me-up div {
  padding: 0;
}

.top-container.for-companies .text-container .sign-me-up h2 {
  font-size: 24px;
  font-weight: 700;
}

.top-container.for-companies .text-container .sign-me-up p {
  font-size: 20px;
}

.top-container.for-companies .text-container .sign-me-up .first-row {
  margin-bottom: 2.5rem;
}

.top-container.for-companies .text-container .sign-me-up .second-row {
  display: block;
  margin-bottom: 2.5rem;
}

.top-container.for-companies .text-container .sign-me-up .second-row h1 {
  color: #322f2f;
  font-size: 35px;
  font-weight: 500;
}

.top-container.for-companies .text-container .sign-me-up .second-row p {
  color: #9e9e9e;
  margin-top: -0.25rem;
}

.top-container.for-companies .text-container .sign-me-up .third-row ul {
  padding-left: 1.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.top-container.for-companies .text-container .sign-me-up p.subtitle {
  color: #322f2f;
}

.top-container.for-companies .text-container .sign-me-up .sign-btn {
  height: 83px;
  border-radius: 3rem;
  transition: background-color 0.25s ease-in-out;
  max-width: unset !important;
}

.top-container.for-companies .text-container .sign-me-up .sign-btn:hover {
  background-color: #272eb8;
}

.top-container.for-companies .text-container .wrapper .app-img-mobile {
  display: none;
}

@media (max-width: 1280px) {
  .top-container.for-companies .text-container div.wrapper {
    margin-top: 12rem;
  }

  .top-container.for-companies .section-box {
    margin-bottom: 20rem;
  }
}

@media (max-width: 980px) {
  .top-container.for-companies {
    position: relative;
    z-index: 2;
  }

  .top-container.for-companies .section-box {
    background-position-y: 1rem;
    background: transparent;
    margin-bottom: 0;
  }

  .top-container.for-companies .text-container .wrapper .app-img-mobile {
    display: block;
    height: 500px;
    width: 100%;
  }

  .top-container.for-companies .text-container div.content-container {
    padding: 0;
    background-position-y: -10rem;
    /* background-image: url('../images/section-a-bg4-mobile.png'); */
  }

  .top-container.for-companies .text-container div.wrapper {
    flex-direction: column;
  }
  .top-container.for-companies .header .content-container h1 {
    line-height: 1.5;
    font-size: 24px;
    padding: 0 3rem;
  }

  .top-container.for-companies .header .content-container .txt1 {
    margin: 0;
    font-size: 16px;
    padding: 0 3rem;
    line-height: 1.5;
  }

  .top-container.for-companies .text-container .sign-me-up {
    padding: 2rem;
  }

  .top-container.for-companies .text-container .sign-me-up h1 {
    font-size: 20px;
  }

  .top-container.for-companies .text-container .sign-me-up p.subtitle {
    font-size: 16px;
  }

  .top-container.for-companies .text-container .sign-me-up .third-row ul {
    font-size: 14px;
  }

  .top-container.for-companies .text-container .sign-me-up h1 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0.65rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .top-container.for-companies .text-container div.content-container {
    background-position-y: -5rem;
  }
}

@media (max-width: 480px) {
  .top-container.for-companies .text-container div.content-container {
    height: 600px;
    background-position-y: -1rem;
  }
}

@media (max-width: 376px) {
  .top-container.for-companies .text-container div.content-container {
    background-position-y: 0rem;
  }
}

/*
========================
TAHCHE HIRING PLANS PAGE 
========================
*/

.tahche-hiring-plans {
  background-color: white;
  position: relative;
}

.tahche-hiring-plans .view-more-details-mobile {
  display: none;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-weight: 500;
  width: fit-content;
  min-height: 38px;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.tahche-hiring-plans .bg-paint {
  display: none;
  background-image: url("../images/yellow-paint-bg-cropped-blurred.jpg");
  width: 100%;
  height: 100rem;
  top: -3rem;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.tahche-hiring-plans .card-section-box {
  background-image: url("../images/yellow-paint-bg-fade.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tahche-hiring-plans .section-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: auto;
  max-width: 1186px;
}

.tahche-hiring-plans .card-section-box .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem;
  padding-top: 15rem;
  margin: auto;
  margin-top: -7rem;
  max-width: 1260px;
  width: 100%;
  backdrop-filter: blur(35px);
  background-color: #ffffff75;
}

.tahche-hiring-plans .card-section-box .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.tahche-hiring-plans .choose-a-plan-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* margin-top: 6rem; */
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  max-width: 1168px;
}

.tahche-hiring-plans .choose-a-plan-header h1 {
  font-size: 40px;
  font-family: "Sora";
  font-weight: bold;
  color: #231d4f;
  line-height: normal;
}

.tahche-hiring-plans .choose-a-plan-header p {
  color: #2e2e2e;
  font-weight: 500;
  line-height: 34px;
  font-size: 22px;
}

.tahche-hiring-plans .choose-a-plan-header .mobile-img {
  background-image: url("../images/section-a-bg4-cropped.png");
  width: 100%;
  max-width: 480px;
  height: 416px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  right: 28px;
  top: -196px;
}

.tahche-hiring-plans .flex-row .plan-pricing {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tahche-hiring-plans .flex-row h6 {
  font-family: "Sora";
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.12px;
  margin: 0;
}

.tahche-hiring-plans .tahche-lite-plan .inclusion-details {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #4f4f4f;
  font-family: "Inter", sans-serif;
}

.tahche-hiring-plans .inclusion-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 18px;
}

.tahche-hiring-plans .inclusion-details ul {
  list-style-type: disc;
  padding-inline-start: 1.75rem;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tahche-hiring-plans .inclusion-details ul li {
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.tahche-hiring-plans .plan-details {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.tahche-hiring-plans .plan-details h2 {
  font-size: 54px;
  font-family: "Inter", sans-serif;
  line-height: normal;
}

.tahche-hiring-plans .tahche-lite-plan {
  background-color: #fff8d1;
  border: 2px solid white;
  border-radius: 26px;
  max-width: 425px;
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: #0000003b 3px 6px 1rem;
}

.tahche-hiring-plans .tahche-lite-plan .view-more-details-mobile {
  background-color: #fbbf24;
  color: white;
}

.tahche-hiring-plans .tahche-lite-plan .plan-header {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

.tahche-hiring-plans .tahche-lite-plan p.subtitle {
  color: #ef9a49;
  font-size: 22px;
  font-weight: 500;
}

.tahche-hiring-plans .tahche-lite-plan h1 {
  font-family: "Sora";
  font-size: 50px;
  font-weight: 400;
  color: #353dd7;
  line-height: normal;
}

.tahche-hiring-plans .tahche-lite-plan h6 {
  color: #b58d09;
}

.tahche-hiring-plans .tahche-lite-plan p.subtitle {
  color: #4f4f4f;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}

.tahche-hiring-plans .tahche-lite-plan .plan-details {
  margin-bottom: 1rem;
}

.tahche-hiring-plans .tahche-lite-plan .plan-details .plan-description {
  font-size: 18px;
  line-height: 26px;
  color: #2e2e2e;
  font-weight: 400;
}

.tahche-hiring-plans .tahche-lite-plan .plan-details h2 {
  color: #2e2e2e;
  font-weight: 600;
}

.tahche-hiring-plans .tahche-lite-plan .plan-details label {
  font-size: 16px;
  font-weight: 400;
  color: #737375;
  font-family: "Inter", sans-serif;
}

.tahche-hiring-plans .tahche-lite-plan .plan-details .plan-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #4f4f4f;
}

.tahche-hiring-plans .btn-container > a {
  height: 71px;
  border-radius: 3rem;
  transition: background-color 0.25s ease-in-out;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  /* box-shadow: #00000038 2px 5px 0.5rem; */
  transition: background-color 0.25s ease-in-out;
}

.tahche-hiring-plans .tahche-lite-plan .btn-container > a {
  border: 1px solid white;
  background-color: #353dd7;
  color: white;
  width: 100%;
  max-width: 288px;
}

.tahche-hiring-plans .btn-container > a:hover {
  background-color: #272eb8;
  color: white;
}

.tahche-hiring-plans .standard-department-plan h2 {
  color: white;
  font-weight: 900;
}
.tahche-hiring-plans .standard-department-plan h6 {
  color: #fbd249;
}

.tahche-hiring-plans .standard-department-plan {
  background-color: #353dd7;
  border-radius: 26px;
  max-width: 687px;
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: white;
  position: relative;
  z-index: 2;
  box-shadow: #0000003b 3px 6px 1rem;
}

.tahche-hiring-plans .standard-department-plan .view-more-details-mobile {
  background-color: #0c1166;
  color: white;
}

.tahche-hiring-plans .standard-department-plan .plan-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tahche-hiring-plans .standard-department-plan p.subtitle {
  color: #edeef2;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}

.tahche-hiring-plans .standard-department-plan .plan-details label {
  font-size: 16px;
  font-weight: 400;
  color: #737375;
  font-family: "Inter", sans-serif;
}

.tahche-hiring-plans .standard-department-plan .inclusion-details {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  font-family: "Inter", sans-serif;
}

.tahche-hiring-plans .standard-department-plan h1 {
  font-family: "Sora";
  font-size: 50px;
  font-weight: 400;
  color: white;
  line-height: normal;
}

.tahche-hiring-plans .standard-department-plan .btn-container > a {
  background-color: white;
  color: #2747c9;
  width: 100%;
  max-width: 348px;
  font-weight: bold;
}

.tahche-hiring-plans .standard-department-plan .exclusive-perks-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 18px;
}

.tahche-hiring-plans .standard-department-plan .exclusive-perks-info h5 {
  color: #ffd857;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}

.tahche-hiring-plans
  .standard-department-plan
  .exclusive-perks-info
  .exclusive-perks-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tahche-hiring-plans
  .standard-department-plan
  .exclusive-perks-info
  .exclusive-perks-item {
  background-image: url("../images/gradient-mesh-02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #edeef2;
  font-size: 18px;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  line-height: normal;
  font-family: "Inter", sans-serif;
  line-height: 29px;
  width: fit-content;
}
.tahche-hiring-plans
  .standard-department-plan
  .exclusive-perks-info
  .exclusive-perks-item:first-child {
  max-width: 530px;
  width: 100%;
}

.tahche-hiring-plans
  .standard-department-plan
  .exclusive-perks-info
  .exclusive-perks-item:last-child {
  max-width: 567px;
  width: 100%;
}

.tahche-hiring-plans .standard-department-plan .btn-container > a:hover {
  background-color: #edeef2;
}

.tahche-hiring-plans .tahche-feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
  margin-top: -15rem;
  padding: 3rem 0;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.tahche-hiring-plans .tahche-feature-list h1 {
  font-family: "Sora";
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.tahche-hiring-plans .tahche-feature-list .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tahche-hiring-plans .tahche-feature-list ul {
  list-style: none;
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tahche-hiring-plans .tahche-feature-list ul:last-child {
  margin-top: 3rem;
}

.tahche-hiring-plans .tahche-feature-list ul li {
  background-image: url("../images/check-circle-success.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: left;
  padding-top: 0;
  padding-left: 2rem;
}

.tahche-hiring-plans .tahche-feature-list ul li span {
  color: #b3b4b8;
}

@media (max-width: 1280px) {
  .tahche-hiring-plans .card-section-box {
    background-size: 140%;
  }

  .tahche-hiring-plans .card-section-box .container {
    /* margin-top: 3rem; */
    padding-top: 0;
  }

  .tahche-hiring-plans .tahche-feature-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 980px) {
  .top-container.for-companies .header .content-container h1 {
    font-size: 26px;
    line-height: normal;
  }

  .top-container.for-companies .header .content-container .txt1 {
    font-size: 14px;
  }

  .tahche-hiring-plans {
    margin-top: -1rem;
  }

  .tahche-hiring-plans .card-section-box {
    background-size: cover;
  }

  .tahche-hiring-plans .bg-paint {
    display: block;
    pointer-events: none;
  }

  .tahche-hiring-plans .choose-a-plan-header {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
  }

  .tahche-hiring-plans .choose-a-plan-header h1 {
    font-size: 24px;
  }

  .tahche-hiring-plans .choose-a-plan-header p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tahche-hiring-plans .choose-a-plan-header p br {
    display: none;
  }

  .tahche-hiring-plans .choose-a-plan-header .mobile-img {
    display: none;
  }

  .tahche-hiring-plans .tahche-lite-plan .plan-header h1,
  .tahche-hiring-plans .standard-department-plan .plan-header h1 {
    font-size: 40px;
  }

  .tahche-hiring-plans .card-section-box {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    background-image: none;
  }

  .tahche-hiring-plans .card-section-box .container {
    margin-top: 3rem;
    backdrop-filter: none;
    background-color: transparent;
  }

  .tahche-hiring-plans .card-section-box .flex-row {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }

  .tahche-hiring-plans .tahche-lite-plan {
    max-width: 687px;
  }

  .tahche-hiring-plans .tahche-feature-list {
    margin-top: 3rem;
    /* padding: 0 3rem; */
  }

  .tahche-hiring-plans .tahche-feature-list ul li br:not(.exclude) {
    display: none;
  }

  .tahche-hiring-plans .tahche-feature-list ul:last-child {
    margin-top: 0;
  }

  .tahche-hiring-plans .btn-container > a {
    font-size: 26px;
  }

  .tahche-hiring-plans .tahche-feature-list p br {
    display: none;
  }

  .tahche-hiring-plans .tahche-terms-and-info {
    margin-top: 1.5rem;
  }
}

@media (max-width: 540px) {
  .tahche-hiring-plans .tahche-feature-list .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 500px) {
  .tahche-hiring-plans .view-more-details-mobile {
    display: flex;
  }

  .tahche-hiring-plans .card-section-box .container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }

  .tahche-hiring-plans .choose-a-plan-header .mobile-img {
    height: 350px;
    background-position: center center;
  }

  .tahche-hiring-plans .standard-department-plan,
  .tahche-hiring-plans .tahche-lite-plan {
    padding: 2rem 1rem;
  }

  .tahche-hiring-plans .standard-department-plan .plan-pricing,
  .tahche-hiring-plans .tahche-lite-plan .plan-pricing {
    gap: 0.5rem;
  }

  .tahche-hiring-plans .tahche-feature-list {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .tahche-hiring-plans h1,
  .tahche-hiring-plans h2 {
    font-size: 40px;
  }

  .tahche-hiring-plans h6 {
    font-size: 20px !important;
  }

  .tahche-hiring-plans p.subtitle {
    font-size: 18px !important;
    line-height: normal !important;
  }

  .tahche-hiring-plans .standard-department-plan .exclusive-perks-info h5 {
    font-size: 20px;
    line-height: normal;
  }

  .tahche-hiring-plans
    .standard-department-plan
    .exclusive-perks-info
    .exclusive-perks-item {
    font-size: 21px;
    line-height: normal;
  }

  .tahche-hiring-plans
    .standard-department-plan
    .exclusive-perks-info
    .exclusive-perks-item
    br {
    display: none;
  }

  .tahche-hiring-plans .standard-department-plan .inclusion-details,
  .tahche-hiring-plans .standard-department-plan .exclusive-perks-info {
    display: none;
  }

  .tahche-hiring-plans .tahche-lite-plan .inclusion-details {
    display: none;
  }
}

.tahche-hiring-plans .tahche-terms-and-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tahche-hiring-plans .tahche-terms-and-info h3 {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 600;
  font-family: "Sora";
  margin-bottom: 0.5rem;
}

.tahche-hiring-plans .tahche-terms-and-info p {
  color: #737375;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.3px;
}

.content.page-wrap .embed-form.get-in-touch {
  padding-top: 0;
}
.contact-us .embed-form.get-in-touch {
  padding-top: 0;
}

.section-box.section-get-in-touch .page-get-in-touch-form-page {
  padding-top: 30px;
  max-width: 720px;
  margin: 0 auto;
  min-height: 400px;
}

.contact-us .page-get-in-touch-form-page {
  padding-top: 30px;
  max-width: 736px;
  margin: 0 auto;
  min-height: 400px;
  width: 100%;
}

.contact-us .embed-form.get-in-touch {
  padding-top: 0;
}

.page-get-in-touch-form-page h1 {
  font-size: 32px;
  font-weight: 600;
  color: #2747c9;
}

.contact-us .page-get-in-touch-form-page .talk-to-our-team-text h1,
.visit-us-section h1 {
  font-size: 48px;
  font-weight: 600;
  color: #1a2022;
  font-family: "Sora";
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.page-get-in-touch-form-page .hs-richtext {
  word-break: break-word;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
}

.page-get-in-touch-form-page .hs-richtext.hs-main-font-element {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}

.page-get-in-touch-form-page .hs-richtext.hs-main-font-element h1 {
  display: block;
  font-size: 2em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  line-height: normal;
}

.page-get-in-touch-form-page .hs-richtext.hs-main-font-element h1 span {
  font-size: 28px;
  font-weight: bold;
}

/*
  ===== END ======
*/

/*
========================
DOWNLOAD TAHCHE APP PAGE 
========================
*/

.download-the-tahche-app-content-section {
  padding-top: 3rem;
  max-width: 1512px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.download-the-tahche-app-content-section .hire-with-tahche-logo {
  display: flex;
  width: 100%;
  justify-content: center;
}

.download-the-tahche-app-content-section .content-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}

.download-the-tahche-app-content-section
  .content-container
  .ready-to-hire-professionals {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  letter-spacing: 0.7px;
  background-color: #353dd7;
  color: white;
  font-weight: 900;
  width: fit-content;
  border-radius: 3rem;
  font-size: 14px;
  padding: 0.532rem 1.481rem;
  margin: auto;
}

.download-the-tahche-app-content-section
  .content-container
  .ready-to-hire-professionals
  .circle-icon {
  background-color: #ffd200;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.download-the-tahche-app-content-section .content-container h1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Sora";
  font-weight: 800;
  color: #101828;
  font-size: 96px;
  line-height: normal;
  margin-bottom: 1rem;
}

.download-the-tahche-app-content-section
  .content-container
  h1
  > span:last-child {
  color: #353dd7;
  text-decoration: underline;
  text-decoration-color: #ffd200;
  text-underline-offset: 1.5rem;
}

.download-the-tahche-app-content-section .content-container p.text-subtitle {
  color: #4a5565;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 2.45rem;
  margin-bottom: 2.5rem;
}

.download-the-tahche-app-content-section .content-container .store-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.download-the-tahche-app-content-section .content-container .store-buttons > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  border-radius: 12px;
  box-shadow: #00000057 0 8px 24px;
  max-width: 296px;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
}

.download-the-tahche-app-content-section
  .content-container
  .store-buttons
  .app-store {
  background-color: #353dd7;
}

.download-the-tahche-app-content-section
  .content-container
  .store-buttons
  a.app-store:hover {
  background-color: #2831cc;
}

.download-the-tahche-app-content-section
  .content-container
  .store-buttons
  .play-store {
  background-color: #fbd249;
}

.download-the-tahche-app-content-section
  .content-container
  .store-buttons
  a.play-store:hover {
  background-color: #fbc823;
}

.download-the-tahche-app-content-section .content-container .tagline {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.download-the-tahche-app-content-section .content-container .tagline p {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #101828;
  line-height: normal;
}

.download-the-tahche-app-content-section .content-container .tagline label {
  font-weight: 400;
  text-align: right;
  font-style: italic;
  color: #364153;
  font-size: 16px;
}

.download-the-tahche-app-content-section .content-container .phone-svg {
  display: flex;
  justify-content: center;
  margin-top: -4rem;
}

#header-nav-menu.hidden,
.footer-content.hidden {
  display: none;
}

@media (max-width: 700px) {
  .download-the-tahche-app-content-section .content-container h1 {
    font-size: 4rem;
  }
}

@media (max-width: 600px) {
  .download-the-tahche-app-content-section .content-container p.text-subtitle {
    margin-bottom: 0;
    padding: 1rem;
    line-height: 2;
  }

  .download-the-tahche-app-content-section
    .content-container
    p.text-subtitle
    br {
    display: none;
  }

  .download-the-tahche-app-content-section .content-container .phone-svg {
    margin-top: -8rem;
  }
}

@media (max-width: 550px) {
  .download-the-tahche-app-content-section .content-container .phone-svg {
    margin-top: -10rem;
  }
}

@media (max-width: 500px) {
  .download-the-tahche-app-content-section .content-container .phone-svg {
    margin-top: -10rem;
  }
}

@media (max-width: 480px) {
  .content.download-the-tahche-app {
    padding-top: 1rem;
  }

  .download-the-tahche-app-content-section {
    gap: 1rem;
  }

  .download-the-tahche-app-content-section .hire-with-tahche-logo,
  .download-the-tahche-app-content-section
    .content-container
    .ready-to-hire-professionals {
    transform: scale(0.8);
  }

  .download-the-tahche-app-content-section .content-container h1 {
    font-size: 3rem;
  }

  .download-the-tahche-app-content-section .content-container p.text-subtitle {
    font-size: 16px;
  }

  .download-the-tahche-app-content-section .content-container .store-buttons {
    flex-direction: column;
    align-items: center;
  }

  .download-the-tahche-app-content-section .content-container .tagline {
    transform: scale(0.8);
  }

  .download-the-tahche-app-content-section .content-container .phone-svg {
    pointer-events: none;
    margin-top: -12rem;
    /* margin-bottom: -10rem; */
  }
  .visit-us-section {
    margin-top: 50px;
  }
  .iframe-get-in-touch iframe {
    height: 308px;
  }
  .contact-us .page-get-in-touch-form-page {
    padding-top: 0px;
  }
}

@media (max-width: 400px) {
  .download-the-tahche-app-content-section .content-container .phone-svg {
    margin-top: -18rem;
  }
  .iframe-get-in-touch iframe {
    height: 258px;
  }
}

@media (max-width: 400px) {
  .download-the-tahche-app-content-section .content-container .phone-svg {
    margin-top: -15rem;
  }
}

/*
  ===== END ======
*/
