/** Variables **/
:root {
  --neutral-050-w: #FCFCF8;
  --neutral-300-w: #C0C3B9;
  --neutral-500-w: #666765;
  --neutral-text: #383c38;
  --primary-100: #8EE8AA;
  --primary-200: #4BD675;
  --primary-300: #37B971;
  --primary-400: #10845D;
  --primary-500: #036D59;
  --primary-600: #085544;
  --primary-700: #11314A;
  --primary-800: #0F2333;
  --screen-x-small: 576px;
  --screen-small: 768px;
  --screen-medium: 992px;
  --screen-large: 1200px;
  --screen-x-large: 1400px;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--primary-800);
}

p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EuclidSquare", sans-serif;
}

header {
  display: flex;
  height: 72px;
  padding: 16px 25px;
  align-items: center;
  gap: 119px;
  align-self: stretch;
  background: var(--Cool-Neutrals-Neutral-050-C, #F8FAFC);
}

.btn {
  display: flex;
  padding: 12px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  width: auto;
  /** Button Type Styles **/
  font-family: "Euclid Square", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-green {
  background: var(--primary-200);
  color: var(--primary-800);
}
.btn.btn-green:hover {
  background: var(--primary-300);
}
.btn.btn-outline {
  background: transparent;
  border: 2px solid var(--Primary-Primary-200, #4BD675);
}
.btn.btn-outline:hover {
  background: var(--primary-200);
}
.btn.btn-outline-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: var(--primary-800);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main {
  overflow: hidden;
}

section.hero {
  padding: 25px 40px 75px 40px;
}
section.hero .hero-content {
  align-items: center;
}
section.hero .hero-content .hero-copy {
  padding-right: 68px;
}
section.hero .hero-content .hero-copy h1 {
  margin-bottom: 25px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 54.4px;
  /* 113.333% */
  color: var(--primary-800);
  max-width: 530px;
}
section.hero .hero-content .hero-copy p {
  margin-bottom: 45px;
  max-width: 530px;
}
section.hero .hero-content .hero-copy .btn-wrapper .btn {
  max-width: fit-content;
}
@media all and (max-width: 500px) {
  section.hero .hero-content .hero-copy .btn-wrapper .btn {
    width: 100%;
    max-width: none;
  }
}
section.hero .hero-content .hero-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.hero .hero-content .hero-image img {
  width: auto;
  max-width: 100%;
}

section.trusted-by {
  margin-bottom: 75px;
}
section.trusted-by .container {
  text-align: center;
}
section.trusted-by .container .header {
  margin-bottom: 41px;
}
@media all and (max-width: 500px) {
  section.trusted-by .container .header {
    max-width: 80%;
    margin: 0 auto 41px;
  }
}
section.trusted-by .container .header h2 {
  font-family: "EuclidSquare", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 16%;
  text-align: center;
  text-transform: uppercase;
}
section.trusted-by .container .header h2 strong {
  font-weight: 700;
  font-family: "EuclidSquare Semi-bold", sans-serif;
}
section.trusted-by .container-fluid {
  overflow: hidden;
}
section.trusted-by .container-fluid .logo-row {
  height: 63px;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
section.trusted-by .container-fluid .logo-row .logos {
  white-space: nowrap;
}
section.trusted-by .container-fluid .logo-row .logos-slide {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  animation: 40s slide linear infinite;
}
section.trusted-by .container-fluid .logo-row .logos-slide img {
  max-width: 100px;
  width: auto;
  margin: 0 80px;
}

section.statistics {
  padding: 75px 25px 75px 25px;
  background: linear-gradient(180deg, rgba(209, 250, 224, 0) 41.36%, #D1FAE0 165.45%);
}
section.statistics .row.d-flex{
  align-content: flex-start;
  align-items: flex-start;
}
section.statistics .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
}
section.statistics .stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
@media all and (max-width: 500px) {
  section.statistics .stat {
    margin-bottom: 50px;
  }
}
section.statistics .stat .number {
  color: var(--Primary-Colors-Primary-350, var(--Primary-Primary-350, #32A964));
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "EuclidSquare", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.statistics .stat .details {
  color: var(--Primary-Colors-Primary-800, var(--Primary-Primary-800, #0F2333));
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "EuclidSquare", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.statistics .stat .company-link a {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "EuclidSquare", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 5px;
  color: var(--primary-800);
}

section.award-announcement {
  padding: 48px 25px 48px 25px;
  background: radial-gradient(179.78% 112.74% at 33.57% 88.63%, #11314A 0%, var(--surface-surface-blue-3-p-900, #0D141C) 100%);
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  section.award-announcement {
    background: url("https://ta.smartrecruiters.com/rs/664-NIC-529/images/BITS.png?version=0") no-repeat center center/100%, radial-gradient(179.78% 112.74% at 33.57% 88.63%, #11314A 0%, var(--surface-surface-blue-3-p-900, #0D141C) 100%);
  }
}
section.award-announcement .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 48px;
  position: relative;
}
section.award-announcement .container .bg-image {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 950px) {
  section.award-announcement .container .bg-image {
    display: none;
  }
}
section.award-announcement .container .bg-image img {
  width: 100%;
}
section.award-announcement .container .content {
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  margin: 48px 0;
}
section.award-announcement .container .content .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
section.award-announcement .container .content .announcement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 950px) {
  section.award-announcement .container .content .announcement {
    align-items: center;
    justify-content: center;
  }
  section.award-announcement .container .content .announcement h3 {
    text-align: center;
  }
}
section.award-announcement .container .content .announcement .preheadline {
  font-family: "EuclidSquare", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
section.award-announcement .container .content .announcement .postheadline {
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Marketecture Section  */
.marketecture-section {
  text-align: center;
  padding: 50px 25px 100px 25px;
  color: #fff;
  background: var(--Primary-Primary-500, #036D59);
}
.marketecture-section .header h2 {
  color: var(--Cool-Neutrals-Neutral-050-C, var(--Cool-Neutrals-Neutral-050-C, #F8FAFC));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 35px;
}
.marketecture-section .header h2 strong {
  color: var(--Primary-Colors-Primary-200, var(--Primary-Primary-200, #4BD675));
  font-style: italic;
  font-weight: 700;
}
.marketecture-section .header p {
  color: var(--Cool-Neutrals-Neutral-050-C, var(--Cool-Neutrals-Neutral-050-C, #F8FAFC));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
  margin-bottom: 35px;
}
.marketecture-section .header p strong {
  color: var(--Primary-Colors-Primary-200, var(--Primary-Primary-200, #4BD675));
  font-style: italic;
  font-weight: 700;
}
.marketecture-section .container-box {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  border-radius: 51px;
  border: 3px solid var(--Primary-Primary-200, #4BD675);
  background: var(--Cool-Neutrals-Neutral-050-C, #F8FAFC);
}
.marketecture-section .container-box .section {
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
  /* .tag Animation */
}
.marketecture-section .container-box .section .tag {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media all and (max-width: 768px) {
  .marketecture-section .container-box .section .tag {
    width: 100%;
    display: block;
  }
}
.marketecture-section .container-box .section .tag.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.marketecture-section .container-box .section.winston {
  background: var(--primary-800);
  border: 2px solid var(--Primary-050, #D1FAE0);
  width: 100%;
  padding: 45px 30px;
  justify-content: center;
  align-items: center;
}
.marketecture-section .container-box .section.winston h3 {
  color: var(--Primary-Colors-Primary-050, var(--Primary-050, #D1FAE0));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}
.marketecture-section .container-box .section.winston h3 .brandmark-icon {
  height: 64px;
  width: auto;
  margin-left: 35px;
}
.marketecture-section .container-box .section.winston .module-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.marketecture-section .container-box .section.winston .module-buttons .tag {
  display: flex;
  width: 250px;
  height: 75px;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 2px solid var(--Primary-050, #D1FAE0);
  background: var(--Primary-050, #D1FAE0);
  color: var(--Primary-Colors-Primary-800, var(--Primary-Primary-800, #0F2333));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}
.marketecture-section .container-box .section.smartos {
  background: #10845D;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: stretch;
}
.marketecture-section .container-box .section.smartos h3 {
  color: var(--Primary-Colors-Primary-050, var(--Primary-050, #D1FAE0));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}
.marketecture-section .container-box .section.smartos .smartos-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 25px;
  align-self: stretch;
  flex-wrap: wrap;
}
.marketecture-section .container-box .section.smartos .smartos-icons .tag {
  display: flex;
  padding: 25px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 200px;
  border-radius: 18px;
  border: 2px solid var(--Primary-050, #D1FAE0);
  background: var(--Primary-Primary-200, #4BD675);
  color: var(--Primary-Colors-Primary-800, var(--Primary-Primary-800, #0F2333));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}
.marketecture-section .container-box .section.smartos .features {
  color: var(--Cool-Neutrals-Neutral-050-C, var(--Cool-Neutrals-Neutral-050-C, #F8FAFC));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  /* 185.714% */
  letter-spacing: -0.28px;
}
.marketecture-section .container-box .section.addons {
  display: flex;
  padding: 45px 30px;
  flex-direction: column;
  gap: 40px;
  align-self: stretch;
  border: 2px solid var(--Primary-Primary-200, #4BD675);
}
.marketecture-section .container-box .section.addons h4.fw-bold {
  color: var(--Primary-Colors-Primary-800, var(--Primary-Primary-800, #0F2333));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 52px;
  /* 130% */
  letter-spacing: -0.4px;
  margin: 0 auto;
}
.marketecture-section .container-box .section.addons h4#addOns {
    color: var(--Primary-Colors-Primary-800, var(--Primary-Primary-800, #0F2333));
    text-align: center;
    font-family: "EuclidSquare", sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.4px;
    margin: 0 auto;
}
.marketecture-section .container-box .section.addons .addon-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  gap: 25px;
}
.marketecture-section .container-box .section.addons .addon-buttons .tag {
  display: flex;
  height: 75px;
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 2px solid var(--Primary-Primary-200, #4BD675);
  color: var(--Primary-Colors-Primary-800, var(--Primary-Primary-800, #0F2333));
  text-align: center;
  font-family: "EuclidSquare", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

section.integrations {
  display: flex;
  padding: 75px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 74px;
  background: var(--Cool-Neutrals-Neutral-050-C, #F8FAFC);
}
section.integrations .row {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  section.integrations .row {
    flex-direction: column;
    align-items: center;
    justify-content: centerd;
  }
}
section.integrations .row .copy {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-right: 68px;
}
@media all and (max-width: 768px) {
  section.integrations .row .copy {
    padding-right: 0;
    text-align: center;
  }
}
section.integrations .row .copy h2 {
  color: var(--Primary-Colors-Primary-800, var(--Primary-Primary-800, #0F2333));
  font-family: "EuclidSquare", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 54.4px;
  /* 113.333% */
}
@media all and (max-width: 768px) {
  section.integrations .row .copy .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.integrations .row .copy .btn-wrapper .btn {
  max-width: 500px;
}
section.integrations .row .image img {
  margin-left: -25px;
}

section.form {
  display: flex;
  padding: 75px 25px;
  align-items: flex-start;
  gap: 53px;
  background: var(--neutral-050-w);
}
section.form .copy {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media all and (max-width: 1200px) {
  section.form .copy {
    align-items: center;
    justify-content: center;
  }
}
section.form .copy h2 {
  color: var(--primary-800);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 52.8px */
  letter-spacing: -0.72px;
}
section.form .copy h2 strong {
  color: var(--primary-300);
  font-style: italic;
  font-weight: 700;
  display: block;
}
@media all and (max-width: 1200px) {
  section.form .copy h2 strong {
    display: inline-block;
  }
}
section.form .copy .agent {
  gap: 36px;
  align-items: center;
}
section.form .copy .agent .image {
  width: 200px;
  height: 200px;
  margin-left: -15px;
}
section.form .copy .agent .agent-copy {
  max-width: 350px;
  color: var(--Primary-950, #0A1017);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.48%;
  /* 27.715px */
  letter-spacing: 0.12px;
  padding-right: 0;
  margin-left: 15px;
}
section.form .copy .agent .agent-copy strong {
  color: var(--Primary-Primary-300, #37B971);
  font-style: italic;
  font-weight: 700;
}
section.form .form-wrapper {
  display: flex;
  padding: 35px;
  flex-direction: column;
  gap: 25px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 110px 31px 0 rgba(0, 0, 0, 0), 0 70px 28px 0 rgba(0, 0, 0, 0.01), 0 40px 24px 0 rgba(0, 0, 0, 0.05), 0 18px 18px 0 rgba(0, 0, 0, 0.09), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  /** Form Overrides **/
  /** GDPR Opt-In **/
  /** Submit Button **/
}
@media all and (max-width: 1200px) {
  section.form .form-wrapper {
    margin-top: 50px;
  }
}

img#formImageOne, img#formImageTwo {
    max-width: 450px;
}

section.form .form-wrapper .mktoForm {
  width: auto !important;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
section.form .form-wrapper .mktoForm .mktoRequiredField .mktoAsterix {
  float: none;
  display: inline-block;
  margin-left: -18px;
}
section.form .form-wrapper .mktoForm .mktoGutter {
  height: 0.25rem;
}
section.form .form-wrapper .mktoForm .mktoFormCol {
  float: none;
  margin-bottom: 5px !important;
  min-height: none;
  position: relative;
}
section.form .form-wrapper .mktoForm .mktoFormRow {
  flex: 1 1 calc(50% - 15px);
  min-width: unset;
  position: relative;
}
section.form .form-wrapper .mktoForm .mktoFormRow:first-of-type,
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(5),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(6),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(7),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(8),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(9),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(10),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(11),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(12),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(13),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(14) {
  flex: 1 1 100%;
}
section.form .form-wrapper .mktoForm input,
section.form .form-wrapper .mktoForm select {
  width: 100% !important;
  border-radius: 6px;
  border: 2px solid #DFEDE5;
  background: #FFF;
  font-size: 14px !important;
  min-height: 1.9em;
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  box-shadow: none;
  color: var(--SR-OFFICIAL-COLORS-Primary-700, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.09px;
}
section.form .form-wrapper .mktoForm .mktoLabel {
  color: var(--SR-OFFICIAL-COLORS-Primary-700, #11314A);
  font-family: "EuclidSquare", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.08px;
  width: auto !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
}
section.form .form-wrapper .mktoForm .mktoFieldWrap {
  float: none;
  display: flex;
  flex-direction: column;
}
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(14),
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(13) {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(14) .mktoRequiredField .mktoAsterix {
  display: block;
  margin-left: 25px;
  margin-top: -10px;
}
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(14) > div.mktoFieldDescriptor.mktoFormCol,
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(13) > div.mktoFieldDescriptor.mktoFormCol {
  width: 30px !important;
}
section.form .form-wrapper .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 17px;
}
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(14) .mktoOffset,
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(13) .mktoOffset {
  width: 0 !important;
}
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(14) div.mktoHtmlText.mktoHasWidth,
section.form .form-wrapper .mktoForm .mktoFormRow:nth-child(13) div.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  padding-top: 5px;
  margin-left: 15px;
}
section.form .form-wrapper .mktoForm .mktoButtonRow {
  width: 100%;
}
section.form .form-wrapper .mktoForm .mktoButtonRow span {
  margin-left: 0px !important;
}
section.form .form-wrapper .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  display: flex;
  padding: 22px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 999px;
  background: var(--Primary-Primary-300, #37B971);
  color: var(--SR-OFFICIAL-COLORS-Neutral-050, #FCFCF8);
  font-family: "EuclidSquare", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
  width: 100%;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}
section.form .form-wrapper .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  background: #35A754;
  transition: 0.07s ease-in;
  border: solid 1px #35A754;
  box-shadow: 0px 10px 15px rgba(35, 135, 64, 0.4392156863) !important;
}

footer {
  margin: 0 auto;
  background: url("https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/footer-wavy-hills.svg") bottom center/contain no-repeat, radial-gradient(circle at top center, #11314A 0%, #0D141C 100%);
  padding: 0 0 20px 0;
}
@media all and (max-width: 768px) {
  footer {
    background: radial-gradient(circle at top center, #11314A 0%, #0D141C 100%);
  }
}
footer .footer-logo {
  max-width: 350px;
}
footer .logo-contact {
  margin: 48px 0;
}
footer section#pre-footer-cta {
  margin: 0 auto !important;
  min-height: 30vh;
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden;
}
footer section#pre-footer-cta .lines {
  position: absolute;
  top: 0;
  left: 0;
}
footer section#pre-footer-cta .lines img {
  height: auto;
}
footer section#pre-footer-cta .radial-blur {
  position: absolute;
  top: -420px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: block;
  align-items: center;
  justify-content: center;
}
footer section#pre-footer-cta .radial-blur .blur {
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background: var(--Primary-200, #4BD675);
  filter: blur(125.1999969482px);
}
footer section#pre-footer-cta .radial-blur svg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 900px) {
  footer section#pre-footer-cta .lines {
    display: none;
  }
}
footer section#pre-footer-cta .col-md-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem 0;
  z-index: 10;
}
footer section#pre-footer-cta .col-md-12 p.pre-headline {
  font-family: "EuclidSquare", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  color: #fff;
}
#pre-footer-cta > div.container > div > div > div:nth-child(2) {
    font-family: "EuclidSquare", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #fff;
}
footer section#pre-footer-cta .col-md-12 h2.headline {
  font-family: "EuclidSquare", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.5%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  max-width: 900px;
  width: 100%;
}
footer section#pre-footer-cta .col-md-12 h2.headline strong {
  color: var(--text-text-cta-green-dark-mode, #4BD675);
  font-weight: 600;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer section#pre-footer-cta .col-md-12 h2.headline {
    font-size: 30px;
    line-height: 38px;
  }
}
footer section#pre-footer-cta .col-md-12 .btn-wrapper {
  margin-top: 2rem;
  justify-content: center;
  padding-right: 0;
}
footer section#pre-footer-cta .col-md-12 .btn-wrapper a.btn {
  color: var(--text-text-dark-blue, #11314A) !important;
  border: solid 1px #4BD675 !important;
  margin: 0 auto;
}
footer section#pre-footer-cta .col-md-12 .btn-wrapper a.btn:hover {
  background: transparent !important;
  color: #4BD675 !important;
  box-shadow: none;
}
@media all and (max-width: 768px) {
  footer .logo-container {
    width: 100%;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  footer .logo-contact .col-12 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  footer .logo-contact .col-12 .contact-us {
    width: 100%;
    display: block;
    margin-top: 50px;
    width: auto;
  }
}
footer .footer-bottom {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom a.footernav_link {
  display: inline;
  margin: 0 25px 0 0;
  width: fit-content;
}
footer .footer-bottom a.footernav_link:hover {
  color: var(--primary-200);
}
footer .footer-bottom .copyrightDate {
  text-align: right;
}
@media all and (max-width: 768px) {
  footer .footer-bottom .copyrightDate {
    text-align: center;
    margin-top: 15px;
  }
}
