.text-primary {
  color: #012344 !important; }

.bg-primary {
  background: #012344 !important; }

.text-secondary {
  color: #FCEFAB !important; }

.bg-secondary {
  background: #FCEFAB !important; }

.text-secondary-light {
  color: #FFFCDD !important; }

.bg-secondary-light {
  background: #FFFCDD !important; }

.text-light {
  color: #FFFFFF !important; }

.bg-light {
  background: #FFFFFF !important; }

.text-purple-100 {
  color: #DDDDFF !important; }

.bg-purple-100 {
  background: #DDDDFF !important; }

.text-purple-200 {
  color: #FFEAFE !important; }

.bg-purple-200 {
  background: #FFEAFE !important; }

.text-purple-300 {
  color: #FFB6ED !important; }

.bg-purple-300 {
  background: #FFB6ED !important; }

.text-purple-400 {
  color: #950083 !important; }

.bg-purple-400 {
  background: #950083 !important; }

.text-green-light {
  color: #D4FFF0 !important; }

.bg-green-light {
  background: #D4FFF0 !important; }

.text-green-dark {
  color: #00728C !important; }

.bg-green-dark {
  background: #00728C !important; }

.text-green-extra-dark {
  color: #073C6C !important; }

.bg-green-extra-dark {
  background: #073C6C !important; }

.text-brown-light {
  color: #A42B00 !important; }

.bg-brown-light {
  background: #A42B00 !important; }

.text-brown-dark {
  color: #89333F !important; }

.bg-brown-dark {
  background: #89333F !important; }

@font-face {
  font-family: 'Inter 28 Regular';
  src: url("../fonts/inter-28pt-regular.woff2") format("woff2"), url("../fonts/inter-28pt-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Inter 28 Medium';
  src: url("../fonts/inter-28pt-medium.woff2") format("woff2"), url("../fonts/inter-28pt-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Inter 28 SemiBold';
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Inter 28 Bold';
  src: url("../fonts/inter-28pt-bold.woff2") format("woff2"), url("../fonts/inter-28pt-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 22px; }
.nav-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: #FCEFAB;
  transition: all 200ms ease-in-out; }
.nav-toggle:hover {
  cursor: pointer; }

.x:nth-of-type(1) {
  transition: all 200ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 28px; }
.x:nth-of-type(2) {
  transition: all 200ms ease-in-out;
  transform-origin: center;
  width: 0; }
.x:nth-of-type(3) {
  transition: all 200ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 28px; }

.header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: transparent;
  transition: all 0.2s ease-in-out; }
.header.stick-top-top {
  position: fixed;
  background-color: #012344; }
.header .header-container {
  max-width: 1206px;
  margin: 0 auto;
  padding: 35px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.header .header-logo-img {
  max-width: 134px; }
.header .header-nav {
  font-family: "Inter 28 Regular", sans-serif;
  padding-right: 48px;
  display: flex;
  /* Navigation */ }
@media (min-width: 1201px) {
  .header .header-nav {
    flex-grow: 1;
    justify-content: space-between; } }
.header .header-nav ul {
  margin: 0;
  padding: 0; }
@media (min-width: 1201px) {
  .header .header-nav ul:not(.button-nav) {
    flex-grow: 1;
    justify-content: center; } }
.header .header-nav ul.button-nav {
  gap: 19px;
  padding: 0; }
.header .header-nav ul.button-nav li a {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  font-family: "Inter 28 Medium", sans-serif;
  font-size: 1.25rem;
  letter-spacing: calc((1.25rem * 0) / 100);
  transition: all 0.3s linear; }
.header .header-nav ul.button-nav li a.talk-to-us {
  color: #012344; }
.header .header-nav ul {
  list-style: none;
  display: flex;
  gap: 52px; }
.header .header-nav ul a {
  text-decoration: none;
  color: #FCEFAB;
  transition: color 0.3s;
  display: inline-block;
  padding: 10px 0;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  letter-spacing: calc((1.0625rem * 0) / 100);
  font-family: "Inter 28 Medium", sans-serif; }
.header .header-nav ul a:hover {
  color: #FFB6ED; }
.header .header-nav ul li.active a {
  color: #FFB6ED; }
.header .nav-toggle {
  display: none; }

/* Responsive */
@media (max-width: 1200px) {
  .header {
    background-color: #012344;
    opacity: 1; }
  .header.stick-top-top {
    opacity: 0;
    z-index: -1; }
  .header .header-container {
    padding: 25px 20px; }
  .header .header-logo {
    margin: 0 auto; }
  .header .nav-toggle {
    display: flex;
    position: relative;
    z-index: 101; }
  .header .header-nav {
    background: #012344;
    width: 280px;
    padding: 160px 36px 56px;
    position: fixed;
    z-index: 100;
    right: -300px;
    top: 0;
    height: 100%;
    flex-direction: column;
    transition: right 200ms ease-in-out;
    overflow: auto;
    gap: 48px; }
  .header .header-nav.active {
    right: 0; }
  .header .header-nav ul {
    flex-direction: column;
    gap: 48px; }
  .header .header-nav ul li {
    display: block;
    width: 100%;
    padding: 0px; }
  .header .header-nav ul a {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    padding: 0;
    letter-spacing: calc((1.1875rem * 3) / 100);
    display: block; }
  .header .header-nav ul.button-nav {
    padding: 0;
    gap: 48px; }
  .header .header-nav ul.button-nav .btn {
    border: none;
    display: block;
    background: none;
    color: #FCEFAB;
    font-size: 1.1875rem;
    line-height: 1.25rem;
    letter-spacing: calc((1.1875rem * 3) / 100);
    text-align: left;
    padding: 0;
    width: 100%;
    height: auto;
    color: #FCEFAB !important; }
  .header .header-nav ul.button-nav .btn img {
    display: none; }
  .header .header-nav ul.button-nav .active .btn {
    color: #FFB6ED !important; } }
a {
  text-decoration: none; }
a:hover {
  text-decoration: none; }

.btn {
  padding: 8px 15px;
  border-radius: 5px;
  height: 48px;
  background: #012344;
  border: 1px solid #012344;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Inter 28 Medium", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  transition: all 0.3s linear; }
.btn:hover {
  background: #950083;
  border: 1px solid #950083;
  opacity: 0.8; }
.btn.btn-secondary {
  background: #012344;
  border: 1px solid #012344;
  color: #FFFFFF; }
.btn.btn-secondary.btn-outline {
  background: none;
  color: #012344; }
.btn.btn-secondary {
  background: #FCEFAB;
  border: 1px solid #FCEFAB; }
.btn.btn-secondary.btn-outline {
  background: none;
  color: #FCEFAB; }
.btn.btn-tertiary {
  background: #FFB6ED;
  border: 1px solid #FFB6ED;
  color: #012344; }
.btn.btn-tertiary.btn-outline {
  background: none;
  color: #FFB6ED; }
.btn.btn-lg {
  padding: 16px 61px;
  border-radius: 10px;
  height: 61px; }
.btn:hover {
  text-decoration: none; }
.btn:hover.btn-tertiary {
  background: #FCEFAB;
  border: 1px solid #FCEFAB; }
.btn:hover.btn-tertiary.btn-outline {
  background: none;
  color: #FCEFAB; }

@media (max-width: 1200px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-family: 'Inter 28 Medium'; }
  .btn.btn-lg {
    padding: 14px 20px;
    border-radius: 10px;
    height: 54px;
    width: 318px; } }
.section-cta {
  margin-top: 36px;
  font-family: 'Inter 28 Bold';
  width: 411px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  text-align: center;
  justify-content: center;
  gap: 16px; }

.hero-section {
  padding: 106px 0 70px; }
.hero-section h1 {
  margin-bottom: 24px; }
.hero-section h1::first-line {
  color: #FFB6ED; }
.page-template-job-consulting .hero-section h1 { color: #FFB6ED !important; }
.page-template-job-consulting .hero-section h1::first-line { color: #FCEFAB !important; }
.page-template-job-consulting .hero-section .btn.btn-tertiary {
	background: #FCEFAB !important;
    border-color: #FCEFAB !important;
}
/* .page-template-job-consulting .hero-section .btn.btn-tertiary:hover {
	background: #FFB6ED !important;
    border-color: #FFB6ED !important;
	color: #012344;
} */
.hero-section h1 span {
  display: block; }
.hero-marquee {
  margin: 50px 0 18px;
  width: 100%;
  overflow: hidden; }
.hero-marquee ul {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
  list-style: none;
  padding: 0;
  margin: 0; }
.hero-marquee ul li {
  display: inline-block;
  color: #FCEFAB;
  padding: 0 40px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
  white-space: nowrap; }
.hero-marquee ul li:after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("./../images/icons/heart@2x.png");
  background-size: 100%;
  position: absolute;
  right: -8px;
  top: 5px; }
.hero-universities ul {
  gap: 11px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 15px;
  margin: 0; }
.hero-universities ul li {
  height: 102px;
  width: 102px;
  border-radius: 8px;
  background: #FCEFAB;
  padding: 5px;
  display: flex;
  align-items: center; }
.hero-universities ul li img {
  max-width: 100%; }

@keyframes marquee {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-50%); } }
.ikigai-towards-success {
  padding: 55px 0; }
.ikigai-towards-success-author {
  display: flex;
  gap: 9px;
  margin-top: 40px;
  justify-content: center;
  align-items: center; }
.ikigai-towards-success-author-img {
  width: 63px;
  border-radius: 50%; }
.ikigai-towards-success-author-detail p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: calc((1.125rem * -3) / 100); }
.ikigai-advantage {
  padding: 55px 0; }
.ikigai-advantage-cards {
  padding: 50px 0;
  max-width: 857px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 55px;
  column-gap: 35px;
  list-style: none; }
.ikigai-advantage-cards-item {
  border-radius: 10px;
  padding: 42px 18px 35px; }
.ikigai-advantage-cards-item h3 {
  max-width: 270px;
  margin: 0 auto 8px; }
.ikigai-advantage-cards-item p {
  margin-bottom: 0; }
.ikigai-advantage-cards-item .badge {
  border-radius: 20px;
  height: 27px;
  padding: 0 28px;
  font-size: .8125rem;
  line-height: 1.6875rem;
  display: inline-block;
  margin: 0 auto 8px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s linear; }
.ikigai-advantage-cards-item .badge:hover {
  background-color: #FFFCDD;
  color: #012344; }
.ikigai-advantage-cards-item-type-1 {
  background: #FFEAFE; }
.ikigai-advantage-cards-item-type-1 h3, .ikigai-advantage-cards-item-type-1 p {
  color: #950083; }
.ikigai-advantage-cards-item-type-1 .badge {
  color: #FFEAFE;
  background: #950083; }
.ikigai-advantage-cards-item-type-2 {
  background: #FFFCDD; }
.ikigai-advantage-cards-item-type-2 h3, .ikigai-advantage-cards-item-type-2 p {
  color: #A42B00; }
.ikigai-advantage-cards-item-type-2 .badge {
  color: #FFFCDD;
  background: #A42B00; }
.ikigai-advantage-cards-item-type-2 .badge:hover {
  background-color: #FFB6ED;
  color: #012344; }
.ikigai-advantage-cards-item-type-3 {
  background: #D4FFF0; }
.ikigai-advantage-cards-item-type-3 h3, .ikigai-advantage-cards-item-type-3 p {
  color: #00728C; }
.ikigai-advantage-cards-item-type-3 .badge {
  color: #D4FFF0;
  background: #00728C; }
.ikigai-advantage-cards-item-type-4 {
  background: #DDDDFF; }
.ikigai-advantage-cards-item-type-4 h3, .ikigai-advantage-cards-item-type-4 p {
  color: #073C6C; }
.ikigai-advantage-cards-item-type-4 .badge {
  color: #DDDDFF;
  background: #073C6C; }
.ikigai-advantage-cards-item-type-4 .badge:hover {
  background-color: #FFB6ED;
  color: #012344; }
.ikigai-learn-more {
  padding: 36px 0; }
.ikigai-learn-more h2 {
  font-size: 2.75rem;
  letter-spacing: calc((2.75rem * -5) / 100); }
.ikigai-learn-more .common-container {
  max-width: 860px !important;
  margin: 0 auto -36px; }
.ikigai-learn-more .common-container p {
  margin-bottom: 36px; }
.ikigai-founders {
  padding: 60px 0; }
.ikigai-founders .founders-img {
  max-width: 500px;
  margin: 60px auto 47px; }
.ikigai-founders .founders-img img {
  width: 100%;
  height: auto; }
.ikigai-founders h2 {
  font-size: 2.5625rem;
  letter-spacing: calc((2.5625rem * -5) / 100); }
.ikigai-founders p {
  font-size: 1.25rem;
  letter-spacing: calc((1.25rem * -1) / 100); }
.ikigai-contact-form {
  padding: 75px 0 48px; }
.ikigai-contact-form h2 {
  font-size: 2.5625rem;
  letter-spacing: calc((2.5625rem * -5) / 100); }
.ikigai-contact-form p {
  font-size: 1.25rem;
  letter-spacing: calc((1.25rem * -1) / 100); }
.ikigai-contact-form .form-wrapper {
  margin-top: 45px;
  padding: 28px;
  border-radius: 10px; }
.ikigai-contact-form .form-wrapper [class*="response-output"] {
  margin: 10px 0; }
.wpcf7 form.invalid .wpcf7-response-output {
	color: #ffb900;
    font-weight: 700;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: rgba(0, 128, 0, 1);
    font-weight: 700;
}

.ikigai-contact-form .form-wrapper .row {
  margin: 0 -14px; }

@media (max-width: 1200px) {
  .section-cta {
    margin-top: 24px;
    font-size: 1rem;
    font-family: 'Inter 28 SemiBold';
    width: auto;
    padding: 0 !important; }

  .hero-section {
    padding: 108px 0 64px; }
  .hero-section h1 {
    margin-bottom: 39px; }
  .hero-section h1 span {
    display: inline-block;
    color: unset; }
  .hero-section h1::first-line {
    color: #FFB6ED; }
  .hero-section .section-cta {
    margin-top: 38px; }
  .hero-marquee {
    margin: 57px 0 22px; }
  .hero-marquee ul li {
    padding: 0 30px;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
  .hero-marquee ul li:after {
    content: "";
    height: 12px;
    width: 12px;
    top: 8px; }
  .hero-universities ul {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    padding: 0;
    gap: 10px; }
  .hero-universities ul li {
    width: 66px;
    height: 66px; }

  .ikigai-towards-success {
    padding: 35px 0; }
  .ikigai-towards-success-author {
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .ikigai-towards-success-author-img {
    width: 63px;
    border-radius: 50%; }
  .ikigai-towards-success-author-detail h5 {
    text-align: center;
    font-size: 1.125rem;
    line-height: normal; }
  .ikigai-towards-success-author-detail p {
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: calc((1rem * -3) / 100); }
  .ikigai-towards-success h2 {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto; }
  .ikigai-advantage {
    padding: 30px 0; }
  .ikigai-advantage-cards {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 30px; }
  .ikigai-advantage-cards-item {
    border-radius: 10px;
    padding: 30px 15px 25px; }
  .ikigai-advantage-cards-item p {
    font-size: .875rem;
    line-height: 1.0625rem;
    letter-spacing: calc((0.75rem * -2) / 100); }
  .ikigai-founders {
    padding: 50px 0 40px; }
  .ikigai-founders .founders-img {
    max-width: 400px;
    margin: 37px auto 30px; }
  .ikigai-founders h2 {
    font-size: 1.625rem;
    letter-spacing: calc((1.625rem * -5) / 100); }
  .ikigai-founders p {
    font-size: .9375rem;
    line-height: 1.125rem;
    letter-spacing: calc((0.9375rem * 0) / 100); } }
@media (max-width: 767px) {
	.grecaptcha-badge {
	  visibility: hidden !important;
	}
  .ikigai-advantage {
    padding: 30px 0 48px; }
  .ikigai-advantage-cards {
    padding: 10px 0 36px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
    column-gap: 12px;
    max-width: max-content; }
  .ikigai-advantage-cards-item {
    border-radius: 6px;
    padding: 22px 25px 25px;
    max-width: 380px; }
  .ikigai-advantage-cards-item .badge {
    height: 32px;
    padding: 6px 20px;
    font-size: .75rem;
    line-height: 22px; }
  .ikigai-learn-more {
    padding: 30px 0; }
  .ikigai-learn-more .common-container {
    margin: 0 auto -20px; }
  .ikigai-learn-more .common-container h2 {
    margin-bottom: 38px !important;
    font-size: 1.8125rem;
    letter-spacing: calc((1.8125rem * -4) / 100);
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
  .ikigai-learn-more .common-container p {
    margin-bottom: 40px;
    font-size: .9375rem;
    line-height: 1.0625rem;
    letter-spacing: calc((0.9375rem * -2) / 100); }
  .ikigai-founders {
    padding: 50px 0 40px; }
  .ikigai-contact-form {
    padding: 36px 0 36px; }
  .ikigai-contact-form h2 {
    font-size: 1.625rem;
    letter-spacing: calc((1.625rem * -4) / 100);
    max-width: 272px;
    margin-left: auto;
    margin-right: auto; }
  .ikigai-contact-form h2 span {
    font-size: 1rem; }
  .ikigai-contact-form .form-wrapper {
    margin-top: 0;
    padding: 15px; }
  .ikigai-contact-form .form-wrapper .row {
    row-gap: 38px; }
  .ikigai-contact-form .form-wrapper .row button {
    margin-top: -21px; } }
.footer {
  padding: 55px 0 65px;
  background: white; }
.footer-logo-img {
  max-width: 134px; }
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.footer ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 13px;
  color: #012344;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: calc((1rem * -2) / 100); }
.footer ul li a {
  font-family: 'Inter 28 Regular';
  font-weight: 400;
  color: #012344;
  font-size: .9375rem;
  line-height: 1.4375rem;
  letter-spacing: 0; }
.footer ul li a:hover {
  color: #950083; }

.scroll-top-btn {
  width: 40px;
  border: none;
  background: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s; }
.scroll-top-btn img {
  max-width: 100%; }

@media (max-width: 1200px) {
  .footer {
    padding: 35px 0 32px;
    text-align: center; }
  .footer-logo-img {
    margin: 0 auto 30px; }
  .footer ul {
    margin-bottom: 30px; }
  .footer ul li {
    font-size: .875rem;
    margin-bottom: 0; }
  .footer ul li a {
    font-size: .875rem; }

  .scroll-top-btn.my-scrolling-div {
    opacity: 1; } }
/* Reset & Base */
:root {
  font-size: 16px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Inter 28 Regular';
  background-color: #012344;
  color: #012344;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 116px; }
body .overlay {
  display: none; }
body.overlay {
  position: relative; }
body.overlay .overlay {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(65, 65, 65, 0.6);
  z-index: 99; }

.ls-normal-24-n4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.875rem;
  letter-spacing: calc((1.5rem * -5) / 100) !important; }

/* Layout */
header, main, footer {
  margin: 0 auto; }

.common-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

/* Typography */
h1 {
  font-size: 3.4375rem;
  line-height: 3.875rem;
  letter-spacing: calc((3.4375rem * -4) / 100);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

h2 {
  font-size: 2.5rem;
  line-height: 3.875rem;
  letter-spacing: calc((2.5rem * -5) / 100);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 16px; }
h2 span {
  display: block;
  font-size: 1.25rem;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: calc((1.25rem * -4) / 100); }

h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: calc((1.375rem * -2) / 100);
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #012344; }

h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: calc((1.375rem * -2) / 100);
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

h5 {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: calc((1.3125rem * -3) / 100); }

h6 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #333333; }

h1, h3 {
  font-weight: 700;
  color: #012344; }

p {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  letter-spacing: calc((1.0625rem * -2) / 100);
  margin-bottom: 1rem;
  color: #012344; }
p.text-md {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0; }
p.text-lg {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0; }

a {
  transition: all 0.3s linear;
  color: #012344; }

img {
  display: inline-block;
  align-items: center;
  vertical-align: middle; }

.text-left {
  text-align: left; }

.form-wrapper .row {
  row-gap: 20px; }
.form-wrapper .row > * {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 0; }

textarea.form-control {
  height: 125px;
  resize: none; }

.form-control {
  border: 1px solid #012344;
  border-radius: 0;
  height: 42px;
  padding: 13px;
  font-size: 1rem;
  font-family: 'Inter 28 Regular';
  background: #FCEFAB;
  letter-spacing: calc((1rem * 3) / 100); }
.form-control::placeholder {
  color: #012344;
  opacity: 1; }
.form-control:focus {
  background: #FCEFAB;
  box-shadow: 0 0 3px 0px #012344;
  border-color: #012344;
  outline: none; }

.col-12:has(.submit-btn) {
  position: relative; }

.submit-btn {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: center;
  width: 100%; }
.submit-btn ~ span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0; }

/* Responsive */
@media (max-width: 1200px) {
  .common-container {
    padding: 0 25px; }

  body {
    padding-top: 70px; }
  body h1 {
    font-size: 1.9375rem;
    line-height: 2.2rem;
    letter-spacing: calc((1.9375rem * -4) / 100); }
  body h2 {
    font-size: 1.625rem;
    line-height: 1.8125rem;
    margin-bottom: 24px;
    letter-spacing: calc((1.625rem * -5) / 100); }
  body h2 span {
    font-size: 1.125rem;
    line-height: 20px;
    letter-spacing: calc((1.125rem * -3) / 100); }
  body h3 {
    font-size: 1.0625rem;
    line-height: 1.1875rem;
    letter-spacing: calc((1.0625rem * -2) / 100); }
  body h4 {
    font-size: 1.125rem;
    line-height: 19px;
    letter-spacing: calc((1.125rem * -2) / 100); }
  body p {
    font-size: .875rem;
    line-height: 1.25rem; }
  body p.text-md {
    font-size: .9375rem;
    line-height: 1.25rem;
    letter-spacing: 0; }
  body p.text-lg {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0; }

  .ls-normal-24-n4 {
    font-size: .9375rem !important;
    line-height: 17.5px !important;
    letter-spacing: calc((0.9375rem * -4) / 100);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto; }

  .form-control {
    font-size: .9375rem;
    line-height: normal;
    height: 51px;
    letter-spacing: calc((0.9375rem * 3) / 100); }

  .submit-btn {
    font-size: .9375rem;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: -21px; }
  .mt-mob-n20 {
	margin-top: -20px !important;
  } }

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